Fix first integration test that failed because of a difference with h… #329
Annotations
6 errors
ConfigurationCacheTests.assemble_supports_configuration_cache_build:
userdev/src/functionalTest/groovy/net/neoforged/gradle/userdev/ConfigurationCacheTests.groovy#L37
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in /Users/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/assemble_supports_configuration_cache_build with arguments [build]
Output:
Calculating task graph as no cached configuration is available for tasks: build
8 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.DownloadAssets', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.ExtractNatives', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.tasks.ArtifactFromOutput', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///Users/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/assemble_supports_configuration_cache_build/build/reports/configuration-cache/3silxhecypz2jnaq64249ht65/5x8fx329py113mt92oox1pflb/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache state could not be cached: field `allDependencies` of `net.neoforged.gradle.userdev.runtime.definition.UserDevRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.userdev.runtime.extension.UserDevRuntimeExtension` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `taskCustomizer` of `net.neoforged.gradle.dsl.common.runtime.tasks.tree.TaskCustomizer` bean found in `com.google.common.collect.ImmutableListMultimap` bean found in field `taskCustomizers` of `net.neoforged.gradle.neoform.runtime.specification.NeoFormRuntimeSpecification` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `associatedTaskConsumer` of `net.neoforged.gradle.neoform.runtime.definition.NeoFormRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension` bean found in field `this$0` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension$1` bean found in field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Cannot convert the provided notation to a File or URI: net.neoforged.gradle.dsl.userdev.configurations.UserdevProfile_Decorated@7b157fa6.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A Path instance.
- A Directory instance.
- A RegularFile instance.
- A URI or URL instance.
- A TextResource instance.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
BUILD FAILED in 34s
Publishing build scan...
https://gradle.com/s/zdnqybatqzmmm
Configuration cache entry discarded with 8 problems.
|
ConfigurationCacheTests.compile_supports_configuration_cache_build:
userdev/src/functionalTest/groovy/net/neoforged/gradle/userdev/ConfigurationCacheTests.groovy#L77
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in /Users/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/compile_supports_configuration_cache_build with arguments [build]
Output:
Calculating task graph as no cached configuration is available for tasks: build
8 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.DownloadAssets', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.ExtractNatives', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.tasks.ArtifactFromOutput', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///Users/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/compile_supports_configuration_cache_build/build/reports/configuration-cache/3silxhecypz2jnaq64249ht65/50gc8n0xy0cr91kpya08a3bw9/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache state could not be cached: field `allDependencies` of `net.neoforged.gradle.userdev.runtime.definition.UserDevRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.userdev.runtime.extension.UserDevRuntimeExtension` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `taskCustomizer` of `net.neoforged.gradle.dsl.common.runtime.tasks.tree.TaskCustomizer` bean found in `com.google.common.collect.ImmutableListMultimap` bean found in field `taskCustomizers` of `net.neoforged.gradle.neoform.runtime.specification.NeoFormRuntimeSpecification` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `associatedTaskConsumer` of `net.neoforged.gradle.neoform.runtime.definition.NeoFormRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension` bean found in field `this$0` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension$1` bean found in field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Cannot convert the provided notation to a File or URI: net.neoforged.gradle.dsl.userdev.configurations.UserdevProfile_Decorated@72eb0d6d.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A Path instance.
- A Directory instance.
- A RegularFile instance.
- A URI or URL instance.
- A TextResource instance.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
Configuration cache entry discarded with 8 problems.
|
ConfigurationCacheTests.assemble_supports_configuration_cache_build:
userdev/src/functionalTest/groovy/net/neoforged/gradle/userdev/ConfigurationCacheTests.groovy#L37
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in /home/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/assemble_supports_configuration_cache_build with arguments [build]
Output:
Calculating task graph as no cached configuration is available for tasks: build
8 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.DownloadAssets', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.ExtractNatives', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.tasks.ArtifactFromOutput', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///home/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/assemble_supports_configuration_cache_build/build/reports/configuration-cache/bebgmjhkeg5yt6g79huyvyodx/80vq0i8mu1ht06iaoofhlbvgh/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache state could not be cached: field `allDependencies` of `net.neoforged.gradle.userdev.runtime.definition.UserDevRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.userdev.runtime.extension.UserDevRuntimeExtension` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `taskCustomizer` of `net.neoforged.gradle.dsl.common.runtime.tasks.tree.TaskCustomizer` bean found in `com.google.common.collect.ImmutableListMultimap` bean found in field `taskCustomizers` of `net.neoforged.gradle.neoform.runtime.specification.NeoFormRuntimeSpecification` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `associatedTaskConsumer` of `net.neoforged.gradle.neoform.runtime.definition.NeoFormRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension` bean found in field `this$0` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension$1` bean found in field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Cannot convert the provided notation to a File or URI: net.neoforged.gradle.dsl.userdev.configurations.UserdevProfile_Decorated@57e88609.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A Path instance.
- A Directory instance.
- A RegularFile instance.
- A URI or URL instance.
- A TextResource instance.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
BUILD FAILED in 34s
Publishing build scan...
https://gradle.com/s/psqd5h2aboo24
Configuration cache entry discarded with 8 problems.
|
ConfigurationCacheTests.compile_supports_configuration_cache_build:
userdev/src/functionalTest/groovy/net/neoforged/gradle/userdev/ConfigurationCacheTests.groovy#L77
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in /home/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/compile_supports_configuration_cache_build with arguments [build]
Output:
Calculating task graph as no cached configuration is available for tasks: build
8 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.DownloadAssets', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.ExtractNatives', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.tasks.ArtifactFromOutput', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///home/runner/work/NeoGradle/NeoGradle/userdev/build/test-temp/compile_supports_configuration_cache_build/build/reports/configuration-cache/bebgmjhkeg5yt6g79huyvyodx/9po6hw729b4s8idpusp0bf5pt/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache state could not be cached: field `allDependencies` of `net.neoforged.gradle.userdev.runtime.definition.UserDevRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.userdev.runtime.extension.UserDevRuntimeExtension` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `taskCustomizer` of `net.neoforged.gradle.dsl.common.runtime.tasks.tree.TaskCustomizer` bean found in `com.google.common.collect.ImmutableListMultimap` bean found in field `taskCustomizers` of `net.neoforged.gradle.neoform.runtime.specification.NeoFormRuntimeSpecification` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `associatedTaskConsumer` of `net.neoforged.gradle.neoform.runtime.definition.NeoFormRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension` bean found in field `this$0` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension$1` bean found in field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Cannot convert the provided notation to a File or URI: net.neoforged.gradle.dsl.userdev.configurations.UserdevProfile_Decorated@834b98e.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A Path instance.
- A Directory instance.
- A RegularFile instance.
- A URI or URL instance.
- A TextResource instance.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
Configuration cache entry discarded with 8 problems.
|
ConfigurationCacheTests.assemble_supports_configuration_cache_build:
userdev/src/functionalTest/groovy/net/neoforged/gradle/userdev/ConfigurationCacheTests.groovy#L37
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in D:\a\NeoGradle\NeoGradle\userdev\build\test-temp\assemble_supports_configuration_cache_build with arguments [build]
Output:
Calculating task graph as no cached configuration is available for tasks: build
8 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.DownloadAssets', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.ExtractNatives', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.tasks.ArtifactFromOutput', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///D:/a/NeoGradle/NeoGradle/userdev/build/test-temp/assemble_supports_configuration_cache_build/build/reports/configuration-cache/4b6pjq06n671f0vbv3gdphm9j/5vuspfksb1g0wrojc3bx3pe5i/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache state could not be cached: field `allDependencies` of `net.neoforged.gradle.userdev.runtime.definition.UserDevRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.userdev.runtime.extension.UserDevRuntimeExtension` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `taskCustomizer` of `net.neoforged.gradle.dsl.common.runtime.tasks.tree.TaskCustomizer` bean found in `com.google.common.collect.ImmutableListMultimap` bean found in field `taskCustomizers` of `net.neoforged.gradle.neoform.runtime.specification.NeoFormRuntimeSpecification` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `associatedTaskConsumer` of `net.neoforged.gradle.neoform.runtime.definition.NeoFormRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension` bean found in field `this$0` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension$1` bean found in field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Cannot convert the provided notation to a File or URI: net.neoforged.gradle.dsl.userdev.configurations.UserdevProfile_Decorated@10d54d2c.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A Path instance.
- A Directory instance.
- A RegularFile instance.
- A URI or URL instance.
- A TextResource instance.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
BUILD FAILED in 30s
Publishing build scan...
https://gradle.com/s/fcezuvplsoodk
Configuration cache entry discarded with 8 problems.
|
ConfigurationCacheTests.compile_supports_configuration_cache_build:
userdev/src/functionalTest/groovy/net/neoforged/gradle/userdev/ConfigurationCacheTests.groovy#L77
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in D:\a\NeoGradle\NeoGradle\userdev\build\test-temp\compile_supports_configuration_cache_build with arguments [build]
Output:
Calculating task graph as no cached configuration is available for tasks: build
8 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.DownloadAssets', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.runtime.tasks.ExtractNatives', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'net.neoforged.gradle.common.tasks.ArtifactFromOutput', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.10/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///D:/a/NeoGradle/NeoGradle/userdev/build/test-temp/compile_supports_configuration_cache_build/build/reports/configuration-cache/4b6pjq06n671f0vbv3gdphm9j/ezpocx4607b2sa822m2vamw7g/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Configuration cache state could not be cached: field `allDependencies` of `net.neoforged.gradle.userdev.runtime.definition.UserDevRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.userdev.runtime.extension.UserDevRuntimeExtension` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `taskCustomizer` of `net.neoforged.gradle.dsl.common.runtime.tasks.tree.TaskCustomizer` bean found in `com.google.common.collect.ImmutableListMultimap` bean found in field `taskCustomizers` of `net.neoforged.gradle.neoform.runtime.specification.NeoFormRuntimeSpecification` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `associatedTaskConsumer` of `net.neoforged.gradle.neoform.runtime.definition.NeoFormRuntimeDefinition` bean found in field `definitions` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension` bean found in field `this$0` of `net.neoforged.gradle.neoform.runtime.extensions.NeoFormRuntimeExtension$1` bean found in field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:neoFormRecompile` of type `net.neoforged.gradle.neoform.runtime.tasks.RecompileSourceJar`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Cannot convert the provided notation to a File or URI: net.neoforged.gradle.dsl.userdev.configurations.UserdevProfile_Decorated@fe754e4.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A Path instance.
- A Directory instance.
- A RegularFile instance.
- A URI or URL instance.
- A TextResource instance.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
Configuration cache entry discarded with 8 problems.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
maven-publish
|
1.7 MB |
|