You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/11/14 23:23:31 UTC

Build failed in Jenkins: Cayenne pull requests #361

See <https://builds.apache.org/job/Cayenne%20pull%20requests/361/display/redirect?page=changes>

Changes:

[emecas] Fixed CAY-2379 by focusing the ObjEntity after the undo

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Changed approach fixing CAY-2379 directly in RemoveAttributeUndoableEdit

------------------------------------------
[...truncated 9.30 MB...]
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbGenerateTaskIT.java:43

org.apache.cayenne.tools.DbGenerateTaskIT > customConfigTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbGenerateTaskIT.java:91

org.apache.cayenne.tools.GradlePluginIT > testGradleVersionsCompatibility FAILED
    java.lang.AssertionError at GradlePluginIT.java:68

org.apache.cayenne.tools.DbImportIT > emptyDbTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:61

org.apache.cayenne.tools.DbImportIT > simpleDbTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:79

org.apache.cayenne.tools.DbImportIT > notConfiguredTaskFailure FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:49

28 tests completed, 9 failed
:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///home/jenkins/jenkins-slave/workspace/Cayenne%20pull%20requests/cayenne-gradle-plugin/build/reports/tests/test/index.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 20.492 secs
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:804)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:751)
	at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:313)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:181)
	at hudson.remoting.UserRequest.perform(UserRequest.java:52)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] cayenne-parent: Top-level parent of Cayenne modules  SUCCESS [18.914s]
