You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/09/19 17:50:55 UTC

Build failed in Jenkins: sling-org-apache-sling-scripting-jsp-taglib-1.8 #59

See <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/59/display/redirect?page=changes>

Changes:

[radu] SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every module

------------------------------------------
[...truncated 10.66 KB...]
[main] INFO org.apache.sling.scripting.jsp.taglib.TestListChildrenTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestListChildrenTag - testNullResource
[main] INFO org.apache.sling.scripting.jsp.taglib.TestListChildrenTag - Test successful!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.sling.scripting.jsp.taglib.TestListChildrenTag
Running org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - testAdaptObject
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - Setting up tests
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - Checking result
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - Test successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - testMissingClass
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - Setting up tests
[main] WARN org.apache.sling.scripting.jsp.taglib.AdaptToTag - Unable to retrieve class com.bad.class
java.lang.ClassNotFoundException: com.bad.class
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.apache.sling.scripting.jsp.taglib.AdaptToTag.doEndTag(AdaptToTag.java:55)
	at org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag.testMissingClass(TestAdaptObjectTag.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	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)
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - Checking result
[main] INFO org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag - Test successful!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag
Running org.apache.sling.scripting.jsp.taglib.TestSlingFunctions
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testGetValue
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing using class coersion
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing with default value on existing key
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing with no value and class coersion
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing with no value and default specified
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testAdaptTo
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testFindResources
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testListChildResources
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testGetResource
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testEncode
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing HTML Encoding
System property [org.owasp.esapi.opsteam] is not set
System property [org.owasp.esapi.devteam] is not set
Attempting to load ESAPI.properties via file I/O.
Attempting to load ESAPI.properties as resource file via file I/O.
Found in 'org.owasp.esapi.resources' directory: <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/src/main/resources/ESAPI.properties>
Loaded 'ESAPI.properties' properties file
SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false
Attempting to load validation.properties via file I/O.
Attempting to load validation.properties as resource file via file I/O.
Found in 'org.owasp.esapi.resources' directory: <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/src/main/resources/validation.properties>
Loaded 'validation.properties' properties file
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing HTML Attr Encoding
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing invalid values
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Encountered expected exception
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Encountered expected exception
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Testing null/empty values
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testGetRelativeResource
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Tests successful!
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.apache.sling.scripting.jsp.taglib.TestSlingFunctions
Running org.apache.sling.scripting.jsp.taglib.tei.AdaptToTEITest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.sling.scripting.jsp.taglib.tei.AdaptToTEITest
Running org.apache.sling.scripting.jsp.taglib.TestGetResourceTag
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testBadPath
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Test successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testAbsolutePath
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Test successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - testRelativePath
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetResourceTag - Test successful!
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.sling.scripting.jsp.taglib.TestGetResourceTag
Running org.apache.sling.scripting.jsp.taglib.TestEncodeTag
[main] INFO org.apache.sling.scripting.jsp.taglib.TestEncodeTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestEncodeTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestEncodeTag - testAdaptObject
[main] INFO org.apache.sling.scripting.jsp.taglib.TestEncodeTag - Setting up tests
[main] INFO org.apache.sling.scripting.jsp.taglib.TestEncodeTag - Checking result
[main] INFO org.apache.sling.scripting.jsp.taglib.TestEncodeTag - Test successful!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.sling.scripting.jsp.taglib.TestEncodeTag
Running org.apache.sling.scripting.jsp.taglib.TestGetParentsTag
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - testParents
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - Test successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - testParentsWithStartDepth
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentsTag - Test successful!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.sling.scripting.jsp.taglib.TestGetParentsTag
Running org.apache.sling.scripting.jsp.taglib.TestFindResourceTag
[main] INFO org.apache.sling.scripting.jsp.taglib.TestFindResourceTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestFindResourceTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestFindResourceTag - testGoodPath
[main] INFO org.apache.sling.scripting.jsp.taglib.TestFindResourceTag - Test successful!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.sling.scripting.jsp.taglib.TestFindResourceTag
Running org.apache.sling.scripting.jsp.taglib.TestGetParentTag
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - testBadPath
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - Test successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - testAbsoluteParent
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - Test successful!
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - init
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - init Complete
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - testParent
[main] INFO org.apache.sling.scripting.jsp.taglib.TestGetParentTag - Test successful!
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.sling.scripting.jsp.taglib.TestGetParentTag

