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/05/28 11:27:53 UTC

[Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #278 is BROKEN

Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/278/ for details.

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

[...truncated 1216 lines...]
	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:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

[ERROR] org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCreateTest.testCreateNodeWithInvalidExactName  Time elapsed: 0.003 s  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<409> but was:<503>
	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.Assert.assertEquals(Assert.java:241)
	at junit.framework.TestCase.assertEquals(TestCase.java:384)
	at org.apache.sling.commons.testing.integration.HttpTestBase.assertPostStatus(HttpTestBase.java:410)
	at org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCreateTest.testCreateNodeWithInvalidExactName(PostServletCreateTest.java:196)
	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:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

[ERROR] org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCreateTest.testCreateSubnodeProperty  Time elapsed: 0.006 s  <<< ERROR!
org.apache.sling.commons.testing.integration.HttpStatusCodeException: 
Expected status code 302 for POST, got 503, URL=http://localhost:39569/sling-tests/1653737029019/, Content=[<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 AuthenticationSupport service missing. Cannot authenticate request.</title>
</head>
<body><h2>HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.</h2>
<table>
<tr><th>URI:</th><td>/sling-tests/1653737029019/</td></tr>
<tr><th>STATUS:</th><td>503</td></tr>
<tr><th>MESSAGE:</th><td>AuthenticationSupport service missing. Cannot authenticate request.</td></tr>
<tr><th>SERVLET:</th><td>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2a524fed</td></tr>
</table>

</body>
</html>
]
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:201)
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:132)
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:122)
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:112)
	at org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCreateTest.testCreateSubnodeProperty(PostServletCreateTest.java:132)
	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:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.497 s - in org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.login.AnonymousAccessTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.apache.sling.launchpad.webapp.integrationtest.login.AnonymousAccessTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ImmediateScriptActivationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.029 s - in org.apache.sling.launchpad.webapp.integrationtest.ImmediateScriptActivationTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.623 s - in org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.RequestUriOptingServletTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.RequestUriOptingServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.DavExIntegrationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s - in org.apache.sling.launchpad.webapp.integrationtest.DavExIntegrationTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.PostRedirectTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.apache.sling.launchpad.webapp.integrationtest.PostRedirectTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ForwardTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.649 s - in org.apache.sling.launchpad.webapp.integrationtest.ForwardTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.MultipleRulesTeleporterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.MultipleRulesTeleporterTest
