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-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to