Results :

Tests run: 24, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.SurefireArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-bundle-plugin:3.3.0:bundle (default-bundle) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ org.apache.sling.scripting.jsp.taglib >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-maven-scr-plugin) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (set-bundle-required-execution-environment) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] Executing tasks

main:
Setting Bundle-RequiredExecutionEnvironment=JavaSE-1.7 from sling.java.version=7
[INFO] Executed tasks
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ org.apache.sling.scripting.jsp.taglib <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] Building jar: <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/target/org.apache.sling.scripting.jsp.taglib-2.3.1-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] Checking legal files in: org.apache.sling.scripting.jsp.taglib-2.3.1-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.scripting.jsp.taglib-2.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.3.0:baseline (baseline) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] artifact org.apache.sling:org.apache.sling.scripting.jsp.taglib: checking for updates from Nexus
[INFO] artifact org.apache.sling:org.apache.sling.scripting.jsp.taglib: checking for updates from central
[INFO] Baseline Report - Generated by Apache Felix Maven Bundle Plugin on 2018-09-19T17:50Z based on Bnd - see http://www.aqute.biz/Bnd/Bnd
[INFO] Comparing bundle org.apache.sling.scripting.jsp.taglib version 2.3.1-SNAPSHOT to version 2.3.0
[INFO] 
[INFO]   PACKAGE_NAME                                       DELTA      CUR_VER    BASE_VER   REC_VER    WARNINGS  
[INFO] = ================================================== ========== ========== ========== ========== ==========
[INFO]   org.apache.sling.scripting.jsp.taglib              unchanged  2.3.0      2.3.0      2.3.0      -         
[INFO] -----------------------------------------------------------------------------------------------------------
[INFO]   org.apache.sling.scripting.jsp.taglib.helpers      unchanged  2.2.0      2.2.0      2.2.0      -         
[INFO] -----------------------------------------------------------------------------------------------------------
[INFO]   org.apache.sling.scripting.jsp.taglib.tei          unchanged  2.2.0      2.2.0      2.2.0      -         
[INFO] -----------------------------------------------------------------------------------------------------------
[INFO] Baseline analysis complete, 0 error(s), 0 warning(s)
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ org.apache.sling.scripting.jsp.taglib ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: src/main/appended-resources/META-INF/*
[INFO] Exclude: velocity.log
[INFO] Exclude: target/*
[INFO] Exclude: README.md
[INFO] Exclude: maven-eclipse.xml
[INFO] Exclude: .*
[INFO] Exclude: .*/**
[INFO] Exclude: **/*.json
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: **/*.rej
[INFO] Exclude: hs_err_*.log
[INFO] Exclude: **/repository/index/*/index-details.txt
[INFO] Exclude: src/main/resources/ESAPI.properties
[INFO] 49 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 2 unknown: 2 generated: 0 approved: 46 licence.
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[JENKINS] Archiving disabled
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenFingerprinter$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37.750 s
[INFO] Finished at: 2018-09-19T17:50:53+00:00

[INFO] Final Memory: 81M/3925M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project org.apache.sling.scripting.jsp.taglib: Too many files with unapproved license: 2 See RAT report in: <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/target/rat.txt> -> [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
channel stopped
Recording test results

Jenkins build is back to normal : sling-org-apache-sling-scripting-jsp-taglib-1.8 #61

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/61/display/redirect?page=changes>


Build failed in Jenkins: sling-org-apache-sling-scripting-jsp-taglib-1.8 #60

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/60/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H27 (ubuntu xenial) in workspace <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.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 hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/.git/config.lock>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor563.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H27
		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 hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.setRemoteUrl(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
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://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.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 hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/.git/config.lock>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor563.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H27
		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 hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.setRemoteUrl(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
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://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.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 hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/.git/config.lock>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor563.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H27
		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 hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.setRemoteUrl(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://builds.apache.org/job/sling-org-apache-sling-scripting-jsp-taglib-1.8/ws/target/surefire-reports/TEST-org.apache.sling.scripting.jsp.taglib.TestAdaptObjectTag.xml> is 16 hr old