[INFO] build-tools-parent: Cayenne Build Tools Parent .... SUCCESS [1.785s]
[INFO] cayenne-legal: Cayenne License and Notice Bundle .. SUCCESS [4.343s]
[INFO] cayenne-test-utilities: Common Unit Test Utilities  SUCCESS [4.190s]
[INFO] cayenne-checkers: Cayenne Code Checkers ........... SUCCESS [2.855s]
[INFO] cayenne-di: Cayenne Dependency Injection Container  SUCCESS [10.086s]
[INFO] cayenne-server: Cayenne Server .................... SUCCESS [1:14.595s]
[INFO] cayenne-project: Cayenne Project .................. SUCCESS [6.369s]
[INFO] cayenne-dbsync: Database Synchronization Tools .... SUCCESS [15.619s]
[INFO] cayenne-cgen: Cayenne Class Generation Tools ...... SUCCESS [4.851s]
[INFO] cayenne-ant: Cayenne Ant Tasks .................... SUCCESS [9.709s]
[INFO] cayenne-cache-invalidation: Cayenne Cache Invalidation  SUCCESS [5.905s]
[INFO] cayenne-client: Cayenne ROP Client ................ SUCCESS [19.547s]
[INFO] cayenne-client-jetty: Cayenne ROP Client (Jetty) .. SUCCESS [6.842s]
[INFO] cayenne-commitlog: Cayenne Commit Log Module ...... SUCCESS [6.966s]
[INFO] cayenne-maven-plugins-parent: Maven Plugins parent  SUCCESS [2.305s]
[INFO] cayenne-maven-plugin: Cayenne Maven Plugin ........ SUCCESS [23.615s]
[INFO] cayenne-crypto: Cayenne Cryptography Extensions ... SUCCESS [10.203s]
[INFO] cayenne-dbcp2: Cayenne DBCP2 Extension ............ SUCCESS [4.868s]
[INFO] cayenne-gradle-plugin: Cayenne Gradle Plugin ...... FAILURE [21.979s]
[INFO] cayenne-java8: Cayenne Java8 Extensions ........... SKIPPED
[INFO] cayenne-jcache: Cayenne JCache Integration ........ SKIPPED
[INFO] cayenne-joda: Cayenne Joda Extensions ............. SKIPPED
[INFO] cayenne-lifecycle: Cayenne Lifecycle Utilities .... SKIPPED
[INFO] cayenne-project-compatibility ..................... SKIPPED
[INFO] cayenne-protostuff: Cayenne Protostuff Extension .. SKIPPED
[INFO] cayenne-velocity: Cayenne Velocity template processor  SKIPPED
[INFO] cayenne-eventbridges-parent: Event bridges implementations parent  SKIPPED
[INFO] cayenne-jgroups: Cayenne JGroups Event bridge ..... SKIPPED
[INFO] cayenne-jms: Cayenne JMS Event bridge ............. SKIPPED
[INFO] cayenne-xmpp: Cayenne XMPP Event bridge ........... SKIPPED
[INFO] cayenne-itests-parent: Integration Tests Parent ... SKIPPED
[INFO] cayenne-tools-itest: Tools integration tests ...... SKIPPED
[INFO] maven-cayenne-plugin: Deprecated Cayenne Maven Plugin  SKIPPED
[INFO] cayenne-modeler-parent: Cayenne Modeler Parent .... SKIPPED
[INFO] cayenne-wocompat: WebObjects Compatibility Library  SKIPPED
[INFO] cayenne-modeler: Cayenne Modeler Core ............. SKIPPED
[INFO] cayenne-modeler-generic-ext: Modeler Generic Extensions  SKIPPED
[INFO] cayenne-modeler-maven-plugin: Cayenne Modeler Maven Plugin  SKIPPED
[INFO] cayenne-modeler-generic: Modeler Generic Assembly . SKIPPED
[INFO] cayenne-modeler-mac-ext: Modeler MacOS Extensions . SKIPPED
[INFO] cayenne-modeler-mac: Modeler MacOS Assembly ....... SKIPPED
[INFO] cayenne-modeler-win-ext: Modeler Win Extensions ... SKIPPED
[INFO] cayenne-modeler-win: Modeler Windows Assembly ..... SKIPPED
[INFO] cayenne-tutorials-parent: Cayenne Tutorials ....... SKIPPED
[INFO] tutorial: Cayenne Tutorial ........................ SKIPPED
[INFO] tutorial-rop-client: Cayenne ROP Client Tutorial .. SKIPPED
[INFO] tutorial-rop-client-http2: Cayenne ROP HTTP/2 Client Tutorial  SKIPPED
[INFO] tutorial-rop-server: Cayenne ROP Server Tutorial .. SKIPPED
[INFO] tutorial-rop-server-http2: Cayenne ROP HTTP/2 Server Tutorial  SKIPPED
[INFO] cayenne-docs-parent: Cayenne Documenation Parent .. SKIPPED
[INFO] cayenne-doc: Cayenne Documentation ................ SKIPPED
[INFO] cayenne-docbook: Cayenne Docbook Documentation .... SKIPPED
[INFO] docbook-stylesheets: Docbook - Cayenne Stylesheets  SKIPPED
[INFO] cayenne-guide: Docbook - Cayenne Guide ............ SKIPPED
[INFO] getting-started: Docbook - Getting Started with Cayenne  SKIPPED
[INFO] getting-started-rop: Docbook - Getting Started with Cayenne ROP  SKIPPED
[INFO] upgrade-guide: Docbook - Cayenne New Features and Upgrade Guide  SKIPPED
[INFO] cayenne-assembly: Cayenne Release Assembly ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:54.339s
[INFO] Finished at: Tue Nov 14 23:21:50 UTC 2017
[INFO] Final Memory: 87M/793M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (gradle) on project cayenne-gradle-plugin: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cayenne-gradle-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-java8/pom.xml> to org.apache.cayenne/cayenne-java8/4.1.M2-SNAPSHOT/cayenne-java8-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-wocompat/pom.xml> to org.apache.cayenne.modeler/cayenne-wocompat/4.1.M2-SNAPSHOT/cayenne-wocompat-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-lifecycle/pom.xml> to org.apache.cayenne/cayenne-lifecycle/4.1.M2-SNAPSHOT/cayenne-lifecycle-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/pom.xml> to org.apache.cayenne/cayenne-parent/4.1.M2-SNAPSHOT/cayenne-parent-4.1.M2-SNAPSHOT.pom
[Fast Archiver] Compressed 50.47 KB of artifacts by 63.4% relative to #360
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/doc/pom.xml> to org.apache.cayenne.docs/cayenne-doc/4.1.M2-SNAPSHOT/cayenne-doc-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-modeler-maven-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-modeler-maven-plugin/4.1.M2-SNAPSHOT/cayenne-modeler-maven-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/docbook-stylesheets/pom.xml> to org.apache.cayenne.docs/docbook-stylesheets/4.1.M2-SNAPSHOT/docbook-stylesheets-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/pom.xml> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/target/cayenne-client-jetty-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/target/cayenne-client-jetty-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-client-http2/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-client-http2/4.1.M2-SNAPSHOT/tutorial-rop-client-http2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-server-http2/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-server-http2/4.1.M2-SNAPSHOT/tutorial-rop-server-http2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/assembly/pom.xml> to org.apache.cayenne.assembly/cayenne-assembly/4.1.M2-SNAPSHOT/cayenne-assembly-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/upgrade-guide/pom.xml> to org.apache.cayenne.docs/upgrade-guide/4.1.M2-SNAPSHOT/upgrade-guide-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/pom.xml> to org.apache.cayenne/cayenne-eventbridges-parent/4.1.M2-SNAPSHOT/cayenne-eventbridges-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/getting-started-rop/pom.xml> to org.apache.cayenne.docs/getting-started-rop/4.1.M2-SNAPSHOT/getting-started-rop-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-generic-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-generic-ext/4.1.M2-SNAPSHOT/cayenne-modeler-generic-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/pom.xml> to org.apache.cayenne.plugins/cayenne-maven-plugins-parent/4.1.M2-SNAPSHOT/cayenne-maven-plugins-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-xmpp/pom.xml> to org.apache.cayenne/cayenne-xmpp/4.1.M2-SNAPSHOT/cayenne-xmpp-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-mac-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-mac-ext/4.1.M2-SNAPSHOT/cayenne-modeler-mac-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/pom.xml> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/target/cayenne-crypto-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/target/cayenne-crypto-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/pom.xml> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/target/cayenne-di-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/target/cayenne-di-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/pom.xml> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/target/cayenne-legal-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/target/cayenne-legal-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/pom.xml> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/target/cayenne-test-utilities-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/target/cayenne-test-utilities-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/itests/pom.xml> to org.apache.cayenne.itests/cayenne-itests-parent/4.1.M2-SNAPSHOT/cayenne-itests-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/cayenne-guide/pom.xml> to org.apache.cayenne.docs/cayenne-guide/4.1.M2-SNAPSHOT/cayenne-guide-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/pom.xml> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/target/cayenne-client-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/target/cayenne-client-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-protostuff/pom.xml> to org.apache.cayenne/cayenne-protostuff/4.1.M2-SNAPSHOT/cayenne-protostuff-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/pom.xml> to org.apache.cayenne.tutorials/cayenne-tutorials-parent/4.1.M2-SNAPSHOT/cayenne-tutorials-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/pom.xml> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/target/cayenne-project-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/target/cayenne-project-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/getting-started/pom.xml> to org.apache.cayenne.docs/getting-started/4.1.M2-SNAPSHOT/getting-started-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project-compatibility/pom.xml> to org.apache.cayenne/cayenne-project-compatibility/4.1.M2-SNAPSHOT/cayenne-project-compatibility-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/maven-cayenne-plugin/pom.xml> to org.apache.cayenne.plugins/maven-cayenne-plugin/4.1.M2-SNAPSHOT/maven-cayenne-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler/4.1.M2-SNAPSHOT/cayenne-modeler-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-win/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-win/4.1.M2-SNAPSHOT/cayenne-modeler-win-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/itests/cayenne-tools-itest/pom.xml> to org.apache.cayenne.itests/cayenne-tools-itest/4.1.M2-SNAPSHOT/cayenne-tools-itest-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-jms/pom.xml> to org.apache.cayenne/cayenne-jms/4.1.M2-SNAPSHOT/cayenne-jms-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/pom.xml> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-generic/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-generic/4.1.M2-SNAPSHOT/cayenne-modeler-generic-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/pom.xml> to org.apache.cayenne.build-tools/build-tools-parent/4.1.M2-SNAPSHOT/build-tools-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/pom.xml> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-jgroups/pom.xml> to org.apache.cayenne/cayenne-jgroups/4.1.M2-SNAPSHOT/cayenne-jgroups-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-velocity/pom.xml> to org.apache.cayenne/cayenne-velocity/4.1.M2-SNAPSHOT/cayenne-velocity-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/pom.xml> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/target/cayenne-commitlog-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/target/cayenne-commitlog-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-joda/pom.xml> to org.apache.cayenne/cayenne-joda/4.1.M2-SNAPSHOT/cayenne-joda-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-parent/4.1.M2-SNAPSHOT/cayenne-modeler-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-server/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-server/4.1.M2-SNAPSHOT/tutorial-rop-server-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/pom.xml> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/target/cayenne-checkers-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/target/cayenne-checkers-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-jcache/pom.xml> to org.apache.cayenne/cayenne-jcache/4.1.M2-SNAPSHOT/cayenne-jcache-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-mac/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-mac/4.1.M2-SNAPSHOT/cayenne-modeler-mac-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial/pom.xml> to org.apache.cayenne.tutorials/tutorial/4.1.M2-SNAPSHOT/tutorial-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-win-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-win-ext/4.1.M2-SNAPSHOT/cayenne-modeler-win-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/pom.xml> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/target/cayenne-maven-plugin-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/target/cayenne-maven-plugin-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/pom.xml> to org.apache.cayenne.docs/cayenne-docbook/4.1.M2-SNAPSHOT/cayenne-docbook-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-gradle-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-gradle-plugin/4.1.M2-SNAPSHOT/cayenne-gradle-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/pom.xml> to org.apache.cayenne.docs/cayenne-docs-parent/4.1.M2-SNAPSHOT/cayenne-docs-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/pom.xml> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/target/cayenne-dbcp2-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/target/cayenne-dbcp2-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/pom.xml> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/target/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/target/cayenne-cache-invalidation-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/pom.xml> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/target/cayenne-cgen-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/target/cayenne-cgen-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-client/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-client/4.1.M2-SNAPSHOT/tutorial-rop-client-4.1.M2-SNAPSHOT.pom
channel stopped
Putting comment on the pull request
Not sending mail to unregistered user emecas@users.noreply.github.com

