Skip to content

fix(deps): update gradle #4127

fix(deps): update gradle

fix(deps): update gradle #4127

Triggered via pull request October 4, 2024 14:11
Status Failure
Total duration 5m 35s
Artifacts 3

ci-build.yml

on: pull_request
Matrix: build-and-testing
updatewebsite
6s
updatewebsite
Matrix: testing
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 6 warnings
build-and-testing (ubuntu-latest)
Process completed with exit code 1.
build-and-testing (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build-and-testing (windows-latest)
The operation was canceled.
TestConfiguration.testCommandFallbacks2(): TestConfiguration#L174
java.lang.AssertionError: Expected: "dummyjfr.cfg" but: was "filename={baseName}.jfr"
TestConfiguration.testCommandDefaults(): TestConfiguration#L126
java.lang.AssertionError: Expected: "bye" but: was "hello"
TestConfiguration.testCommandEditOpenDefaultEnv(): TestConfiguration#L142
java.lang.AssertionError: Expected: "someeditor.env" but: was ""
TestConfiguration.testInstance(): TestConfiguration#L104
java.lang.AssertionError: Expected: "baz" but: was null
TestConfiguration.testCommandEditOpenFallback(): TestConfiguration#L150
java.lang.AssertionError: Expected: "someeditor.cfg" but: was ""
TestConfiguration.testCommandEditOpenFallbackEnv(): TestConfiguration#L158
java.lang.AssertionError: Expected: "someeditor.env" but: was ""
TestConfiguration.testCommandEditOpenDefault(): TestConfiguration#L134
java.lang.AssertionError: Expected: "someeditor.cfg" but: was ""
TestConfiguration.testInstanceOverride(): TestConfiguration#L116
java.lang.AssertionError: Expected: "explicit" but: was null
TestAlias.testGetAliasFive(): TestAlias#L502
java.lang.AssertionError: Expected: not null but: was null
TestAlias.testGetAliasFour(): TestAlias#L457
java.lang.AssertionError: Expected: not null but: was null
TestAlias.testGetAliasLoop(): TestAlias#L536
org.opentest4j.AssertionFailedError
TestAlias.testReadFromFile(): TestAlias#L124
java.lang.AssertionError: Expected: not null but: was null
TestAlias.testAddPreservesExistingCatalog(): TestAlias#L334
java.lang.NullPointerException
TestAlias.testGetAliasGav(): TestAlias#L521
java.lang.AssertionError: Expected: not null but: was null
TestAlias.testGetAliasOne(): TestAlias#L398
java.lang.AssertionError: Expected: not null but: was null
TestAlias.testGetAliasTwo(): TestAlias#L412
java.lang.AssertionError: Expected: not null but: was null
TestAliasNearest.testList(): TestAliasNearest#L124
java.lang.AssertionError: Expected: <[local1, parent1, global4, dotlocal2, global3, global2, global1, dotlocal1, parent2, parent3]> but: was <[local1, parent1, dotlocal2, global4, global3, global2, dotlocal1, parent2, parent3]>
TestAliasWithBaseRef.testGetAliasGav(): TestAliasWithBaseRef#L70
java.lang.AssertionError: Expected: not null but: was null
TestAliasWithBaseRef.testGetAliasOne(): TestAliasWithBaseRef#L46
java.lang.AssertionError: Expected: not null but: was null
TestAliasWithBaseRef.testGetAliasTwo(): TestAliasWithBaseRef#L54
java.lang.AssertionError: Expected: not null but: was null
TestAliasWithBaseRef.testGetAliasThree(): TestAliasWithBaseRef#L62
java.lang.AssertionError: Expected: not null but: was null
TestApp.testAppInstallAliasFromRepo(): TestApp#L252
java.lang.NullPointerException
TestCatalog.testGetAlias(): TestCatalog#L65
dev.jbang.cli.ExitException: Unknown catalog 'test'
TestCatalogNearest.testList(): TestCatalogNearest#L77
java.lang.AssertionError: Expected: is <true> but: was <false>
TestConfig.testSetBuiltin(): TestConfig#L97
java.lang.AssertionError: Expected: a collection containing "run.debug" but: was empty
TestConfig.testUnsetGlobal(): TestConfig#L110
java.lang.AssertionError: Expected: a collection containing "mykey" but: was empty
TestConfig.testSetGlobal(): TestConfig#L88
java.lang.AssertionError: Expected: a collection containing "mykey" but: was empty
TestJdk.testHasJdksInstalledWithJavaHome(): TestJdk#L72
java.lang.AssertionError: Expected: "Installed JDKs (<=default):\n 11 (11.0.7) <\n 12 (12.0.7)\n 13 (13.0.7)\n" but: was "Installed JDKs (<=default):\n 11 (11.0.24+8) <\n 12 (12.0.7)\n"
TestRun.testAliasWithRepo(File): TestRun#L546
java.lang.AssertionError: Expected: a string containing "Could not transfer artifact dummygroup:dummyart:pom:0.1 from/to https://dummyrepo" but: was "dev.jbang.cli.ExitException: Script or alias could not be found or read: 'aliaswithrepo' at dev.jbang.source.ProjectBuilder.resolveChecked(ProjectBuilder.java:244) at dev.jbang.source.ProjectBuilder.build(ProjectBuilder.java:218) at dev.jbang.cli.TestRun.testAliasWithRepo(TestRun.java:541) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:766) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:124) at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:99) at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:94) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92) at com.sun.proxy.$Proxy4.stop(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:198) at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:130) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:101) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:61) at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:122) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:69) at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) "
TestRun.testHelloWorldGAVWithAMainViaAlias(File, File): TestRun#L433
dev.jbang.cli.ExitException: Script or alias could not be found or read: 'qcli'
TestSettings.testRepo(): TestSettings#L19
java.lang.NullPointerException
TestTemplate.testGetTemplateThreeWithProperties(): TestTemplate#L207
java.lang.AssertionError: Expected: not null but: was null
TestTemplate.testReadFromFile(): TestTemplate#L76
java.lang.AssertionError: Expected: not null but: was null
TestTemplate.testAddPreservesExistingCatalog(): TestTemplate#L140
java.lang.NullPointerException
TestTemplate.testGetTemplateOne(): TestTemplate#L187
java.lang.AssertionError: Expected: not null but: was null
TestTemplate.testGetTemplateTwo(): TestTemplate#L197
java.lang.AssertionError: Expected: not null but: was null
DependencyResolverTest.testdecodeEnv(): DependencyResolverTest#L80
java.lang.IllegalStateException: Could not resolve environment variable {{test.value}} in maven repository credentials
TestBuilder.testIncludedSourcesUsingAlias(Path): TestBuilder#L152
dev.jbang.cli.ExitException: Unknown catalog '/tmp/junit-14379034523944462164/jbang'
updatewebsite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
updatewebsite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-testing (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4, actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-testing (ubuntu-latest)
No files were found with the provided path: build/install/jbang. No artifacts will be uploaded.
build-and-testing (windows-latest)
No files were found with the provided path: **/build/test-results/test/TEST-*.xml. No artifacts will be uploaded.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "junit-test-results", "Linux-build-262989b2be6929447fccbebe7e12e5c80b0f15f7", "Windows-build-262989b2be6929447fccbebe7e12e5c80b0f15f7". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
Linux-build-262989b2be6929447fccbebe7e12e5c80b0f15f7
43.9 MB
Windows-build-262989b2be6929447fccbebe7e12e5c80b0f15f7
42.5 MB
junit-test-results Expired
504 KB