You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/10/21 12:41:58 UTC

Build failed in Jenkins: Torque4-trunk #642

See <https://builds.apache.org/job/Torque4-trunk/642/display/redirect?page=changes>

Changes:

[gk] - update dependency dbcp2 to 2.7.0
Torque Templates:
- update static package refs ObjectUtils to lang3 instead of lang.
- fix reference bug of velocity variable foreignPrimaryKeyColumnElement, which is already a column.
- fix method call from save to toupdate if saveMethodsInDbObjects is not true


------------------------------------------
[...truncated 1.06 MB...]
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.setAttribute(org.apache.torque.generator.source.SourceAttributeName,java.lang.Object)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.setAttribute(java.lang.String,java.lang.Object)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(org.apache.torque.generator.source.SourceAttributeName)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.461 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 225ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 215ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #641
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #641
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #641
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #641
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 
[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---

[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 

[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #641
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:32 min]
[INFO] Torque Runtime ..................................... SUCCESS [05:21 min]
[INFO] Torque Generator ................................... SUCCESS [04:59 min]
[INFO] Torque Templates ................................... SUCCESS [01:24 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 33.986 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 33.373 s]
[INFO] Torque Site ........................................ SUCCESS [ 11.632 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15:10 min
[INFO] Finished at: 2019-10-21T12:39:12Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #642' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Jenkins build is back to normal : Torque4-trunk #654

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/654/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #653

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/653/display/redirect?page=changes>

Changes:

[gk] - fix for error parsing XML source file: cvc-complex-type.3.2.2: Attribute 'enumName' is not allowed to appear in element 'column'.
Torque Templates:
- renamed enumName to enumType, which seemed to be the indented name. 
- in database-4-1.xsd schema added enumType to complex Type viewColumType (not exact an extension of columType, else would extend it).
- added missing to control.xml (like the other control.xml elements)
Torque Test
- name change tested with hsqldb


------------------------------------------
[...truncated 919.54 KB...]
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFirstChild()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getLastChild()
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(java.lang.String)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(org.apache.torque.generator.source.SourceAttributeName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 257ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 245ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #652
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #652
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #652
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #652
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---
[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 

[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #652
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:36 min]
[INFO] Torque Runtime ..................................... SUCCESS [05:08 min]
[INFO] Torque Generator ................................... SUCCESS [04:58 min]
[INFO] Torque Templates ................................... SUCCESS [01:25 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 35.610 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 28.236 s]
[INFO] Torque Site ........................................ SUCCESS [ 12.578 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:58 min
[INFO] Finished at: 2019-10-29T09:45:25Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: torque-dev@db.apache.org
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #652

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/652/display/redirect?page=changes>

Changes:

[gk] - add license 
- clean up inline comment


------------------------------------------
[...truncated 952.64 KB...]
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 271ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 216ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #649
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #649
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #649
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #649
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check
[INFO] 
[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---
[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[INFO] 
[PMD] No report found for mojo check
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 

[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #649
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[INFO] 
[PMD] No report found for mojo pmd
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:22 min]
[INFO] Torque Runtime ..................................... SUCCESS [05:10 min]
[INFO] Torque Generator ................................... SUCCESS [04:58 min]
[INFO] Torque Templates ................................... SUCCESS [01:14 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 36.200 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 28.353 s]
[INFO] Torque Site ........................................ SUCCESS [ 14.928 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:39 min
[INFO] Finished at: 2019-10-28T16:37:22Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Maven 2 Plugin #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Maven Parent #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[Fast Archiver] No artifacts from Torque4-trunk » Torque Site #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Templates #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Runtime #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Ant tasks #649 to compare, so performing full copy of artifacts
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #652' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: torque-dev@db.apache.org
No mail will be sent out, as 'Torque4-trunk » Torque Site #652' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #652' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: torque-dev@db.apache.org
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #652' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #652' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #651

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/651/display/redirect?page=changes>

Changes:

[gk] - use more robust path resolver


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu xenial) in workspace <https://builds.apache.org/job/Torque4-trunk/ws/>
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/target>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-28T15:43:50.576 +0000'
U         torque-runtime/src/main/java/org/apache/torque/avalon/TorqueComponent.java
At revision 1869078

Parsing POMs
Established TCP socket on 33464
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[torque4-trunk] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 33464
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean install cobertura:cobertura findbugs:findbugs checkstyle:checkstyle pmd:pmd pmd:cpd
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Torque Maven Parent                                                [pom]
[INFO] Torque Runtime                                                     [jar]
[INFO] Torque Generator                                                   [jar]
[INFO] Torque Templates                                                   [jar]
[INFO] Torque Generator Maven 2 Plugin                           [maven-plugin]
[INFO] Torque Generator Ant tasks                                         [jar]
[INFO] Torque Site                                                        [pom]
[INFO] 
[INFO] ----------------------< org.apache.torque:torque >----------------------
[INFO] Building Torque Maven Parent 4.1-SNAPSHOT                          [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 67 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 123 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, generated: 0, approved: 117 licenses.
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$3; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ FAILURE [ 13.331 s]
[INFO] Torque Runtime ..................................... SKIPPED
[INFO] Torque Generator ................................... SKIPPED
[INFO] Torque Templates ................................... SKIPPED
[INFO] Torque Generator Maven 2 Plugin .................... SKIPPED
[INFO] Torque Generator Ant tasks ......................... SKIPPED
[INFO] Torque Site ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.277 s
[INFO] Finished at: 2019-10-28T15:44:50Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (default) on project torque: Too many files with unapproved license: 1 See RAT report in: <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/target/rat.txt> -> [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
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Maven 2 Plugin #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Maven Parent #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Site #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Templates #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Runtime #649 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Ant tasks #649 to compare, so performing full copy of artifacts
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #651' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: torque-dev@db.apache.org
No mail will be sent out, as 'Torque4-trunk » Torque Site #651' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #651' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #651' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #651' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #651' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #650

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/650/display/redirect?page=changes>

Changes:

[gk] - fix some issues in torque-test for hsqldb, mysql 
- add info about debugging, and readme.md in torque-test.

[gk] torque templates: 
- add hasUniqueConstraintSize (column size in unique constraint) into Platform (allow sizing in mysql and probably postgresql)
- add test table for this case (and test for multiple unique columns as well)

[gk] - fix issue delete directory deadlock in TestProcessing

[gk] - use xml in torque-runtime test component configuration


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu xenial) in workspace <https://builds.apache.org/job/Torque4-trunk/ws/>
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-25T15:22:08.235 +0000'
A         torque-test/README.md
U         torque-test/pom.xml
U         torque-test/src/main/schema/id-table-schema.xml
U         torque-test/src/main/schema/default-value-schema.xml
U         torque-test/src/test/java/org/apache/torque/DataTest.java
U         torque-test/src/test/java/org/apache/torque/generated/peer/DefaultValuesFromJavaTest.java
U         torque-test/src/test/java/org/apache/torque/datatypes/ByteTypeTest.java
U         torque-templates/src/main/java/org/apache/torque/templates/model/Unique.java
U         torque-templates/src/main/java/org/apache/torque/templates/model/UniqueColumn.java
U         torque-templates/src/main/java/org/apache/torque/templates/platform/Platform.java
U         torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformDefaultImpl.java
U         torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformMysqlImpl.java
U         torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformPostgresqlImpl.java
U         torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformHsqldbImpl.java
U         torque-templates/src/main/java/org/apache/torque/templates/transformer/sql/SQLModelTransformer.java
U         torque-templates/src/main/java/org/apache/torque/templates/transformer/sql/SQLTransformer.java
U         torque-templates/src/main/java/org/apache/torque/templates/transformer/sql/SqlAttributeName.java
U         torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/sql/templates/ddl/hsqldb/dropTable.groovy
U         torque-templates/src/main/resources/org/apache/torque/templates/sql/templates/ddl/hsqldb/dropTable.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-1.xsd
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-derby.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-hsqldb.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-idtable-init.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-mssql.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-mysql.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-oracle.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-postgresql.sql
U         torque-templates/src/test/schema/schema.xml
U         torque-templates/src/test/java/org/apache/torque/templates/TestProcessing.java
U         torque-runtime/src/test/resources/TestComponentConfig.xml
At revision 1868941

Parsing POMs
Established TCP socket on 43624
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[torque4-trunk] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 43624
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean install cobertura:cobertura findbugs:findbugs checkstyle:checkstyle pmd:pmd pmd:cpd
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Torque Maven Parent                                                [pom]
[INFO] Torque Runtime                                                     [jar]
[INFO] Torque Generator                                                   [jar]
[INFO] Torque Templates                                                   [jar]
[INFO] Torque Generator Maven 2 Plugin                           [maven-plugin]
[INFO] Torque Generator Ant tasks                                         [jar]
[INFO] Torque Site                                                        [pom]
[INFO] 
[INFO] ----------------------< org.apache.torque:torque >----------------------
[INFO] Building Torque Maven Parent 4.1-SNAPSHOT                          [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 67 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 123 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, generated: 0, approved: 117 licenses.
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$3; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ FAILURE [ 13.456 s]
[INFO] Torque Runtime ..................................... SKIPPED
[INFO] Torque Generator ................................... SKIPPED
[INFO] Torque Templates ................................... SKIPPED
[INFO] Torque Generator Maven 2 Plugin .................... SKIPPED
[INFO] Torque Generator Ant tasks ......................... SKIPPED
[INFO] Torque Site ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28.021 s
[INFO] Finished at: 2019-10-25T15:23:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (default) on project torque: Too many files with unapproved license: 1 See RAT report in: <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/target/rat.txt> -> [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
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #650' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: torque-dev@db.apache.org
No mail will be sent out, as 'Torque4-trunk » Torque Site #650' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #650' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #650' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #650' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #650' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #649

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/649/display/redirect?page=changes>

Changes:

[gk] - hsqldb profile:
- fix required useDatabaseDefaultValue in schema to avoid java om default handling  + test check
- fix hsqldb varbinary, binary size, 
- add sql /if exists/ to dropTable template

- improve test output


------------------------------------------
[...truncated 1.08 MB...]
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.setAttribute(org.apache.torque.generator.source.SourceAttributeName,java.lang.Object)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.setAttribute(java.lang.String,java.lang.Object)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(java.lang.String)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(org.apache.torque.generator.source.SourceAttributeName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 368ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 358ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #648
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #648
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #648
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #648
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check
[INFO] 
[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---
[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 

[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #648
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:24 min]
[INFO] Torque Runtime ..................................... SUCCESS [06:18 min]
[INFO] Torque Generator ................................... SUCCESS [06:28 min]
[INFO] Torque Templates ................................... SUCCESS [01:47 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 44.116 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 34.832 s]
[INFO] Torque Site ........................................ SUCCESS [ 14.097 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18:06 min
[INFO] Finished at: 2019-10-24T16:59:20Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #649' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #648

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/648/display/redirect>

Changes:


------------------------------------------
[...truncated 910.80 KB...]
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 238ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 218ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #646
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #646
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #646
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #646
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 
[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---

[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[INFO] 
[FINDBUGS] No report found for mojo findbugs[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---

[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #646
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:54 min]
[INFO] Torque Runtime ..................................... SUCCESS [06:00 min]
[INFO] Torque Generator ................................... SUCCESS [05:13 min]
[INFO] Torque Templates ................................... SUCCESS [01:32 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 57.803 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 28.630 s]
[INFO] Torque Site ........................................ SUCCESS [ 18.499 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17:11 min
[INFO] Finished at: 2019-10-23T16:40:09Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Maven 2 Plugin #646 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Maven Parent #646 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[Fast Archiver] No artifacts from Torque4-trunk » Torque Site #646 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator #646 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Templates #646 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Runtime #646 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Ant tasks #646 to compare, so performing full copy of artifacts
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #648' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #647

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/647/display/redirect>

Changes:


------------------------------------------
[...truncated 165.07 KB...]
AU        torque-site/src/site/resources/images/generated-classes.png
AU        torque-site/src/site/resources/images/torque-logo-new.png
AU        torque-site/src/site/resources/images/db-logo-white.png
A         torque-site/src/site/resources/tools
AU        torque-site/src/site/resources/tools/schema2erd.xsl
AU        torque-site/src/site/resources/tools/D4-Torque.xslt
A         torque-site/src/site/xslt
A         torque-site/src/site/xslt/body-content.xsl
A         torque-site/src/ant
A         torque-site/src/ant/build.xml
A         torque-site/src/changes
AU        torque-site/src/changes/old-changes.xml
A         torque-site/src/gimp
AU        torque-site/src/gimp/torque-logo-new.xcf.gz
A         torque-site/src/dtd
A         torque-site/src/dtd/database.dtd
A         torque-site/src/dtd/database_3_0_1.dtd
A         torque-site/src/dtd/database_3_1.dtd
A         torque-site/src/dtd/database_3_2.dtd
A         torque-site/src/dtd/database_3_0_0.dtd
A         torque-site/NOTICE
AU        torque-site/pom.xml
A         torque-site/LICENSE.txt
A         torque-ant-tasks
A         torque-ant-tasks/src
A         torque-ant-tasks/src/test
A         torque-ant-tasks/src/test/resources
AU        torque-ant-tasks/src/test/resources/log4j2-test.xml
A         torque-ant-tasks/src/test/resources/org
A         torque-ant-tasks/src/test/resources/org/apache
A         torque-ant-tasks/src/test/resources/org/apache/torque
A         torque-ant-tasks/src/test/resources/org/apache/torque/ant
AU        torque-ant-tasks/src/test/resources/org/apache/torque/ant/PropertyKeys.java
A         torque-ant-tasks/src/test/java
A         torque-ant-tasks/src/test/java/org
A         torque-ant-tasks/src/test/java/org/apache
A         torque-ant-tasks/src/test/java/org/apache/torque
A         torque-ant-tasks/src/test/java/org/apache/torque/ant
A         torque-ant-tasks/src/test/java/org/apache/torque/ant/task
AU        torque-ant-tasks/src/test/java/org/apache/torque/ant/task/TorqueGeneratorTaskTest.java
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/outlets
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/outlets/enumOutlets.xml
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/conf
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/conf/control.xml
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/src
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/src/propertiesData.properties
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates/classFrame.vm
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates/constructor.vm
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates/getKey.vm
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates/constant.vm
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates/toString.vm
A         torque-ant-tasks/src/test/torqueGeneratorTaskTest/src/main/torque-gen/templates/keyField.vm
A         torque-ant-tasks/src/main
A         torque-ant-tasks/src/main/java
A         torque-ant-tasks/src/main/java/org
A         torque-ant-tasks/src/main/java/org/apache
A         torque-ant-tasks/src/main/java/org/apache/torque
A         torque-ant-tasks/src/main/java/org/apache/torque/ant
A         torque-ant-tasks/src/main/java/org/apache/torque/ant/task
AU        torque-ant-tasks/src/main/java/org/apache/torque/ant/task/TorqueGeneratorTask.java
AU        torque-ant-tasks/src/main/java/org/apache/torque/ant/task/Option.java
AU        torque-ant-tasks/src/main/java/org/apache/torque/ant/task/package.html
A         torque-ant-tasks/src/main/plugin-config
A         torque-ant-tasks/src/main/plugin-config/findbugs-exclude.xml
A         torque-ant-tasks/pom.xml
A         torque-ant-tasks/NOTICE
A         torque-ant-tasks/LICENSE-EDL.txt
A         torque-ant-tasks/LICENSE.txt
A         torque-maven-plugin
A         torque-maven-plugin/pom.xml
A         torque-maven-plugin/src
A         torque-maven-plugin/src/test
A         torque-maven-plugin/src/test/java
A         torque-maven-plugin/src/test/java/org
A         torque-maven-plugin/src/test/java/org/apache
A         torque-maven-plugin/src/test/java/org/apache/torque
A         torque-maven-plugin/src/test/java/org/apache/torque/generator
A         torque-maven-plugin/src/test/java/org/apache/torque/generator/maven
AU        torque-maven-plugin/src/test/java/org/apache/torque/generator/maven/TorqueGeneratorMojoTest.java
A         torque-maven-plugin/src/test/resources
A         torque-maven-plugin/src/test/resources/org
A         torque-maven-plugin/src/test/resources/org/apache
A         torque-maven-plugin/src/test/resources/org/apache/torque
A         torque-maven-plugin/src/test/resources/org/apache/torque/generator
A         torque-maven-plugin/src/test/resources/org/apache/torque/generator/maven
AU        torque-maven-plugin/src/test/resources/org/apache/torque/generator/maven/PropertyKeys.java
A         torque-maven-plugin/src/test/gettingStarted
A         torque-maven-plugin/src/test/gettingStarted/src
A         torque-maven-plugin/src/test/gettingStarted/src/main
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/conf
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/conf/control.xml
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/outlets
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/outlets/enumOutlets.xml
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates/classFrame.vm
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates/constant.vm
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates/constructor.vm
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates/getKey.vm
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates/toString.vm
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/templates/keyField.vm
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/src
A         torque-maven-plugin/src/test/gettingStarted/src/main/torque-gen/src/propertiesData.properties
A         torque-maven-plugin/src/main
A         torque-maven-plugin/src/main/java
A         torque-maven-plugin/src/main/java/org
A         torque-maven-plugin/src/main/java/org/apache
A         torque-maven-plugin/src/main/java/org/apache/torque
A         torque-maven-plugin/src/main/java/org/apache/torque/generator
A         torque-maven-plugin/src/main/java/org/apache/torque/generator/maven
AU        torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java
A         torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/package.html
A         torque-maven-plugin/src/main/plugin-config
A         torque-maven-plugin/src/main/plugin-config/findbugs-exclude.xml
A         torque-maven-plugin/NOTICE
A         torque-maven-plugin/LICENSE.txt
AU        suppression-owasp-fp.xml
A         NOTICE
A         src
A         src/main
A         src/main/checkstyle
AU        src/main/checkstyle/checkstyle.xml
A         src/main/checkstyle/checkstyle-suppressions.xml
AU        src/main/checkstyle/license-header.txt
A         src/main/assembly
A         src/main/assembly/site.xml
A         src/main/assembly/src.xml
A         src/main/assembly/bin-with-dependencies.xml
A         LICENSE
AU        KEYS
 U        .
At revision 1868798

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1003)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:189)
Caused: java.io.IOException: revision check failed on http://svn.apache.org/repos/asf/db/torque/torque4/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:203)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:756)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-23T12:25:52.303 +0000'
At revision 1868798

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1003)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:189)
Caused: java.io.IOException: revision check failed on http://svn.apache.org/repos/asf/db/torque/torque4/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:203)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:756)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-23T12:25:52.303 +0000'
At revision 1868798

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1003)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:189)
Caused: java.io.IOException: revision check failed on http://svn.apache.org/repos/asf/db/torque/torque4/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:203)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:756)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
[Cobertura] Publishing Cobertura coverage report...


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #646

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/646/display/redirect>

Changes:


------------------------------------------
[...truncated 910.27 KB...]
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 239ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 224ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #644
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #644
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #644
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #644
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---
[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 

[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #644
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:37 min]
[INFO] Torque Runtime ..................................... SUCCESS [05:36 min]
[INFO] Torque Generator ................................... SUCCESS [05:47 min]
[INFO] Torque Templates ................................... SUCCESS [01:48 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 42.936 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 29.574 s]
[INFO] Torque Site ........................................ SUCCESS [ 11.964 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:56 min
[INFO] Finished at: 2019-10-22T16:39:51Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Maven 2 Plugin #644 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from Torque4-trunk » Torque Maven Parent #644 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[Fast Archiver] No artifacts from Torque4-trunk » Torque Site #644 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator #644 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Templates #644 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Runtime #644 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
[Fast Archiver] No artifacts from Torque4-trunk » Torque Generator Ant tasks #644 to compare, so performing full copy of artifacts
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #646' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H36
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #645

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/645/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu xenial) in workspace <https://builds.apache.org/job/Torque4-trunk/ws/>
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target>
Deleting <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-22T15:22:09.927 +0000'
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/bean/base/setterMethodEnd.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/baseDbObjectForView.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/getterReferencedObject.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/imports.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/valueEquals.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/general/setterMethodEnd.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/general/setterMethodStart.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/impl/base/doUpdate.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/impl/base/imports.vm
U         torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm
U         torque-templates/src/test/java/org/apache/torque/templates/TestProcessing.java
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-ext-schema-create.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-extext-schema-create.sql
U         torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-create.sql
U         torque-runtime/src/main/java/org/apache/torque/util/TransactionManagerImpl.java
At revision 1868761

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1003)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:189)
Caused: java.io.IOException: revision check failed on http://svn.apache.org/repos/asf/db/torque/torque4/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:203)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:756)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-22T15:22:09.927 +0000'
At revision 1868761

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1003)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:189)
Caused: java.io.IOException: revision check failed on http://svn.apache.org/repos/asf/db/torque/torque4/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:203)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:756)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Cleaning up <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk>
Updating http://svn.apache.org/repos/asf/db/torque/torque4/trunk at revision '2019-10-22T15:22:09.927 +0000'
At revision 1868761

org.tmatesoft.svn.core.SVNException: svn: E130003: Parser configuration problem: namespace reporting is not enabled
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:760)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:353)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:1003)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1041)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:189)
Caused: java.io.IOException: revision check failed on http://svn.apache.org/repos/asf/db/torque/torque4/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:203)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:756)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
[Cobertura] Publishing Cobertura coverage report...


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #644

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/644/display/redirect?page=changes>

Changes:

[tv] Fix license header

[tv] Organize imports

[tv] Encourage unicode enoding

[tv] Encourage unicode enoding


------------------------------------------
[...truncated 907.88 KB...]
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.setAttribute(org.apache.torque.generator.source.SourceAttributeName,java.lang.Object)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.setAttribute(java.lang.String,java.lang.Object)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(java.lang.String)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getAttribute(org.apache.torque.generator.source.SourceAttributeName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.47 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 234ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 217ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #643
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #643
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #643
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #643
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 
[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---

[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 

[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #643
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:40 min]
[INFO] Torque Runtime ..................................... SUCCESS [06:29 min]
[INFO] Torque Generator ................................... SUCCESS [05:02 min]
[INFO] Torque Templates ................................... SUCCESS [01:21 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [ 43.197 s]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 27.986 s]
[INFO] Torque Site ........................................ SUCCESS [ 18.102 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:37 min
[INFO] Finished at: 2019-10-22T14:39:34Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #644' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H36
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Build failed in Jenkins: Torque4-trunk #643

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/643/display/redirect?page=changes>

Changes:

[gk] - narrow down auto commit check, i.e. set committed flag, if commit method is called or auto-commit set.


------------------------------------------
[...truncated 1.12 MB...]
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getChildren()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(org.apache.torque.generator.source.SourceElementName)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getChild(java.lang.String)
[DEBUG] Adding public java.util.Set org.apache.torque.generator.source.SourceElement.getAttributeNames()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getParents()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasChild(java.lang.String)
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getFollowing(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getFollowingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowing()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPreceding()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasFollowingSibling()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.hasPrecedingSibling()
[DEBUG] Adding public java.util.List org.apache.torque.generator.source.SourceElement.getPreceding(java.lang.String)
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getPrecedingSourceElement(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.Object org.apache.torque.generator.source.SourceElement.getTextAttribute()
[DEBUG] Adding public boolean org.apache.torque.generator.source.SourceElement.graphEquals(org.apache.torque.generator.source.SourceElement)
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.toString()
[DEBUG] Adding public java.lang.String org.apache.torque.generator.source.SourceElement.getName()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.getParent()
[DEBUG] Adding public org.apache.torque.generator.source.SourceElement org.apache.torque.generator.source.SourceElement.copy()
[DEBUG] Reflecting interface java.io.Serializable
[DEBUG] Reflecting class java.lang.Object
[DEBUG] Adding public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
[DEBUG] Adding public final native void java.lang.Object.wait(long) throws java.lang.InterruptedException
[DEBUG] Adding public final void java.lang.Object.wait() throws java.lang.InterruptedException
[DEBUG] Adding public boolean java.lang.Object.equals(java.lang.Object)
[DEBUG] Adding public native int java.lang.Object.hashCode()
[DEBUG] Adding public final native java.lang.Class java.lang.Object.getClass()
[DEBUG] Adding public final native void java.lang.Object.notify()
[DEBUG] Adding public final native void java.lang.Object.notifyAll()
[DEBUG] =================================================================
Generation successful
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 s - in org.apache.torque.ant.task.TorqueGeneratorTaskTest
[INFO] Cobertura: Loaded information on 2 classes.
[INFO] Cobertura: Saved information on 2 classes.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-ant-tasks <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-ant-tasks ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 253ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 2 classes.
Report time: 229ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-ant-tasks ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/findbugsXml.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #642
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/checkstyle-result.xml> of module Torque Generator Ant tasks with 4 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #642
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern pmd.xml
[PMD] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/pmd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #642
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-ant-tasks ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Searching for all files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target> that match the pattern cpd.xml
[DRY] Parsing 1 file in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/cpd.xml> of module Torque Generator Ant tasks with 0 unique warnings and 0 duplicates.
[DRY] Computing warning deltas based on reference build #642
[INFO] 
[INFO] -------------------< org.apache.torque:torque-site >--------------------
[INFO] Building Torque Site 4.1-SNAPSHOT                                  [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 153 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 847 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ torque-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ torque-site ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ torque-site ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: torque-test/target/**/*
[INFO] Exclude: torque-test/.classpath
[INFO] Exclude: torque-test/.project
[INFO] Exclude: torque-test/.settings/**
[INFO] Exclude: torque-test/src/main/generated-java/**/*
[INFO] Exclude: torque-test/derby.log
[INFO] 105 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 96 licenses.
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 
[INFO] --- dependency-check-maven:5.0.0-M1:check (default) @ torque-site ---

[INFO] Skipping dependency-check
[CHECKSTYLE] No report found for mojo check
[PMD] No report found for mojo check[INFO] 

[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ torque-site ---
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default-cli) > [cobertura]test @ torque-site >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ torque-site ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ torque-site ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ torque-site ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default-cli) < [cobertura]test @ torque-site <<<
[INFO] 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ torque-site ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ torque-site ---
[FINDBUGS] No report found for mojo findbugs[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:checkstyle (default-cli) @ torque-site ---

[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/checkstyle-result.xml> of module Torque Site with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #642
[INFO] 
[INFO] --- maven-pmd-plugin:3.10.0:pmd (default-cli) @ torque-site ---
[PMD] No report found for mojo pmd[INFO] 

[INFO] --- maven-pmd-plugin:3.10.0:cpd (default-cli) @ torque-site ---
[DRY] No report found for mojo cpd
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Torque Maven Parent 4.1-SNAPSHOT:
[INFO] 
[INFO] Torque Maven Parent ................................ SUCCESS [01:33 min]
[INFO] Torque Runtime ..................................... SUCCESS [05:26 min]
[INFO] Torque Generator ................................... SUCCESS [05:05 min]
[INFO] Torque Templates ................................... SUCCESS [01:30 min]
[INFO] Torque Generator Maven 2 Plugin .................... SUCCESS [01:44 min]
[INFO] Torque Generator Ant tasks ......................... SUCCESS [ 29.366 s]
[INFO] Torque Site ........................................ SUCCESS [ 18.184 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:41 min
[INFO] Finished at: 2019-10-21T13:55:52Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/target/torque-maven-plugin-4.1-SNAPSHOT.jar> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/target/torque-site-4.1-SNAPSHOT-site.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/torque-generator-4.1-SNAPSHOT.jar> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/target/torque-templates-4.1-SNAPSHOT.jar> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/target/torque-ant-tasks-4.1-SNAPSHOT.jar> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.jar
No mail will be sent out, as 'Torque4-trunk » Torque Generator Maven 2 Plugin #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Maven Parent #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Site #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Templates #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Runtime #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'Torque4-trunk » Torque Generator Ant tasks #643' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
[torque4-trunk] $ mvn -Dmaven.repo.local=<https://builds.apache.org/job/Torque4-trunk/ws/.repository> -Powasp -Dtest=false -DfailIfNoTests=false clean verify
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H36
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.Launcher$ProcStarter.join(Launcher.java:466)
		at hudson.tasks.Maven.perform(Maven.java:368)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:896)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Invoke top-level Maven targets' marked build as failure
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org