Please see 
https://builds.apache.org/job/Sling/job/sling-org-apache-sling-launchpad-testing/job/master/538/
 for details.

No further emails will be sent until the status of the build is changed.
Build log follows below:

[...truncated 4614 lines...]
        at 
org.apache.sling.scripting.jsp.SlingTldLocationsCache.bundleChanged(SlingTldLocationsCache.java:87)
        at 
org.apache.felix.framework.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:915)
        at 
org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:834)
        at 
org.apache.felix.framework.EventDispatcher.run(EventDispatcher.java:1147)
        at 
org.apache.felix.framework.EventDispatcher.access$000(EventDispatcher.java:54)
        at 
org.apache.felix.framework.EventDispatcher$1.run(EventDispatcher.java:102)
        at java.lang.Thread.run(Thread.java:748)
23.01.2020 14:53:58.163 *ERROR* [FelixDispatchQueue] ERROR: Bundle '167' 
EventDispatcher: Error during dispatch. (java.lang.IllegalStateException: The 
bundle is uninstalled.)
java.lang.IllegalStateException: The bundle is uninstalled.
        at org.apache.felix.framework.Felix.getBundleEntry(Felix.java:1905)
        at org.apache.felix.framework.BundleImpl.getEntry(BundleImpl.java:291)
        at 
org.apache.sling.scripting.core.impl.jsr223.SlingScriptEngineManager.bundleChanged(SlingScriptEngineManager.java:213)
        at 
org.apache.felix.framework.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:915)
        at 
org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:834)
        at 
org.apache.felix.framework.EventDispatcher.run(EventDispatcher.java:1147)
        at 
org.apache.felix.framework.EventDispatcher.access$000(EventDispatcher.java:54)
        at 
org.apache.felix.framework.EventDispatcher$1.run(EventDispatcher.java:102)
        at java.lang.Thread.run(Thread.java:748)
23.01.2020 14:53:58.164 *ERROR* [FelixDispatchQueue] ERROR: Bundle '40' 
EventDispatcher: Error during dispatch. (java.lang.IllegalStateException: The 
bundle is uninstalled.)
java.lang.IllegalStateException: The bundle is uninstalled.
        at org.apache.felix.framework.Felix.getBundleEntry(Felix.java:1905)
        at org.apache.felix.framework.BundleImpl.getEntry(BundleImpl.java:291)
        at 
org.apache.felix.hc.generalchecks.util.ScriptEnginesTracker.bundleChanged(ScriptEnginesTracker.java:86)
        at 
org.apache.felix.framework.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:915)
        at 
org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:834)
        at 
org.apache.felix.framework.EventDispatcher.run(EventDispatcher.java:1147)
        at 
org.apache.felix.framework.EventDispatcher.access$000(EventDispatcher.java:54)
        at 
org.apache.felix.framework.EventDispatcher$1.run(EventDispatcher.java:102)
        at java.lang.Thread.run(Thread.java:748)
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.606 
s - in 
org.apache.sling.launchpad.webapp.integrationtest.resourceresolver.ResourceResolverGeneralTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.provisioning.EmbeddedModelTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 s 
- in 
org.apache.sling.launchpad.webapp.integrationtest.provisioning.EmbeddedModelTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s 
- in org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ForwardTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s 
- in org.apache.sling.launchpad.webapp.integrationtest.ForwardTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryInitializersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryInitializersTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryNameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s 
- in 
org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryNameTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.repository.SystemUsersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s 
- in 
org.apache.sling.launchpad.webapp.integrationtest.repository.SystemUsersTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.repository.RepoinitPathTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s 
- in 
org.apache.sling.launchpad.webapp.integrationtest.repository.RepoinitPathTest
[INFO] Running 
org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s 
- in 
org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   AnonymousAccessTest.testAnonymousContent:99->assertContent:85 
Expected status 200 for 
http://localhost:41000/ANON_CAN_READ/AnonymousAccessTest/e9a988fd-e94c-4f5e-9980-931ed6c47204/test_text_e9a988fd_e.txt
 (content=) expected:<200> but was:<401>
[ERROR]   AnonymousAccessTest.testAnonymousContent:101 Expecting status 404 
when testing outside of anonymous access subtree expected:<404> but was:<401>
[ERROR]   
AuthRequestLoginTest.testForcedLogin:40->HttpTestBase.getContent:419->HttpTestBase.getContent:424->HttpTestBase.getContent:432->HttpTestBase.getContent:457
 Expected status 200 for 