Jenkins build is back to normal : Cayenne pull requests #364

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cayenne%20pull%20requests/364/display/redirect?page=changes>


Build failed in Jenkins: Cayenne pull requests #363

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cayenne%20pull%20requests/363/display/redirect?page=changes>

Changes:

[emecas] Fixed CAY-2379 by focusing the ObjEntity after the undo

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Changed approach fixing CAY-2379 directly in RemoveAttributeUndoableEdit

------------------------------------------
[...truncated 9.17 MB...]
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbGenerateTaskIT.java:43

org.apache.cayenne.tools.DbGenerateTaskIT > customConfigTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbGenerateTaskIT.java:91

org.apache.cayenne.tools.GradlePluginIT > testGradleVersionsCompatibility FAILED
    java.lang.AssertionError at GradlePluginIT.java:68

org.apache.cayenne.tools.DbImportIT > emptyDbTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:61

org.apache.cayenne.tools.DbImportIT > simpleDbTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:79

org.apache.cayenne.tools.DbImportIT > notConfiguredTaskFailure FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:49

28 tests completed, 9 failed
:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///home/jenkins/jenkins-slave/workspace/Cayenne%20pull%20requests/cayenne-gradle-plugin/build/reports/tests/test/index.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 26.162 secs
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:804)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:751)
	at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:313)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:181)
	at hudson.remoting.UserRequest.perform(UserRequest.java:52)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] cayenne-parent: Top-level parent of Cayenne modules  SUCCESS [18.619s]
