[ 
https://issues.apache.org/jira/browse/FLINK-33242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781430#comment-17781430
 ] 

Matthias Pohl commented on FLINK-33242:
---------------------------------------

Interestingly, we have a build where the yarn tests didn't fail: 
https://github.com/XComp/flink/actions/runs/6707387404/job/18226397885

> misc module: YARN tests are flaky
> ---------------------------------
>
>                 Key: FLINK-33242
>                 URL: https://issues.apache.org/jira/browse/FLINK-33242
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Matthias Pohl
>            Assignee: Matthias Pohl
>            Priority: Major
>              Labels: github-actions, test-stability
>
> https://github.com/XComp/flink/actions/runs/6473584177/job/17581942919
> {code}
> 2023-10-10T23:16:09.3548634Z Oct 10 23:16:09 23:16:09.354 [ERROR] Tests run: 
> 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.664 s <<< FAILURE! - 
> in org.apache.flink.yarn.YarnPrioritySchedulingITCase
> 2023-10-10T23:16:09.3564980Z Oct 10 23:16:09 23:16:09.354 [ERROR] 
> org.apache.flink.yarn.YarnPrioritySchedulingITCase.yarnApplication_submissionWithPriority_shouldRespectPriority
>   Time elapsed: 1.226 s  <<< ERROR!
> 2023-10-10T23:16:09.3565608Z Oct 10 23:16:09 java.lang.RuntimeException: 
> Runner failed with exception.
> 2023-10-10T23:16:09.3566290Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnTestBase.startWithArgs(YarnTestBase.java:949)
> 2023-10-10T23:16:09.3566954Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnPrioritySchedulingITCase.lambda$yarnApplication_submissionWithPriority_shouldRespectPriority$0(YarnPrioritySchedulingITCase.java:45)
> 2023-10-10T23:16:09.3567646Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:303)
> 2023-10-10T23:16:09.3568447Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnPrioritySchedulingITCase.yarnApplication_submissionWithPriority_shouldRespectPriority(YarnPrioritySchedulingITCase.java:41)
> 2023-10-10T23:16:09.3569187Z Oct 10 23:16:09  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2023-10-10T23:16:09.3569805Z Oct 10 23:16:09  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2023-10-10T23:16:09.3570485Z Oct 10 23:16:09  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2023-10-10T23:16:09.3571052Z Oct 10 23:16:09  at 
> java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 2023-10-10T23:16:09.3571527Z Oct 10 23:16:09  at 
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
> 2023-10-10T23:16:09.3572075Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> 2023-10-10T23:16:09.3572716Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
> 2023-10-10T23:16:09.3573350Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
> 2023-10-10T23:16:09.3573954Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
> 2023-10-10T23:16:09.3574665Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
> 2023-10-10T23:16:09.3575378Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
> 2023-10-10T23:16:09.3576139Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
> 2023-10-10T23:16:09.3576852Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
> 2023-10-10T23:16:09.3577539Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
> 2023-10-10T23:16:09.3578225Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
> 2023-10-10T23:16:09.3578898Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
> 2023-10-10T23:16:09.3579568Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
> 2023-10-10T23:16:09.3580243Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
> 2023-10-10T23:16:09.3580917Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
> 2023-10-10T23:16:09.3581584Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3582276Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
> 2023-10-10T23:16:09.3582952Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
> 2023-10-10T23:16:09.3583651Z Oct 10 23:16:09  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
> 2023-10-10T23:16:09.3584282Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
> 2023-10-10T23:16:09.3584914Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3585589Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:09.3586368Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:09.3587030Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:09.3587749Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3588550Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:09.3589237Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:09.3590109Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:09.3591187Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
> 2023-10-10T23:16:09.3592081Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:09.3592840Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3593551Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:09.3594182Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:09.3594898Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:09.3595600Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3596324Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:09.3596994Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:09.3597858Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:09.3598950Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
> 2023-10-10T23:16:09.3599832Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:09.3600565Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3601268Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:09.3601893Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:09.3602519Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:09.3603281Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:09.3604234Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:09.3604926Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:09.3605850Z Oct 10 23:16:09  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:09.3606648Z Oct 10 23:16:09  at 
> java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
> 2023-10-10T23:16:09.3607160Z Oct 10 23:16:09  at 
> java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
> 2023-10-10T23:16:09.3607702Z Oct 10 23:16:09  at 
> java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
> 2023-10-10T23:16:09.3608332Z Oct 10 23:16:09  at 
> java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
> 2023-10-10T23:16:09.3608855Z Oct 10 23:16:09  at 
> java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
> 2023-10-10T23:16:09.3609416Z Oct 10 23:16:09  at 
> java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
> 2023-10-10T23:16:09.3610332Z Oct 10 23:16:09 Caused by: 
> org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't 
> deploy Yarn session cluster
> 2023-10-10T23:16:09.3611024Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:479)
> 2023-10-10T23:16:09.3611663Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:604)
> 2023-10-10T23:16:09.3612282Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnTestBase$Runner.run(YarnTestBase.java:1154)
> 2023-10-10T23:16:09.3613022Z Oct 10 23:16:09 Caused by: 
> org.apache.flink.configuration.IllegalConfigurationException: The number of 
> requested virtual cores for application master 1 exceeds the maximum number 
> of virtual cores 0 available in the Yarn Cluster.
> 2023-10-10T23:16:09.3613849Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnClusterDescriptor.isReadyForDeployment(YarnClusterDescriptor.java:380)
> 2023-10-10T23:16:09.3614501Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployInternal(YarnClusterDescriptor.java:609)
> 2023-10-10T23:16:09.3615153Z Oct 10 23:16:09  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:472)
> 2023-10-10T23:16:09.3615632Z Oct 10 23:16:09  ... 2 more
> 2023-10-10T23:16:09.3615862Z Oct 10 23:16:09 
> 2023-10-10T23:16:10.1130633Z Oct 10 23:16:10 23:16:10.112 [ERROR] Picked up 
> JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 2023-10-10T23:16:11.1935140Z Oct 10 23:16:11 23:16:11.192 [INFO] Running 
> org.apache.flink.yarn.YARNApplicationITCase
> 2023-10-10T23:16:17.2611617Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2612300Z INFO: Registering 
> org.apache.hadoop.yarn.server.resourcemanager.webapp.JAXBContextResolver as a 
> provider class
> 2023-10-10T23:16:17.2612901Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2613468Z INFO: Registering 
> org.apache.hadoop.yarn.server.resourcemanager.webapp.RMWebServices as a root 
> resource class
> 2023-10-10T23:16:17.2614031Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2614540Z INFO: Registering 
> org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
> 2023-10-10T23:16:17.2615047Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> 2023-10-10T23:16:17.2615720Z INFO: Initiating Jersey application, version 
> 'Jersey: 1.9 09/02/2011 11:17 AM'
> 2023-10-10T23:16:17.2616208Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2617123Z INFO: Binding 
> org.apache.hadoop.yarn.server.resourcemanager.webapp.JAXBContextResolver to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2617787Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2618489Z INFO: Binding 
> org.apache.hadoop.yarn.webapp.GenericExceptionHandler to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2619296Z Oct 10, 2023 11:16:13 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2619952Z INFO: Binding 
> org.apache.hadoop.yarn.server.resourcemanager.webapp.RMWebServices to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2620582Z Oct 10, 2023 11:16:14 PM 
> com.google.inject.servlet.GuiceFilter setPipeline
> 2023-10-10T23:16:17.2621470Z WARNING: Multiple Servlet injectors detected. 
> This is a warning indicating that you have more than one GuiceFilter running 
> in your web application. If this is deliberate, you may safely ignore this 
> message. If this is NOT deliberate however, your application may not work as 
> expected.
> 2023-10-10T23:16:17.2622217Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2622759Z INFO: Registering 
> org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices as a root 
> resource class
> 2023-10-10T23:16:17.2623380Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2623919Z INFO: Registering 
> org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
> 2023-10-10T23:16:17.2624481Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2625294Z INFO: Registering 
> org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver as a 
> provider class
> 2023-10-10T23:16:17.2625850Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> 2023-10-10T23:16:17.2626484Z INFO: Initiating Jersey application, version 
> 'Jersey: 1.9 09/02/2011 11:17 AM'
> 2023-10-10T23:16:17.2627039Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2627774Z INFO: Binding 
> org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2628487Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2629143Z INFO: Binding 
> org.apache.hadoop.yarn.webapp.GenericExceptionHandler to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2629800Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2630486Z INFO: Binding 
> org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2631081Z Oct 10, 2023 11:16:14 PM 
> com.google.inject.servlet.GuiceFilter setPipeline
> 2023-10-10T23:16:17.2631822Z WARNING: Multiple Servlet injectors detected. 
> This is a warning indicating that you have more than one GuiceFilter running 
> in your web application. If this is deliberate, you may safely ignore this 
> message. If this is NOT deliberate however, your application may not work as 
> expected.
> 2023-10-10T23:16:17.2632613Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2633238Z INFO: Registering 
> org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices as a root 
> resource class
> 2023-10-10T23:16:17.2633853Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2634431Z INFO: Registering 
> org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
> 2023-10-10T23:16:17.2638068Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
> 2023-10-10T23:16:17.2638660Z INFO: Registering 
> org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver as a 
> provider class
> 2023-10-10T23:16:17.2639242Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> 2023-10-10T23:16:17.2639820Z INFO: Initiating Jersey application, version 
> 'Jersey: 1.9 09/02/2011 11:17 AM'
> 2023-10-10T23:16:17.2640381Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2641137Z INFO: Binding 
> org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2641897Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2642619Z INFO: Binding 
> org.apache.hadoop.yarn.webapp.GenericExceptionHandler to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2643219Z Oct 10, 2023 11:16:14 PM 
> com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory 
> getComponentProvider
> 2023-10-10T23:16:17.2644145Z INFO: Binding 
> org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices to 
> GuiceManagedComponentProvider with the scope "Singleton"
> 2023-10-10T23:16:17.2646774Z Oct 10 23:16:17 Formatting using clusterid: 
> testClusterID
> 2023-10-10T23:16:18.7266553Z Oct 10 23:16:18 23:16:18.726 [ERROR] Tests run: 
> 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 7.525 s <<< FAILURE! - 
> in org.apache.flink.yarn.YARNApplicationITCase
> 2023-10-10T23:16:18.7276855Z Oct 10 23:16:18 23:16:18.726 [ERROR] 
> org.apache.flink.yarn.YARNApplicationITCase.testApplicationClusterWithLocalUserJarAndDisableUserJarInclusion
>   Time elapsed: 0.242 s  <<< ERROR!
> 2023-10-10T23:16:18.7278287Z Oct 10 23:16:18 
> org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't 
> deploy Yarn Application Cluster
> 2023-10-10T23:16:18.7279023Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:523)
> 2023-10-10T23:16:18.7279745Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.deployApplication(YARNApplicationITCase.java:109)
> 2023-10-10T23:16:18.7280549Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.lambda$testApplicationClusterWithLocalUserJarAndDisableUserJarInclusion$1(YARNApplicationITCase.java:72)
> 2023-10-10T23:16:18.7281269Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:303)
> 2023-10-10T23:16:18.7282068Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.testApplicationClusterWithLocalUserJarAndDisableUserJarInclusion(YARNApplicationITCase.java:70)
> 2023-10-10T23:16:18.7282892Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2023-10-10T23:16:18.7283646Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2023-10-10T23:16:18.7284329Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2023-10-10T23:16:18.7284895Z Oct 10 23:16:18  at 
> java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 2023-10-10T23:16:18.7285448Z Oct 10 23:16:18  at 
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
> 2023-10-10T23:16:18.7286066Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> 2023-10-10T23:16:18.7286781Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
> 2023-10-10T23:16:18.7287482Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
> 2023-10-10T23:16:18.7288165Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
> 2023-10-10T23:16:18.7288983Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
> 2023-10-10T23:16:18.7289779Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
> 2023-10-10T23:16:18.7290658Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
> 2023-10-10T23:16:18.7291445Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
> 2023-10-10T23:16:18.7292193Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
> 2023-10-10T23:16:18.7292954Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
> 2023-10-10T23:16:18.7293781Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
> 2023-10-10T23:16:18.7294515Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
> 2023-10-10T23:16:18.7295309Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
> 2023-10-10T23:16:18.7296068Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
> 2023-10-10T23:16:18.7296820Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7298389Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
> 2023-10-10T23:16:18.7299074Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
> 2023-10-10T23:16:18.7299710Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
> 2023-10-10T23:16:18.7300336Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
> 2023-10-10T23:16:18.7300981Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7301613Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7302172Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7302727Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7303360Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7304014Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7304630Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7305425Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7306495Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
> 2023-10-10T23:16:18.7307582Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
> 2023-10-10T23:16:18.7308509Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:18.7309149Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7309816Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7310378Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7310936Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7311567Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7312301Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7312921Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7313708Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7314698Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
> 2023-10-10T23:16:18.7315498Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:18.7316174Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7316814Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7317364Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7317914Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7318538Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7319185Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7319804Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7320583Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7321309Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
> 2023-10-10T23:16:18.7321766Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
> 2023-10-10T23:16:18.7322238Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
> 2023-10-10T23:16:18.7335962Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
> 2023-10-10T23:16:18.7336477Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
> 2023-10-10T23:16:18.7336970Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
> 2023-10-10T23:16:18.7337680Z Oct 10 23:16:18 Caused by: 
> org.apache.flink.configuration.IllegalConfigurationException: The number of 
> requested virtual cores for application master 1 exceeds the maximum number 
> of virtual cores 0 available in the Yarn Cluster.
> 2023-10-10T23:16:18.7338554Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.isReadyForDeployment(YarnClusterDescriptor.java:380)
> 2023-10-10T23:16:18.7339149Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployInternal(YarnClusterDescriptor.java:609)
> 2023-10-10T23:16:18.7339757Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:516)
> 2023-10-10T23:16:18.7340170Z Oct 10 23:16:18  ... 63 more
> 2023-10-10T23:16:18.7340437Z Oct 10 23:16:18 
> 2023-10-10T23:16:18.7344548Z Oct 10 23:16:18 23:16:18.732 [ERROR] 
> org.apache.flink.yarn.YARNApplicationITCase.testApplicationClusterWithRemoteUserJar
>   Time elapsed: 0.554 s  <<< ERROR!
> 2023-10-10T23:16:18.7345418Z Oct 10 23:16:18 
> org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't 
> deploy Yarn Application Cluster
> 2023-10-10T23:16:18.7346043Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:523)
> 2023-10-10T23:16:18.7346765Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.deployApplication(YARNApplicationITCase.java:109)
> 2023-10-10T23:16:18.7347401Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.lambda$testApplicationClusterWithRemoteUserJar$2(YARNApplicationITCase.java:86)
> 2023-10-10T23:16:18.7347951Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:303)
> 2023-10-10T23:16:18.7348549Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.testApplicationClusterWithRemoteUserJar(YARNApplicationITCase.java:84)
> 2023-10-10T23:16:18.7349174Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2023-10-10T23:16:18.7349713Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2023-10-10T23:16:18.7350446Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2023-10-10T23:16:18.7350937Z Oct 10 23:16:18  at 
> java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 2023-10-10T23:16:18.7351416Z Oct 10 23:16:18  at 
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
> 2023-10-10T23:16:18.7351965Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> 2023-10-10T23:16:18.7352606Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
> 2023-10-10T23:16:18.7353236Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
> 2023-10-10T23:16:18.7353840Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
> 2023-10-10T23:16:18.7354480Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
> 2023-10-10T23:16:18.7355203Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
> 2023-10-10T23:16:18.7355951Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
> 2023-10-10T23:16:18.7356667Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
> 2023-10-10T23:16:18.7357354Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
> 2023-10-10T23:16:18.7358040Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
> 2023-10-10T23:16:18.7358719Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
> 2023-10-10T23:16:18.7359434Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
> 2023-10-10T23:16:18.7360111Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
> 2023-10-10T23:16:18.7360797Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
> 2023-10-10T23:16:18.7361504Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7362189Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
> 2023-10-10T23:16:18.7362863Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
> 2023-10-10T23:16:18.7363762Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
> 2023-10-10T23:16:18.7364405Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
> 2023-10-10T23:16:18.7365043Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7365673Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7366233Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7366788Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7367690Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7368345Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7368964Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7369752Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7370829Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
> 2023-10-10T23:16:18.7371914Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
> 2023-10-10T23:16:18.7372743Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:18.7373385Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7374007Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7374561Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7375120Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7375746Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7376395Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7377016Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7377868Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7378859Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
> 2023-10-10T23:16:18.7379707Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:18.7380337Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7380964Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7381523Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7382136Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7382756Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7383402Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7384019Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7384791Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7385545Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
> 2023-10-10T23:16:18.7386000Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
> 2023-10-10T23:16:18.7386477Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
> 2023-10-10T23:16:18.7386946Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
> 2023-10-10T23:16:18.7399865Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
> 2023-10-10T23:16:18.7400385Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
> 2023-10-10T23:16:18.7401100Z Oct 10 23:16:18 Caused by: 
> org.apache.flink.configuration.IllegalConfigurationException: The number of 
> requested virtual cores for application master 1 exceeds the maximum number 
> of virtual cores 0 available in the Yarn Cluster.
> 2023-10-10T23:16:18.7401860Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.isReadyForDeployment(YarnClusterDescriptor.java:380)
> 2023-10-10T23:16:18.7402463Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployInternal(YarnClusterDescriptor.java:609)
> 2023-10-10T23:16:18.7403060Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:516)
> 2023-10-10T23:16:18.7404050Z Oct 10 23:16:18  ... 63 more
> 2023-10-10T23:16:18.7404263Z Oct 10 23:16:18 
> 2023-10-10T23:16:18.7404867Z Oct 10 23:16:18 23:16:18.737 [ERROR] 
> org.apache.flink.yarn.YARNApplicationITCase.testApplicationClusterWithLocalUserJarAndFirstUserJarInclusion
>   Time elapsed: 0.006 s  <<< ERROR!
> 2023-10-10T23:16:18.7405830Z Oct 10 23:16:18 
> org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't 
> deploy Yarn Application Cluster
> 2023-10-10T23:16:18.7406446Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:523)
> 2023-10-10T23:16:18.7407060Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.deployApplication(YARNApplicationITCase.java:109)
> 2023-10-10T23:16:18.7407923Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.lambda$testApplicationClusterWithLocalUserJarAndFirstUserJarInclusion$0(YARNApplicationITCase.java:62)
> 2023-10-10T23:16:18.7408561Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:303)
> 2023-10-10T23:16:18.7409274Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YARNApplicationITCase.testApplicationClusterWithLocalUserJarAndFirstUserJarInclusion(YARNApplicationITCase.java:60)
> 2023-10-10T23:16:18.7410056Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2023-10-10T23:16:18.7410601Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2023-10-10T23:16:18.7411193Z Oct 10 23:16:18  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2023-10-10T23:16:18.7411685Z Oct 10 23:16:18  at 
> java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 2023-10-10T23:16:18.7412290Z Oct 10 23:16:18  at 
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
> 2023-10-10T23:16:18.7412842Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> 2023-10-10T23:16:18.7413472Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
> 2023-10-10T23:16:18.7414100Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
> 2023-10-10T23:16:18.7414702Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
> 2023-10-10T23:16:18.7415340Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
> 2023-10-10T23:16:18.7416112Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
> 2023-10-10T23:16:18.7416861Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
> 2023-10-10T23:16:18.7417556Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
> 2023-10-10T23:16:18.7418232Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
> 2023-10-10T23:16:18.7418920Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
> 2023-10-10T23:16:18.7419588Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
> 2023-10-10T23:16:18.7420253Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
> 2023-10-10T23:16:18.7420937Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
> 2023-10-10T23:16:18.7421621Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
> 2023-10-10T23:16:18.7422293Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7422964Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
> 2023-10-10T23:16:18.7423638Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
> 2023-10-10T23:16:18.7424278Z Oct 10 23:16:18  at 
> org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
> 2023-10-10T23:16:18.7424956Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
> 2023-10-10T23:16:18.7425602Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7426235Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7426860Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7427420Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7428035Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7428687Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7429351Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7430139Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7431226Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
> 2023-10-10T23:16:18.7432309Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
> 2023-10-10T23:16:18.7433117Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:18.7433795Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7434496Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7435049Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7435604Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7436234Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7436874Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7437499Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7438284Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7439272Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
> 2023-10-10T23:16:18.7440071Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
> 2023-10-10T23:16:18.7440681Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7441310Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
> 2023-10-10T23:16:18.7441865Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
> 2023-10-10T23:16:18.7442412Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
> 2023-10-10T23:16:18.7443068Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> 2023-10-10T23:16:18.7448970Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
> 2023-10-10T23:16:18.7449605Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
> 2023-10-10T23:16:18.7450536Z Oct 10 23:16:18  at 
> org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
> 2023-10-10T23:16:18.7451260Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
> 2023-10-10T23:16:18.7451723Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
> 2023-10-10T23:16:18.7452269Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
> 2023-10-10T23:16:18.7452735Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
> 2023-10-10T23:16:18.7453187Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
> 2023-10-10T23:16:18.7453670Z Oct 10 23:16:18  at 
> java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
> 2023-10-10T23:16:18.7454381Z Oct 10 23:16:18 Caused by: 
> org.apache.flink.configuration.IllegalConfigurationException: The number of 
> requested virtual cores for application master 1 exceeds the maximum number 
> of virtual cores 0 available in the Yarn Cluster.
> 2023-10-10T23:16:18.7455128Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.isReadyForDeployment(YarnClusterDescriptor.java:380)
> 2023-10-10T23:16:18.7455775Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployInternal(YarnClusterDescriptor.java:609)
> 2023-10-10T23:16:18.7456391Z Oct 10 23:16:18  at 
> org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:516)
> 2023-10-10T23:16:18.7456805Z Oct 10 23:16:18  ... 63 more
> 2023-10-10T23:16:18.7457010Z Oct 10 23:16:18 
> 2023-10-10T23:16:19.0886760Z Oct 10 23:16:19 23:16:19.087 [INFO] 
> 2023-10-10T23:16:19.0887052Z Oct 10 23:16:19 23:16:19.087 [INFO] Results:
> 2023-10-10T23:16:19.0887292Z Oct 10 23:16:19 23:16:19.087 [INFO] 
> 2023-10-10T23:16:19.0887538Z Oct 10 23:16:19 23:16:19.087 [ERROR] Errors: 
> 2023-10-10T23:16:19.0890525Z Oct 10 23:16:19 23:16:19.087 [ERROR]   
> YARNApplicationITCase.testApplicationClusterWithLocalUserJarAndDisableUserJarInclusion:70->YarnTestBase.runTest:303->lambda$testApplicationClusterWithLocalUserJarAndDisableUserJarInclusion$1:72->deployApplication:109
>  » ClusterDeployment
> 2023-10-10T23:16:19.0892075Z Oct 10 23:16:19 23:16:19.087 [ERROR]   
> YARNApplicationITCase.testApplicationClusterWithLocalUserJarAndFirstUserJarInclusion:60->YarnTestBase.runTest:303->lambda$testApplicationClusterWithLocalUserJarAndFirstUserJarInclusion$0:62->deployApplication:109
>  » ClusterDeployment
> 2023-10-10T23:16:19.0893304Z Oct 10 23:16:19 23:16:19.087 [ERROR]   
> YARNApplicationITCase.testApplicationClusterWithRemoteUserJar:84->YarnTestBase.runTest:303->lambda$testApplicationClusterWithRemoteUserJar$2:86->deployApplication:109
>  » ClusterDeployment
> 2023-10-10T23:16:19.0894114Z Oct 10 23:16:19 23:16:19.087 [ERROR]   
> YARNITCase.testPerJobWithProvidedLibDirs » Remote File 
> /flink-provided-lib/fli...
> 2023-10-10T23:16:19.0895062Z Oct 10 23:16:19 23:16:19.087 [ERROR]   
> YarnPrioritySchedulingITCase.yarnApplication_submissionWithPriority_shouldRespectPriority:41->YarnTestBase.runTest:303->lambda$yarnApplication_submissionWithPriority_shouldRespectPriority$0:45->YarnTestBase.startWithArgs:949
>  » Runtime
> 2023-10-10T23:16:19.0895643Z Oct 10 23:16:19 23:16:19.087 [INFO] 
> 2023-10-10T23:16:19.0895944Z Oct 10 23:16:19 23:16:19.087 [ERROR] Tests run: 
> 27, Failures: 0, Errors: 5, Skipped: 0
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to