http://localhost:41000/system/sling/info.sessionInfo.json (content=) 
expected:<200> but was:<401>
[ERROR]   RedirectOnLogoutTest.testRedirectToResourceAfterLogout:70 Expected 
redirect expected:<302> but was:<401>
[ERROR]   CreateUserTest.testAnonymousSelfRegistrationDisabled:271 
expected:<500> but was:<401>
[INFO] 
[ERROR] Tests run: 660, Failures: 5, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:merge (merge-unit-and-it) @ 
org.apache.sling.launchpad.testing ---
[INFO] Loading execution data file 
/home/jenkins/jenkins-slave/workspace/e-sling-launchpad-testing_master/target/jacoco-it.exec
[INFO] Writing merged execution data to 
/home/jenkins/jenkins-slave/workspace/e-sling-launchpad-testing_master/target/jacoco-merged.exec
[INFO] 
[INFO] --- slingstart-maven-plugin:1.7.16:stop (stop-container) @ 
org.apache.sling.launchpad.testing ---
[INFO] Stopping 1 Launchpad instances
[INFO] Stopping Launchpad '_-41000'
23.01.2020 14:54:32.543 *INFO * [Apache Sling Terminator] Java VM is shutting 
down
23.01.2020 14:54:32.544 *INFO * [Apache Sling Terminator] Stopping Apache Sling
[DEBUG] [ServiceReference 2080 from bundle 95 : 
org.apache.sling.jcr.davex:1.3.10 ref=[javax.servlet.Servlet] 
properties={objectClass=[javax.servlet.Servlet], 
osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=DavExAuthHttpContext),
 osgi.http.whiteboard.servlet.pattern=/server/*, service.bundleid=95, 
service.description=Sling JcrRemoting Servlet, service.id=2080, 
service.scope=singleton, service.vendor=The Apache Software Foundation, 
servlet.init.createAbsoluteURI=true, servlet.init.csrf-protection=disabled, 
servlet.init.protectedhandlers-config=org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler,
 servlet.init.resource-path-prefix=/server, sling.auth.requirements=-/server}] 
Ignoring unmatching Servlet service
WARN : bundle org.apache.sling.scripting.sightly:1.3.0.0 
(173)[org.apache.sling.scripting.sightly.impl.engine.extension.use.RenderUnitProvider(374)]
 : Could not get service from ref [org.apache.sling.scripting.api.ScriptCache, 
org.osgi.service.event.EventHandler]
INFO : bundle org.apache.sling.scripting.sightly:1.3.0.0 
(173)[org.apache.sling.scripting.sightly.impl.engine.extension.use.RenderUnitProvider(374)]
 :  Could not obtain all required dependencies, getService returning null
ERROR: bundle org.apache.sling.scripting.sightly:1.3.0.0 
(173)[org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension(377)]
 : The bindUseProvider method has thrown an exception
java.lang.NullPointerException
        at 
java.util.concurrent.ConcurrentSkipListMap.put(ConcurrentSkipListMap.java:1580)
        at 
org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension.bindUseProvider(UseRuntimeExtension.java:91)
        at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228)
        at 
org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41)
        at 
org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664)
        at 
org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510)
        at 
org.apache.felix.scr.impl.inject.methods.BindMethod.invoke(BindMethod.java:42)
        at 
org.apache.felix.scr.impl.manager.DependencyManager.doInvokeBindMethod(DependencyManager.java:1813)
        at 
org.apache.felix.scr.impl.manager.DependencyManager.invokeBindMethod(DependencyManager.java:1788)
        at 
org.apache.felix.scr.impl.manager.SingleComponentManager.invokeBindMethod(SingleComponentManager.java:435)
        at 
org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:325)
        at 
org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:294)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168)
        at 
org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125)
        at 
org.apache.felix.framework.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:990)
        at 
org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:838)
        at 
org.apache.felix.framework.EventDispatcher.fireServiceEvent(EventDispatcher.java:545)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4833)
        at org.apache.felix.framework.Felix.registerService(Felix.java:3804)
        at 
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:328)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892)
        at 
org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732)
        at 
org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045)
        at 
org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168)
        at 
org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125)
        at 
org.apache.felix.framework.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:990)
        at 
org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:838)
        at 
org.apache.felix.framework.EventDispatcher.fireServiceEvent(EventDispatcher.java:545)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4833)
        at org.apache.felix.framework.Felix.registerService(Felix.java:3804)
        at 
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:328)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892)
        at 
org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959)
        at 
org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732)
        at 
org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045)
        at 
org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880)
        at 
org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168)
        at 
org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125)
        at 
org.apache.felix.framework.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:990)
        at 
org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:838)
        at 
org.apache.felix.framework.EventDispatcher.fireServiceEvent(EventDispatcher.java:545)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4833)
        at org.apache.felix.framework.Felix.registerService(Felix.java:3804)
        at 
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:328)
        at 
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:302)
        at 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.executeServiceRegistrations(ServiceUserMapperImpl.java:401)
        at 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.access$000(ServiceUserMapperImpl.java:63)
        at 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl$1.run(ServiceUserMapperImpl.java:337)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
INFO : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.ScriptCacheImpl(349)] :  Could not 
obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.scripting.javascript:3.1.2 
(169)[org.apache.sling.scripting.javascript.internal.RhinoJavaScriptEngineFactory(357)]
 : Could not get service from ref [org.apache.sling.scripting.api.ScriptCache, 
org.osgi.service.event.EventHandler]
INFO : bundle org.apache.sling.scripting.javascript:3.1.2 
(169)[org.apache.sling.scripting.javascript.internal.RhinoJavaScriptEngineFactory(357)]
 :  Could not obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.jsr223.SlingScriptEngineManager(356)]
 : Could not get service from ref [javax.script.ScriptEngineFactory]
WARN : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.jsr223.SlingScriptEngineManager(356)]
 : DependencyManager : invokeBindMethod : Service not available from service 
registry for ServiceReference [javax.script.ScriptEngineFactory] for reference 
ScriptEngineFactory
INFO : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.ScriptCacheImpl(349)] :  Could not 
obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.SlingScriptAdapterFactory(354)] : 
Could not get service from ref [org.apache.sling.scripting.api.ScriptCache, 
org.osgi.service.event.EventHandler]
INFO : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.SlingScriptAdapterFactory(354)] :  
Could not obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.commons.mime:2.2.2 
(135)[org.apache.sling.commons.mime.internal.MimeTypeServiceImpl(240)] : Could 
not get service from ref [org.apache.sling.api.adapter.AdapterFactory, 
org.apache.sling.commons.mime.MimeTypeProvider]
WARN : bundle org.apache.sling.commons.mime:2.2.2 
(135)[org.apache.sling.commons.mime.internal.MimeTypeServiceImpl(240)] : 
DependencyManager : invokeBindMethod : Service not available from service 
registry for ServiceReference [org.apache.sling.api.adapter.AdapterFactory, 
org.apache.sling.commons.mime.MimeTypeProvider] for reference MimeTypeProvider
INFO : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.ScriptCacheImpl(349)] :  Could not 
obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.SlingScriptAdapterFactory(354)] : 
Could not get service from ref [org.apache.sling.scripting.api.ScriptCache, 
org.osgi.service.event.EventHandler]
INFO : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.SlingScriptAdapterFactory(354)] :  
Could not obtain all required dependencies, getService returning null
INFO : bundle org.apache.sling.scripting.javascript:3.1.2 
(169)[org.apache.sling.scripting.javascript.internal.RhinoJavaScriptEngineFactory(357)]
 :  Could not obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.jsr223.SlingScriptEngineManager(356)]
 : Could not get service from ref [javax.script.ScriptEngineFactory]
WARN : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.jsr223.SlingScriptEngineManager(356)]
 : DependencyManager : invokeUnbindMethod : Service not available from service 
registry for ServiceReference [javax.script.ScriptEngineFactory] for reference 
ScriptEngineFactory
INFO : bundle org.apache.sling.scripting.core:2.1.0 
(167)[org.apache.sling.scripting.core.impl.SlingScriptAdapterFactory(354)] :  
Could not obtain all required dependencies, getService returning null
WARN : bundle org.apache.sling.commons.mime:2.2.2 
(135)[org.apache.sling.commons.mime.internal.MimeTypeServiceImpl(240)] : Could 
not get service from ref [org.apache.sling.api.adapter.AdapterFactory, 
org.apache.sling.commons.mime.MimeTypeProvider]
WARN : bundle org.apache.sling.commons.mime:2.2.2 
(135)[org.apache.sling.commons.mime.internal.MimeTypeServiceImpl(240)] : 
DependencyManager : invokeUnbindMethod : Service not available from service 
registry for ServiceReference [org.apache.sling.api.adapter.AdapterFactory, 
org.apache.sling.commons.mime.MimeTypeProvider] for reference MimeTypeProvider
[DEBUG] [ServiceReference 164 from bundle 60 : 
org.apache.sling.launchpad.test-services:12.0.0.SNAPSHOT 
ref=[javax.servlet.Servlet] properties={component.id=60, 
component.name=org.apache.sling.launchpad.testservices.servlets.R6WhiteboardServlet,
 objectClass=[javax.servlet.Servlet], 
osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling),
 osgi.http.whiteboard.servlet.pattern=/whiteboard_r6, service.bundleid=60, 
service.id=164, 
service.pid=org.apache.sling.launchpad.testservices.servlets.R6WhiteboardServlet,
 service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring 
unmatching Servlet service
[DEBUG] [ServiceReference 441 from bundle 144 : org.apache.sling.engine:2.6.22 
ref=[javax.servlet.Filter] properties={component.id=268, 
component.name=org.apache.sling.engine.impl.log.RequestLoggerFilter, 
objectClass=[javax.servlet.Filter], 
osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling),
 osgi.http.whiteboard.filter.pattern=/, service.bundleid=144, 
service.description=Request Logger Filter, service.id=441, 
service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software 
Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 444 from bundle 144 : org.apache.sling.engine:2.6.22 
ref=[javax.servlet.Filter] properties={component.id=269, 
component.name=org.apache.sling.engine.parameters, file.max=-1, 
file.threshold=256000, objectClass=[javax.servlet.Filter], 
osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling),
 osgi.http.whiteboard.filter.pattern=/, request.max=-1, service.bundleid=144, 
service.id=444, service.ranking=2147483647, service.scope=bundle, 
sling.default.max.parameters=10000, 
sling.default.parameter.checkForAdditionalContainerParameters=false, 
sling.default.parameter.encoding=ISO-8859-1}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 429 from bundle 144 : org.apache.sling.engine:2.6.22 
ref=[javax.servlet.Servlet] properties={component.id=264, 
component.name=org.apache.sling.engine.impl.SlingMainServlet, 
objectClass=[javax.servlet.Servlet], 
osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling),
 osgi.http.whiteboard.servlet.pattern=/, service.bundleid=144, 
service.description=Apache Sling Engine Main Servlet, service.id=429, 
service.scope=singleton, service.vendor=The Apache Software Foundation, 
servlet-name=ApacheSling/2.6, 
sling.additional.response.headers=[Ljava.lang.String;@ab1a363, 
sling.max.calls=1000, sling.max.inclusions=50, sling.max.record.requests=20, 
sling.trace.allow=false}] Ignoring unmatching Servlet service
[INFO] Apachde Felix Http Whiteboard Service stopped
[DEBUG] [ServiceReference 3377 from bundle 39 : 
org.apache.felix.healthcheck.core:2.0.6 ref=[javax.servlet.Servlet] 
properties={objectClass=[javax.servlet.Servlet], 
osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=internal.http.serviceunavailablefilter),
 osgi.http.whiteboard.servlet.pattern=/, service.bundleid=39, service.id=3377, 
service.ranking=0, service.scope=singleton}] Ignoring unmatching Servlet service
[INFO] Stopped Jetty.
23.01.2020 14:54:39.372 *INFO * [Sling Notifier] Apache Sling has been stopped
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ 
org.apache.sling.launchpad.testing ---
[INFO] Checking legal files in: 
org.apache.sling.launchpad.testing-12-SNAPSHOT.jar
[INFO] Checking legal files in: 
org.apache.sling.launchpad.testing-12-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ 
org.apache.sling.launchpad.testing ---
[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: bnd.bnd
[INFO] 7 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 6 licence.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (report) @ 
org.apache.sling.launchpad.testing ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report-integration (report-integration) @ 
org.apache.sling.launchpad.testing ---
[INFO] Loading execution data file 
/home/jenkins/jenkins-slave/workspace/e-sling-launchpad-testing_master/target/jacoco-it.exec
[INFO] Analyzed bundle 'Apache Sling Launchpad Testing' with 0 classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (report-merged) @ 
org.apache.sling.launchpad.testing ---
[INFO] Loading execution data file 
/home/jenkins/jenkins-slave/workspace/e-sling-launchpad-testing_master/target/jacoco-merged.exec
[INFO] Analyzed bundle 'Apache Sling Launchpad Testing' with 0 classes
[INFO] 
[INFO] --- maven-failsafe-plugin:2.21.0:verify (default) @ 
org.apache.sling.launchpad.testing ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache Sling Launchpad Testing
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:51 min
[INFO] Finished at: 2020-01-23T14:54:40Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-slave/workspace/e-sling-launchpad-testing_master@tmp/withMaven50dc10a2/maven-spy-20200123-145048-5972560152992552199107.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.21.0:verify (default) on 
project org.apache.sling.launchpad.testing: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/e-sling-launchpad-testing_master/target/failsafe-reports
 for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[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
[Pipeline] echo
Marking build unstable due to missing SonarCloud onboarding. See 
https://cwiki.apache.org/confluence/display/SLING/SonarCloud+analysis for steps 
to fix.
[Pipeline] }
[withMaven] Publishers: 
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Status change is BROKEN, notifications will be sent.
[Pipeline] emailext

Reply via email to