[INFO] build-tools-parent: Cayenne Build Tools Parent .... SUCCESS [1.704s]
[INFO] cayenne-legal: Cayenne License and Notice Bundle .. SUCCESS [3.963s]
[INFO] cayenne-test-utilities: Common Unit Test Utilities  SUCCESS [3.978s]
[INFO] cayenne-checkers: Cayenne Code Checkers ........... SUCCESS [2.814s]
[INFO] cayenne-di: Cayenne Dependency Injection Container  SUCCESS [9.177s]
[INFO] cayenne-server: Cayenne Server .................... SUCCESS [1:25.498s]
[INFO] cayenne-project: Cayenne Project .................. SUCCESS [6.797s]
[INFO] cayenne-dbsync: Database Synchronization Tools .... SUCCESS [18.325s]
[INFO] cayenne-cgen: Cayenne Class Generation Tools ...... SUCCESS [5.332s]
[INFO] cayenne-ant: Cayenne Ant Tasks .................... SUCCESS [10.765s]
[INFO] cayenne-cache-invalidation: Cayenne Cache Invalidation  SUCCESS [6.336s]
[INFO] cayenne-client: Cayenne ROP Client ................ SUCCESS [22.396s]
[INFO] cayenne-client-jetty: Cayenne ROP Client (Jetty) .. SUCCESS [6.955s]
[INFO] cayenne-commitlog: Cayenne Commit Log Module ...... SUCCESS [8.898s]
[INFO] cayenne-maven-plugins-parent: Maven Plugins parent  SUCCESS [2.123s]
[INFO] cayenne-maven-plugin: Cayenne Maven Plugin ........ SUCCESS [26.216s]
[INFO] cayenne-crypto: Cayenne Cryptography Extensions ... SUCCESS [10.876s]
[INFO] cayenne-dbcp2: Cayenne DBCP2 Extension ............ SUCCESS [4.925s]
[INFO] cayenne-gradle-plugin: Cayenne Gradle Plugin ...... FAILURE [27.576s]
[INFO] cayenne-java8: Cayenne Java8 Extensions ........... SKIPPED
[INFO] cayenne-jcache: Cayenne JCache Integration ........ SKIPPED
[INFO] cayenne-joda: Cayenne Joda Extensions ............. SKIPPED
[INFO] cayenne-lifecycle: Cayenne Lifecycle Utilities .... SKIPPED
[INFO] cayenne-project-compatibility ..................... SKIPPED
[INFO] cayenne-protostuff: Cayenne Protostuff Extension .. SKIPPED
[INFO] cayenne-velocity: Cayenne Velocity template processor  SKIPPED
[INFO] cayenne-eventbridges-parent: Event bridges implementations parent  SKIPPED
[INFO] cayenne-jgroups: Cayenne JGroups Event bridge ..... SKIPPED
[INFO] cayenne-jms: Cayenne JMS Event bridge ............. SKIPPED
[INFO] cayenne-xmpp: Cayenne XMPP Event bridge ........... SKIPPED
[INFO] cayenne-itests-parent: Integration Tests Parent ... SKIPPED
[INFO] cayenne-tools-itest: Tools integration tests ...... SKIPPED
[INFO] maven-cayenne-plugin: Deprecated Cayenne Maven Plugin  SKIPPED
[INFO] cayenne-modeler-parent: Cayenne Modeler Parent .... SKIPPED
[INFO] cayenne-wocompat: WebObjects Compatibility Library  SKIPPED
[INFO] cayenne-modeler: Cayenne Modeler Core ............. SKIPPED
[INFO] cayenne-modeler-generic-ext: Modeler Generic Extensions  SKIPPED
[INFO] cayenne-modeler-maven-plugin: Cayenne Modeler Maven Plugin  SKIPPED
[INFO] cayenne-modeler-generic: Modeler Generic Assembly . SKIPPED
[INFO] cayenne-modeler-mac-ext: Modeler MacOS Extensions . SKIPPED
[INFO] cayenne-modeler-mac: Modeler MacOS Assembly ....... SKIPPED
[INFO] cayenne-modeler-win-ext: Modeler Win Extensions ... SKIPPED
[INFO] cayenne-modeler-win: Modeler Windows Assembly ..... SKIPPED
[INFO] cayenne-tutorials-parent: Cayenne Tutorials ....... SKIPPED
[INFO] tutorial: Cayenne Tutorial ........................ SKIPPED
[INFO] tutorial-rop-client: Cayenne ROP Client Tutorial .. SKIPPED
[INFO] tutorial-rop-client-http2: Cayenne ROP HTTP/2 Client Tutorial  SKIPPED
[INFO] tutorial-rop-server: Cayenne ROP Server Tutorial .. SKIPPED
[INFO] tutorial-rop-server-http2: Cayenne ROP HTTP/2 Server Tutorial  SKIPPED
[INFO] cayenne-docs-parent: Cayenne Documenation Parent .. SKIPPED
[INFO] cayenne-doc: Cayenne Documentation ................ SKIPPED
[INFO] cayenne-docbook: Cayenne Docbook Documentation .... SKIPPED
[INFO] docbook-stylesheets: Docbook - Cayenne Stylesheets  SKIPPED
[INFO] cayenne-guide: Docbook - Cayenne Guide ............ SKIPPED
[INFO] getting-started: Docbook - Getting Started with Cayenne  SKIPPED
[INFO] getting-started-rop: Docbook - Getting Started with Cayenne ROP  SKIPPED
[INFO] upgrade-guide: Docbook - Cayenne New Features and Upgrade Guide  SKIPPED
[INFO] cayenne-assembly: Cayenne Release Assembly ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:21.769s
[INFO] Finished at: Tue Nov 14 23:37:29 UTC 2017
[INFO] Final Memory: 87M/819M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (gradle) on project cayenne-gradle-plugin: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cayenne-gradle-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-java8/pom.xml> to org.apache.cayenne/cayenne-java8/4.1.M2-SNAPSHOT/cayenne-java8-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-wocompat/pom.xml> to org.apache.cayenne.modeler/cayenne-wocompat/4.1.M2-SNAPSHOT/cayenne-wocompat-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-lifecycle/pom.xml> to org.apache.cayenne/cayenne-lifecycle/4.1.M2-SNAPSHOT/cayenne-lifecycle-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/pom.xml> to org.apache.cayenne/cayenne-parent/4.1.M2-SNAPSHOT/cayenne-parent-4.1.M2-SNAPSHOT.pom
[Fast Archiver] Compressed 50.47 KB of artifacts by 63.4% relative to #362
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/doc/pom.xml> to org.apache.cayenne.docs/cayenne-doc/4.1.M2-SNAPSHOT/cayenne-doc-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-modeler-maven-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-modeler-maven-plugin/4.1.M2-SNAPSHOT/cayenne-modeler-maven-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/docbook-stylesheets/pom.xml> to org.apache.cayenne.docs/docbook-stylesheets/4.1.M2-SNAPSHOT/docbook-stylesheets-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/pom.xml> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/target/cayenne-client-jetty-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/target/cayenne-client-jetty-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-client-http2/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-client-http2/4.1.M2-SNAPSHOT/tutorial-rop-client-http2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-server-http2/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-server-http2/4.1.M2-SNAPSHOT/tutorial-rop-server-http2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/assembly/pom.xml> to org.apache.cayenne.assembly/cayenne-assembly/4.1.M2-SNAPSHOT/cayenne-assembly-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/upgrade-guide/pom.xml> to org.apache.cayenne.docs/upgrade-guide/4.1.M2-SNAPSHOT/upgrade-guide-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/pom.xml> to org.apache.cayenne/cayenne-eventbridges-parent/4.1.M2-SNAPSHOT/cayenne-eventbridges-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/getting-started-rop/pom.xml> to org.apache.cayenne.docs/getting-started-rop/4.1.M2-SNAPSHOT/getting-started-rop-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-generic-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-generic-ext/4.1.M2-SNAPSHOT/cayenne-modeler-generic-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/pom.xml> to org.apache.cayenne.plugins/cayenne-maven-plugins-parent/4.1.M2-SNAPSHOT/cayenne-maven-plugins-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-xmpp/pom.xml> to org.apache.cayenne/cayenne-xmpp/4.1.M2-SNAPSHOT/cayenne-xmpp-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-mac-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-mac-ext/4.1.M2-SNAPSHOT/cayenne-modeler-mac-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/pom.xml> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/target/cayenne-crypto-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/target/cayenne-crypto-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/pom.xml> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/target/cayenne-di-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/target/cayenne-di-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/pom.xml> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/target/cayenne-legal-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/target/cayenne-legal-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/pom.xml> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/target/cayenne-test-utilities-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/target/cayenne-test-utilities-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/itests/pom.xml> to org.apache.cayenne.itests/cayenne-itests-parent/4.1.M2-SNAPSHOT/cayenne-itests-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/cayenne-guide/pom.xml> to org.apache.cayenne.docs/cayenne-guide/4.1.M2-SNAPSHOT/cayenne-guide-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/pom.xml> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/target/cayenne-client-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/target/cayenne-client-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-protostuff/pom.xml> to org.apache.cayenne/cayenne-protostuff/4.1.M2-SNAPSHOT/cayenne-protostuff-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/pom.xml> to org.apache.cayenne.tutorials/cayenne-tutorials-parent/4.1.M2-SNAPSHOT/cayenne-tutorials-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/pom.xml> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/target/cayenne-project-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/target/cayenne-project-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/getting-started/pom.xml> to org.apache.cayenne.docs/getting-started/4.1.M2-SNAPSHOT/getting-started-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project-compatibility/pom.xml> to org.apache.cayenne/cayenne-project-compatibility/4.1.M2-SNAPSHOT/cayenne-project-compatibility-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/maven-cayenne-plugin/pom.xml> to org.apache.cayenne.plugins/maven-cayenne-plugin/4.1.M2-SNAPSHOT/maven-cayenne-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler/4.1.M2-SNAPSHOT/cayenne-modeler-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-win/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-win/4.1.M2-SNAPSHOT/cayenne-modeler-win-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/itests/cayenne-tools-itest/pom.xml> to org.apache.cayenne.itests/cayenne-tools-itest/4.1.M2-SNAPSHOT/cayenne-tools-itest-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-jms/pom.xml> to org.apache.cayenne/cayenne-jms/4.1.M2-SNAPSHOT/cayenne-jms-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/pom.xml> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-generic/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-generic/4.1.M2-SNAPSHOT/cayenne-modeler-generic-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/pom.xml> to org.apache.cayenne.build-tools/build-tools-parent/4.1.M2-SNAPSHOT/build-tools-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/pom.xml> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-jgroups/pom.xml> to org.apache.cayenne/cayenne-jgroups/4.1.M2-SNAPSHOT/cayenne-jgroups-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-velocity/pom.xml> to org.apache.cayenne/cayenne-velocity/4.1.M2-SNAPSHOT/cayenne-velocity-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/pom.xml> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/target/cayenne-commitlog-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/target/cayenne-commitlog-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-joda/pom.xml> to org.apache.cayenne/cayenne-joda/4.1.M2-SNAPSHOT/cayenne-joda-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-parent/4.1.M2-SNAPSHOT/cayenne-modeler-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-server/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-server/4.1.M2-SNAPSHOT/tutorial-rop-server-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/pom.xml> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/target/cayenne-checkers-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/target/cayenne-checkers-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-jcache/pom.xml> to org.apache.cayenne/cayenne-jcache/4.1.M2-SNAPSHOT/cayenne-jcache-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-mac/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-mac/4.1.M2-SNAPSHOT/cayenne-modeler-mac-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial/pom.xml> to org.apache.cayenne.tutorials/tutorial/4.1.M2-SNAPSHOT/tutorial-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-win-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-win-ext/4.1.M2-SNAPSHOT/cayenne-modeler-win-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/pom.xml> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/target/cayenne-maven-plugin-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/target/cayenne-maven-plugin-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/pom.xml> to org.apache.cayenne.docs/cayenne-docbook/4.1.M2-SNAPSHOT/cayenne-docbook-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-gradle-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-gradle-plugin/4.1.M2-SNAPSHOT/cayenne-gradle-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/pom.xml> to org.apache.cayenne.docs/cayenne-docs-parent/4.1.M2-SNAPSHOT/cayenne-docs-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/pom.xml> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/target/cayenne-dbcp2-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/target/cayenne-dbcp2-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/pom.xml> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/target/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/target/cayenne-cache-invalidation-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/pom.xml> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/target/cayenne-cgen-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/target/cayenne-cgen-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-client/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-client/4.1.M2-SNAPSHOT/tutorial-rop-client-4.1.M2-SNAPSHOT.pom
channel stopped
Putting comment on the pull request
Not sending mail to unregistered user emecas@users.noreply.github.com

