Skip to content

-2 Merge Group Check #66

-2 Merge Group Check

-2 Merge Group Check #66

GitHub Actions / Test Report failed Aug 21, 2024 in 0s

12401 passed, 1 failed and 136 skipped

Tests failed
Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 0 in /tmp/build-reports-test/build-reports-test-CLI Tests/tools/dotcms-cli/cli/target/failsafe-reports/TEST-com.dotcms.api.client.files.PushServiceIT.xml

See this annotation in the file changed.

@github-actions github-actions / Test Report

com.dotcms.api.client.files.PushServiceIT ► Test_Push_New_Site

Failed test found in:
  /tmp/build-reports-test/build-reports-test-CLI Tests/tools/dotcms-cli/cli/target/failsafe-reports/TEST-com.dotcms.api.client.files.PushServiceIT.xml
Error:
  com.dotcms.api.client.files.traversal.exception.TraversalTaskException: Error creating folder [/folder2/]
Raw output
com.dotcms.api.client.files.traversal.exception.TraversalTaskException: Error creating folder [/folder2/]
	at com.dotcms.api.client.files.traversal.task.PushTreeNodeTask.doPushFolder(PushTreeNodeTask.java:247)
	at com.dotcms.api.client.files.traversal.task.PushTreeNodeTask.processFolder(PushTreeNodeTask.java:175)
	at com.dotcms.api.client.files.traversal.task.PushTreeNodeTask.compute(PushTreeNodeTask.java:91)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
	at io.smallrye.context.impl.wrappers.SlowContextualRunnable.run(SlowContextualRunnable.java:19)
	at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:587)
	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
	at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
	at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)
	Suppressed: jakarta.ws.rs.ProcessingException: RESTEASY003145: Unable to find a MessageBodyReader of content-type application/octet-stream and type class com.dotcms.model.ResponseEntityView
		at org.jboss.resteasy.core.interception.jaxrs.ClientReaderInterceptorContext.throwReaderNotFound(ClientReaderInterceptorContext.java:46)
		at org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext.getReader(AbstractReaderInterceptorContext.java:129)
		at org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext.proceed(AbstractReaderInterceptorContext.java:76)
		at org.jboss.resteasy.client.jaxrs.internal.ClientResponse.readFrom(ClientResponse.java:192)
		at org.jboss.resteasy.specimpl.BuiltResponse.readEntity(BuiltResponse.java:75)
		at org.jboss.resteasy.specimpl.AbstractBuiltResponse.readEntity(AbstractBuiltResponse.java:227)
		at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.extractResult(ClientInvocation.java:164)
		at org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.BodyEntityExtractor.extractEntity(BodyEntityExtractor.java:59)
		at org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker.invokeSync(ClientInvoker.java:136)
		at org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker.invoke(ClientInvoker.java:103)
		at org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy.invoke(ClientProxy.java:61)
		at com.sun.proxy.$Proxy115.makeFolders(Unknown Source)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at io.quarkus.restclient.runtime.QuarkusProxyInvocationHandler.invoke(QuarkusProxyInvocationHandler.java:165)
		at com.sun.proxy.$Proxy116.makeFolders(Unknown Source)
		at com.dotcms.api.client.files.traversal.data.Pusher.createFolder(Pusher.java:90)
		at com.dotcms.api.client.files.traversal.data.Pusher_Subclass.createFolder$$superforward(Unknown Source)
		at com.dotcms.api.client.files.traversal.data.Pusher_Subclass$$function$$6.apply(Unknown Source)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
		at io.quarkus.arc.impl.ActivateRequestContextInterceptor.invoke(ActivateRequestContextInterceptor.java:124)
		at io.quarkus.arc.impl.ActivateRequestContextInterceptor.aroundInvoke(ActivateRequestContextInterceptor.java:33)
		at io.quarkus.arc.impl.ActivateRequestContextInterceptor_Bean.intercept(Unknown Source)
		at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
		at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
		at com.dotcms.api.client.files.traversal.data.Pusher_Subclass.createFolder(Unknown Source)
		at com.dotcms.api.client.files.traversal.data.Pusher_ClientProxy.createFolder(Unknown Source)
		at com.dotcms.api.client.files.traversal.task.PushTreeNodeTask.lambda$doPushFolder$2(PushTreeNodeTask.java:207)
		at com.dotcms.cli.command.PushContextImpl.execWithinLock(PushContextImpl.java:75)
		at com.dotcms.cli.command.PushContextImpl.execPush(PushContextImpl.java:96)
		at com.dotcms.api.client.files.traversal.task.PushTreeNodeTask.doPushFolder(PushTreeNodeTask.java:204)
		... 11 more
	Suppressed: [CIRCULAR REFERENCE: jakarta.ws.rs.ProcessingException: RESTEASY003145: Unable to find a MessageBodyReader of content-type application/octet-stream and type class com.dotcms.model.ResponseEntityView]
Caused by: [CIRCULAR REFERENCE: jakarta.ws.rs.ProcessingException: RESTEASY003145: Unable to find a MessageBodyReader of content-type application/octet-stream and type class com.dotcms.model.ResponseEntityView]