bvfalcon commented on PR #8006: URL: https://github.com/apache/camel/pull/8006#issuecomment-1184489782
> Finished component verification: 2 component(s) test failed out of 2 component(s) tested <details><summary>Aus <a href="https://github.com/apache/camel/runs/7323663961?check_suite_focus=true">"main pr build / build (11) (pull_request)" logs</a></summary> <code> .... Searching for modified components It will test the following 2 components: components/camel-azure components/camel-google .... Testing component 2 of 2: components/camel-google ############################################################ Logging test to /home/runner/work/camel/camel/automated-build-log/components-camel-google.log Jul 13, 2022 3:48:51 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$1 onFailure SEVERE: terminated streaming with exception com.google.api.gax.rpc.NotFoundException: com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Subscription does not exist (resource=test-sub-name) at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:90) at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:41) at com.google.cloud.pubsub.v1.StreamingSubscriberConnection$1.onFailure(StreamingSubscriberConnection.java:313) at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:67) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1074) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1213) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:983) at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:771) at com.google.api.core.AbstractApiFuture$InternalSettableFuture.setException(AbstractApiFuture.java:94) at com.google.api.core.AbstractApiFuture.setException(AbstractApiFuture.java:76) at com.google.api.core.SettableApiFuture.setException(SettableApiFuture.java:51) at com.google.cloud.pubsub.v1.StreamingSubscriberConnection$StreamingPullResponseObserver.onError(StreamingSubscriberConnection.java:237) </code> </details> First of this 2 modified component (components/camel-azure) was not modified in my PR. Second component has na error in camel-google-pubsub, which also was not modified in my PR. So, I am sure, what the work of task "main pr build / build (11) (pull_request)" is incorrect. May be this two components really have corrupted unit-tests, but absolutely sure they was not corrupted in this PR. About work of task "main pr build / checkstyle (pull_request)" difficult something concrete to say: <a href="https://github.com/apache/camel/runs/7323663779?check_suite_focus=true">accessible logs</a> contains no information abot acquired errors. When I run `mvnd -l checkstyle.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -Dcheckstyle.failOnViolation=true checkstyle:checkstyle` locally, I have hundreds of errors in components, not modified in my PR. @oscerd I am forced to ask about some help with this errors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org