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 2022/02/11 03:25:16 UTC

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

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

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

[...truncated 561 lines...]
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.ValueFromTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.apache.sling.launchpad.webapp.integrationtest.ValueFromTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.JsonRenderingTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 s - in org.apache.sling.launchpad.webapp.integrationtest.JsonRenderingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletOutputContentTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletOutputContentTypeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.HtmlDefaultServletTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.302 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.HtmlDefaultServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.SlingWebDavServletTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.apache.sling.launchpad.webapp.integrationtest.SlingWebDavServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.WebdavOptionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.sling.launchpad.webapp.integrationtest.WebdavOptionsTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest
[ERROR] testForcedLogin(org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest)  Time elapsed: 0.009 s  <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 200 for http://localhost:41000/system/sling/info.sessionInfo.json (content=) expected:<200> 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.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:432)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:424)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:419)
	at org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest.testForcedLogin(AuthRequestLoginTest.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java: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.repository.RepositoryNameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.sling.launchpad.webapp.integrationtest.repository.RepositoryNameTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.MultipleRulesTeleporterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.MultipleRulesTeleporterTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.BundleContentTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.sling.launchpad.webapp.integrationtest.BundleContentTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletImportTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletImportTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.StreamServletTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s - in org.apache.sling.launchpad.webapp.integrationtest.StreamServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.JavascriptWrappersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.apache.sling.launchpad.webapp.integrationtest.JavascriptWrappersTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.installer.ServerSideInstallerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in org.apache.sling.launchpad.webapp.integrationtest.installer.ServerSideInstallerTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.274 s - in org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostSendErrorTest
[ERROR] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.004 s  <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 500 for http://localhost:41000/PostSendErrorTest/1644549788726 (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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java: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.004 s  <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 500 for http://localhost:41000/PostSendErrorTest/1644549788726 (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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java: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.SLING2522Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2522Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.scripting.StandaloneScriptExecutionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.apache.sling.launchpad.webapp.integrationtest.scripting.StandaloneScriptExecutionTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ExportedPackagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.sling.launchpad.webapp.integrationtest.ExportedPackagesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.xml.XPathTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.sling.launchpad.webapp.integrationtest.xml.XPathTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.ReferenceTypeHintTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.ReferenceTypeHintTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCopyTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCopyTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.ExtensionServletTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.ExtensionServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.RequestObjectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.RequestObjectTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2617Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2617Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.PostRedirectTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.apache.sling.launchpad.webapp.integrationtest.PostRedirectTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ResourceDecoratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.apache.sling.launchpad.webapp.integrationtest.ResourceDecoratorTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   AnonymousAccessTest.testAnonymousContent:99->assertContent:85 Expected status 200 for http://localhost:41000/ANON_CAN_READ/AnonymousAccessTest/bee658ff-178d-430d-9b07-92b21689979c/test_text_bee658ff_1.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]   PostSendErrorTest.testNotSuccessfulWithHtmlResponseAndSendError:48->HttpTestBase.getContent:457 Expected status 500 for http://localhost:41000/PostSendErrorTest/1644549788726 (content=) expected:<500> but was:<401>
[ERROR]   PostSendErrorTest.testNotSuccessfulWithJsonResponseAndSendError:88->HttpTestBase.getContent:457 Expected status 500 for http://localhost:41000/PostSendErrorTest/1644549788726 (content=) expected:<500> but was:<401>
[INFO] 
[ERROR] Tests run: 566, Failures: 5, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- feature-launcher-maven-plugin:0.1.2:stop (default) @ org.apache.sling.launchpad.testing ---
[INFO] Stopping launch with id sling-12-oak-tar
[DEBUG] [ServiceReference 1287 from bundle 117 : 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=117, service.description=Sling JcrRemoting Servlet, service.id=1287, 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 481 from bundle 133 : org.apache.sling.engine:2.8.0 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=133, service.description=Filter for request parameter support, service.id=481, 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 94 from bundle 39 : 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=39, service.id=94, service.scope=bundle}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 462 from bundle 133 : org.apache.sling.engine:2.8.0 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.8, osgi.http.whiteboard.servlet.pattern=/, service.bundleid=133, service.description=Apache Sling Engine Main Servlet, service.id=462, service.scope=singleton, service.vendor=The Apache Software Foundation}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 478 from bundle 133 : org.apache.sling.engine:2.8.0 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=133, service.description=Request Logger Filter, service.id=478, service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring unmatching Filter 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/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:  03:15 min
[INFO] Finished at: 2022-02-11T03:23:15Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/workspace/e-sling-launchpad-testing_master@tmp/withMaven32f89651/maven-spy-20220211-031959-8428771950509726098524.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/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] }
[withMaven] junitPublisher - Archive test results for Maven artifact org.apache.sling:org.apache.sling.launchpad.testing:jar:12-SNAPSHOT generated by maven-surefire-plugin:test (default-test): target/surefire-reports/*.xml
Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.apache.sling:org.apache.sling.launchpad.testing:jar:12-SNAPSHOT generated by maven-failsafe-plugin:integration-test (default): target/failsafe-reports/*.xml
Recording test results
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[DevOpticsMavenPublisher] dependencies consumed: 93, artifacts produced: 0
[withMaven] Publishers: Generated Artifacts Publisher: 358 ms, Junit Publisher: 78521 ms, Dependencies Fingerprint Publisher: 716 ms, Open Task Scanner Publisher: 9 ms, CloudBees DevOptics Gate Artifact Publisher: 35894 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 #907 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/907/ for details.

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