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 2017/04/05 22:34:34 UTC

Build failed in Jenkins: core-integration-testing-maven-3-embedded #7621

See <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/7621/display/redirect?page=changes>

Changes:

[khmarbaise] Minor cleanup in MavenCli.java

------------------------------------------
[...truncated 1.42 MB...]
0025MultipleExecutionLevelConfigs(it0025)...................OK (0.4 s)
0024MultipleGoalExecutions(it0024)..........................OK (0.4 s)
0023SettingsProfile(it0023).................................OK (0.4 s)
0021PomProfile(it0021)......................................OK (0.4 s)
0019PluginVersionMngtBySuperPom(it0019).....................OK (0.4 s)
0018DependencyManagement(it0018)............................OK (0.3 s)
0012PomInterpolation(it0012)................................OK (0.3 s)
0011DefaultVersionByDependencyManagement(it0011)............OK (0.4 s)
0010DependencyClosureResolution(it0010).....................OK (0.3 s)
0009GoalConfiguration(it0009)...............................OK (0.4 s)
0008SimplePlugin(it0008)....................................OK (0.5 s)
Tests run: 790, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 428.154 sec <<< FAILURE! - in org.apache.maven.it.IntegrationTestSuite
testitShouldResolveTheDependencies(org.apache.maven.it.MavenITmng5895CIFriendlyUsageWithPropertyTest)  Time elapsed: 1.071 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
<https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/apache-maven-3-SNAPSHOT/bin/mvn> --global-settings <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/core-integration-testing-trunk/core-it-suite/target/test-classes/settings.xml> -Drevision=1.2 -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/it-local-repo> package
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] base-project
[INFO] module-1
[INFO] module-2
[INFO] module-3
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building base-project 1.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1 1.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ module-1 ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/core-integration-testing-trunk/core-it-suite/target/test-classes/mng-5895-ci-friendly-usage-with-property/module-1/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ module-1 ---
[INFO] Downloading: file:target/null/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloading: file:target/null/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] base-project ....................................... SUCCESS [  0.000 s]
[INFO] module-1 ........................................... FAILURE [  0.281 s]
[INFO] module-2 ........................................... SKIPPED
[INFO] module-3 ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.310 s
[INFO] Finished at: 2017-04-05T22:27:38Z
[INFO] Final Memory: 13M/358M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project module-1: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile failed: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.codehaus.plexus:plexus-container-default:jar:1.5.5, org.codehaus.plexus:plexus-classworlds:jar:2.2.2: Could not find artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 in central (file:target/null) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project module-1: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile failed: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.codehaus.plexus:plexus-container-default:jar:1.5.5, org.codehaus.plexus:plexus-classworlds:jar:2.2.2: Could not find artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 in central (file:target/null)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	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:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:300)
	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 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.MavenITmng5895CIFriendlyUsageWithPropertyTest.testitShouldResolveTheDependencies(MavenITmng5895CIFriendlyUsageWithPropertyTest.java:64)
	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:168)
	at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest(AbstractMavenIntegrationTestCase.java:222)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile failed: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.codehaus.plexus:plexus-container-default:jar:1.5.5, org.codehaus.plexus:plexus-classworlds:jar:2.2.2: Could not find artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 in central (file:target/null)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 44 more
Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.codehaus.plexus:plexus-container-default:jar:1.5.5, org.codehaus.plexus:plexus-classworlds:jar:2.2.2: Could not find artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 in central (file:target/null)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal(DefaultPluginDependenciesResolver.java:218)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:149)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm(DefaultMavenPluginManager.java:402)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm(DefaultMavenPluginManager.java:374)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm(DefaultBuildPluginManager.java:231)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:102)
	... 45 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.codehaus.plexus:plexus-container-default:jar:1.5.5, org.codehaus.plexus:plexus-classworlds:jar:2.2.2: Could not find artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 in central (file:target/null)
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:453)
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:255)
	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:376)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal(DefaultPluginDependenciesResolver.java:210)
	... 50 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 in central (file:target/null)
	at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:48)
	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:364)
	at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:76)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
[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/PluginResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :module-1

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1369)
	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.MavenITmng5895CIFriendlyUsageWithPropertyTest.testitShouldResolveTheDependencies(MavenITmng5895CIFriendlyUsageWithPropertyTest.java:64)


Results :

Tests in error: 
  MavenITmng5895CIFriendlyUsageWithPropertyTest>AbstractMavenIntegrationTestCase.runTest:222->testitShouldResolveTheDependencies:64 ยป Verification

