You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/10/10 07:30:12 UTC

Build unstable in Jenkins: Maven TLP » maven » master #91

See https://builds.apache.org/job/maven-box/job/maven/job/master/91/

Changes:

* [MNG-6489] Upgrade Maven Resolver to 1.3.0

3 tests failed.
FAILED:  org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/it-local-repo validate
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng4788:test >------------------
[INFO] Building Maven Integration Test :: MNG-4788 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/mng-4788/pom.xml
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Installing project artifacts
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.052 s
[INFO] Finished at: 2018-10-10T06:55:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    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 junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install artifacts
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:77)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    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 junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install (DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install (DefaultArtifactInstaller.java:107)
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:63)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    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 junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/it-local-repo validate
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng4788:test >------------------
[INFO] Building Maven Integration Test :: MNG-4788 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/mng-4788/pom.xml
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Installing project artifacts
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.052 s
[INFO] Finished at: 2018-10-10T06:55:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    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 junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install artifacts
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:77)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    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 junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install (DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install (DefaultArtifactInstaller.java:107)
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:63)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    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 junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

	at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit(MavenITmng4788InstallationToCustomLocalRepoTest.java:52)


FAILED:  org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/it-local-repo validate
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng4788:test >------------------
[INFO] Building Maven Integration Test :: MNG-4788 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/mng-4788/pom.xml
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Installing project artifacts
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.074 s
[INFO] Finished at: 2018-10-10T06:56:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install artifacts
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:77)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install (DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install (DefaultArtifactInstaller.java:107)
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:63)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/it-local-repo validate
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng4788:test >------------------
[INFO] Building Maven Integration Test :: MNG-4788 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/mng-4788/pom.xml
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Installing project artifacts
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.074 s
[INFO] Finished at: 2018-10-10T06:56:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install artifacts
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:77)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install (DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install (DefaultArtifactInstaller.java:107)
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:63)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at sun.reflect.GeneratedMethodAccessor57.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

	at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit(MavenITmng4788InstallationToCustomLocalRepoTest.java:52)


FAILED:  org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/it-local-repo validate
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng4788:test >------------------
[INFO] Building Maven Integration Test :: MNG-4788 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/mng-4788/pom.xml
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Installing project artifacts
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.048 s
[INFO] Finished at: 2018-10-10T06:56:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install artifacts
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:77)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install (DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install (DefaultArtifactInstaller.java:107)
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:63)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/it-local-repo validate
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng4788:test >------------------
[INFO] Building Maven Integration Test :: MNG-4788 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/test/core-it-suite/target/test-classes/mng-4788/pom.xml
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) @ test ---
[INFO] [MAVEN-CORE-IT-LOG] Installing project artifacts
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.048 s
[INFO] Finished at: 2018-10-10T06:56:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-artifact:2.1-SNAPSHOT:install-custom (deploy) on project test: Failed to install artifacts
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install artifacts
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:77)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install (DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install (DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install (DefaultArtifactInstaller.java:107)
    at org.apache.maven.plugin.coreit.InstallMojo.execute (InstallMojo.java:63)
    at org.apache.maven.plugin.coreit.InstallCustomMojo.execute (InstallCustomMojo.java:73)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:243)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit (MavenITmng4788InstallationToCustomLocalRepoTest.java:52)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run (JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:417)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

	at org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit(MavenITmng4788InstallationToCustomLocalRepoTest.java:52)




Build log:
[...truncated 9.45 MB...]
[windows-jdk9] ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{org.apache.maven.its:core-it-extension:pom:2.1-SNAPSHOT(version: 2.1-SNAPSHOT, snapshot:false)  C:\mvn-it-0.tmp\core-it-support\core-it-extension\pom.xml}, skip archiving of the artifacts
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\core-it-support\core-it-extension\pom.xml' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:75)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[windows-jdk9] ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{org.apache.maven.its:core-it-extension:jar:2.1-SNAPSHOT(version: 2.1-SNAPSHOT, snapshot:true)  C:\mvn-it-0.tmp\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar}, skip archiving of the artifacts
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:90)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[windows-jdk9] ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{org.apache.maven.its:core-it-suite:pom:2.1-SNAPSHOT(version: 2.1-SNAPSHOT, snapshot:false)  C:\mvn-it-0.tmp\core-it-suite\pom.xml}, skip archiving of the artifacts
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\core-it-suite\pom.xml' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:75)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[windows-jdk9] ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{org.apache.maven.its:core-it-suite:jar:2.1-SNAPSHOT(version: 2.1-SNAPSHOT, snapshot:true)  C:\mvn-it-0.tmp\core-it-suite\target\core-it-suite-2.1-SNAPSHOT.jar}, skip archiving of the artifacts
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\core-it-suite\target\core-it-suite-2.1-SNAPSHOT.jar' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:90)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[windows-jdk9] ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{org.apache.maven.its:core-it-suite:test-jar:tests:2.1-SNAPSHOT(version: 2.1-SNAPSHOT, snapshot:true)  C:\mvn-it-0.tmp\core-it-suite\target\core-it-suite-2.1-SNAPSHOT-tests.jar}, skip archiving of the artifacts
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\core-it-suite\target\core-it-suite-2.1-SNAPSHOT-tests.jar' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:90)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[windows-jdk9] ERROR: [withMaven] WARNING Exception executing Maven reporter 'Junit Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\core-it-support\core-it-plugins\maven-it-plugin-active-collection\target/surefire-reports' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.executeReporter(JunitTestsPublisher.java:256)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.process(JunitTestsPublisher.java:196)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[windows-jdk9] ERROR: [withMaven] WARNING Exception executing Maven reporter 'Open Task Scanner Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
[windows-jdk9] java.lang.IllegalArgumentException: Cannot relativize 'C:\mvn-it-0.tmp\src\main\java' relatively to '/mvn-it-0.tmp'
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:397)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher.process(TasksScannerPublisher.java:134)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk9] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:366)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:166)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk9] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk9] 	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk9] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk9] 	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk9] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk9] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk9] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk9] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk9] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk9] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] [windows-jdk9] // withMaven
[Pipeline] [windows-jdk9] deleteDir
[Pipeline] [windows-jdk9] }
[Pipeline] [windows-jdk9] // dir
[Pipeline] [windows-jdk9] }
[Pipeline] [windows-jdk9] // stage
[Pipeline] [windows-jdk9] }
[Pipeline] [windows-jdk9] // node
[Pipeline] [windows-jdk9] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] jiraComment
[Pipeline] emailext

Build succeeded in Jenkins: Maven TLP » maven » master #95

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/master/95/

Changes:

* [MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11
* [MNG-6496] Upgrade Maven Resolver to 1.3.1
* Repair Jenkins job - add a full path to workspace when run on Windows

All tests passed

Build failed in Jenkins: Maven TLP » maven » master #94

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/master/94/

No changes.

No tests ran.

Build log:
Branch event
Obtained Jenkinsfile from 6e619a1bcb8f1d394487097dbf9398a899406f68
Running in Durability level: MAX_SURVIVABILITY
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Found match: refs/heads/master revision 86878be82560f40675d84559cc29576c5661df75
 > 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/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-env.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 86878be82560f40675d84559cc29576c5661df75 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86878be82560f40675d84559cc29576c5661df75
Commit message: "Exclude H31 cause master is failing constantly."
 > git rev-list --no-walk 86878be82560f40675d84559cc29576c5661df75 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Found match: refs/heads/master revision c70c94d6cc26afa1c640f64749f47f9db10e73c4
 > 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/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision c70c94d6cc26afa1c640f64749f47f9db10e73c4 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c70c94d6cc26afa1c640f64749f47f9db10e73c4
Commit message: "Try to shorten wsDir"
 > git rev-list --no-walk c70c94d6cc26afa1c640f64749f47f9db10e73c4 # timeout=10
[Pipeline] properties
[Pipeline] node
Running on H28 in /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
 > 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/maven.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
	at hudson.security.ACL.impersonate(ACL.java:290)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	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)
Caused by: hudson.plugins.git.GitException: Command "git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 25291, done.        
remote: Compressing objects:   0% (1/10512)           remote: Compressing objects:   1% (106/10512)           remote: Compressing objects:   2% (211/10512)           remote: Compressing objects:   3% (316/10512)           remote: Compressing objects:   4% (421/10512)           remote: Compressing objects:   5% (526/10512)           remote: Compressing objects:   6% (631/10512)           remote: Compressing objects:   7% (736/10512)           remote: Compressing objects:   8% (841/10512)           remote: Compressing objects:   9% (947/10512)           remote: Compressing objects:  10% (1052/10512)           remote: Compressing objects:  11% (1157/10512)           remote: Compressing objects:  12% (1262/10512)           remote: Compressing objects:  13% (1367/10512)           remote: Compressing objects:  14% (1472/10512)           remote: Compressing objects:  15% (1577/10512)           remote: Compressing objects:  16% (1682/10512)           remote: Compressing objects:  17% (1788/10512)           remote: Compressing objects:  18% (1893/10512)           remote: Compressing objects:  19% (1998/10512)           remote: Compressing objects:  20% (2103/10512)           remote: Compressing objects:  21% (2208/10512)           remote: Compressing objects:  22% (2313/10512)           remote: Compressing objects:  23% (2418/10512)           remote: Compressing objects:  24% (2523/10512)           remote: Compressing objects:  25% (2628/10512)           remote: Compressing objects:  26% (2734/10512)           remote: Compressing objects:  27% (2839/10512)           remote: Compressing objects:  28% (2944/10512)           remote: Compressing objects:  29% (3049/10512)           remote: Compressing objects:  30% (3154/10512)           remote: Compressing objects:  31% (3259/10512)           remote: Compressing objects:  32% (3364/10512)           remote: Compressing objects:  33% (3469/10512)           remote: Compressing objects:  34% (3575/10512)           remote: Compressing objects:  35% (3680/10512)           remote: Compressing objects:  36% (3785/10512)           remote: Compressing objects:  37% (3890/10512)           remote: Compressing objects:  38% (3995/10512)           remote: Compressing objects:  39% (4100/10512)           remote: Compressing objects:  40% (4205/10512)           remote: Compressing objects:  41% (4310/10512)           remote: Compressing objects:  42% (4416/10512)           remote: Compressing objects:  43% (4521/10512)           remote: Compressing objects:  44% (4626/10512)           remote: Compressing objects:  45% (4731/10512)           remote: Compressing objects:  46% (4836/10512)           remote: Compressing objects:  47% (4941/10512)           remote: Compressing objects:  48% (5046/10512)           remote: Compressing objects:  49% (5151/10512)           remote: Compressing objects:  50% (5256/10512)           remote: Compressing objects:  51% (5362/10512)           remote: Compressing objects:  52% (5467/10512)           remote: Compressing objects:  53% (5572/10512)           remote: Compressing objects:  54% (5677/10512)           remote: Compressing objects:  55% (5782/10512)           remote: Compressing objects:  56% (5887/10512)           remote: Compressing objects:  57% (5992/10512)           remote: Compressing objects:  58% (6097/10512)           remote: Compressing objects:  59% (6203/10512)           remote: Compressing objects:  60% (6308/10512)           remote: Compressing objects:  61% (6413/10512)           remote: Compressing objects:  62% (6518/10512)           remote: Compressing objects:  63% (6623/10512)           remote: Compressing objects:  64% (6728/10512)           remote: Compressing objects:  65% (6833/10512)           remote: Compressing objects:  66% (6938/10512)           remote: Compressing objects:  67% (7044/10512)           remote: Compressing objects:  68% (7149/10512)           remote: Compressing objects:  69% (7254/10512)           remote: Compressing objects:  70% (7359/10512)           remote: Compressing objects:  71% (7464/10512)           remote: Compressing objects:  72% (7569/10512)           remote: Compressing objects:  73% (7674/10512)           remote: Compressing objects:  74% (7779/10512)           remote: Compressing objects:  75% (7884/10512)           remote: Compressing objects:  76% (7990/10512)           remote: Compressing objects:  77% (8095/10512)           remote: Compressing objects:  78% (8200/10512)           remote: Compressing objects:  79% (8305/10512)           remote: Compressing objects:  80% (8410/10512)           remote: Compressing objects:  81% (8515/10512)           remote: Compressing objects:  82% (8620/10512)           remote: Compressing objects:  83% (8725/10512)           remote: Compressing objects:  84% (8831/10512)           remote: Compressing objects:  85% (8936/10512)           remote: Compressing objects:  86% (9041/10512)           remote: Compressing objects:  87% (9146/10512)           remote: Compressing objects:  88% (9251/10512)           remote: Compressing objects:  89% (9356/10512)           remote: Compressing objects:  90% (9461/10512)           remote: Compressing objects:  91% (9566/10512)           remote: Compressing objects:  92% (9672/10512)           remote: Compressing objects:  93% (9777/10512)           remote: Compressing objects:  94% (9882/10512)           remote: Compressing objects:  95% (9987/10512)           remote: Compressing objects:  96% (10092/10512)           remote: Compressing objects:  97% (10197/10512)           remote: Compressing objects:  98% (10302/10512)           remote: Compressing objects:  99% (10407/10512)           remote: Compressing objects: 100% (10512/10512)           remote: Compressing objects: 100% (10512/10512), done.        
Receiving objects:   0% (1/25291)   Receiving objects:   1% (253/25291)   Receiving objects:   2% (506/25291)   Receiving objects:   3% (759/25291)   Receiving objects:   4% (1012/25291)   Receiving objects:   5% (1265/25291)   Receiving objects:   6% (1518/25291)   Receiving objects:   7% (1771/25291)   Receiving objects:   8% (2024/25291)   Receiving objects:   9% (2277/25291)   Receiving objects:  10% (2530/25291)   Receiving objects:  11% (2783/25291)   Receiving objects:  12% (3035/25291)   Receiving objects:  13% (3288/25291)   Receiving objects:  14% (3541/25291)   Receiving objects:  15% (3794/25291)   Receiving objects:  16% (4047/25291)   Receiving objects:  17% (4300/25291)   Receiving objects:  18% (4553/25291)   Receiving objects:  19% (4806/25291)   Receiving objects:  20% (5059/25291)   Receiving objects:  21% (5312/25291)   Receiving objects:  22% (5565/25291)   Receiving objects:  23% (5817/25291)   Receiving objects:  24% (6070/25291)   Receiving objects:  25% (6323/25291)   Receiving objects:  26% (6576/25291)   Receiving objects:  27% (6829/25291)   Receiving objects:  28% (7082/25291)   Receiving objects:  29% (7335/25291)   Receiving objects:  30% (7588/25291)   Receiving objects:  31% (7841/25291)   Receiving objects:  32% (8094/25291)   Receiving objects:  33% (8347/25291)   Receiving objects:  34% (8599/25291)   Receiving objects:  35% (8852/25291)   Receiving objects:  36% (9105/25291)   Receiving objects:  37% (9358/25291)   Receiving objects:  38% (9611/25291)   Receiving objects:  39% (9864/25291)   Receiving objects:  40% (10117/25291)   Receiving objects:  41% (10370/25291)   Receiving objects:  42% (10623/25291)   Receiving objects:  43% (10876/25291)   Receiving objects:  44% (11129/25291)   Receiving objects:  45% (11381/25291)   Receiving objects:  46% (11634/25291)   Receiving objects:  47% (11887/25291)   Receiving objects:  48% (12140/25291)   Receiving objects:  49% (12393/25291)   Receiving objects:  50% (12646/25291)   Receiving objects:  51% (12899/25291)   Receiving objects:  52% (13152/25291)   Receiving objects:  53% (13405/25291)   Receiving objects:  54% (13658/25291)   Receiving objects:  55% (13911/25291)   Receiving objects:  56% (14163/25291)   Receiving objects:  57% (14416/25291)   Receiving objects:  58% (14669/25291)   Receiving objects:  59% (14922/25291)   Receiving objects:  60% (15175/25291)   Receiving objects:  61% (15428/25291)   Receiving objects:  62% (15681/25291)   Receiving objects:  63% (15934/25291)   Receiving objects:  64% (16187/25291)   Receiving objects:  65% (16440/25291)   Receiving objects:  66% (16693/25291)   Receiving objects:  67% (16945/25291)   Receiving objects:  68% (17198/25291)   Receiving objects:  69% (17451/25291)   Receiving objects:  70% (17704/25291)   Receiving objects:  71% (17957/25291)   Receiving objects:  72% (18210/25291)   Receiving objects:  73% (18463/25291)   Receiving objects:  74% (18716/25291)   Receiving objects:  75% (18969/25291)   Receiving objects:  76% (19222/25291)   Receiving objects:  77% (19475/25291)   Receiving objects:  78% (19727/25291)   Receiving objects:  79% (19980/25291)   Receiving objects:  80% (20233/25291)   Receiving objects:  81% (20486/25291)   Receiving objects:  82% (20739/25291)   Receiving objects:  83% (20992/25291)   Receiving objects:  84% (21245/25291)   Receiving objects:  85% (21498/25291)   Receiving objects:  86% (21751/25291)   Receiving objects:  87% (22004/25291)   Receiving objects:  88% (22257/25291)   Receiving objects:  89% (22509/25291)   Receiving objects:  90% (22762/25291)   Receiving objects:  91% (23015/25291)   Receiving objects:  92% (23268/25291)   Receiving objects:  93% (23521/25291)   Receiving objects:  94% (23774/25291)   Receiving objects:  95% (24027/25291)   Receiving objects:  96% (24280/25291)   remote: Total 25291 (delta 10598), reused 23158 (delta 8966)        
Receiving objects:  97% (24533/25291)   Receiving objects:  98% (24786/25291)   Receiving objects:  99% (25039/25291)   Receiving objects: 100% (25291/25291)   Receiving objects: 100% (25291/25291), 4.47 MiB | 0 bytes/s, done.
Resolving deltas:   0% (0/10598)   Resolving deltas:   1% (106/10598)   Resolving deltas:   2% (234/10598)   Resolving deltas:   3% (318/10598)   Resolving deltas:   4% (431/10598)   Resolving deltas:   5% (530/10598)   Resolving deltas:   6% (637/10598)   Resolving deltas:   7% (760/10598)   Resolving deltas:   8% (848/10598)   Resolving deltas:   9% (956/10598)   Resolving deltas:  10% (1132/10598)   Resolving deltas:  11% (1171/10598)   Resolving deltas:  12% (1344/10598)   Resolving deltas:  13% (1388/10598)   Resolving deltas:  14% (1521/10598)   Resolving deltas:  15% (1592/10598)   Resolving deltas:  16% (1708/10598)   Resolving deltas:  17% (1803/10598)   Resolving deltas:  18% (1910/10598)   Resolving deltas:  19% (2015/10598)   Resolving deltas:  20% (2131/10598)   Resolving deltas:  21% (2233/10598)   Resolving deltas:  22% (2355/10598)   Resolving deltas:  23% (2476/10598)   Resolving deltas:  24% (2548/10598)   Resolving deltas:  25% (2745/10598)   Resolving deltas:  26% (2769/10598)   Resolving deltas:  27% (2863/10598)   Resolving deltas:  28% (3018/10598)   Resolving deltas:  29% (3095/10598)   Resolving deltas:  30% (3195/10598)   Resolving deltas:  31% (3311/10598)   Resolving deltas:  32% (3401/10598)   Resolving deltas:  33% (3561/10598)   Resolving deltas:  34% (3607/10598)   Resolving deltas:  36% (3820/10598)   Resolving deltas:  37% (3937/10598)   Resolving deltas:  38% (4033/10598)   Resolving deltas:  39% (4151/10598)   Resolving deltas:  40% (4251/10598)   Resolving deltas:  41% (4364/10598)   Resolving deltas:  42% (4454/10598)   Resolving deltas:  43% (4573/10598)   Resolving deltas:  44% (4672/10598)   Resolving deltas:  45% (4821/10598)   Resolving deltas:  46% (4933/10598)   Resolving deltas:  47% (4982/10598)   Resolving deltas:  48% (5163/10598)   Resolving deltas:  49% (5194/10598)   Resolving deltas:  50% (5304/10598)   Resolving deltas:  51% (5405/10598)   Resolving deltas:  52% (5545/10598)   Resolving deltas:  53% (5617/10598)   Resolving deltas:  54% (5723/10598)   Resolving deltas:  55% (5829/10598)   Resolving deltas:  56% (5936/10598)   Resolving deltas:  57% (6042/10598)   Resolving deltas:  58% (6164/10598)   Resolving deltas:  59% (6277/10598)   Resolving deltas:  60% (6372/10598)   Resolving deltas:  61% (6465/10598)   Resolving deltas:  62% (6571/10598)   Resolving deltas:  63% (6677/10598)   Resolving deltas:  64% (6808/10598)   Resolving deltas:  65% (6889/10598)   Resolving deltas:  66% (6997/10598)   Resolving deltas:  67% (7120/10598)   Resolving deltas:  68% (7240/10598)   Resolving deltas:  68% (7271/10598), completed with 21 local objects.
fatal: pack has 3327 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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)
	... 1 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H28
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor830.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
		at hudson.security.ACL.impersonate(ACL.java:290)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		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)
		... 1 more
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext

