You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/11/13 11:30:06 UTC

[Jenkins] Sling » Modules » sling-org-apache-sling-launchpad-testing » master #746 is BROKEN

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

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

[...truncated 1572 lines...]
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryNameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryNameTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.WriteableResourcesProxyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.sling.launchpad.webapp.integrationtest.WriteableResourcesProxyTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.316 s - in org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PutMethodServletTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PutMethodServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.repository.SystemUsersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.apache.sling.launchpad.webapp.integrationtest.repository.SystemUsersTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletAtMoveTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletAtMoveTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.MiscUnsafeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.sling.launchpad.webapp.integrationtest.MiscUnsafeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.resourceresolver.ResourceResolverGeneralTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.626 s - in org.apache.sling.launchpad.webapp.integrationtest.resourceresolver.ResourceResolverGeneralTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest
[ERROR] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.063 s <<< FAILURE! - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest
[ERROR] testNotSuccessfulWithJsonResponseAndSendError(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest)  Time elapsed: 0.005 s  <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 500 for http://localhost:41000/PostSendErrorTest/1636802944284 (content=) expected:<500> but was:<401>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.TestCase.assertEquals(TestCase.java:377)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:457)
	at org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest.testNotSuccessfulWithJsonResponseAndSendError(PostSendErrorTest.java:88)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)

[ERROR] testNotSuccessfulWithHtmlResponseAndSendError(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest)  Time elapsed: 0.005 s  <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 500 for http://localhost:41000/PostSendErrorTest/1636802944284 (content=) expected:<500> but was:<401>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.TestCase.assertEquals(TestCase.java:377)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:457)
	at org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest.testNotSuccessfulWithHtmlResponseAndSendError(PostSendErrorTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)

[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ServletResolverConfigTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.sling.launchpad.webapp.integrationtest.ServletResolverConfigTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.PropertyRenderingTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 s - in org.apache.sling.launchpad.webapp.integrationtest.PropertyRenderingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.RedirectTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.apache.sling.launchpad.webapp.integrationtest.RedirectTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ImmediateScriptActivationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.531 s - in org.apache.sling.launchpad.webapp.integrationtest.ImmediateScriptActivationTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.EmbeddedDependenciesTeleporterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.EmbeddedDependenciesTeleporterTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.LocalServiceTeleporterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.LocalServiceTeleporterTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PrioritiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PrioritiesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDefaultValuesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDefaultValuesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryInitializersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryInitializersTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.SelectorServletTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.SelectorServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletVersionableTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.994 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletVersionableTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2082Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2082Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.RequestAttributeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.apache.sling.launchpad.webapp.integrationtest.RequestAttributeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.HttpPingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.sling.launchpad.webapp.integrationtest.HttpPingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostResponseCreatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostResponseCreatorTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.007 s <<< FAILURE! - in org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest
[ERROR] testRedirectToResourceAfterLogout(org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest)  Time elapsed: 0.007 s  <<< FAILURE!
java.lang.AssertionError: Expected redirect expected:<302> but was:<401>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest.testRedirectToResourceAfterLogout(RedirectOnLogoutTest.java:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)

[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.resourceprovider.PlanetsResourceProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.sling.launchpad.webapp.integrationtest.resourceprovider.PlanetsResourceProviderTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.installer.InstallManyBundlesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.874 s - in org.apache.sling.launchpad.webapp.integrationtest.installer.InstallManyBundlesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.VanityPathTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.apache.sling.launchpad.webapp.integrationtest.VanityPathTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.BasicTeleporterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.BasicTeleporterTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.DavExIntegrationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.apache.sling.launchpad.webapp.integrationtest.DavExIntegrationTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletNopTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletNopTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.repository.RepoinitPathTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.apache.sling.launchpad.webapp.integrationtest.repository.RepoinitPathTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2085Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2085Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.GeneratedNodeNameTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.apache.sling.launchpad.webapp.integrationtest.GeneratedNodeNameTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.FiltersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.sling.launchpad.webapp.integrationtest.FiltersTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.466 s - in org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[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]   PostSendErrorTest.testNotSuccessfulWithHtmlResponseAndSendError:48->HttpTestBase.getContent:457 Expected status 500 for http://localhost:41000/PostSendErrorTest/1636802944284 (content=) expected:<500> but was:<401>
[ERROR]   PostSendErrorTest.testNotSuccessfulWithJsonResponseAndSendError:88->HttpTestBase.getContent:457 Expected status 500 for http://localhost:41000/PostSendErrorTest/1636802944284 (content=) expected:<500> but was:<401>
[INFO] 
[ERROR] Tests run: 566, Failures: 4, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- feature-launcher-maven-plugin:0.1.0:stop (default) @ org.apache.sling.launchpad.testing ---
[INFO] Stopping launch with id sling-12-oak-tar
[DEBUG] [ServiceReference 693 from bundle 116 : 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=116, service.description=Sling JcrRemoting Servlet, service.id=693, 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
[DEBUG] [ServiceReference 451 from bundle 132 : org.apache.sling.engine:2.7.4 ref=[javax.servlet.Servlet] properties={objectClass=[javax.servlet.Servlet], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.servlet.name=ApacheSling/2.7, osgi.http.whiteboard.servlet.pattern=/, service.bundleid=132, service.description=Apache Sling Engine Main Servlet, service.id=451, service.scope=singleton, service.vendor=The Apache Software Foundation}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 467 from bundle 132 : org.apache.sling.engine:2.7.4 ref=[javax.servlet.Filter] properties={component.id=226, 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=132, service.description=Request Logger Filter, service.id=467, service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 470 from bundle 132 : org.apache.sling.engine:2.7.4 ref=[javax.servlet.Filter] properties={component.id=227, 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=132, service.description=Filter for request parameter support, service.id=470, service.ranking=2147483647, service.scope=bundle, service.vendor=The Apache Software Foundation, sling.default.max.parameters=10000, sling.default.parameter.checkForAdditionalContainerParameters=false, sling.default.parameter.encoding=ISO-8859-1}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 91 from bundle 38 : org.apache.sling.launchpad.test-services:12.0.0.SNAPSHOT ref=[javax.servlet.Servlet] properties={component.id=64, 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=38, service.id=91, service.scope=bundle}] Ignoring unmatching Servlet service
[INFO] Apachde Felix Http Whiteboard Service stopped
[INFO] Stopped Jetty.
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ 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.13:check (rat-check) @ org.apache.sling.launchpad.testing ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/jenkins-agent/workspace/e-sling-launchpad-testing_master/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes (use -debug for more details).
[INFO] 13 explicit excludes (use -debug for more details).
[INFO] 4 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.21.0:verify (default) @ org.apache.sling.launchpad.testing ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:57 min
[INFO] Finished at: 2021-11-13T11:29:28Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/jenkins-agent/workspace/e-sling-launchpad-testing_master@tmp/withMavene41d7cb4/maven-spy-20211113-112630-9705784463811923929327.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-agent/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] }
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 0
[withMaven] Publishers: Pipeline Graph Publisher: 2 ms, CloudBees DevOptics Gate Artifact Publisher: 34605 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Status change is BROKEN, notifications will be sent.
[Pipeline] emailext

[Jenkins] Sling » Modules » sling-org-apache-sling-launchpad-testing » master #747 is FIXED

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-launchpad-testing/job/master/747/ for details.

No further emails will be sent until the status of the build is changed.