You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/08/20 16:18:41 UTC

Build failed in Jenkins: Cloudstack » cloudstack-marvin #3

See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/3/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 4
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git init <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 # timeout=10
Commit message: "kvm: Enable PVLAN support on L2 networks (#4040)"
 > git rev-list --no-walk 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 # timeout=10
 > git tag -a -f -m Jenkins Build #3 jenkins-cloudstack-marvin-3 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-3
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #3 jenkins-cloudstack-marvin-3" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf934.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H34
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-3
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #31

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/31/display/redirect?page=changes>

Changes:

[github] agent: Compare indirect agent lb algorithm when cloudstack agent connects (#4335)

[github] vmware: search unmanaged instances using hypervisor name (#4328)

[github] server: Broadcast URI not set to vxlan, but vlan (Fix #3040) (#4190)


------------------------------------------
[...truncated 22.33 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.851 s]
[INFO] Apache CloudStack .................................. SUCCESS [  3.779 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  3.931 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:02 min
[INFO] Finished at: 2020-09-24T07:58:01Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins7306989441906655302.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-31.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user rohit.yadav@shapeblue.com

Build failed in Jenkins: Cloudstack » cloudstack-marvin #30

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/30/display/redirect?page=changes>

Changes:

[github] vmware: while plugging in nics get existing sorted nic devices (#4336)


------------------------------------------
[...truncated 22.36 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.343 s]
[INFO] Apache CloudStack .................................. SUCCESS [  3.637 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  3.777 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:02 min
[INFO] Finished at: 2020-09-24T06:27:20Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins4163933942148540032.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-30.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user rohit.yadav@shapeblue.com

Build failed in Jenkins: Cloudstack » cloudstack-marvin #29

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/29/display/redirect?page=changes>

Changes:

[github] debian: Changing dependency from python3-distutils to python3-distutils-extra (#4305)


------------------------------------------
[...truncated 22.37 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 11.134 s]
[INFO] Apache CloudStack .................................. SUCCESS [  6.079 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.186 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:12 min
[INFO] Finished at: 2020-09-23T11:00:31Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins3305366341898485595.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-29.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user rohit.yadav@shapeblue.com

Build failed in Jenkins: Cloudstack » cloudstack-marvin #28

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/28/display/redirect?page=changes>

Changes:

[rohit.yadav] router: adding "data-server" dns entry in /etc/hosts (#4319)


------------------------------------------
[...truncated 22.03 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 11.513 s]
[INFO] Apache CloudStack .................................. SUCCESS [  6.436 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.897 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:12 min
[INFO] Finished at: 2020-09-23T07:37:52Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context

channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins6727372821884989757.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-28.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user rohit.yadav@shapeblue.com

Build failed in Jenkins: Cloudstack » cloudstack-marvin #27

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/27/display/redirect?page=changes>

Changes:

[github] securitygroup: Ubuntu 20.04 fix systemvm cannot start up (#4303)


------------------------------------------
[...truncated 269.05 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 12.996 s]
[INFO] Apache CloudStack .................................. SUCCESS [  9.367 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.551 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:16 min
[INFO] Finished at: 2020-09-22T16:12:32Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins1597673833574877387.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-27.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #26

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/26/display/redirect>

Changes:


------------------------------------------
[...truncated 269.46 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 12.812 s]
[INFO] Apache CloudStack .................................. SUCCESS [  9.167 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.614 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:16 min
[INFO] Finished at: 2020-09-22T13:37:24Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins6475220191174571147.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-26.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #25

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/25/display/redirect?page=changes>

Changes:

[github] systemvm: update novnc v1.2.0 (#4323)

[github] Disabling managing firewall - cloudstack-setup-management (#4239)


------------------------------------------
[...truncated 22.02 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 18.417 s]
[INFO] Apache CloudStack .................................. SUCCESS [ 21.960 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [ 12.663 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:47 min
[INFO] Finished at: 2020-09-22T12:56:45Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins5602251446887575943.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-25.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #24

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/24/display/redirect?page=changes>

Changes:

[github] router: adding "data-server" dns entry in /etc/hosts (#4319)


------------------------------------------
[...truncated 100.12 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.761 s]
[INFO] Apache CloudStack .................................. SUCCESS [ 10.089 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.781 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:14 min
[INFO] Finished at: 2020-09-22T08:29:35Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins2994580556855970957.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-24.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #23

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/23/display/redirect?page=changes>

Changes:

[github] schema: change upgrade path to 4.14 (from 4.13) and intensify check (#4331)


------------------------------------------
[...truncated 22.03 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.587 s]
[INFO] Apache CloudStack .................................. SUCCESS [  4.838 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  4.748 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:09 min
[INFO] Finished at: 2020-09-22T04:56:14Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins3781364521604738163.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-23.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #22

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/22/display/redirect?page=changes>

Changes:

[github] packaging: Minor message update (#4333)


------------------------------------------
[...truncated 22.30 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.757 s]
[INFO] Apache CloudStack .................................. SUCCESS [  5.733 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  4.864 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:07 min
[INFO] Finished at: 2020-09-21T09:25:39Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins7865451131683019797.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-22.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #21

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/21/display/redirect?page=changes>

Changes:

[github] vmware: Create template from detached data-disks on VMWare (#4294)


------------------------------------------
[...truncated 268.80 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 13.698 s]
[INFO] Apache CloudStack .................................. SUCCESS [  9.843 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  6.174 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:17 min
[INFO] Finished at: 2020-09-18T03:54:44Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins4535233886880911566.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-21.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/20/display/redirect>

Changes:


------------------------------------------
[...truncated 268.85 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 14.197 s]
[INFO] Apache CloudStack .................................. SUCCESS [  9.513 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.648 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:22 min
[INFO] Finished at: 2020-09-17T06:12:12Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins5364944597938984073.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-20.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/19/display/redirect?page=changes>

Changes:

[github] server: Secondary Storage Usage Improvements (#4053)

[github] Adding acl name to several responses (#4315)

[github] ui: call logout before login to clear old sessionkey cookies (#4326)

[github] cks: fix logging exception (#4309)

[github] server: Handle listProjects API to list projects with user as members when listAll=true (#4316)


------------------------------------------
[...truncated 22.10 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 11.012 s]
[INFO] Apache CloudStack .................................. SUCCESS [  5.207 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.219 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:21 min
[INFO] Finished at: 2020-09-17T05:30:45Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins5608118245423856539.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-19.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #18

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/18/display/redirect?page=changes>

Changes:

[github] Change Global setting type for allow.user.create.projects (#4320)

[github] test: Increase wait time before running the ssvm health check script on SSVM reboot (#4312)


------------------------------------------
[...truncated 22.35 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 10.194 s]
[INFO] Apache CloudStack .................................. SUCCESS [  5.564 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  4.741 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:08 min
[INFO] Finished at: 2020-09-15T08:42:51Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins7921726027093789012.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-18.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #17

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/17/display/redirect?page=changes>

Changes:

[github] Display acl name in listNetworks response (#4317)


------------------------------------------
[...truncated 22.31 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.348 s]
[INFO] Apache CloudStack .................................. SUCCESS [  5.198 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.207 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:05 min
[INFO] Finished at: 2020-09-11T13:26:34Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins4461580797864706564.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-17.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #16

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/16/display/redirect>

Changes:


------------------------------------------
[...truncated 22.03 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  9.214 s]
[INFO] Apache CloudStack .................................. SUCCESS [  4.409 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  4.556 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:08 min
[INFO] Finished at: 2020-09-09T11:51:13Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins1873390816214009151.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-16.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #15

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/15/display/redirect?page=changes>

Changes:

[github] Ubuntu 20.04: Fix issue while build package on ubuntu 20.04 (#4306)

[github] Incorrect md5sums for systemVM templates results in failure to download templates to other image stores (#4297)


------------------------------------------
[...truncated 268.76 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 15.041 s]
[INFO] Apache CloudStack .................................. SUCCESS [ 11.959 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  7.745 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:22 min
[INFO] Finished at: 2020-09-09T11:13:18Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins5109700475839837005.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-15.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #14

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/14/display/redirect?page=changes>

Changes:

[github] Ubuntu 20.04: restart libvirtd instead of libvirt-bin (#4301)


------------------------------------------
[...truncated 269.08 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 13.356 s]
[INFO] Apache CloudStack .................................. SUCCESS [  9.030 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  5.260 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:12 min
[INFO] Finished at: 2020-09-04T08:12:31Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins3479126931572288087.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-14.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #13

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/13/display/redirect?page=changes>

Changes:

[github] server: move UpdateDefaultNic to vm work job queue (#4020)

[github] server: Avoid Null pointer at DomainChecker and enhance AssignVMCmd (#4279)

[github] server: Fixed delayed power state update after vm shutdown (#4284)

[github] influxdb: Avoid out of memory by influxDB (#4291)


------------------------------------------
[...truncated 37.37 KB...]
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache CloudStack 4.15.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [ 10.213 s]
[INFO] Apache CloudStack .................................. SUCCESS [  5.298 s]
[INFO] Apache CloudStack Framework - Managed Context ...... FAILURE [  4.849 s]
[INFO] Apache CloudStack Framework ........................ SKIPPED
[INFO] Apache CloudStack Framework - Certificate Authority  SKIPPED
[INFO] Apache CloudStack Utils ............................ SKIPPED
[INFO] Apache CloudStack Framework - Database ............. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ........ SKIPPED
[INFO] Apache CloudStack Framework - Direct Download to Primary Storage SKIPPED
[INFO] Apache CloudStack API .............................. SKIPPED
[INFO] Apache CloudStack Framework - REST ................. SKIPPED
[INFO] Apache CloudStack Framework - IPC .................. SKIPPED
[INFO] Apache CloudStack Cloud Engine ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Security ............. SKIPPED
[INFO] Apache CloudStack Core ............................. SKIPPED
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Agent Management Servers Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Storage Config Drive Component SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Framework - Quota ................ SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Dynamic Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Project Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - Host Affinity Processor . SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............. SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire Integration Testing SKIPPED
[INFO] Apache CloudStack Plugin - Dummy Backup and Recovery Plugin SKIPPED
[INFO] Apache CloudStack Plugin - Inbuilt Root Certificate Authority SKIPPED
[INFO] Apache CloudStack Plugin - Quota Service ........... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Cloudian Connector ...... SKIPPED
[INFO] Apache CloudStack Plugin - Prometheus Exporter ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kubernetes Service ...... SKIPPED
[INFO] Apache CloudStack Plugin - Metrics ................. SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle .... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ................ SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight .... SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto ............... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN ........... SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver ipmitool SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver nested-cloudstack SKIPPED
[INFO] Apache CloudStack Plugin - Power Management Driver Redfish SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Datera Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 .. SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ........ SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller ..... SKIPPED
[INFO] Apache CloudStack Client UI ........................ SKIPPED
[INFO] Apache CloudStack Console Proxy .................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ....... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server ........... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud ........... SKIPPED
[INFO] Apache CloudStack Test ............................. SKIPPED
[INFO] Apache CloudStack Developer Mode ................... SKIPPED
[INFO] Apache CloudStack Developer Tools .................. SKIPPED
[INFO] Apache CloudStack apidocs .......................... SKIPPED
[INFO] Apache CloudStack marvin ........................... SKIPPED
[INFO] Apache CloudStack DevCloud4 ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:11 min
[INFO] Finished at: 2020-09-01T13:15:59Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-framework-managed-context: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-framework-managed-context
channel stopped
[cloudstack-marvin] $ /bin/sh -xe /tmp/jenkins8472645180243689481.sh
+ mv tools/marvin/dist/Marvin-*.tar.gz tools/marvin/dist/Marvin-0.1.0-13.tar.gz
mv: cannot stat 'tools/marvin/dist/Marvin-*.tar.gz': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Not sending mail to unregistered user github@hugo-hirsch.de

Build failed in Jenkins: Cloudstack » cloudstack-marvin #12

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/12/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 13
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 749e302e0ebff084bae91f855a11c6558b32b213 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 749e302e0ebff084bae91f855a11c6558b32b213 # timeout=10
Commit message: "Merge remote-tracking branch 'origin/4.14'"
 > git rev-list --no-walk 749e302e0ebff084bae91f855a11c6558b32b213 # timeout=10
 > git tag -a -f -m Jenkins Build #12 jenkins-cloudstack-marvin-12 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-12
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #12 jenkins-cloudstack-marvin-12" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf934.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H34
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-12
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #11

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/11/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 12
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 749e302e0ebff084bae91f855a11c6558b32b213 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 749e302e0ebff084bae91f855a11c6558b32b213 # timeout=10
Commit message: "Merge remote-tracking branch 'origin/4.14'"
 > git rev-list --no-walk 9b6983f0e27fc2195de9d3930320e55a1deea30f # timeout=10
 > git tag -a -f -m Jenkins Build #11 jenkins-cloudstack-marvin-11 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-11
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #11 jenkins-cloudstack-marvin-11" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf931.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-11
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #10

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/10/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 11
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git init <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9b6983f0e27fc2195de9d3930320e55a1deea30f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b6983f0e27fc2195de9d3930320e55a1deea30f # timeout=10
Commit message: "Merge remote-tracking branch 'origin/4.14'"
 > git rev-list --no-walk 11e7de7d876dd14287d2c8cba17c9cf5d4186495 # timeout=10
 > git tag -a -f -m Jenkins Build #10 jenkins-cloudstack-marvin-10 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-10
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #10 jenkins-cloudstack-marvin-10" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf942.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H42
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-10
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #9

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/9/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 10
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git init <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 11e7de7d876dd14287d2c8cba17c9cf5d4186495 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11e7de7d876dd14287d2c8cba17c9cf5d4186495 # timeout=10
Commit message: "pom: Update Java Rados from v0.5.0 to v0.6.0 (#4287)"
 > git rev-list --no-walk 6d6e4025f50f7941772c4fe6d842f686d780c7a4 # timeout=10
 > git tag -a -f -m Jenkins Build #9 jenkins-cloudstack-marvin-9 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-9
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #9 jenkins-cloudstack-marvin-9" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf938.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H38
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-9
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #8

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/8/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 9
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git init <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6d6e4025f50f7941772c4fe6d842f686d780c7a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d6e4025f50f7941772c4fe6d842f686d780c7a4 # timeout=10
Commit message: "Merge remote-tracking branch 'origin/4.14'"
 > git rev-list --no-walk 6d6e4025f50f7941772c4fe6d842f686d780c7a4 # timeout=10
 > git tag -a -f -m Jenkins Build #8 jenkins-cloudstack-marvin-8 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-8
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #8 jenkins-cloudstack-marvin-8" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf940.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H40
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-8
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #7

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/7/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 8
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6d6e4025f50f7941772c4fe6d842f686d780c7a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d6e4025f50f7941772c4fe6d842f686d780c7a4 # timeout=10
Commit message: "Merge remote-tracking branch 'origin/4.14'"
 > git rev-list --no-walk 39734afcbca884349f1f5f820d374362e4ab2737 # timeout=10
 > git tag -a -f -m Jenkins Build #7 jenkins-cloudstack-marvin-7 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-7
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #7 jenkins-cloudstack-marvin-7" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf941.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H41
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-7
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #6

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/6/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 7
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 39734afcbca884349f1f5f820d374362e4ab2737 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39734afcbca884349f1f5f820d374362e4ab2737 # timeout=10
Commit message: "Changed test failure to warning (#4264)"
 > git rev-list --no-walk cddf69c0f8ca165a278c10653a9fe753f101665a # timeout=10
 > git tag -a -f -m Jenkins Build #6 jenkins-cloudstack-marvin-6 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-6
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #6 jenkins-cloudstack-marvin-6" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf931.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-6
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #5

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/5/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 6
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git init <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cddf69c0f8ca165a278c10653a9fe753f101665a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cddf69c0f8ca165a278c10653a9fe753f101665a # timeout=10
Commit message: "Usage-server update message improvement (#4278)"
 > git rev-list --no-walk bb73bedb5511880c91abaa409462ba879cb0d7b7 # timeout=10
 > git tag -a -f -m Jenkins Build #5 jenkins-cloudstack-marvin-5 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-5
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #5 jenkins-cloudstack-marvin-5" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf941.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H41
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-5
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Build failed in Jenkins: Cloudstack » cloudstack-marvin #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/4/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 5
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H43 (ubuntu) in workspace <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/cloudstack.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bb73bedb5511880c91abaa409462ba879cb0d7b7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb73bedb5511880c91abaa409462ba879cb0d7b7 # timeout=10
Commit message: "Merge remote-tracking branch 'origin/4.14'"
 > git rev-list --no-walk 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 # timeout=10
 > git tag -a -f -m Jenkins Build #4 jenkins-cloudstack-marvin-4 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-4
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #4 jenkins-cloudstack-marvin-4" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <je...@asf943.gq1.ygridcore.net>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H43
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at com.sun.proxy.$Proxy151.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-cloudstack-marvin-4
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	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.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts