Please see
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/281/
for details.
No further emails will be sent until the status of the build is changed.
Build log follows below:
[...truncated 3511 lines...]
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.run(ParentRunner.java:413)
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: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.WebdavUploadTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s
- in org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.scripting.SlingJSPTaglibTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s
- in
org.apache.sling.launchpad.webapp.integrationtest.scripting.SlingJSPTaglibTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.installer.InstallManyBundlesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.008 s
- in
org.apache.sling.launchpad.webapp.integrationtest.installer.InstallManyBundlesTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.837 s
- in
org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.WebdavOptionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s
- in org.apache.sling.launchpad.webapp.integrationtest.WebdavOptionsTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.crud.CrudTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s
- in org.apache.sling.launchpad.webapp.integrationtest.crud.CrudTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 s
<<< FAILURE! - in
org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest
[ERROR]
org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest.testRedirectToResourceAfterLogout
Time elapsed: 0.013 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: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.EspLoadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s
- in org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2522Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s
- in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2522Test
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s
- in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.ExportedPackagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.192 s
- in
org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PathsServletTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletNopTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s
- in
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletNopTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.FiltersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s
- in org.apache.sling.launchpad.webapp.integrationtest.FiltersTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.004 s
<<< FAILURE! - in
org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest
[ERROR]
org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest.testForcedLogin
Time elapsed: 0 s <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 200 for
http://localhost:40779/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
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: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.teleporter.ServicesPresentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s
- in
org.apache.sling.launchpad.webapp.integrationtest.teleporter.ServicesPresentTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2094Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s
- in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2094Test
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2082Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s
- in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2082Test
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.ScriptBuiltinObjectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s
- in org.apache.sling.launchpad.webapp.integrationtest.ScriptBuiltinObjectsTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.PropertyRenderingTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s
- in org.apache.sling.launchpad.webapp.integrationtest.PropertyRenderingTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.servlets.R6WhiteboardServletTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in
org.apache.sling.launchpad.webapp.integrationtest.servlets.R6WhiteboardServletTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletOrderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s
- in
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletOrderTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostStatusTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s -
in
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostStatusTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletOutputContentTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s
- in
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletOutputContentTypeTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.scripting.htl.HtlTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 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.299 s
- in org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.StaticContentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s
- in org.apache.sling.launchpad.webapp.integrationtest.StaticContentTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.693 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.146 s
- in
org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingAutoPropertiesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 s
- in org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.runmodes.InactiveRunModeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s
- in
org.apache.sling.launchpad.webapp.integrationtest.runmodes.InactiveRunModeTest
[INFO] Running
org.apache.sling.launchpad.webapp.integrationtest.auth.AuthenticationResponseCodeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s
- in
org.apache.sling.launchpad.webapp.integrationtest.auth.AuthenticationResponseCodeTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] AnonymousAccessTest.testAnonymousContent:99->assertContent:85
Expected status 200 for
http://localhost:40779/ANON_CAN_READ/AnonymousAccessTest/a9de7954-5859-4161-b85c-9310ccefcd17/test_text_a9de7954_5.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:40779/system/sling/info.sessionInfo.json (content=)
expected:<200> but was:<401>
[ERROR] RedirectOnLogoutTest.testRedirectToResourceAfterLogout:70 Expected
redirect expected:<302> but was:<401>
[ERROR] Errors:
[ERROR] DavExDisabledAnonAccessTest>DavExIntegrationTest.testReadNode:78 »
IllegalArgument
[ERROR] PostServletUpdateTest.testUpdateSomeChanges:110 » HttpStatusCode
Expected stat...
[INFO]
[ERROR] Tests run: 572, Failures: 4, Errors: 2, 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 1150 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=1150,
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 459 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=459,
service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software
Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 444 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=444,
service.scope=singleton, service.vendor=The Apache Software Foundation}]
Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 460 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=460,
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] Stopping launch with id sling-12-oak-mongo
[DEBUG] [ServiceReference 706 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=706,
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 472 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=472,
service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software
Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 457 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=457,
service.scope=singleton, service.vendor=The Apache Software Foundation}]
Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 473 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=473,
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/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 14b6d4234264
after 0 ms
[INFO] DOCKER> [mongo:4.4.6] "mongo": Stop and removed container 6b1988befd43
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: 04:52 min
[INFO] Finished at: 2022-05-30T11:40:48Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated
/home/jenkins/workspace/_org-apache-sling-starter_master@tmp/withMavenff7cd407/maven-spy-20220530-113556-2182942217966916538223.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/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] }
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 0
[withMaven] Publishers: Pipeline Graph Publisher: 2 ms, CloudBees DevOptics
Gate Artifact Publisher: 140872 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