You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/09/30 15:51:02 UTC

Build failed in Jenkins: CXF-trunk-deploy #3714

See <https://builds.apache.org/job/CXF-trunk-deploy/3714/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-trunk-deploy/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://gitbox.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b699913a2200b3d7a714595d686a341d81b54fec (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b699913a2200b3d7a714595d686a341d81b54fec
FATAL: Could not checkout b699913a2200b3d7a714595d686a341d81b54fec
hudson.plugins.git.GitException: Command "git checkout -f b699913a2200b3d7a714595d686a341d81b54fec" returned status code 128:
stdout: 
stderr: fatal: unable to create threaded lstat

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2471)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H41
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor963.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy142.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1242)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.plugins.git.GitException: Could not checkout b699913a2200b3d7a714595d686a341d81b54fec
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2495)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)

Jenkins build is back to normal : CXF-trunk-deploy #3717

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


Build failed in Jenkins: CXF-trunk-deploy #3716

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

Changes:

[freeman.fang] [CXF-8128]fix test failure


------------------------------------------
[...truncated 25.30 MB...]
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
	at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:263)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:255)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:249)
	at hudson.maven.MavenEmbedder.lookup(MavenEmbedder.java:576)
	at hudson.maven.MavenEmbedder.buildMavenExecutionRequest(MavenEmbedder.java:158)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:121)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:110)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:137)
	at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:211)
	at hudson.maven.RedeployPublisher.createEmbedder(RedeployPublisher.java:292)
	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:155)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1074)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)

176) Error injecting: private org.codehaus.plexus.logging.LoggerManager org.eclipse.aether.internal.impl.PlexusLoggerFactory.loggerManager
  while locating org.eclipse.aether.internal.impl.PlexusLoggerFactory
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  while locating org.eclipse.aether.spi.log.LoggerFactory
    for parameter 11 at org.eclipse.aether.internal.impl.DefaultRepositorySystem.<init>(DefaultRepositorySystem.java:131)
  while locating org.eclipse.aether.internal.impl.DefaultRepositorySystem
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  while locating org.eclipse.aether.RepositorySystem
  while locating org.apache.maven.artifact.resolver.DefaultArtifactResolver
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  while locating org.apache.maven.artifact.resolver.ArtifactResolver
  while locating org.apache.maven.repository.legacy.LegacyRepositorySystem
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  while locating org.apache.maven.repository.RepositorySystem
  while locating org.apache.maven.execution.DefaultMavenExecutionRequestPopulator
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
  while locating org.apache.maven.execution.MavenExecutionRequestPopulator
Caused by: java.lang.IllegalArgumentException: Can not set org.codehaus.plexus.logging.LoggerManager field org.eclipse.aether.internal.impl.PlexusLoggerFactory.loggerManager to org.apache.maven.cli.logging.Slf4jLoggerManager
	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
	at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:81)
	at java.lang.reflect.Field.set(Field.java:764)
	at org.eclipse.sisu.bean.BeanPropertyField.set(BeanPropertyField.java:74)
	at org.eclipse.sisu.plexus.ProvidedPropertyBinding.injectProperty(ProvidedPropertyBinding.java:48)
	at org.eclipse.sisu.bean.BeanInjector.injectMembers(BeanInjector.java:52)
	at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersInjectorImpl.java:140)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
	at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32)
	at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051)
	at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:53)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:65)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:63)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
	at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:104)
	at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32)
	at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051)
	at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:53)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:65)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:63)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
	at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
	at org.eclipse.sisu.plexus.PlexusRequirements$RequirementProvider.get(PlexusRequirements.java:250)
	at org.eclipse.sisu.plexus.ProvidedPropertyBinding.injectProperty(ProvidedPropertyBinding.java:48)
	at org.eclipse.sisu.bean.BeanInjector.injectMembers(BeanInjector.java:52)
	at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersInjectorImpl.java:140)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
	at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32)
	at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051)
	at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:53)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:65)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:63)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
	at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
	at org.eclipse.sisu.plexus.PlexusRequirements$RequirementProvider.get(PlexusRequirements.java:250)
	at org.eclipse.sisu.plexus.ProvidedPropertyBinding.injectProperty(ProvidedPropertyBinding.java:48)
	at org.eclipse.sisu.bean.BeanInjector.injectMembers(BeanInjector.java:52)
	at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersInjectorImpl.java:140)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
	at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32)
	at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051)
	at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:53)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:65)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:63)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
	at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
	at org.eclipse.sisu.plexus.PlexusRequirements$RequirementProvider.get(PlexusRequirements.java:250)
	at org.eclipse.sisu.plexus.ProvidedPropertyBinding.injectProperty(ProvidedPropertyBinding.java:48)
	at org.eclipse.sisu.bean.BeanInjector.injectMembers(BeanInjector.java:52)
	at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersInjectorImpl.java:140)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
	at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32)
	at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051)
	at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:53)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:65)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
	at org.eclipse.sisu.bean.BeanScheduler$CycleActivator.onProvision(BeanScheduler.java:230)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:63)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
	at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:263)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:255)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:249)
	at hudson.maven.MavenEmbedder.lookup(MavenEmbedder.java:576)
	at hudson.maven.MavenEmbedder.buildMavenExecutionRequest(MavenEmbedder.java:158)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:121)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:110)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:137)
	at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:211)
	at hudson.maven.RedeployPublisher.createEmbedder(RedeployPublisher.java:292)
	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:155)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1074)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)