Build failed in Jenkins: Maven TLP » maven » master #93

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/master/93/

No changes.

No tests ran.

Build log:
Branch event
Obtained Jenkinsfile from 6e619a1bcb8f1d394487097dbf9398a899406f68
Running in Durability level: MAX_SURVIVABILITY
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Found match: refs/heads/master revision 86878be82560f40675d84559cc29576c5661df75
 > 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/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-env.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 86878be82560f40675d84559cc29576c5661df75 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86878be82560f40675d84559cc29576c5661df75
Commit message: "Exclude H31 cause master is failing constantly."
 > git rev-list --no-walk 86878be82560f40675d84559cc29576c5661df75 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Found match: refs/heads/master revision c70c94d6cc26afa1c640f64749f47f9db10e73c4
 > 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/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision c70c94d6cc26afa1c640f64749f47f9db10e73c4 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c70c94d6cc26afa1c640f64749f47f9db10e73c4
Commit message: "Try to shorten wsDir"
 > git rev-list --no-walk c70c94d6cc26afa1c640f64749f47f9db10e73c4 # timeout=10
[Pipeline] properties
[Pipeline] node
Running on H28 in /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
 > 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/maven.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
	at hudson.security.ACL.impersonate(ACL.java:290)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	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)
Caused by: hudson.plugins.git.GitException: Command "git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 25291, done.        
remote: Compressing objects:   0% (1/10512)           remote: Compressing objects:   1% (106/10512)           remote: Compressing objects:   2% (211/10512)           remote: Compressing objects:   3% (316/10512)           remote: Compressing objects:   4% (421/10512)           remote: Compressing objects:   5% (526/10512)           remote: Compressing objects:   6% (631/10512)           remote: Compressing objects:   7% (736/10512)           remote: Compressing objects:   8% (841/10512)           remote: Compressing objects:   9% (947/10512)           remote: Compressing objects:  10% (1052/10512)           remote: Compressing objects:  11% (1157/10512)           remote: Compressing objects:  12% (1262/10512)           remote: Compressing objects:  13% (1367/10512)           remote: Compressing objects:  14% (1472/10512)           remote: Compressing objects:  15% (1577/10512)           remote: Compressing objects:  16% (1682/10512)           remote: Compressing objects:  17% (1788/10512)           remote: Compressing objects:  18% (1893/10512)           remote: Compressing objects:  19% (1998/10512)           remote: Compressing objects:  20% (2103/10512)           remote: Compressing objects:  21% (2208/10512)           remote: Compressing objects:  22% (2313/10512)           remote: Compressing objects:  23% (2418/10512)           remote: Compressing objects:  24% (2523/10512)           remote: Compressing objects:  25% (2628/10512)           remote: Compressing objects:  26% (2734/10512)           remote: Compressing objects:  27% (2839/10512)           remote: Compressing objects:  28% (2944/10512)           remote: Compressing objects:  29% (3049/10512)           remote: Compressing objects:  30% (3154/10512)           remote: Compressing objects:  31% (3259/10512)           remote: Compressing objects:  32% (3364/10512)           remote: Compressing objects:  33% (3469/10512)           remote: Compressing objects:  34% (3575/10512)           remote: Compressing objects:  35% (3680/10512)           remote: Compressing objects:  36% (3785/10512)           remote: Compressing objects:  37% (3890/10512)           remote: Compressing objects:  38% (3995/10512)           remote: Compressing objects:  39% (4100/10512)           remote: Compressing objects:  40% (4205/10512)           remote: Compressing objects:  41% (4310/10512)           remote: Compressing objects:  42% (4416/10512)           remote: Compressing objects:  43% (4521/10512)           remote: Compressing objects:  44% (4626/10512)           remote: Compressing objects:  45% (4731/10512)           remote: Compressing objects:  46% (4836/10512)           remote: Compressing objects:  47% (4941/10512)           remote: Compressing objects:  48% (5046/10512)           remote: Compressing objects:  49% (5151/10512)           remote: Compressing objects:  50% (5256/10512)           remote: Compressing objects:  51% (5362/10512)           remote: Compressing objects:  52% (5467/10512)           remote: Compressing objects:  53% (5572/10512)           remote: Compressing objects:  54% (5677/10512)           remote: Compressing objects:  55% (5782/10512)           remote: Compressing objects:  56% (5887/10512)           remote: Compressing objects:  57% (5992/10512)           remote: Compressing objects:  58% (6097/10512)           remote: Compressing objects:  59% (6203/10512)           remote: Compressing objects:  60% (6308/10512)           remote: Compressing objects:  61% (6413/10512)           remote: Compressing objects:  62% (6518/10512)           remote: Compressing objects:  63% (6623/10512)           remote: Compressing objects:  64% (6728/10512)           remote: Compressing objects:  65% (6833/10512)           remote: Compressing objects:  66% (6938/10512)           remote: Compressing objects:  67% (7044/10512)           remote: Compressing objects:  68% (7149/10512)           remote: Compressing objects:  69% (7254/10512)           remote: Compressing objects:  70% (7359/10512)           remote: Compressing objects:  71% (7464/10512)           remote: Compressing objects:  72% (7569/10512)           remote: Compressing objects:  73% (7674/10512)           remote: Compressing objects:  74% (7779/10512)           remote: Compressing objects:  75% (7884/10512)           remote: Compressing objects:  76% (7990/10512)           remote: Compressing objects:  77% (8095/10512)           remote: Compressing objects:  78% (8200/10512)           remote: Compressing objects:  79% (8305/10512)           remote: Compressing objects:  80% (8410/10512)           remote: Compressing objects:  81% (8515/10512)           remote: Compressing objects:  82% (8620/10512)           remote: Compressing objects:  83% (8725/10512)           remote: Compressing objects:  84% (8831/10512)           remote: Compressing objects:  85% (8936/10512)           remote: Compressing objects:  86% (9041/10512)           remote: Compressing objects:  87% (9146/10512)           remote: Compressing objects:  88% (9251/10512)           remote: Compressing objects:  89% (9356/10512)           remote: Compressing objects:  90% (9461/10512)           remote: Compressing objects:  91% (9566/10512)           remote: Compressing objects:  92% (9672/10512)           remote: Compressing objects:  93% (9777/10512)           remote: Compressing objects:  94% (9882/10512)           remote: Compressing objects:  95% (9987/10512)           remote: Compressing objects:  96% (10092/10512)           remote: Compressing objects:  97% (10197/10512)           remote: Compressing objects:  98% (10302/10512)           remote: Compressing objects:  99% (10407/10512)           remote: Compressing objects: 100% (10512/10512)           remote: Compressing objects: 100% (10512/10512), done.        
Receiving objects:   0% (1/25291)   Receiving objects:   1% (253/25291)   Receiving objects:   2% (506/25291)   Receiving objects:   3% (759/25291)   Receiving objects:   4% (1012/25291)   Receiving objects:   5% (1265/25291)   Receiving objects:   6% (1518/25291)   Receiving objects:   7% (1771/25291)   Receiving objects:   8% (2024/25291)   Receiving objects:   9% (2277/25291)   Receiving objects:  10% (2530/25291)   Receiving objects:  11% (2783/25291)   Receiving objects:  12% (3035/25291)   Receiving objects:  13% (3288/25291)   Receiving objects:  14% (3541/25291)   Receiving objects:  15% (3794/25291)   Receiving objects:  16% (4047/25291)   Receiving objects:  17% (4300/25291)   Receiving objects:  18% (4553/25291)   Receiving objects:  19% (4806/25291)   Receiving objects:  20% (5059/25291)   Receiving objects:  21% (5312/25291)   Receiving objects:  22% (5565/25291)   Receiving objects:  23% (5817/25291)   Receiving objects:  24% (6070/25291)   Receiving objects:  25% (6323/25291)   Receiving objects:  26% (6576/25291)   Receiving objects:  27% (6829/25291)   Receiving objects:  28% (7082/25291)   Receiving objects:  29% (7335/25291)   Receiving objects:  30% (7588/25291)   Receiving objects:  31% (7841/25291)   Receiving objects:  32% (8094/25291)   Receiving objects:  33% (8347/25291)   Receiving objects:  34% (8599/25291)   Receiving objects:  35% (8852/25291)   Receiving objects:  36% (9105/25291)   Receiving objects:  37% (9358/25291)   Receiving objects:  38% (9611/25291)   Receiving objects:  39% (9864/25291)   Receiving objects:  40% (10117/25291)   Receiving objects:  41% (10370/25291)   Receiving objects:  42% (10623/25291)   Receiving objects:  43% (10876/25291)   Receiving objects:  44% (11129/25291)   Receiving objects:  45% (11381/25291)   Receiving objects:  46% (11634/25291)   Receiving objects:  47% (11887/25291)   Receiving objects:  48% (12140/25291)   Receiving objects:  49% (12393/25291)   Receiving objects:  50% (12646/25291)   Receiving objects:  51% (12899/25291)   Receiving objects:  52% (13152/25291)   Receiving objects:  53% (13405/25291)   Receiving objects:  54% (13658/25291)   Receiving objects:  55% (13911/25291)   Receiving objects:  56% (14163/25291)   Receiving objects:  57% (14416/25291)   Receiving objects:  58% (14669/25291)   Receiving objects:  59% (14922/25291)   Receiving objects:  60% (15175/25291)   Receiving objects:  61% (15428/25291)   Receiving objects:  62% (15681/25291)   Receiving objects:  63% (15934/25291)   Receiving objects:  64% (16187/25291)   Receiving objects:  65% (16440/25291)   Receiving objects:  66% (16693/25291)   Receiving objects:  67% (16945/25291)   Receiving objects:  68% (17198/25291)   Receiving objects:  69% (17451/25291)   Receiving objects:  70% (17704/25291)   Receiving objects:  71% (17957/25291)   Receiving objects:  72% (18210/25291)   Receiving objects:  73% (18463/25291)   Receiving objects:  74% (18716/25291)   Receiving objects:  75% (18969/25291)   Receiving objects:  76% (19222/25291)   Receiving objects:  77% (19475/25291)   Receiving objects:  78% (19727/25291)   Receiving objects:  79% (19980/25291)   Receiving objects:  80% (20233/25291)   Receiving objects:  81% (20486/25291)   Receiving objects:  82% (20739/25291)   Receiving objects:  83% (20992/25291)   Receiving objects:  84% (21245/25291)   Receiving objects:  85% (21498/25291)   Receiving objects:  86% (21751/25291)   Receiving objects:  87% (22004/25291)   Receiving objects:  88% (22257/25291)   Receiving objects:  89% (22509/25291)   Receiving objects:  90% (22762/25291)   Receiving objects:  91% (23015/25291)   Receiving objects:  92% (23268/25291)   Receiving objects:  93% (23521/25291)   Receiving objects:  94% (23774/25291)   Receiving objects:  95% (24027/25291)   Receiving objects:  96% (24280/25291)   remote: Total 25291 (delta 10597), reused 23158 (delta 8966)        
Receiving objects:  97% (24533/25291)   Receiving objects:  98% (24786/25291)   Receiving objects:  99% (25039/25291)   Receiving objects: 100% (25291/25291)   Receiving objects: 100% (25291/25291), 4.47 MiB | 0 bytes/s, done.
Resolving deltas:   0% (0/10597)   Resolving deltas:   1% (106/10597)   Resolving deltas:   2% (243/10597)   Resolving deltas:   3% (318/10597)   Resolving deltas:   4% (425/10597)   Resolving deltas:   5% (540/10597)   Resolving deltas:   6% (661/10597)   Resolving deltas:   7% (757/10597)   Resolving deltas:   8% (852/10597)   Resolving deltas:   9% (956/10597)   Resolving deltas:  11% (1186/10597)   Resolving deltas:  13% (1429/10597)   Resolving deltas:  14% (1485/10597)   Resolving deltas:  15% (1613/10597)   Resolving deltas:  16% (1706/10597)   Resolving deltas:  17% (1804/10597)   Resolving deltas:  18% (1908/10597)   Resolving deltas:  19% (2025/10597)   Resolving deltas:  20% (2144/10597)   Resolving deltas:  21% (2244/10597)   Resolving deltas:  22% (2364/10597)   Resolving deltas:  23% (2451/10597)   Resolving deltas:  24% (2546/10597)   Resolving deltas:  25% (2652/10597)   Resolving deltas:  26% (2798/10597)   Resolving deltas:  27% (2869/10597)   Resolving deltas:  28% (2993/10597)   Resolving deltas:  29% (3083/10597)   Resolving deltas:  30% (3200/10597)   Resolving deltas:  31% (3298/10597)   Resolving deltas:  32% (3393/10597)   Resolving deltas:  33% (3572/10597)   Resolving deltas:  34% (3607/10597)   Resolving deltas:  36% (3821/10597)   Resolving deltas:  37% (3927/10597)   Resolving deltas:  38% (4028/10597)   Resolving deltas:  39% (4141/10597)   Resolving deltas:  40% (4246/10597)   Resolving deltas:  41% (4359/10597)   Resolving deltas:  42% (4451/10597)   Resolving deltas:  43% (4570/10597)   Resolving deltas:  44% (4663/10597)   Resolving deltas:  45% (4816/10597)   Resolving deltas:  46% (4919/10597)   Resolving deltas:  47% (4981/10597)   Resolving deltas:  48% (5166/10597)   Resolving deltas:  49% (5193/10597)   Resolving deltas:  50% (5299/10597)   Resolving deltas:  51% (5410/10597)   Resolving deltas:  52% (5572/10597)   Resolving deltas:  53% (5639/10597)   Resolving deltas:  54% (5726/10597)   Resolving deltas:  55% (5834/10597)   Resolving deltas:  56% (5935/10597)   Resolving deltas:  57% (6042/10597)   Resolving deltas:  58% (6163/10597)   Resolving deltas:  59% (6276/10597)   Resolving deltas:  60% (6369/10597)   Resolving deltas:  61% (6483/10597)   Resolving deltas:  62% (6572/10597)   Resolving deltas:  63% (6681/10597)   Resolving deltas:  64% (6799/10597)   Resolving deltas:  65% (6890/10597)   Resolving deltas:  66% (7026/10597)   Resolving deltas:  67% (7115/10597)   Resolving deltas:  68% (7235/10597)   Resolving deltas:  68% (7266/10597), completed with 21 local objects.
fatal: pack has 3331 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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)
	... 1 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H28
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor830.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
		at hudson.security.ACL.impersonate(ACL.java:290)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		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)
		... 1 more
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext

Build failed in Jenkins: Maven TLP » maven » master #92

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/master/92/

No changes.

No tests ran.

Build log:
Branch event
Obtained Jenkinsfile from 13a0a5f51fea17892c8202e58d28726d92f7be3f
Running in Durability level: MAX_SURVIVABILITY
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Found match: refs/heads/master revision 86878be82560f40675d84559cc29576c5661df75
 > 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/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-env.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 86878be82560f40675d84559cc29576c5661df75 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86878be82560f40675d84559cc29576c5661df75
Commit message: "Exclude H31 cause master is failing constantly."
 > git rev-list --no-walk 86878be82560f40675d84559cc29576c5661df75 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Found match: refs/heads/master revision c70c94d6cc26afa1c640f64749f47f9db10e73c4
 > 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/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision c70c94d6cc26afa1c640f64749f47f9db10e73c4 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c70c94d6cc26afa1c640f64749f47f9db10e73c4
Commit message: "Try to shorten wsDir"
 > git rev-list --no-walk c70c94d6cc26afa1c640f64749f47f9db10e73c4 # timeout=10
[Pipeline] properties
[Pipeline] node
Running on H28 in /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/jenkins-slave/workspace/maven-box_maven_master-DVEN5KAF4FLE3WDK7SWFNYUY4YZ7X45JVWYY6FZT5ZEB3CLWABVQ/build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
 > 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/maven.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
	at hudson.security.ACL.impersonate(ACL.java:290)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	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)