Build failed in Jenkins: Cayenne pull requests #362

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cayenne%20pull%20requests/362/display/redirect?page=changes>

Changes:

[emecas] Fixed CAY-2379 by focusing the ObjEntity after the undo

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Added unit tests and fixed NullPointerException for ObjEntity -> null

[emecas] Changed approach fixing CAY-2379 directly in RemoveAttributeUndoableEdit

------------------------------------------
[...truncated 9.17 MB...]
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbGenerateTaskIT.java:43

org.apache.cayenne.tools.DbGenerateTaskIT > customConfigTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbGenerateTaskIT.java:91

org.apache.cayenne.tools.GradlePluginIT > testGradleVersionsCompatibility FAILED
    java.lang.AssertionError at GradlePluginIT.java:68

org.apache.cayenne.tools.DbImportIT > emptyDbTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:61

org.apache.cayenne.tools.DbImportIT > simpleDbTaskSuccess FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:79

org.apache.cayenne.tools.DbImportIT > notConfiguredTaskFailure FAILED
    org.gradle.testkit.runner.InvalidRunnerConfigurationException at DbImportIT.java:49

28 tests completed, 9 failed
:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///home/jenkins/jenkins-slave/workspace/Cayenne%20pull%20requests/cayenne-gradle-plugin/build/reports/tests/test/index.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 19.561 secs
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:804)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:751)
	at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:313)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:181)
	at hudson.remoting.UserRequest.perform(UserRequest.java:52)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] cayenne-parent: Top-level parent of Cayenne modules  SUCCESS [18.553s]