176 errors
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1025)
	at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
	at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:263)
	... 19 more
[INFO] Deployment failed after 6.5 sec
Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE

Build failed in Jenkins: CXF-trunk-deploy #3715

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

Changes:

[krisz.bme.vik] CXF-8128: Fill address field in case of responses

[krisz.bme.vik] CXF-8128: Fill address field in case of responses - fix tests


------------------------------------------
[...truncated 386.13 KB...]
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF XKMS Karaf Features #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Spring Boot Integration #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime JavaScript Client Generator #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS Swagger2 WebApp Demo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS SSE/CDI Demo (Jetty 9) #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Java First demo using JMS #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime JAXB DataBinding #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF WS-Security Interop System Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Compatibility Bundle Jar #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF XKMS Common #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime JAX-WS Frontend #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime JOSE Core #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF SSE Integration System Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF JAX-RS System Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF System Tests for Maven Plugins #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » OAuth 1.0a server #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime WebSocket Transport #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF CDI Integration System Tests - OWB with multiple apps #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF WSN Core #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF CDI Integration System Tests - OWB with no apps #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF XKMS Client #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF XKMS Integration Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Transport System Tests JMS #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Command Line Tools CORBA #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Transport SSL3 System Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF WS-RM Specifications System Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime HTTP Async Transport #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » CXF WS-SecurityPolicy Signature Encryption Demo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF System Tests - MicroProfile Rest Client TCK on Weld #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF WSN OSGi #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » WS-Addressing Demo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF SSE Integration System Tests base classes #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime JavaScript Client Generator Projects #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS SSE Demo (Jetty 9) #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Transports Runtime #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Bundle Parent #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime Security functionality #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF STS test OSGi deployment #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS Content Negotiation Demo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF WS-Discovery #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Distributed Tracing using OpenZipkin Brave #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Manifest Jar #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS OData #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS Demo Using Distributed Tracing with OpenTracing API, Apache Camel and Jaeger #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime OAuth 2.0 #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Test for generating code from wsdl in repo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Web Services Runtime #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime OAuth 2.0 SAML #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime HTTP Jetty Transport #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Test for writing wsdl to repo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Command Line Tools #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Bank sample using JAX-WS API's to talk via CORBA/IIOP #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Sample using SOAP Headers #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Parent #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Maven Plugins #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Archetype - Simple JAX-WS Java First #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF STS test Karaf Features #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-WS Demo Using Distributed Tracing with OpenZipkin Brave and OSGi #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS WebSocket Demo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Java First demo using JAX-WS APIs #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-RS SSE Client Demo (Tomcat 8) #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » JAX-WS Handler Demo #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Command Line Tools JavaTo WS #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Karaf Parent #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime HTTP Netty Server Transport #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF LDAP Integration System Tests #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » SOAP/JMS Transport Specification Demo using Document-Literal Style #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Distributed Tracing using OpenTracing #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Colocated Demo using Document/Literal Style #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF Runtime HTTP Transport #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF JAX-RS Service Description OpenAPI/Swagger Common #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
No mail will be sent out, as 'CXF-trunk-deploy » Apache CXF SSE Integration System Tests for Undertow #3715' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
ERROR: Failed to parse POMs
java.io.IOException: Backing channel 'H35' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
	at com.sun.proxy.$Proxy144.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1150)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:166)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:879)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)
ERROR: H35 is offline; cannot locate JDK 1.8 (latest)
ERROR: H35 is offline; cannot locate Maven 3 (latest)