Caused by: hudson.plugins.git.GitException: Command "git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 25288, done.        
remote: Compressing objects:   0% (1/10516)           remote: Compressing objects:   1% (106/10516)           remote: Compressing objects:   2% (211/10516)           remote: Compressing objects:   3% (316/10516)           remote: Compressing objects:   4% (421/10516)           remote: Compressing objects:   5% (526/10516)           remote: Compressing objects:   6% (631/10516)           remote: Compressing objects:   7% (737/10516)           remote: Compressing objects:   8% (842/10516)           remote: Compressing objects:   9% (947/10516)           remote: Compressing objects:  10% (1052/10516)           remote: Compressing objects:  11% (1157/10516)           remote: Compressing objects:  12% (1262/10516)           remote: Compressing objects:  13% (1368/10516)           remote: Compressing objects:  14% (1473/10516)           remote: Compressing objects:  15% (1578/10516)           remote: Compressing objects:  16% (1683/10516)           remote: Compressing objects:  17% (1788/10516)           remote: Compressing objects:  18% (1893/10516)           remote: Compressing objects:  19% (1999/10516)           remote: Compressing objects:  20% (2104/10516)           remote: Compressing objects:  21% (2209/10516)           remote: Compressing objects:  22% (2314/10516)           remote: Compressing objects:  23% (2419/10516)           remote: Compressing objects:  24% (2524/10516)           remote: Compressing objects:  25% (2629/10516)           remote: Compressing objects:  26% (2735/10516)           remote: Compressing objects:  27% (2840/10516)           remote: Compressing objects:  28% (2945/10516)           remote: Compressing objects:  29% (3050/10516)           remote: Compressing objects:  30% (3155/10516)           remote: Compressing objects:  31% (3260/10516)           remote: Compressing objects:  32% (3366/10516)           remote: Compressing objects:  33% (3471/10516)           remote: Compressing objects:  34% (3576/10516)           remote: Compressing objects:  35% (3681/10516)           remote: Compressing objects:  36% (3786/10516)           remote: Compressing objects:  37% (3891/10516)           remote: Compressing objects:  38% (3997/10516)           remote: Compressing objects:  39% (4102/10516)           remote: Compressing objects:  40% (4207/10516)           remote: Compressing objects:  41% (4312/10516)           remote: Compressing objects:  42% (4417/10516)           remote: Compressing objects:  43% (4522/10516)           remote: Compressing objects:  44% (4628/10516)           remote: Compressing objects:  45% (4733/10516)           remote: Compressing objects:  46% (4838/10516)           remote: Compressing objects:  47% (4943/10516)           remote: Compressing objects:  48% (5048/10516)           remote: Compressing objects:  49% (5153/10516)           remote: Compressing objects:  50% (5258/10516)           remote: Compressing objects:  51% (5364/10516)           remote: Compressing objects:  52% (5469/10516)           remote: Compressing objects:  53% (5574/10516)           remote: Compressing objects:  54% (5679/10516)           remote: Compressing objects:  55% (5784/10516)           remote: Compressing objects:  56% (5889/10516)           remote: Compressing objects:  57% (5995/10516)           remote: Compressing objects:  58% (6100/10516)           remote: Compressing objects:  59% (6205/10516)           remote: Compressing objects:  60% (6310/10516)           remote: Compressing objects:  61% (6415/10516)           remote: Compressing objects:  62% (6520/10516)           remote: Compressing objects:  63% (6626/10516)           remote: Compressing objects:  64% (6731/10516)           remote: Compressing objects:  65% (6836/10516)           remote: Compressing objects:  66% (6941/10516)           remote: Compressing objects:  67% (7046/10516)           remote: Compressing objects:  68% (7151/10516)           remote: Compressing objects:  69% (7257/10516)           remote: Compressing objects:  70% (7362/10516)           remote: Compressing objects:  71% (7467/10516)           remote: Compressing objects:  72% (7572/10516)           remote: Compressing objects:  73% (7677/10516)           remote: Compressing objects:  74% (7782/10516)           remote: Compressing objects:  75% (7887/10516)           remote: Compressing objects:  76% (7993/10516)           remote: Compressing objects:  77% (8098/10516)           remote: Compressing objects:  78% (8203/10516)           remote: Compressing objects:  79% (8308/10516)           remote: Compressing objects:  80% (8413/10516)           remote: Compressing objects:  81% (8518/10516)           remote: Compressing objects:  82% (8624/10516)           remote: Compressing objects:  83% (8729/10516)           remote: Compressing objects:  84% (8834/10516)           remote: Compressing objects:  85% (8939/10516)           remote: Compressing objects:  86% (9044/10516)           remote: Compressing objects:  87% (9149/10516)           remote: Compressing objects:  88% (9255/10516)           remote: Compressing objects:  89% (9360/10516)           remote: Compressing objects:  90% (9465/10516)           remote: Compressing objects:  91% (9570/10516)           remote: Compressing objects:  92% (9675/10516)           remote: Compressing objects:  93% (9780/10516)           remote: Compressing objects:  94% (9886/10516)           remote: Compressing objects:  95% (9991/10516)           remote: Compressing objects:  96% (10096/10516)           remote: Compressing objects:  97% (10201/10516)           remote: Compressing objects:  98% (10306/10516)           remote: Compressing objects:  99% (10411/10516)           remote: Compressing objects: 100% (10516/10516)           remote: Compressing objects: 100% (10516/10516), done.        
Receiving objects:   0% (1/25288)   Receiving objects:   1% (253/25288)   Receiving objects:   2% (506/25288)   Receiving objects:   3% (759/25288)   Receiving objects:   4% (1012/25288)   Receiving objects:   5% (1265/25288)   Receiving objects:   6% (1518/25288)   Receiving objects:   7% (1771/25288)   Receiving objects:   8% (2024/25288)   Receiving objects:   9% (2276/25288)   Receiving objects:  10% (2529/25288)   Receiving objects:  11% (2782/25288)   Receiving objects:  12% (3035/25288)   Receiving objects:  13% (3288/25288)   Receiving objects:  14% (3541/25288)   Receiving objects:  15% (3794/25288)   Receiving objects:  16% (4047/25288)   Receiving objects:  17% (4299/25288)   Receiving objects:  18% (4552/25288)   Receiving objects:  19% (4805/25288)   Receiving objects:  20% (5058/25288)   Receiving objects:  21% (5311/25288)   Receiving objects:  22% (5564/25288)   Receiving objects:  23% (5817/25288)   Receiving objects:  24% (6070/25288)   Receiving objects:  25% (6322/25288)   Receiving objects:  26% (6575/25288)   Receiving objects:  27% (6828/25288)   Receiving objects:  28% (7081/25288)   Receiving objects:  29% (7334/25288)   Receiving objects:  30% (7587/25288)   Receiving objects:  31% (7840/25288)   Receiving objects:  32% (8093/25288)   Receiving objects:  33% (8346/25288)   Receiving objects:  34% (8598/25288)   Receiving objects:  35% (8851/25288)   Receiving objects:  36% (9104/25288)   Receiving objects:  37% (9357/25288)   Receiving objects:  38% (9610/25288)   Receiving objects:  39% (9863/25288)   Receiving objects:  40% (10116/25288)   Receiving objects:  41% (10369/25288)   Receiving objects:  42% (10621/25288)   Receiving objects:  43% (10874/25288)   Receiving objects:  44% (11127/25288)   Receiving objects:  45% (11380/25288)   Receiving objects:  46% (11633/25288)   Receiving objects:  47% (11886/25288)   Receiving objects:  48% (12139/25288)   Receiving objects:  49% (12392/25288)   Receiving objects:  50% (12644/25288)   Receiving objects:  51% (12897/25288)   Receiving objects:  52% (13150/25288)   Receiving objects:  53% (13403/25288)   Receiving objects:  54% (13656/25288)   Receiving objects:  55% (13909/25288)   Receiving objects:  56% (14162/25288)   Receiving objects:  57% (14415/25288)   Receiving objects:  58% (14668/25288)   Receiving objects:  59% (14920/25288)   Receiving objects:  60% (15173/25288)   Receiving objects:  61% (15426/25288)   Receiving objects:  62% (15679/25288)   Receiving objects:  63% (15932/25288)   Receiving objects:  64% (16185/25288)   Receiving objects:  65% (16438/25288)   Receiving objects:  66% (16691/25288)   Receiving objects:  67% (16943/25288)   Receiving objects:  68% (17196/25288)   Receiving objects:  69% (17449/25288)   Receiving objects:  70% (17702/25288)   Receiving objects:  71% (17955/25288)   Receiving objects:  72% (18208/25288)   Receiving objects:  73% (18461/25288)   Receiving objects:  74% (18714/25288)   Receiving objects:  75% (18966/25288)   Receiving objects:  76% (19219/25288)   Receiving objects:  77% (19472/25288)   Receiving objects:  78% (19725/25288)   Receiving objects:  79% (19978/25288)   Receiving objects:  80% (20231/25288)   Receiving objects:  81% (20484/25288)   Receiving objects:  82% (20737/25288)   Receiving objects:  83% (20990/25288)   Receiving objects:  84% (21242/25288)   Receiving objects:  85% (21495/25288)   Receiving objects:  86% (21748/25288)   Receiving objects:  87% (22001/25288)   Receiving objects:  88% (22254/25288)   Receiving objects:  89% (22507/25288)   Receiving objects:  90% (22760/25288)   Receiving objects:  91% (23013/25288)   Receiving objects:  92% (23265/25288)   Receiving objects:  93% (23518/25288)   Receiving objects:  94% (23771/25288)   Receiving objects:  95% (24024/25288)   Receiving objects:  96% (24277/25288)   remote: Total 25288 (delta 10594), reused 23146 (delta 8962)        
Receiving objects:  97% (24530/25288)   Receiving objects:  98% (24783/25288)   Receiving objects:  99% (25036/25288)   Receiving objects: 100% (25288/25288)   Receiving objects: 100% (25288/25288), 4.47 MiB | 0 bytes/s, done.
Resolving deltas:   0% (0/10594)   Resolving deltas:   1% (106/10594)   Resolving deltas:   2% (220/10594)   Resolving deltas:   3% (319/10594)   Resolving deltas:   4% (451/10594)   Resolving deltas:   5% (540/10594)   Resolving deltas:   6% (638/10594)   Resolving deltas:   7% (763/10594)   Resolving deltas:   8% (852/10594)   Resolving deltas:   9% (965/10594)   Resolving deltas:  10% (1117/10594)   Resolving deltas:  11% (1262/10594)   Resolving deltas:  12% (1273/10594)   Resolving deltas:  13% (1381/10594)   Resolving deltas:  14% (1583/10594)   Resolving deltas:  15% (1594/10594)   Resolving deltas:  16% (1696/10594)   Resolving deltas:  17% (1811/10594)   Resolving deltas:  18% (1940/10594)   Resolving deltas:  19% (2014/10594)   Resolving deltas:  20% (2120/10594)   Resolving deltas:  21% (2231/10594)   Resolving deltas:  22% (2342/10594)   Resolving deltas:  23% (2458/10594)   Resolving deltas:  24% (2543/10594)   Resolving deltas:  26% (2767/10594)   Resolving deltas:  27% (2880/10594)   Resolving deltas:  28% (2970/10594)   Resolving deltas:  29% (3084/10594)   Resolving deltas:  30% (3215/10594)   Resolving deltas:  31% (3333/10594)   Resolving deltas:  32% (3395/10594)   Resolving deltas:  33% (3585/10594)   Resolving deltas:  34% (3602/10594)   Resolving deltas:  36% (3831/10594)   Resolving deltas:  37% (3927/10594)   Resolving deltas:  38% (4055/10594)   Resolving deltas:  39% (4133/10594)   Resolving deltas:  40% (4253/10594)   Resolving deltas:  41% (4386/10594)   Resolving deltas:  42% (4453/10594)   Resolving deltas:  43% (4561/10594)   Resolving deltas:  44% (4673/10594)   Resolving deltas:  45% (4768/10594)   Resolving deltas:  46% (4876/10594)   Resolving deltas:  47% (4980/10594)   Resolving deltas:  49% (5206/10594)   Resolving deltas:  50% (5316/10594)   Resolving deltas:  51% (5403/10594)   Resolving deltas:  53% (5617/10594)   Resolving deltas:  54% (5729/10594)   Resolving deltas:  55% (5831/10594)   Resolving deltas:  56% (5933/10594)   Resolving deltas:  57% (6040/10594)   Resolving deltas:  58% (6159/10594)   Resolving deltas:  59% (6253/10594)   Resolving deltas:  60% (6405/10594)   Resolving deltas:  61% (6469/10594)   Resolving deltas:  62% (6579/10594)   Resolving deltas:  63% (6680/10594)   Resolving deltas:  64% (6788/10594)   Resolving deltas:  65% (6891/10594)   Resolving deltas:  66% (7004/10594)   Resolving deltas:  67% (7109/10594)   Resolving deltas:  68% (7267/10594)   Resolving deltas:  68% (7298/10594), completed with 21 local objects.
fatal: pack has 3296 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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)
	... 1 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H28
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor830.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
		at hudson.security.ACL.impersonate(ACL.java:290)
		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		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)
		... 1 more
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext