Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find unused deps script and cleanup existing cruft #43456

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

fixup after merge

1e73f61
Select commit
Loading
Failed to load commit list.
Open

Find unused deps script and cleanup existing cruft #43456

fixup after merge
1e73f61
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - core - ci succeeded Dec 18, 2024 in 8m 31s

Build #20241217.3 had test failures

Details

Tests

  • Failed: 4 (0.00%)
  • Passed: 298,737 (99.29%)
  • Other: 2,140 (0.71%)
  • Total: 300,881
Code coverage

  • 12255 of 25597 lines covered (47.88%)

Annotations

Check failure on line 1 in testRecordWithRedirect

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

testRecordWithRedirect

java.io.IOException: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@2a44ed85
Raw output
java.io.UncheckedIOException: java.io.IOException: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@2a44ed85
	at [email protected]/com.azure.core.http.netty.NettyAsyncHttpClient.sendSync(NettyAsyncHttpClient.java:201)
	at [email protected]/com.azure.core.test.policy.TestProxyRecordPolicy.setDefaultRecordingOptions(TestProxyRecordPolicy.java:102)
	at [email protected]/com.azure.core.test.policy.TestProxyRecordPolicy.startRecording(TestProxyRecordPolicy.java:92)
	at [email protected]/com.azure.core.test.InterceptorManager.getProxyRecordingPolicy(InterceptorManager.java:387)
	at [email protected]/com.azure.core.test.InterceptorManager.getRecordPolicy(InterceptorManager.java:301)
	at [email protected]/com.azure.core.test.TestBase.setupTest(TestBase.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.io.IOException: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@2a44ed85
	at [email protected]/reactor.netty.resources.DefaultPooledConnectionProvider$DisposableAcquire.run(DefaultPooledConnectionProvider.java:236)
	at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:405)
	at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at [email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at [email protected]/io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 1 in testRecordWithRedirect

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

testRecordWithRedirect

java.io.IOException: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@2a44ed85
Raw output
java.io.UncheckedIOException: java.io.IOException: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@2a44ed85
	at [email protected]/com.azure.core.http.netty.NettyAsyncHttpClient.sendSync(NettyAsyncHttpClient.java:201)
	at [email protected]/com.azure.core.test.policy.TestProxyRecordPolicy.setDefaultRecordingOptions(TestProxyRecordPolicy.java:102)
	at [email protected]/com.azure.core.test.policy.TestProxyRecordPolicy.startRecording(TestProxyRecordPolicy.java:92)
	at [email protected]/com.azure.core.test.InterceptorManager.getProxyRecordingPolicy(InterceptorManager.java:387)
	at [email protected]/com.azure.core.test.InterceptorManager.getRecordPolicy(InterceptorManager.java:301)
	at [email protected]/com.azure.core.test.TestBase.setupTest(TestBase.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.io.IOException: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@2a44ed85
	at [email protected]/reactor.netty.resources.DefaultPooledConnectionProvider$DisposableAcquire.run(DefaultPooledConnectionProvider.java:236)
	at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:405)
	at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at [email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at [email protected]/io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 1 in testPlaybackWithRedaction

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

testPlaybackWithRedaction

Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id f02d84d0-31a0-4b48-a65d-0456ded1039d.","Status":"BadRequest"}
Raw output
java.lang.RuntimeException: Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id f02d84d0-31a0-4b48-a65d-0456ded1039d.","Status":"BadRequest"}
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.sendRequestWithRetries(TestProxyPlaybackClient.java:140)
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.stopPlayback(TestProxyPlaybackClient.java:168)
	at [email protected]/com.azure.core.test.InterceptorManager.close(InterceptorManager.java:366)
	at [email protected]/com.azure.core.test.TestBase.teardownTest(TestBase.java:202)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check failure on line 1 in testPlaybackWithRedaction

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

testPlaybackWithRedaction

Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id f02d84d0-31a0-4b48-a65d-0456ded1039d.","Status":"BadRequest"}
Raw output
java.lang.RuntimeException: Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id f02d84d0-31a0-4b48-a65d-0456ded1039d.","Status":"BadRequest"}
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.sendRequestWithRetries(TestProxyPlaybackClient.java:140)
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.stopPlayback(TestProxyPlaybackClient.java:168)
	at [email protected]/com.azure.core.test.InterceptorManager.close(InterceptorManager.java:366)
	at [email protected]/com.azure.core.test.TestBase.teardownTest(TestBase.java:202)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)