Skip to content

Update eclipse configuration #54

Update eclipse configuration

Update eclipse configuration #54

Triggered via push September 10, 2026 19:26
Status Failure
Total duration 9m 15s
Artifacts –

ci.yml

on: push
Matrix: native
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
PalantirJavaFormatIdeaPluginTest.extraGradleProperties="palantir.native.formatter=true": gradle-palantir-java-format/src/test/java/com/palantir/javaformat/gradle/PalantirJavaFormatIdeaPluginTest.java#L78
java.lang.AssertionError: Expecting any elements of: [Option[name=enabled], Option[name=implementationClassPath]] to match given predicate but none did.
PalantirJavaFormatPluginTest.[2] extraGradleProperties = "palantir.native.formatter=true", expectedOutput = "Using the native-image formatter": gradle-palantir-java-format/src/test/java/com/palantir/javaformat/gradle/PalantirJavaFormatPluginTest.java#L101
java.lang.AssertionError: Expecting actual: "The client will now receive all logging from the daemon (pid: 35082). The daemon log file: /Users/runner/work/open-java-format/open-java-format/gradle-palantir-java-format/build/tmp/test/work/.gradle-test-kit/test-kit-daemon/9.3.1/daemon-35082.out.log Starting 2nd build in daemon [uptime: 8.423 secs, performance: 99%, GC rate: 0.00/s, heap usage: 0% of 3.5 GiB] Using 4 worker leases. Operational build model parameters: {requiresToolingModels=false, parallelProjectExecution=false, configureOnDemand=false, configurationCache=false, configurationCacheParallelStore=false, configurationCacheParallelLoad=true, isolatedProjects=false, parallelProjectConfiguration=false, intermediateModelCache=false, parallelToolingApiActions=false, invalidateCoupledProjects=false, modelAsProjectDependency=false, resilientModelBuilding=false} Now considering [/private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961, /private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12285711377665507926] as hierarchies to watch Watching the file system is configured to be enabled if available File system watching is active Starting Build Settings evaluated using settings file '/private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961/settings.gradle'. Projects loaded. Root project using build file '/private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961/build.gradle'. Included projects: [root project 'test-project'] > Configure project : Evaluating root project 'test-project' using build file '/private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961/build.gradle'. Caching disabled for Groovy DSL script compilation (cp_proj) because: Build cache is disabled Not worth caching. Compiling build file '/private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961/build.gradle' using SubsetScriptTransformer. Resolved plugin [id: 'java'] Resolved plugin [id: 'com.palantir.java-format'] Resolved plugin [id: 'idea'] Caching disabled for Groovy DSL script compilation (proj) because: Build cache is disabled Not worth caching. Compiling build file '/private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961/build.gradle' using BuildScriptTransformer. All projects evaluated. Task name matched 'formatDiff' Task path ':updatePalantirJavaFormatXml' matched project ':' Task name matched 'updatePalantirJavaFormatXml' Task path ':updateWorkspaceXml' matched project ':' Task name matched 'updateWorkspaceXml' Selected primary task 'formatDiff' from project : Selected primary task 'updatePalantirJavaFormatXml' from project : Selected primary task 'updateWorkspaceXml' from project : Tasks to be executed: [task ':formatDiff', task ':updatePalantirJavaFormatXml', task ':updateWorkspaceXml'] Tasks that were excluded: [] Resolve mutations for :formatDiff (Thread[#79,Execution worker,5,main]) started. :formatDiff (Thread[#79,Execution worker,5,main]) started. destroyer locations for task group 0 (Thread[#80,Execution worker Thread 2,5,main]) started. destroyer locations for task group 1 (Thread[#80,Execution worker Thread 2,5,main]) started. > Task :formatDiff Caching disabled for task ':formatDiff' because: Build cache is disabled Task ':formatDiff' is not up-to-date because: Task has not declared any outputs despite executing actions. Using the Java-based formatter Formatting /private/var/folders/20/jp1_0n3n7kndh6rnbqb5344m0000gn/T/junit-12950194414653327961/src/main/java/Main.java Resolve mutations for :updatePalantirJavaFormatXml (Thread[#79,Execution worker,5,main]) started. :updatePalantirJavaFormatXml (Thread[#79,Execution worker,5,main]) started. > Task :updatePalantirJavaFormatXml Caching disabled for task ':updatePalantirJavaFormatXml' because: Build cache is disabled Writes the developer's local .idea configuration; nothing to cache Task ':updatePalantirJavaFormatXml' is not up-to-date because: No history is available. Resolve mutations for :updateW
native (macos-x86-64)
Process completed with exit code 1.
build: palantir-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L759
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L602
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L542
[StatementSwitchToExpressionSwitch] This statement switch can be converted to a new-style arrow switch
build: palantir-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L144
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L142
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L684
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L657
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L525
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L152
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
build: palantir-java-format-spi/src/main/java/com/palantir/javaformat/java/Replacement.java#L60
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
native (macos-x86-64)
This build uses GraalVM CE for JDK 25.0.1, the last available JDK 25 build for macOS Intel.