[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.servlets.resolution.PathsServletTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PathsServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.766 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingAutoPropertiesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingAutoPropertiesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2082Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2082Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ScriptBuiltinObjectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.apache.sling.launchpad.webapp.integrationtest.ScriptBuiltinObjectsTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletPrivilegesUpdateTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletPrivilegesUpdateTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.IncludeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 s - in org.apache.sling.launchpad.webapp.integrationtest.IncludeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.GetStarTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.apache.sling.launchpad.webapp.integrationtest.GetStarTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.scripting.htl.HtlTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 s - in org.apache.sling.launchpad.webapp.integrationtest.scripting.htl.HtlTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s - in org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.auth.AuthenticationResponseCodeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.apache.sling.launchpad.webapp.integrationtest.auth.AuthenticationResponseCodeTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.StaticContentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.sling.launchpad.webapp.integrationtest.StaticContentTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDateValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.341 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDateValuesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.TeleporterOptionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.TeleporterOptionsTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   DavExDisabledAnonAccessTest>DavExIntegrationTest.setUp:46->configureServerBeforeTest:40->HttpTestBase.assertPostStatus:412 Unable to disable anonymous access expected:<200> but was:<503>
[ERROR]   PostServletCreateTest.testCreateNodeWithInvalidExactName:196->HttpTestBase.assertPostStatus:410 expected:<409> but was:<503>
[ERROR]   PostServletCreateTest.testCustomSavePrefix:163->HttpTestBase.getContent:419->HttpTestBase.getContent:424->HttpTestBase.getContent:432->HttpTestBase.getContent:457 Expected status 200 for http://localhost:39569/sling-tests/1653737028989/92_1653737028997.json (content=<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 AuthenticationSupport service missing. Cannot authenticate request.</title>
</head>
<body><h2>HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.</h2>
<table>
<tr><th>URI:</th><td>/sling-tests/1653737028989/92_1653737028997.json</td></tr>
<tr><th>STATUS:</th><td>503</td></tr>
<tr><th>MESSAGE:</th><td>AuthenticationSupport service missing. Cannot authenticate request.</td></tr>
<tr><th>SERVLET:</th><td>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2a524fed</td></tr>
</table>

</body>
</html>
) expected:<200> but was:<503>
[ERROR] Errors: 
[ERROR]   PostServletCreateTest.testCreateNode:50 » HttpStatusCode Expected status code ...
[ERROR]   PostServletCreateTest.testCreateSubnodeProperty:132 » HttpStatusCode Expected ...
[ERROR]   PostServletCreateTest.testPostWithExtensionNoStar:81 » HttpStatusCode Expected...
[INFO] 
[ERROR] Tests run: 572, Failures: 3, Errors: 3, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- feature-launcher-maven-plugin:0.1.2:stop (default) @ org.apache.sling.starter ---
[INFO] Stopping launch with id sling-12-oak-tar
[DEBUG] [ServiceReference 1076 from bundle 113 : 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=113, service.description=Sling JcrRemoting Servlet, service.id=1076, 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 455 from bundle 129 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=162, component.name=org.apache.sling.engine.impl.log.RequestLoggerFilter, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], service.bundleid=129, service.description=Request Logger Filter, service.id=455, service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 458 from bundle 129 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=163, component.name=org.apache.sling.engine.parameters, file.max=-1, file.threshold=256000, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], request.max=-1, service.bundleid=129, service.description=Filter for request parameter support, service.id=458, 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 445 from bundle 129 : org.apache.sling.engine:2.9.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.9, osgi.http.whiteboard.servlet.pattern=/, service.bundleid=129, service.description=Apache Sling Engine Main Servlet, service.id=445, service.scope=singleton, service.vendor=The Apache Software Foundation}] Ignoring unmatching Servlet service
[INFO] Apachde Felix Http Whiteboard Service stopped
[INFO] Stopped Jetty.
[INFO] Stopping launch with id sling-12-oak-mongo
[DEBUG] [ServiceReference 1170 from bundle 113 : 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=113, service.description=Sling JcrRemoting Servlet, service.id=1170, 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 469 from bundle 130 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=160, component.name=org.apache.sling.engine.impl.log.RequestLoggerFilter, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], service.bundleid=130, service.description=Request Logger Filter, service.id=469, service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 456 from bundle 130 : org.apache.sling.engine:2.9.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.9, osgi.http.whiteboard.servlet.pattern=/, service.bundleid=130, service.description=Apache Sling Engine Main Servlet, service.id=456, service.scope=singleton, service.vendor=The Apache Software Foundation}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 472 from bundle 130 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=161, component.name=org.apache.sling.engine.parameters, file.max=-1, file.threshold=256000, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], request.max=-1, service.bundleid=130, service.description=Filter for request parameter support, service.id=472, 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
[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.starter ---
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT-oak_tar_far.far
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT-oak_mongo_far.far
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ org.apache.sling.starter ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 79 implicit excludes (use -debug for more details).
[INFO] 15 explicit excludes (use -debug for more details).
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses.
[INFO] 
[INFO] --- docker-maven-plugin:0.39.0:stop (stop-mongo) @ org.apache.sling.starter ---
[INFO] DOCKER> [apache/sling:snapshot]: Stop and removed container 3160c7a144ac after 0 ms
[INFO] DOCKER> [mongo:4.4.6] "mongo": Stop and removed container c10415e913f6 after 0 ms
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ org.apache.sling.starter ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:21 min
[INFO] Finished at: 2022-05-28T11:24:42Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master@tmp/withMaven5fe3e63d/maven-spy-20220528-111721-3194390826955850853163.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on project org.apache.sling.starter: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].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.starter:jar:13-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.starter:jar:13-SNAPSHOT generated by maven-failsafe-plugin:integration-test (default): target/failsafe-reports/*.xml
Recording test results
No test report files were found. Configuration error?
[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: 298, artifacts produced: 0
[withMaven] Publishers: Pipeline Graph Publisher: 5 ms, Generated Artifacts Publisher: 1324 ms, Junit Publisher: 73543 ms, Dependencies Fingerprint Publisher: 684 ms, Open Task Scanner Publisher: 1 ms, CloudBees DevOptics Gate Artifact Publisher: 109569 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-starter » master #279 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-starter/job/master/279/ for details.

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