[INFO] build-tools-parent: Cayenne Build Tools Parent .... SUCCESS [1.710s]
[INFO] cayenne-legal: Cayenne License and Notice Bundle .. SUCCESS [3.841s]
[INFO] cayenne-test-utilities: Common Unit Test Utilities  SUCCESS [4.105s]
[INFO] cayenne-checkers: Cayenne Code Checkers ........... SUCCESS [2.809s]
[INFO] cayenne-di: Cayenne Dependency Injection Container  SUCCESS [8.653s]
[INFO] cayenne-server: Cayenne Server .................... SUCCESS [1:14.234s]
[INFO] cayenne-project: Cayenne Project .................. SUCCESS [6.252s]
[INFO] cayenne-dbsync: Database Synchronization Tools .... SUCCESS [15.215s]
[INFO] cayenne-cgen: Cayenne Class Generation Tools ...... SUCCESS [5.045s]
[INFO] cayenne-ant: Cayenne Ant Tasks .................... SUCCESS [9.439s]
[INFO] cayenne-cache-invalidation: Cayenne Cache Invalidation  SUCCESS [5.732s]
[INFO] cayenne-client: Cayenne ROP Client ................ SUCCESS [19.200s]
[INFO] cayenne-client-jetty: Cayenne ROP Client (Jetty) .. SUCCESS [6.470s]
[INFO] cayenne-commitlog: Cayenne Commit Log Module ...... SUCCESS [6.949s]
[INFO] cayenne-maven-plugins-parent: Maven Plugins parent  SUCCESS [2.182s]
[INFO] cayenne-maven-plugin: Cayenne Maven Plugin ........ SUCCESS [23.541s]
[INFO] cayenne-crypto: Cayenne Cryptography Extensions ... SUCCESS [10.183s]
[INFO] cayenne-dbcp2: Cayenne DBCP2 Extension ............ SUCCESS [4.824s]
[INFO] cayenne-gradle-plugin: Cayenne Gradle Plugin ...... FAILURE [20.943s]
[INFO] cayenne-java8: Cayenne Java8 Extensions ........... SKIPPED
[INFO] cayenne-jcache: Cayenne JCache Integration ........ SKIPPED
[INFO] cayenne-joda: Cayenne Joda Extensions ............. SKIPPED
[INFO] cayenne-lifecycle: Cayenne Lifecycle Utilities .... SKIPPED
[INFO] cayenne-project-compatibility ..................... SKIPPED
[INFO] cayenne-protostuff: Cayenne Protostuff Extension .. SKIPPED
[INFO] cayenne-velocity: Cayenne Velocity template processor  SKIPPED
[INFO] cayenne-eventbridges-parent: Event bridges implementations parent  SKIPPED
[INFO] cayenne-jgroups: Cayenne JGroups Event bridge ..... SKIPPED
[INFO] cayenne-jms: Cayenne JMS Event bridge ............. SKIPPED
[INFO] cayenne-xmpp: Cayenne XMPP Event bridge ........... SKIPPED
[INFO] cayenne-itests-parent: Integration Tests Parent ... SKIPPED
[INFO] cayenne-tools-itest: Tools integration tests ...... SKIPPED
[INFO] maven-cayenne-plugin: Deprecated Cayenne Maven Plugin  SKIPPED
[INFO] cayenne-modeler-parent: Cayenne Modeler Parent .... SKIPPED
[INFO] cayenne-wocompat: WebObjects Compatibility Library  SKIPPED
[INFO] cayenne-modeler: Cayenne Modeler Core ............. SKIPPED
[INFO] cayenne-modeler-generic-ext: Modeler Generic Extensions  SKIPPED
[INFO] cayenne-modeler-maven-plugin: Cayenne Modeler Maven Plugin  SKIPPED
[INFO] cayenne-modeler-generic: Modeler Generic Assembly . SKIPPED
[INFO] cayenne-modeler-mac-ext: Modeler MacOS Extensions . SKIPPED
[INFO] cayenne-modeler-mac: Modeler MacOS Assembly ....... SKIPPED
[INFO] cayenne-modeler-win-ext: Modeler Win Extensions ... SKIPPED
[INFO] cayenne-modeler-win: Modeler Windows Assembly ..... SKIPPED
[INFO] cayenne-tutorials-parent: Cayenne Tutorials ....... SKIPPED
[INFO] tutorial: Cayenne Tutorial ........................ SKIPPED
[INFO] tutorial-rop-client: Cayenne ROP Client Tutorial .. SKIPPED
[INFO] tutorial-rop-client-http2: Cayenne ROP HTTP/2 Client Tutorial  SKIPPED
[INFO] tutorial-rop-server: Cayenne ROP Server Tutorial .. SKIPPED
[INFO] tutorial-rop-server-http2: Cayenne ROP HTTP/2 Server Tutorial  SKIPPED
[INFO] cayenne-docs-parent: Cayenne Documenation Parent .. SKIPPED
[INFO] cayenne-doc: Cayenne Documentation ................ SKIPPED
[INFO] cayenne-docbook: Cayenne Docbook Documentation .... SKIPPED
[INFO] docbook-stylesheets: Docbook - Cayenne Stylesheets  SKIPPED
[INFO] cayenne-guide: Docbook - Cayenne Guide ............ SKIPPED
[INFO] getting-started: Docbook - Getting Started with Cayenne  SKIPPED
[INFO] getting-started-rop: Docbook - Getting Started with Cayenne ROP  SKIPPED
[INFO] upgrade-guide: Docbook - Cayenne New Features and Upgrade Guide  SKIPPED
[INFO] cayenne-assembly: Cayenne Release Assembly ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:48.771s
[INFO] Finished at: Tue Nov 14 23:29:26 UTC 2017
[INFO] Final Memory: 86M/796M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (gradle) on project cayenne-gradle-plugin: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cayenne-gradle-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-java8/pom.xml> to org.apache.cayenne/cayenne-java8/4.1.M2-SNAPSHOT/cayenne-java8-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-wocompat/pom.xml> to org.apache.cayenne.modeler/cayenne-wocompat/4.1.M2-SNAPSHOT/cayenne-wocompat-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-lifecycle/pom.xml> to org.apache.cayenne/cayenne-lifecycle/4.1.M2-SNAPSHOT/cayenne-lifecycle-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/pom.xml> to org.apache.cayenne/cayenne-parent/4.1.M2-SNAPSHOT/cayenne-parent-4.1.M2-SNAPSHOT.pom
[Fast Archiver] Compressed 50.47 KB of artifacts by 63.4% relative to #361
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/doc/pom.xml> to org.apache.cayenne.docs/cayenne-doc/4.1.M2-SNAPSHOT/cayenne-doc-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-modeler-maven-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-modeler-maven-plugin/4.1.M2-SNAPSHOT/cayenne-modeler-maven-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/docbook-stylesheets/pom.xml> to org.apache.cayenne.docs/docbook-stylesheets/4.1.M2-SNAPSHOT/docbook-stylesheets-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/pom.xml> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/target/cayenne-client-jetty-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client-jetty/target/cayenne-client-jetty-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-client-jetty/4.1.M2-SNAPSHOT/cayenne-client-jetty-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-client-http2/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-client-http2/4.1.M2-SNAPSHOT/tutorial-rop-client-http2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-server-http2/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-server-http2/4.1.M2-SNAPSHOT/tutorial-rop-server-http2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/assembly/pom.xml> to org.apache.cayenne.assembly/cayenne-assembly/4.1.M2-SNAPSHOT/cayenne-assembly-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/upgrade-guide/pom.xml> to org.apache.cayenne.docs/upgrade-guide/4.1.M2-SNAPSHOT/upgrade-guide-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/pom.xml> to org.apache.cayenne/cayenne-eventbridges-parent/4.1.M2-SNAPSHOT/cayenne-eventbridges-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/getting-started-rop/pom.xml> to org.apache.cayenne.docs/getting-started-rop/4.1.M2-SNAPSHOT/getting-started-rop-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-generic-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-generic-ext/4.1.M2-SNAPSHOT/cayenne-modeler-generic-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/pom.xml> to org.apache.cayenne.plugins/cayenne-maven-plugins-parent/4.1.M2-SNAPSHOT/cayenne-maven-plugins-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-xmpp/pom.xml> to org.apache.cayenne/cayenne-xmpp/4.1.M2-SNAPSHOT/cayenne-xmpp-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-mac-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-mac-ext/4.1.M2-SNAPSHOT/cayenne-modeler-mac-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/pom.xml> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/target/cayenne-crypto-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-crypto/target/cayenne-crypto-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-crypto/4.1.M2-SNAPSHOT/cayenne-crypto-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/pom.xml> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/target/cayenne-di-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-di/target/cayenne-di-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-di/4.1.M2-SNAPSHOT/cayenne-di-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/pom.xml> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/target/cayenne-legal-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-legal/target/cayenne-legal-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-legal/4.1.M2-SNAPSHOT/cayenne-legal-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/pom.xml> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/target/cayenne-test-utilities-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-test-utilities/target/cayenne-test-utilities-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-test-utilities/4.1.M2-SNAPSHOT/cayenne-test-utilities-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/itests/pom.xml> to org.apache.cayenne.itests/cayenne-itests-parent/4.1.M2-SNAPSHOT/cayenne-itests-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/cayenne-guide/pom.xml> to org.apache.cayenne.docs/cayenne-guide/4.1.M2-SNAPSHOT/cayenne-guide-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/pom.xml> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/target/cayenne-client-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-client/target/cayenne-client-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-client/4.1.M2-SNAPSHOT/cayenne-client-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-protostuff/pom.xml> to org.apache.cayenne/cayenne-protostuff/4.1.M2-SNAPSHOT/cayenne-protostuff-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/pom.xml> to org.apache.cayenne.tutorials/cayenne-tutorials-parent/4.1.M2-SNAPSHOT/cayenne-tutorials-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/pom.xml> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/target/cayenne-project-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project/target/cayenne-project-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-project/4.1.M2-SNAPSHOT/cayenne-project-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/getting-started/pom.xml> to org.apache.cayenne.docs/getting-started/4.1.M2-SNAPSHOT/getting-started-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-project-compatibility/pom.xml> to org.apache.cayenne/cayenne-project-compatibility/4.1.M2-SNAPSHOT/cayenne-project-compatibility-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/maven-cayenne-plugin/pom.xml> to org.apache.cayenne.plugins/maven-cayenne-plugin/4.1.M2-SNAPSHOT/maven-cayenne-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler/4.1.M2-SNAPSHOT/cayenne-modeler-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-win/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-win/4.1.M2-SNAPSHOT/cayenne-modeler-win-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/itests/cayenne-tools-itest/pom.xml> to org.apache.cayenne.itests/cayenne-tools-itest/4.1.M2-SNAPSHOT/cayenne-tools-itest-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-jms/pom.xml> to org.apache.cayenne/cayenne-jms/4.1.M2-SNAPSHOT/cayenne-jms-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/pom.xml> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-server/target/cayenne-server-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-server/4.1.M2-SNAPSHOT/cayenne-server-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-generic/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-generic/4.1.M2-SNAPSHOT/cayenne-modeler-generic-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/pom.xml> to org.apache.cayenne.build-tools/build-tools-parent/4.1.M2-SNAPSHOT/build-tools-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/pom.xml> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbsync/target/cayenne-dbsync-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-dbsync/4.1.M2-SNAPSHOT/cayenne-dbsync-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/eventbridges/cayenne-jgroups/pom.xml> to org.apache.cayenne/cayenne-jgroups/4.1.M2-SNAPSHOT/cayenne-jgroups-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-velocity/pom.xml> to org.apache.cayenne/cayenne-velocity/4.1.M2-SNAPSHOT/cayenne-velocity-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/pom.xml> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/target/cayenne-commitlog-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-commitlog/target/cayenne-commitlog-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-commitlog/4.1.M2-SNAPSHOT/cayenne-commitlog-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-joda/pom.xml> to org.apache.cayenne/cayenne-joda/4.1.M2-SNAPSHOT/cayenne-joda-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-parent/4.1.M2-SNAPSHOT/cayenne-modeler-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-server/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-server/4.1.M2-SNAPSHOT/tutorial-rop-server-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/pom.xml> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/target/cayenne-checkers-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/build-tools/cayenne-checkers/target/cayenne-checkers-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.build-tools/cayenne-checkers/4.1.M2-SNAPSHOT/cayenne-checkers-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-jcache/pom.xml> to org.apache.cayenne/cayenne-jcache/4.1.M2-SNAPSHOT/cayenne-jcache-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-mac/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-mac/4.1.M2-SNAPSHOT/cayenne-modeler-mac-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial/pom.xml> to org.apache.cayenne.tutorials/tutorial/4.1.M2-SNAPSHOT/tutorial-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/modeler/cayenne-modeler-win-ext/pom.xml> to org.apache.cayenne.modeler/cayenne-modeler-win-ext/4.1.M2-SNAPSHOT/cayenne-modeler-win-ext-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/pom.xml> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-ant/target/cayenne-ant-4.1.M2-SNAPSHOT-tests.jar> to org.apache.cayenne/cayenne-ant/4.1.M2-SNAPSHOT/cayenne-ant-4.1.M2-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/target/cayenne-maven-plugin-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/maven-plugins/cayenne-maven-plugin/target/cayenne-maven-plugin-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne.plugins/cayenne-maven-plugin/4.1.M2-SNAPSHOT/cayenne-maven-plugin-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/docbook/pom.xml> to org.apache.cayenne.docs/cayenne-docbook/4.1.M2-SNAPSHOT/cayenne-docbook-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-gradle-plugin/pom.xml> to org.apache.cayenne.plugins/cayenne-gradle-plugin/4.1.M2-SNAPSHOT/cayenne-gradle-plugin-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/docs/pom.xml> to org.apache.cayenne.docs/cayenne-docs-parent/4.1.M2-SNAPSHOT/cayenne-docs-parent-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/pom.xml> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/target/cayenne-dbcp2-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-dbcp2/target/cayenne-dbcp2-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-dbcp2/4.1.M2-SNAPSHOT/cayenne-dbcp2-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/pom.xml> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/target/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cache-invalidation/target/cayenne-cache-invalidation-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-cache-invalidation/4.1.M2-SNAPSHOT/cayenne-cache-invalidation-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/pom.xml> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/target/cayenne-cgen-4.1.M2-SNAPSHOT.jar> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/cayenne-cgen/target/cayenne-cgen-4.1.M2-SNAPSHOT-sources.jar> to org.apache.cayenne/cayenne-cgen/4.1.M2-SNAPSHOT/cayenne-cgen-4.1.M2-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Cayenne%20pull%20requests/ws/tutorials/tutorial-rop-client/pom.xml> to org.apache.cayenne.tutorials/tutorial-rop-client/4.1.M2-SNAPSHOT/tutorial-rop-client-4.1.M2-SNAPSHOT.pom
channel stopped
Putting comment on the pull request
Not sending mail to unregistered user emecas@users.noreply.github.com