Improve Windows tests on GitHub Workflow #407
Annotations
19 errors
MultiModuleFunctionalTest.logging expect no logs when built using --quiet log level:
modules\dokkatoo-plugin\build\classes\kotlin\testFunctional\dev\adamko\dokkatoo\MultiModuleFunctionalTest.class#L304
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in D:\a\dokkatoo\dokkatoo\modules\dokkatoo-plugin\build\test-temp-dir\functional-tests\multi-module-hello-goodbye\logging with arguments [-Pdev.adamko.dokkatoo.tasks.logHtmlPublicationLinkEnabled=false, clean, :dokkatooGenerate, --no-configuration-cache, --no-build-cache, --quiet]
Output:
OpenJDK 64-Bit Server VM warning: OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x000001c1a3710000, 65536, 0) failed; error='The paging file is too small for this operation to complete' (DOS error/errno=1455)
INFO: os::commit_memory(0x00000000e0000000, 117440512, 0) failed; error='The paging file is too small for this operation to complete' (DOS error/errno=1455)
#
#
# There is insufficient memory for the Java Runtime Environment to continue.
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 117440512 bytes for Failed to commit area from 0x00000000e0000000 to 0x00000000e7000000 of length 117440512.
# Native memory allocation (mmap) failed to map 65536# An error report file with more information is saved as:
# D:\a\dokkatoo\dokkatoo\modules\dokkatoo-plugin\build\tmp\testFunctional\work\.gradle-test-kit\workers\hs_err_pid5292.log bytes for Failed to commit area from 0x000001c1a3710000 to 0x000001c1a3720000 of length 65536.
# An error report file with more information is saved as:
# D:\a\dokkatoo\dokkatoo\modules\dokkatoo-plugin\build\tmp\testFunctional\work\.gradle-test-kit\workers\hs_err_pid4384.log
Could not write standard input to Gradle Worker Daemon 59.
java.io.IOException: The pipe is being closed
at java.base/java.io.FileOutputStream.writeBytes(Native Method)
at java.base/java.io.FileOutputStream.write(FileOutputStream.java:354)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at org.gradle.process.internal.streams.ExecOutputHandleRunner.writeBuffer(ExecOutputHandleRunner.java:98)
at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:85)
at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:64)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Could not write standard input to Gradle Worker Daemon 60.
java.io.IOException: The pipe is being closed
at java.base/java.io.FileOutputStream.writeBytes(Native Method)
at java.base/java.io.FileOutputStream.write(FileOutputStream.java:354)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at org.gradle.process.internal.streams.ExecOutputHandleRunner.writeBuffer(ExecOutputHandleRunner.java:98)
at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:85)
at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:64)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':dokkatooGeneratePublicationGfm'.
> A failure occurred while executing dev.adamko.dokkatoo.workers.DokkaGeneratorWorker
> Failed to run Gradle Worker Daemon
> Process 'Gradle Worker Daemon 59' finished with non-zero exit value 1
* 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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':subproject-goodbye:dokkatooGenerateModuleHtml'.
> A failure occurred while executing dev.adamko.dokkatoo.workers.DokkaGeneratorWorker
> Failed to run Gradle Worker Daemon
> Process 'Gradle Worker Daemon 60' finished with non-zero exit value 1
* 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 27s
|
gradle-check (windows-latest, check --continue -x :modules:dokkatoo-plugin-integration-tests:chec... / ./gradlew check --continue -x :modules:dokkatoo-plugin-integration-tests:check --no-parallel --no-configuration-cache --no-daemon --max-workers=1 -Dorg.gradle.workers.max=1 --stacktrace @ windows-latest
Gradle build failed: see console output for details
|
gradle-check (windows-latest, check --continue -x :modules:dokkatoo-plugin-integration-tests:chec... / ./gradlew check --continue -x :modules:dokkatoo-plugin-integration-tests:check --no-parallel --no-configuration-cache --no-daemon --max-workers=1 -Dorg.gradle.workers.max=1 --stacktrace @ windows-latest
ENOENT: no such file or directory, realpath 'D:\a\dokkatoo\dokkatoo\modules\dokkatoo-plugin\build\tmp\testFunctional\work\.gradle-test-kit\caches\modules-2\metadata-2.106\descriptors\org.jetbrains.kotlin.multiplatform\org.jetbrains.kotlin.multiplatform.gradle.plugin\1.8.22\26c913274550a0b2221f47a0fe2d2358'
|
CustomFormatExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/CustomFormatExampleTest.kt#L125
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 10s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
GradleExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/GradleExampleTest.kt#L127
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 14s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
KotlinMultiplatformExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/KotlinMultiplatformExampleTest.kt#L143
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :dokkatooGeneratePublicationHtml
Some Kotlin/Native targets cannot be built on this linux_x64 machine and are disabled:
* In project ':':
* target 'macos' (can be built with one of the hosts: macos_x64, macos_arm64)
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
> Task :cleanJsBrowserTest UP-TO-DATE
> Task :cleanLinuxTest UP-TO-DATE
> Task :cleanMacosTest UP-TO-DATE
> Task :cleanJvmTest UP-TO-DATE
> Task :cleanAllTests UP-TO-DATE
> Task :clean
> Task :compileKotlinJs
> Task :jsProcessResources NO-SOURCE
> Task :jsMainClasses
> Task :jvmProcessResources NO-SOURCE
> Task :compileKotlinJvm
w: file:///home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multiplatform-example/dokkatoo/src/jvmMain/kotlin/org/kotlintestmpp/JvmFunctions.kt:27:5 Parameter 'input' is never used
> Task :jvmMainClasses
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 28s
8 actionable tasks: 4 executed, 4 up-to-date
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
MultimoduleExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Build Cache expect tasks are UP-TO-DATE:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/MultimoduleExampleTest.kt#L94
java.lang.AssertionError: "The client will now receive all logging from the daemon (pid: 6501). The daemon log file: /home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/tmp/testExamples/work/.gradle-test-kit/test-kit-daemon/8.3/daemon-6501.out.log
Starting 3rd build in daemon [uptime: 3 mins 32.506 secs, performance: 99%, GC rate: 0.00/s, heap usage: 0% of 1.6 GiB, non-heap usage: 31% of 512 MiB]
Closing daemon's stdin at end of input.
The daemon will no longer process any standard input.
Using 2 worker leases.
Now considering [/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo, /home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc, /home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/build/tmp/generatePrecompiledScriptPluginAccessors/accessors469227994590585834] as hierarchies to watch
Now considering [/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc, /home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo, /home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/build/tmp/generatePrecompiledScriptPluginAccessors/accessors469227994590585834] as hierarchies to watch
Watching the file system is configured to be enabled if available
File system watching is active
Starting Build
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Settings evaluated using settings file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/settings.gradle.kts'.
Using local directory build cache for the root build (location = /home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/tmp/testExamples/work/.gradle-test-kit/caches/build-cache-1, removeUnusedEntriesAfter = 7 days).
Projects loaded. Root project using build file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/build.gradle'.
Included projects: [root project 'dokkatoo-multimodule-example', project ':parentProject', project ':parentProject:childProjectA', project ':parentProject:childProjectB']
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
> Configure project :buildSrc
Evaluating project ':buildSrc' using build file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/build.gradle.kts'.
The configuration detachedConfiguration1 is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration detachedConfiguration1 is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration detachedConfiguration1 is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration detachedConfiguration1 is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :buildSrc:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :buildSrc:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :buildSrc:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :buildSrc:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Using Kotlin Gradle Plugin gradle81 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
file or directory '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/src/main/java', not found
Build cache key for Kotlin DSL accessors for project ':buildSrc' is 785590dd8e0c1eec216194c6965df96d
Skipping Kotlin DSL accessors for project ':buildSrc' as it is up-to-date.
The configuration :buildSrc:mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Resolve mutations for :buildSrc:generateExternalPluginSpecBuilders (Thread[included builds,5,main]) started.
:buildSrc:generateExternalPluginSpecBuilders (Thread[included builds,5,main]) started.
> Task :buildSrc:generateExternalPluginSpecBuilders UP-TO-DATE
Build cache key for task ':buildSrc:generateExternalPluginSpecBuilders' is 9f33dba4cbfde53aa85ae197746505e7
Skipping task ':buildSrc:generateExternalPluginSpecBuilders' as it is up-to-date.
Resolve mutations for :buildSrc:extractPrecompiledScriptPluginPlugins (Thread[included builds,5,main]) started.
:buildSrc:extractPrecompiledScriptPluginPlugins (Thread[included builds,5,main]) started.
> Task :buildSrc:extractPrecompiledScriptPluginPlugins UP-TO-DATE
Build cache key for task ':buildSrc:extractPrecompiledScriptPluginPlugins' is 31b2c0186080e4c335b8735de4b9e786
Skipping task ':buildSrc:extractPrecompiledScriptPluginPlugins' as it is up-to-date.
Resolve mutations for :buildSrc:compilePluginsBlocks (Thread[included builds,5,main]) started.
:buildSrc:compilePluginsBlocks (Thread[included builds,5,main]) started.
> Task :buildSrc:compilePluginsBlocks UP-TO-DATE
Build cache key for task ':buildSrc:compilePluginsBlocks' is cedebb9b9039429b57538a2ffd0d682c
Skipping task ':buildSrc:compilePluginsBlocks' as it is up-to-date.
Resolve mutations for :buildSrc:generatePrecompiledScriptPluginAccessors (Thread[Execution worker,5,main]) started.
:buildSrc:generatePrecompiledScriptPluginAccessors (Thread[Execution worker,5,main]) started.
> Task :buildSrc:generatePrecompiledScriptPluginAccessors UP-TO-DATE
Build cache key for task ':buildSrc:generatePrecompiledScriptPluginAccessors' is 2dec84230992fb8ac0e1a40b82f9ac68
Skipping task ':buildSrc:generatePrecompiledScriptPluginAccessors' as it is up-to-date.
Resolve mutations for :buildSrc:generateScriptPluginAdapters (Thread[included builds,5,main]) started.
:buildSrc:generateScriptPluginAdapters (Thread[included builds,5,main]) started.
> Task :buildSrc:generateScriptPluginAdapters UP-TO-DATE
Build cache key for task ':buildSrc:generateScriptPluginAdapters' is 9fef2f9c68bc352619629e7bf66863b0
Skipping task ':buildSrc:generateScriptPluginAdapters' as it is up-to-date.
Resolve mutations for :buildSrc:compileKotlin (Thread[included builds,5,main]) started.
:buildSrc:compileKotlin (Thread[included builds,5,main]) started.
> Task :buildSrc:compileKotlin UP-TO-DATE
Transforming gradle-api-8.3.jar with ClasspathEntrySnapshotTransform
Transforming groovy-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-ant-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-astbuilder-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-console-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-datetime-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-dateutil-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-groovydoc-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-json-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-nio-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-sql-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-templates-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-test-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-xml-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming javaparser-core-3.17.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-common-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-reflect-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk7-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk8-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming gradle-installation-beacon-8.3.jar with ClasspathEntrySnapshotTransform
Transforming gradle-kotlin-dsl-extensions-8.3.jar with ClasspathEntrySnapshotTransform
Transforming gradle-kotlin-dsl-8.3.jar with ClasspathEntrySnapshotTransform
Transforming gradle-kotlin-dsl-tooling-models-8.3.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk8-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-reflect-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-model-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-api-1.8.22-gradle76.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-api-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-1.8.22-gradle76.jar with ClasspathEntrySnapshotTransform
Transforming dokkatoo-plugin-2.0.0-SNAPSHOT.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk7-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-tooling-core-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-common-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming annotations-13.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-annotations-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-native-utils-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-project-model-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-util-io-1.8.22.jar with ClasspathEntrySnapshotTransform
Custom actions are attached to task ':buildSrc:compileKotlin'.
Build cache key for task ':buildSrc:compileKotlin' is 41e94724e807e383ab9cb88aa30a4e51
Skipping task ':buildSrc:compileKotlin' as it is up-to-date.
Resolve mutations for :buildSrc:compileJava (Thread[Execution worker,5,main]) started.
:buildSrc:compileJava (Thread[Execution worker,5,main]) started.
> Task :buildSrc:compileJava NO-SOURCE
Skipping task ':buildSrc:compileJava' as it has no source files and no previous output files.
Resolve mutations for :buildSrc:compileGroovy (Thread[Execution worker,5,main]) started.
:buildSrc:compileGroovy (Thread[Execution worker,5,main]) started.
> Task :buildSrc:compileGroovy NO-SOURCE
Skipping task ':buildSrc:compileGroovy' as it has no source files and no previous output files.
Resolve mutations for :buildSrc:pluginDescriptors (Thread[Execution worker,5,main]) started.
:buildSrc:pluginDescriptors (Thread[Execution worker,5,main]) started.
> Task :buildSrc:pluginDescriptors UP-TO-DATE
Caching disabled for task ':buildSrc:pluginDescriptors' because:
Not worth caching
Skipping task ':buildSrc:pluginDescriptors' as it is up-to-date.
Resolve mutations for :buildSrc:processResources (Thread[Execution worker,5,main]) started.
:buildSrc:processResources (Thread[Execution worker,5,main]) started.
> Task :buildSrc:processResources UP-TO-DATE
Caching disabled for task ':buildSrc:processResources' because:
Not worth caching
Skipping task ':buildSrc:processResources' as it is up-to-date.
Resolve mutations for :buildSrc:classes (Thread[Execution worker,5,main]) started.
:buildSrc:classes (Thread[Execution worker,5,main]) started.
> Task :buildSrc:classes UP-TO-DATE
Skipping task ':buildSrc:classes' as it has no actions.
Resolve mutations for :buildSrc:jar (Thread[Execution worker,5,main]) started.
:buildSrc:jar (Thread[Execution worker,5,main]) started.
> Task :buildSrc:jar UP-TO-DATE
Caching disabled for task ':buildSrc:jar' because:
Not worth caching
Skipping task ':buildSrc:jar' as it is up-to-date.
> Configure project :
Evaluating root project 'dokkatoo-multimodule-example' using build file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/build.gradle'.
> Configure project :parentProject
Evaluating project ':parentProject' using build file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/parentProject/build.gradle.kts'.
The configuration :parentProject:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
applied DokkatooKotlinAdapter to :parentProject
applied DokkatooJavaAdapter to :parentProject
applied DokkatooAndroidAdapter to :parentProject
Build cache key for Kotlin DSL accessors for project ':parentProject' is 656858031e55a70a9522dba6862d60e0
Skipping Kotlin DSL accessors for project ':parentProject' as it is up-to-date.
> Configure project :parentProject:childProjectA
Evaluating project ':parentProject:childProjectA' using build file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/parentProject/childProjectA/build.gradle.kts'.
The configuration :parentProject:childProjectA:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectA:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:childProjectA:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectA:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Using Kotlin Gradle Plugin gradle76 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
applied DokkatooKotlinAdapter to :parentProject:childProjectA
Configuring Dokkatoo in Gradle Kotlin Project :parentProject:childProjectA
applied DokkatooJavaAdapter to :parentProject:childProjectA
applied DokkatooAndroidAdapter to :parentProject:childProjectA
Build cache key for Kotlin DSL accessors for project ':parentProject:childProjectA' is d5cd75b730a77d8869a97d4dd097852d
Skipping Kotlin DSL accessors for project ':parentProject:childProjectA' as it is up-to-date.
> Configure project :parentProject:childProjectB
Evaluating project ':parentProject:childProjectB' using build file '/home/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/parentProject/childProjectB/build.gradle.kts'.
The configuration :parentProject:childProjectB:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectB:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:childProjectB:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectB:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Using Kotlin Gradle Plugin gradle76 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
applied DokkatooKotlinAdapter to :parentProject:childProjectB
Configuring Dokkatoo in Gradle Kotlin Project :parentProject:childProjectB
applied DokkatooJavaAdapter to :parentProject:childProjectB
applied DokkatooAndroidAdapter to :parentProject:childProjectB
Build cache key for Kotlin DSL accessors for project ':parentProject:childProjectB' is d5cd75b730a77d8869a97d4dd097852d
Skipping Kotlin DSL accessors for project ':parentProject:childProjectB' as it is up-to-date.
All projects evaluated.
Task path ':parentProject:dokkatooGeneratePublicationHtml' matched project ':parentProject'
Task name matched 'dokkatooGeneratePublicationHtml'
Selected primary task 'dokkatooGeneratePublicationHtml' from project :parentProject
The configuration :parentProject:childProjectA:mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:childProjectB:mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
[:parentProject:childProjectA] source set main has 0 dependents
[:parentProject:childProjectA] source set test has 0 dependents
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] source set main has 0 dependents
[:parentProject:childProjectB] source set test has 0 dependents
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
Tasks to be executed: [task ':parentProject:childProjectA:dokkatooGenerateModuleHtml', task ':parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml', task ':parentProject:childProjectB:dokkatooGenerateModuleHtml', task ':parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml', task ':parentProject:dokkatooGeneratePublicationHtml', task ':parentProject:logLinkDokkatooGeneratePublicationHtml']
Tasks that were excluded: []
Resolve mutations for :parentProject:childProjectA:dokkatooGenerateModuleHtml (Thread[included builds,5,main]) started.
:parentProject:childProjectA:dokkatooGenerateModuleHtml (Thread[included builds,5,main]) started.
> Task :parentProject:childProjectA:dokkatooGenerateModuleHtml UP-TO-DATE
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
Build cache key for task ':parentProject:childProjectA:dokkatooGenerateModuleHtml' is 1faf97ec7477c47d70429e16df272cf3
Skipping task ':parentProject:childProjectA:dokkatooGenerateModuleHtml' as it is up-to-date.
work action resolve html (project :parentProject:childProjectA) (Thread[included builds,5,main]) started.
Resolve mutations for :parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml (Thread[included builds,5,main]) started.
:parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml (Thread[included builds,5,main]) started.
> Task :parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml UP-TO-DATE
Build cache key for task ':parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml' is 0875d4253750c5ace6502f63eacaa708
Skipping task ':parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml' as it is up-to-date.
work action resolve module_descriptor.json (project :parentProject:childProjectA) (Thread[included builds,5,main]) started.
Resolve mutations for :parentProject:childProjectB:dokkatooGenerateModuleHtml (Thread[included builds,5,main]) started.
:parentProject:childProjectB:dokkatooGenerateModuleHtml (Thread[included builds,5,main]) started.
> Task :parentProject:childProjectB:dokkatooGenerateModuleHtml UP-TO-DATE
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
Build cache key for task ':parentProject:childProjectB:dokkatooGenerateModuleHtml' is dea6e409254c8cf0778048bd198983ec
Skipping task ':parentProject:childProjectB:dokkatooGenerateModuleHtml' as it is up-to-date.
work action resolve html (project :parentProject:childProjectB) (Thread[included builds,5,main]) started.
Resolve mutations for :parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml (Thread[included builds,5,main]) started.
:parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml (Thread[included builds,5,main]) started.
> Task :parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml UP-TO-DATE
Build cache key for task ':parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml' is 0a5fdecb540ca2e224d8a8eb0048be5d
Skipping task ':parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml' as it is up-to-date.
work action resolve module_descriptor.json (project :parentProject:childProjectB) (Thread[included builds,5,main]) started.
Resolve mutations for :parentProject:dokkatooGeneratePublicationHtml (Thread[Execution worker,5,main]) started.
:parentProject:dokkatooGeneratePublicationHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:dokkatooGeneratePublicationHtml UP-TO-DATE
Build cache key for task ':parentProject:dokkatooGeneratePublicationHtml' is aea4b2c17c8d4e8299a4d58774f96f65
Skipping task ':parentProject:dokkatooGeneratePublicationHtml' as it is up-to-date.
Resolve mutations for :parentProject:logLinkDokkatooGeneratePublicationHtml (Thread[included builds,5,main]) started.
:parentProject:logLinkDokkatooGeneratePublicationHtml (Thread[included builds,5,main]) started.
> Task :parentProject:logLinkDokkatooGeneratePublicationHtml SKIPPED
Skipping task ':parentProject:logLinkDokkatooGeneratePublicationHtml' as task onlyIf 'server URL is reachable' is false.
BUILD SUCCESSFUL in 1s
14 actionable tasks: 14 up-to-date
" should include substrings ["> Task :parentProject:dokkatooGeneratePublicationHtml UP-TO-DATE", "BUILD SUCCESSFUL", "15 actionable tasks: 15 up-to-date"]
|
MultimoduleExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/MultimoduleExampleTest.kt#L143
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :parentProject:dokkatooGeneratePublicationHtml
> Task :buildSrc:generateExternalPluginSpecBuilders UP-TO-DATE
> Task :buildSrc:extractPrecompiledScriptPluginPlugins UP-TO-DATE
> Task :buildSrc:compilePluginsBlocks UP-TO-DATE
> Task :buildSrc:generatePrecompiledScriptPluginAccessors UP-TO-DATE
> Task :buildSrc:generateScriptPluginAdapters UP-TO-DATE
> Task :buildSrc:compileKotlin UP-TO-DATE
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:pluginDescriptors UP-TO-DATE
> Task :buildSrc:processResources UP-TO-DATE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :parentProject:childProjectA:clean
> Task :parentProject:clean
> Task :parentProject:childProjectB:clean
> Task :parentProject:childProjectB:dokkatooGenerateModuleHtml
> Task :parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml
> Task :parentProject:childProjectA:dokkatooGenerateModuleHtml
> Task :parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml
> Task :parentProject:dokkatooGeneratePublicationHtml
> Task :parentProject:logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 20s
17 actionable tasks: 8 executed, 9 up-to-date
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
AndroidProjectIntegrationTest.when generating HTML expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testIntegration/kotlin/AndroidProjectIntegrationTest.kt#L113
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 13s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
BasicProjectIntegrationTest.when generating HTML expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testIntegration/kotlin/BasicProjectIntegrationTest.kt#L113
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 6s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
gradle-check (ubuntu-latest, check --continue) / ./gradlew check --continue --stacktrace @ ubuntu-latest
Gradle build failed: see console output for details
|
CustomFormatExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/CustomFormatExampleTest.kt#L125
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 13s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
GradleExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/GradleExampleTest.kt#L127
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 25s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
KotlinMultiplatformExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/KotlinMultiplatformExampleTest.kt#L143
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :dokkatooGeneratePublicationHtml
> Task :cleanJvmTest UP-TO-DATE
> Task :cleanJsBrowserTest UP-TO-DATE
> Task :cleanLinuxTest UP-TO-DATE
> Task :cleanMacosTest UP-TO-DATE
> Task :cleanAllTests UP-TO-DATE
> Task :clean
> Task :jsProcessResources NO-SOURCE
> Task :jvmProcessResources NO-SOURCE
> Task :compileKotlinJs
> Task :jsMainClasses
> Task :compileKotlinJvm
w: file:///Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multiplatform-example/dokkatoo/src/jvmMain/kotlin/org/kotlintestmpp/JvmFunctions.kt:27:5 Parameter 'input' is never used
> Task :jvmMainClasses
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 46s
8 actionable tasks: 4 executed, 4 up-to-date
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
MultimoduleExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Build Cache expect tasks are UP-TO-DATE:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/MultimoduleExampleTest.kt#L94
java.lang.AssertionError: "The client will now receive all logging from the daemon (pid: 2740). The daemon log file: /Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/tmp/testExamples/work/.gradle-test-kit/test-kit-daemon/8.3/daemon-2740.out.log
Starting 3rd build in daemon [uptime: 1 mins 41.544 secs, performance: 99%, GC rate: 0.00/s, heap usage: 0% of 3.5 GiB, non-heap usage: 31% of 512 MiB]
Closing daemon's stdin at end of input.
The daemon will no longer process any standard input.
Using 3 worker leases.
Now considering [/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo, /Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc, /Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/build/tmp/generatePrecompiledScriptPluginAccessors/accessors8253756841099559358] as hierarchies to watch
Now considering [/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc, /Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo, /Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/build/tmp/generatePrecompiledScriptPluginAccessors/accessors8253756841099559358] as hierarchies to watch
Watching the file system is configured to be enabled if available
File system watching is active
Starting Build
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Settings evaluated using settings file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/settings.gradle.kts'.
Using local directory build cache for the root build (location = /Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/tmp/testExamples/work/.gradle-test-kit/caches/build-cache-1, removeUnusedEntriesAfter = 7 days).
Projects loaded. Root project using build file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/build.gradle'.
Included projects: [root project 'dokkatoo-multimodule-example', project ':parentProject', project ':parentProject:childProjectA', project ':parentProject:childProjectB']
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
> Configure project :buildSrc
Evaluating project ':buildSrc' using build file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/build.gradle.kts'.
The configuration detachedConfiguration1 is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration detachedConfiguration1 is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration detachedConfiguration1 is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration detachedConfiguration1 is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :buildSrc:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :buildSrc:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :buildSrc:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :buildSrc:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Using Kotlin Gradle Plugin gradle81 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
file or directory '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/buildSrc/src/main/java', not found
Build cache key for Kotlin DSL accessors for project ':buildSrc' is 785590dd8e0c1eec216194c6965df96d
Skipping Kotlin DSL accessors for project ':buildSrc' as it is up-to-date.
The configuration :buildSrc:mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Resolve mutations for :buildSrc:generateExternalPluginSpecBuilders (Thread[Execution worker,5,main]) started.
:buildSrc:generateExternalPluginSpecBuilders (Thread[Execution worker,5,main]) started.
> Task :buildSrc:generateExternalPluginSpecBuilders UP-TO-DATE
Build cache key for task ':buildSrc:generateExternalPluginSpecBuilders' is 9f33dba4cbfde53aa85ae197746505e7
Skipping task ':buildSrc:generateExternalPluginSpecBuilders' as it is up-to-date.
Resolve mutations for :buildSrc:extractPrecompiledScriptPluginPlugins (Thread[included builds,5,main]) started.
:buildSrc:extractPrecompiledScriptPluginPlugins (Thread[included builds,5,main]) started.
> Task :buildSrc:extractPrecompiledScriptPluginPlugins UP-TO-DATE
Build cache key for task ':buildSrc:extractPrecompiledScriptPluginPlugins' is 31b2c0186080e4c335b8735de4b9e786
Skipping task ':buildSrc:extractPrecompiledScriptPluginPlugins' as it is up-to-date.
Resolve mutations for :buildSrc:compilePluginsBlocks (Thread[included builds,5,main]) started.
:buildSrc:compilePluginsBlocks (Thread[included builds,5,main]) started.
> Task :buildSrc:compilePluginsBlocks UP-TO-DATE
Build cache key for task ':buildSrc:compilePluginsBlocks' is cedebb9b9039429b57538a2ffd0d682c
Skipping task ':buildSrc:compilePluginsBlocks' as it is up-to-date.
Resolve mutations for :buildSrc:generatePrecompiledScriptPluginAccessors (Thread[included builds,5,main]) started.
:buildSrc:generatePrecompiledScriptPluginAccessors (Thread[included builds,5,main]) started.
> Task :buildSrc:generatePrecompiledScriptPluginAccessors UP-TO-DATE
Build cache key for task ':buildSrc:generatePrecompiledScriptPluginAccessors' is 2dec84230992fb8ac0e1a40b82f9ac68
Skipping task ':buildSrc:generatePrecompiledScriptPluginAccessors' as it is up-to-date.
Resolve mutations for :buildSrc:generateScriptPluginAdapters (Thread[included builds,5,main]) started.
:buildSrc:generateScriptPluginAdapters (Thread[included builds,5,main]) started.
> Task :buildSrc:generateScriptPluginAdapters UP-TO-DATE
Build cache key for task ':buildSrc:generateScriptPluginAdapters' is 9fef2f9c68bc352619629e7bf66863b0
Skipping task ':buildSrc:generateScriptPluginAdapters' as it is up-to-date.
Resolve mutations for :buildSrc:compileKotlin (Thread[included builds,5,main]) started.
:buildSrc:compileKotlin (Thread[included builds,5,main]) started.
> Task :buildSrc:compileKotlin UP-TO-DATE
Transforming gradle-api-8.3.jar with ClasspathEntrySnapshotTransform
Transforming groovy-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-ant-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-astbuilder-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-console-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-datetime-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-dateutil-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-groovydoc-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-json-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-nio-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-sql-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-templates-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-test-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming groovy-xml-3.0.17.jar with ClasspathEntrySnapshotTransform
Transforming javaparser-core-3.17.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-common-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-reflect-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk7-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk8-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming gradle-installation-beacon-8.3.jar with ClasspathEntrySnapshotTransform
Transforming gradle-kotlin-dsl-extensions-8.3.jar with ClasspathEntrySnapshotTransform
Transforming gradle-kotlin-dsl-8.3.jar with ClasspathEntrySnapshotTransform
Transforming gradle-kotlin-dsl-tooling-models-8.3.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk8-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-reflect-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-model-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-api-1.8.22-gradle76.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-api-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-1.8.22-gradle76.jar with ClasspathEntrySnapshotTransform
Transforming dokkatoo-plugin-2.0.0-SNAPSHOT.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-jdk7-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-tooling-core-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-stdlib-common-1.9.0.jar with ClasspathEntrySnapshotTransform
Transforming annotations-13.0.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-gradle-plugin-annotations-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-native-utils-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-project-model-1.8.22.jar with ClasspathEntrySnapshotTransform
Transforming kotlin-util-io-1.8.22.jar with ClasspathEntrySnapshotTransform
Custom actions are attached to task ':buildSrc:compileKotlin'.
Build cache key for task ':buildSrc:compileKotlin' is 41e94724e807e383ab9cb88aa30a4e51
Skipping task ':buildSrc:compileKotlin' as it is up-to-date.
Resolve mutations for :buildSrc:compileJava (Thread[included builds,5,main]) started.
:buildSrc:compileJava (Thread[included builds,5,main]) started.
> Task :buildSrc:compileJava NO-SOURCE
Skipping task ':buildSrc:compileJava' as it has no source files and no previous output files.
Resolve mutations for :buildSrc:compileGroovy (Thread[included builds,5,main]) started.
:buildSrc:compileGroovy (Thread[included builds,5,main]) started.
> Task :buildSrc:compileGroovy NO-SOURCE
Skipping task ':buildSrc:compileGroovy' as it has no source files and no previous output files.
Resolve mutations for :buildSrc:pluginDescriptors (Thread[included builds,5,main]) started.
:buildSrc:pluginDescriptors (Thread[included builds,5,main]) started.
> Task :buildSrc:pluginDescriptors UP-TO-DATE
Caching disabled for task ':buildSrc:pluginDescriptors' because:
Not worth caching
Skipping task ':buildSrc:pluginDescriptors' as it is up-to-date.
Resolve mutations for :buildSrc:processResources (Thread[included builds,5,main]) started.
:buildSrc:processResources (Thread[included builds,5,main]) started.
> Task :buildSrc:processResources UP-TO-DATE
Caching disabled for task ':buildSrc:processResources' because:
Not worth caching
Skipping task ':buildSrc:processResources' as it is up-to-date.
Resolve mutations for :buildSrc:classes (Thread[included builds,5,main]) started.
:buildSrc:classes (Thread[included builds,5,main]) started.
> Task :buildSrc:classes UP-TO-DATE
Skipping task ':buildSrc:classes' as it has no actions.
Resolve mutations for :buildSrc:jar (Thread[included builds,5,main]) started.
:buildSrc:jar (Thread[included builds,5,main]) started.
> Task :buildSrc:jar UP-TO-DATE
Caching disabled for task ':buildSrc:jar' because:
Not worth caching
Skipping task ':buildSrc:jar' as it is up-to-date.
> Configure project :
Evaluating root project 'dokkatoo-multimodule-example' using build file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/build.gradle'.
> Configure project :parentProject
Evaluating project ':parentProject' using build file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/parentProject/build.gradle.kts'.
The configuration :parentProject:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
applied DokkatooKotlinAdapter to :parentProject
applied DokkatooJavaAdapter to :parentProject
applied DokkatooAndroidAdapter to :parentProject
Build cache key for Kotlin DSL accessors for project ':parentProject' is 656858031e55a70a9522dba6862d60e0
Skipping Kotlin DSL accessors for project ':parentProject' as it is up-to-date.
> Configure project :parentProject:childProjectA
Evaluating project ':parentProject:childProjectA' using build file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/parentProject/childProjectA/build.gradle.kts'.
The configuration :parentProject:childProjectA:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectA:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:childProjectA:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectA:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Using Kotlin Gradle Plugin gradle76 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
applied DokkatooKotlinAdapter to :parentProject:childProjectA
Configuring Dokkatoo in Gradle Kotlin Project :parentProject:childProjectA
applied DokkatooJavaAdapter to :parentProject:childProjectA
applied DokkatooAndroidAdapter to :parentProject:childProjectA
Build cache key for Kotlin DSL accessors for project ':parentProject:childProjectA' is d5cd75b730a77d8869a97d4dd097852d
Skipping Kotlin DSL accessors for project ':parentProject:childProjectA' as it is up-to-date.
> Configure project :parentProject:childProjectB
Evaluating project ':parentProject:childProjectB' using build file '/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo/parentProject/childProjectB/build.gradle.kts'.
The configuration :parentProject:childProjectB:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectB:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:childProjectB:classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :parentProject:childProjectB:classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Using Kotlin Gradle Plugin gradle76 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
applied DokkatooKotlinAdapter to :parentProject:childProjectB
Configuring Dokkatoo in Gradle Kotlin Project :parentProject:childProjectB
applied DokkatooJavaAdapter to :parentProject:childProjectB
applied DokkatooAndroidAdapter to :parentProject:childProjectB
Build cache key for Kotlin DSL accessors for project ':parentProject:childProjectB' is d5cd75b730a77d8869a97d4dd097852d
Skipping Kotlin DSL accessors for project ':parentProject:childProjectB' as it is up-to-date.
All projects evaluated.
Task path ':parentProject:dokkatooGeneratePublicationHtml' matched project ':parentProject'
Task name matched 'dokkatooGeneratePublicationHtml'
Selected primary task 'dokkatooGeneratePublicationHtml' from project :parentProject
The configuration :parentProject:childProjectA:mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :parentProject:childProjectB:mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
[:parentProject:childProjectA] source set main has 0 dependents
[:parentProject:childProjectA] source set test has 0 dependents
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] source set main has 0 dependents
[:parentProject:childProjectB] source set test has 0 dependents
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
Tasks to be executed: [task ':parentProject:childProjectA:dokkatooGenerateModuleHtml', task ':parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml', task ':parentProject:childProjectB:dokkatooGenerateModuleHtml', task ':parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml', task ':parentProject:dokkatooGeneratePublicationHtml', task ':parentProject:logLinkDokkatooGeneratePublicationHtml']
Tasks that were excluded: []
Resolve mutations for :parentProject:childProjectA:dokkatooGenerateModuleHtml (Thread[Execution worker,5,main]) started.
:parentProject:childProjectA:dokkatooGenerateModuleHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:childProjectA:dokkatooGenerateModuleHtml UP-TO-DATE
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectA] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectA] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
Build cache key for task ':parentProject:childProjectA:dokkatooGenerateModuleHtml' is 38dfdc058559bcedc2729f2d199bc0f2
Skipping task ':parentProject:childProjectA:dokkatooGenerateModuleHtml' as it is up-to-date.
work action resolve html (project :parentProject:childProjectA) (Thread[Execution worker,5,main]) started.
Resolve mutations for :parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml (Thread[Execution worker,5,main]) started.
:parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml UP-TO-DATE
Build cache key for task ':parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml' is 0875d4253750c5ace6502f63eacaa708
Skipping task ':parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml' as it is up-to-date.
work action resolve module_descriptor.json (project :parentProject:childProjectA) (Thread[Execution worker,5,main]) started.
Resolve mutations for :parentProject:childProjectB:dokkatooGenerateModuleHtml (Thread[Execution worker,5,main]) started.
:parentProject:childProjectB:dokkatooGenerateModuleHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:childProjectB:dokkatooGenerateModuleHtml UP-TO-DATE
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
[:parentProject:childProjectB] compilation main has 6 standard configurations [api, implementation, compileOnly, runtimeOnly, compileClasspath, runtimeClasspath]
[:parentProject:childProjectB] compilation test has 6 standard configurations [testApi, testImplementation, testCompileOnly, testRuntimeOnly, testCompileClasspath, testRuntimeClasspath]
Build cache key for task ':parentProject:childProjectB:dokkatooGenerateModuleHtml' is d85edf14a7df51d38112be7f5c97324d
Skipping task ':parentProject:childProjectB:dokkatooGenerateModuleHtml' as it is up-to-date.
work action resolve html (project :parentProject:childProjectB) (Thread[Execution worker,5,main]) started.
Resolve mutations for :parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml (Thread[Execution worker,5,main]) started.
:parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml UP-TO-DATE
Build cache key for task ':parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml' is 0a5fdecb540ca2e224d8a8eb0048be5d
Skipping task ':parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml' as it is up-to-date.
work action resolve module_descriptor.json (project :parentProject:childProjectB) (Thread[Execution worker,5,main]) started.
Resolve mutations for :parentProject:dokkatooGeneratePublicationHtml (Thread[Execution worker,5,main]) started.
:parentProject:dokkatooGeneratePublicationHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:dokkatooGeneratePublicationHtml UP-TO-DATE
Build cache key for task ':parentProject:dokkatooGeneratePublicationHtml' is 28d560565034057d191c5a8a7dfc6b93
Skipping task ':parentProject:dokkatooGeneratePublicationHtml' as it is up-to-date.
Resolve mutations for :parentProject:logLinkDokkatooGeneratePublicationHtml (Thread[Execution worker,5,main]) started.
:parentProject:logLinkDokkatooGeneratePublicationHtml (Thread[Execution worker,5,main]) started.
> Task :parentProject:logLinkDokkatooGeneratePublicationHtml SKIPPED
Skipping task ':parentProject:logLinkDokkatooGeneratePublicationHtml' as task onlyIf 'server URL is reachable' is false.
BUILD SUCCESSFUL in 1s
14 actionable tasks: 14 up-to-date
Watched directory hierarchies: [/Users/runner/work/dokkatoo/dokkatoo/modules/dokkatoo-plugin-integration-tests/build/test-temp-dir/it/examples/multimodule-example/dokkatoo]
" should include substrings ["> Task :parentProject:dokkatooGeneratePublicationHtml UP-TO-DATE", "BUILD SUCCESSFUL", "15 actionable tasks: 15 up-to-date"]
|
MultimoduleExampleTest.Gradle caching expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testExamples/kotlin/MultimoduleExampleTest.kt#L143
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean :parentProject:dokkatooGeneratePublicationHtml
> Task :buildSrc:generateExternalPluginSpecBuilders UP-TO-DATE
> Task :buildSrc:extractPrecompiledScriptPluginPlugins UP-TO-DATE
> Task :buildSrc:compilePluginsBlocks UP-TO-DATE
> Task :buildSrc:generatePrecompiledScriptPluginAccessors UP-TO-DATE
> Task :buildSrc:generateScriptPluginAdapters UP-TO-DATE
> Task :buildSrc:compileKotlin UP-TO-DATE
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:pluginDescriptors UP-TO-DATE
> Task :buildSrc:processResources UP-TO-DATE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :parentProject:childProjectA:clean
> Task :parentProject:childProjectB:clean
> Task :parentProject:clean
> Task :parentProject:childProjectB:dokkatooGenerateModuleHtml
> Task :parentProject:childProjectB:prepareDokkatooModuleDescriptorHtml
> Task :parentProject:childProjectA:dokkatooGenerateModuleHtml
> Task :parentProject:childProjectA:prepareDokkatooModuleDescriptorHtml
> Task :parentProject:dokkatooGeneratePublicationHtml
> Task :parentProject:logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 12s
17 actionable tasks: 8 executed, 9 up-to-date
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
AndroidProjectIntegrationTest.when generating HTML expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testIntegration/kotlin/AndroidProjectIntegrationTest.kt#L113
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 43s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
BasicProjectIntegrationTest.when generating HTML expect Dokkatoo is compatible with Gradle Configuration Cache first build should store the configuration cache:
modules/dokkatoo-plugin-integration-tests/src/testIntegration/kotlin/BasicProjectIntegrationTest.kt#L113
java.lang.AssertionError: "Calculating task graph as no configuration cache is available for tasks: clean dokkatooGeneratePublicationHtml
> Task :clean
> Task :dokkatooGeneratePublicationHtml
> Task :logLinkDokkatooGeneratePublicationHtml SKIPPED
BUILD SUCCESSFUL in 25s
2 actionable tasks: 2 executed
Configuration cache entry stored.
" should include substring "0 problems were found storing the configuration cache"
|
gradle-check (macos-latest, check --continue) / ./gradlew check --continue --stacktrace @ macos-latest
Gradle build failed: see console output for details
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-report-Linux__actions_upload-artifact
Expired
|
5.26 MB |
|
build-report-macOS__actions_upload-artifact
Expired
|
5.43 MB |
|