Tests run: 790, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [15.886s]
[INFO] Maven IT Support .................................. SUCCESS [0.691s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.416s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [3.716s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [1.955s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [1.922s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.410s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.427s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.431s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.538s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.496s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.866s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.477s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.325s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.519s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.513s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.524s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.495s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.506s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.561s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.500s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.616s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.535s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.613s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.583s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.489s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.431s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.498s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.457s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.531s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [2.326s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [0.907s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [1.048s]
[INFO] Maven IT Component ................................ SUCCESS [0.373s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.417s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.372s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.494s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.369s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.368s]
[INFO] Maven IT Helper Library ........................... SUCCESS [0.836s]
[INFO] Maven IT Plugin :: Model Interpolation ............ SUCCESS [0.613s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.497s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.413s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.405s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.470s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.461s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.391s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.373s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.489s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.531s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.369s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.373s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [1.078s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [2.112s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [0.670s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.456s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [0.972s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.349s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.411s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.442s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [0.686s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [0.454s]
[INFO] Maven IT Plugin :: Extension 1 .................... SUCCESS [0.359s]
[INFO] Maven IT Plugin :: Extension 2 .................... SUCCESS [0.338s]
[INFO] Maven IT Plugin :: Plexus Lifecycle ............... SUCCESS [0.699s]
[INFO] Maven IT Plugin :: Settings ....................... SUCCESS [0.439s]
[INFO] Maven IT Plugin :: mng-5805 extension ............. SUCCESS [0.318s]
[INFO] Maven IT Plugin :: mng-5805 extension mk2 ......... SUCCESS [0.399s]
[INFO] Maven IT Plugin :: mng-5805 plugin ................ SUCCESS [0.568s]
[INFO] Maven IT Plugin :: mng-5805 plugin-dep ............ SUCCESS [0.344s]
[INFO] Maven IT Plugin :: mng-5958 extension ............. SUCCESS [1.769s]
[INFO] Maven IT Toolchain ................................ SUCCESS [0.546s]
[INFO] Maven IT Wagon .................................... SUCCESS [0.495s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [0.694s]
[INFO] Maven IT Extension ................................ SUCCESS [0.328s]
[INFO] Maven ITs ......................................... FAILURE [7:19.960s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:27.814s
[INFO] Finished at: Wed Apr 05 22:34:33 UTC 2017
[INFO] Final Memory: 72M/723M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/core-integration-testing-trunk/core-it-suite/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Jenkins build is back to normal : core-integration-testing-maven-3-embedded #7625

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/7625/display/redirect?page=changes>


Build failed in Jenkins: core-integration-testing-maven-3-embedded #7624

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/7624/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (ubuntu trusty) in workspace <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/core-integration-testing-trunk/core-it-suite/target/surefire-reports/TEST-org.apache.maven.it.IntegrationTestSuite.xml> is 20 days old


Build failed in Jenkins: core-integration-testing-maven-3-embedded #7623

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/7623/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: remote: Counting objects: 106, done.        
remote: Compressing objects:   2% (1/45)           remote: Compressing objects:   4% (2/45)           remote: Compressing objects:   6% (3/45)           remote: Compressing objects:   8% (4/45)           remote: Compressing objects:  11% (5/45)           remote: Compressing objects:  13% (6/45)           remote: Compressing objects:  15% (7/45)           remote: Compressing objects:  17% (8/45)           remote: Compressing objects:  20% (9/45)           remote: Compressing objects:  22% (10/45)           remote: Compressing objects:  24% (11/45)           remote: Compressing objects:  26% (12/45)           remote: Compressing objects:  28% (13/45)           remote: Compressing objects:  31% (14/45)           remote: Compressing objects:  33% (15/45)           remote: Compressing objects:  35% (16/45)           remote: Compressing objects:  37% (17/45)           remote: Compressing objects:  40% (18/45)           remote: Compressing objects:  42% (19/45)           remote: Compressing objects:  44% (20/45)           remote: Compressing objects:  46% (21/45)           remote: Compressing objects:  48% (22/45)           remote: Compressing objects:  51% (23/45)           remote: Compressing objects:  53% (24/45)           remote: Compressing objects:  55% (25/45)           remote: Compressing objects:  57% (26/45)           remote: Compressing objects:  60% (27/45)           remote: Compressing objects:  62% (28/45)           remote: Compressing objects:  64% (29/45)           remote: Compressing objects:  66% (30/45)           remote: Compressing objects:  68% (31/45)           remote: Compressing objects:  71% (32/45)           remote: Compressing objects:  73% (33/45)           remote: Compressing objects:  75% (34/45)           remote: Compressing objects:  77% (35/45)           remote: Compressing objects:  80% (36/45)           remote: Compressing objects:  82% (37/45)           remote: Compressing objects:  84% (38/45)           remote: Compressing objects:  86% (39/45)           remote: Compressing objects:  88% (40/45)           remote: Compressing objects:  91% (41/45)           remote: Compressing objects:  93% (42/45)           remote: Compressing objects:  95% (43/45)           remote: Compressing objects:  97% (44/45)           remote: Compressing objects: 100% (45/45)           remote: Compressing objects: 100% (45/45), done.        
remote: Total 48 (delta 26), reused 1 (delta 0)        
error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
   a4b0b63..4c6d3a3  master     -> origin/master
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/core-integration-testing-trunk/core-it-suite/target/surefire-reports/TEST-org.apache.maven.it.IntegrationTestSuite.xml> is 1 mo 6 days old


Build failed in Jenkins: core-integration-testing-maven-3-embedded #7622

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/7622/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (ubuntu trusty) in workspace <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: remote: Counting objects: 138, done.        
remote: Compressing objects:   2% (1/38)           remote: Compressing objects:   5% (2/38)           remote: Compressing objects:   7% (3/38)           remote: Compressing objects:  10% (4/38)           remote: Compressing objects:  13% (5/38)           remote: Compressing objects:  15% (6/38)           remote: Compressing objects:  18% (7/38)           remote: Compressing objects:  21% (8/38)           remote: Compressing objects:  23% (9/38)           remote: Compressing objects:  26% (10/38)           remote: Compressing objects:  28% (11/38)           remote: Compressing objects:  31% (12/38)           remote: Compressing objects:  34% (13/38)           remote: Compressing objects:  36% (14/38)           remote: Compressing objects:  39% (15/38)           remote: Compressing objects:  42% (16/38)           remote: Compressing objects:  44% (17/38)           remote: Compressing objects:  47% (18/38)           remote: Compressing objects:  50% (19/38)           remote: Compressing objects:  52% (20/38)           remote: Compressing objects:  55% (21/38)           remote: Compressing objects:  57% (22/38)           remote: Compressing objects:  60% (23/38)           remote: Compressing objects:  63% (24/38)           remote: Compressing objects:  65% (25/38)           remote: Compressing objects:  68% (26/38)           remote: Compressing objects:  71% (27/38)           remote: Compressing objects:  73% (28/38)           remote: Compressing objects:  76% (29/38)           remote: Compressing objects:  78% (30/38)           remote: Compressing objects:  81% (31/38)           remote: Compressing objects:  84% (32/38)           remote: Compressing objects:  86% (33/38)           remote: Compressing objects:  89% (34/38)           remote: Compressing objects:  92% (35/38)           remote: Compressing objects:  94% (36/38)           remote: Compressing objects:  97% (37/38)           remote: Compressing objects: 100% (38/38)           remote: Compressing objects: 100% (38/38), done.        
remote: Total 43 (delta 24), reused 3 (delta 2)        
error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
   a4b0b63..4c6d3a3  master     -> origin/master
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/maven.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/maven.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.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://git-wip-us.apache.org/repos/asf/maven.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/maven.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/MNG-6169/all-updated: Not a directory
From https://git-wip-us.apache.org/repos/asf/maven
 ! [new branch]      MNG-6169/all-updated -> origin/MNG-6169/all-updated  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/not-updated-MJAR-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/not-updated-MJAR-MCOMPILER -> origin/MNG-6169/not-updated-MJAR-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MCOMPILER: Not a directory
 ! [new branch]      MNG-6169/updated-MCOMPILER -> origin/MNG-6169/updated-MCOMPILER  (unable to update local ref)
error: unable to resolve reference refs/remotes/origin/MNG-6169/updated-MJAR: Not a directory
 ! [new branch]      MNG-6169/updated-MJAR -> origin/MNG-6169/updated-MJAR  (unable to update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://git-wip-us.apache.org/repos/asf/maven.git' to remove any old, conflicting branches

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	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:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-6(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.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.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 12 more
ERROR: null
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/core-integration-testing-maven-3-embedded/ws/core-integration-testing-trunk/core-it-suite/target/surefire-reports/TEST-org.apache.maven.it.IntegrationTestSuite.xml> is 20 days old