Last active
November 4, 2020 15:51
-
-
Save realdadfish/dcc859b330870452cd4b45cb85e4a9f3 to your computer and use it in GitHub Desktop.
Slow buildSrc compilation Gradle 4.7 vs 4.8-milestone-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[15:46:41] Welcome to Gradle 6.7! | |
[15:46:41] | |
[15:46:41] Here are the highlights of this release: | |
[15:46:41] - File system watching is ready for production use | |
[15:46:41] - Declare the version of Java your build requires | |
[15:46:41] - Java 15 support | |
[15:46:41] | |
[15:46:41] For more details see https://docs.gradle.org/6.7/release-notes.html | |
[15:46:41] | |
[15:46:41] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.7/userguide/gradle_daemon.html. | |
[15:46:42] Daemon will be stopped at the end of the build stopping after processing | |
[15:46:42] Shared read-only dependency cache is an incubating feature. | |
[15:47:05] > Task :buildSrc:compileGroovy FROM-CACHE | |
[15:47:06] > Task :buildSrc:compileKotlin FROM-CACHE | |
[15:47:06] > Task :buildSrc:compileJava NO-SOURCE | |
[15:47:06] > Task :buildSrc:pluginDescriptors | |
[15:47:06] > Task :buildSrc:processResources | |
[15:47:06] > Task :buildSrc:classes | |
[15:47:06] > Task :buildSrc:inspectClassesForKotlinIC | |
[15:47:06] > Task :buildSrc:jar | |
[15:47:06] > Task :buildSrc:assemble | |
[15:47:06] > Task :buildSrc:compileTestKotlin NO-SOURCE | |
[15:47:06] > Task :buildSrc:pluginUnderTestMetadata | |
[15:47:06] > Task :buildSrc:compileTestJava NO-SOURCE | |
[15:47:06] > Task :buildSrc:compileTestGroovy NO-SOURCE | |
[15:47:06] > Task :buildSrc:processTestResources NO-SOURCE | |
[15:47:06] > Task :buildSrc:testClasses UP-TO-DATE | |
[15:47:06] > Task :buildSrc:test NO-SOURCE | |
[15:47:06] > Task :buildSrc:validatePlugins FROM-CACHE | |
[15:47:06] > Task :buildSrc:check UP-TO-DATE | |
[15:47:06] > Task :buildSrc:build | |
[15:47:31] | |
[15:47:31] > Configure project :my-first-module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[03:43:14] Picked up _JAVA_OPTIONS: -Xmx4096m -XX:-UseContainerSupport -XX:+UseParallelGC -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/project/build/dir/dumps -XX:-PreferContainerQuotaForCPUCount | |
[03:43:14] | |
[03:43:14] Welcome to Gradle 6.7! | |
[03:43:14] | |
[03:43:14] Here are the highlights of this release: | |
[03:43:14] - File system watching is ready for production use | |
[03:43:14] - Declare the version of Java your build requires | |
[03:43:14] - Java 15 support | |
[03:43:14] | |
[03:43:14] For more details see https://docs.gradle.org/6.7/release-notes.html | |
[03:43:14] | |
[03:43:15] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.7/userguide/gradle_daemon.html. | |
[03:43:16] Daemon will be stopped at the end of the build stopping after processing | |
[03:43:16] Shared read-only dependency cache is an incubating feature. | |
[03:43:37] | |
[03:43:37] > Task :buildSrc:compileGroovy | |
[03:43:37] Picked up _JAVA_OPTIONS: -Xmx4096m -XX:-UseContainerSupport -XX:+UseParallelGC -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/project/build/dir/dumps -XX:-PreferContainerQuotaForCPUCount | |
[03:44:05] | |
[03:44:05] > Task :buildSrc:compileKotlin | |
[03:44:05] The `kotlin-dsl` plugin applied to project ':buildSrc' enables experimental Kotlin compiler features. For more information see https://docs.gradle.org/6.7/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin | |
[03:44:05] w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: | |
[03:44:05] /project/build/dir/.gradle/wrapper/dists/gradle-6.7-bin/ck1q4atqwylr18xpnom96wtv0/gradle-6.7/lib/kotlin-stdlib-1.3.72.jar (version 1.3) | |
[03:44:05] /project/build/dir/.gradle/wrapper/dists/gradle-6.7-bin/ck1q4atqwylr18xpnom96wtv0/gradle-6.7/lib/kotlin-stdlib-common-1.3.72.jar (version 1.3) | |
[03:44:05] /project/build/dir/.gradle/wrapper/dists/gradle-6.7-bin/ck1q4atqwylr18xpnom96wtv0/gradle-6.7/lib/kotlin-stdlib-jdk7-1.3.72.jar (version 1.3) | |
[03:44:05] /project/build/dir/.gradle/wrapper/dists/gradle-6.7-bin/ck1q4atqwylr18xpnom96wtv0/gradle-6.7/lib/kotlin-stdlib-jdk8-1.3.72.jar (version 1.3) | |
[03:44:05] /project/build/dir/.gradle/wrapper/dists/gradle-6.7-bin/ck1q4atqwylr18xpnom96wtv0/gradle-6.7/lib/kotlin-reflect-1.3.72.jar (version 1.3) | |
[03:44:05] /opt/gradle-home/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.4.10/998caa30623f73223194a8b657abd2baec4880ea/kotlin-stdlib-jdk8-1.4.10.jar (version 1.4) | |
[03:44:05] /opt/gradle-home/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.4.10/e2b3c6695eee6085e606d96d685396dce23a3a06/kotlin-reflect-1.4.10.jar (version 1.4) | |
[03:44:05] /opt/gradle-home/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.4.10/30e46450b0bb3dbf43898d2f461be4a942784780/kotlin-stdlib-jdk7-1.4.10.jar (version 1.4) | |
[03:44:05] /opt/gradle-home/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.10/ea29e063d2bbe695be13e9d044dcfb0c7add398e/kotlin-stdlib-1.4.10.jar (version 1.4) | |
[03:44:05] /opt/gradle-home/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.4.10/6229be3465805c99db1142ad75e6c6ddeac0b04c/kotlin-stdlib-common-1.4.10.jar (version 1.4) | |
[03:44:05] w: Consider providing an explicit dependency on kotlin-reflect 1.4 to prevent strange errors | |
[03:44:05] w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath | |
[03:44:05] | |
[03:44:05] > Task :buildSrc:compileJava NO-SOURCE | |
[03:44:05] > Task :buildSrc:pluginDescriptors | |
[03:44:05] > Task :buildSrc:processResources | |
[03:44:05] > Task :buildSrc:classes | |
[03:44:05] > Task :buildSrc:inspectClassesForKotlinIC | |
[03:44:05] > Task :buildSrc:jar | |
[03:44:05] > Task :buildSrc:assemble | |
[03:44:05] > Task :buildSrc:compileTestKotlin NO-SOURCE | |
[03:44:06] > Task :buildSrc:pluginUnderTestMetadata | |
[03:44:06] > Task :buildSrc:compileTestJava NO-SOURCE | |
[03:44:06] > Task :buildSrc:compileTestGroovy NO-SOURCE | |
[03:44:06] > Task :buildSrc:processTestResources NO-SOURCE | |
[03:44:06] > Task :buildSrc:testClasses UP-TO-DATE | |
[03:44:06] > Task :buildSrc:test NO-SOURCE | |
[03:44:06] > Task :buildSrc:validatePlugins | |
[03:44:06] > Task :buildSrc:check | |
[03:44:06] > Task :buildSrc:build | |
[03:44:29] | |
[03:44:29] > Configure project :my-first-module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[17:46:51] Picked up _JAVA_OPTIONS: -Xmx4096m -XX:-UseContainerSupport -XX:+UseParallelGC -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/project/build/dir/dumps -XX:-PreferContainerQuotaForCPUCount | |
[17:46:51] | |
[17:46:51] Welcome to Gradle 6.8-milestone-1! | |
[17:46:51] | |
[17:46:51] For more details see https://docs.gradle.org/6.8-milestone-1/release-notes.html | |
[17:46:51] | |
[17:46:51] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.8-milestone-1/userguide/gradle_daemon.html. | |
[17:46:53] Daemon will be stopped at the end of the build stopping after processing | |
[17:46:53] Shared read-only dependency cache is an incubating feature. | |
[17:47:56] | |
[17:47:56] > Task :buildSrc:compileGroovy | |
[17:47:56] Picked up _JAVA_OPTIONS: -Xmx4096m -XX:-UseContainerSupport -XX:+UseParallelGC -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/project/build/dir/dumps -XX:-PreferContainerQuotaForCPUCount | |
[17:48:18] | |
[17:48:18] > Task :buildSrc:compileKotlin | |
[17:48:18] The `kotlin-dsl` plugin applied to project ':buildSrc' enables experimental Kotlin compiler features. For more information see https://docs.gradle.org/6.8-milestone-1/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin | |
[17:48:18] | |
[17:48:18] > Task :buildSrc:compileJava NO-SOURCE | |
[17:48:18] > Task :buildSrc:pluginDescriptors | |
[17:48:18] > Task :buildSrc:processResources | |
[17:48:18] > Task :buildSrc:classes | |
[17:48:18] > Task :buildSrc:inspectClassesForKotlinIC | |
[17:48:18] > Task :buildSrc:jar | |
[17:48:18] > Task :buildSrc:assemble | |
[17:48:18] > Task :buildSrc:compileTestKotlin NO-SOURCE | |
[17:48:20] > Task :buildSrc:pluginUnderTestMetadata | |
[17:48:20] > Task :buildSrc:compileTestJava NO-SOURCE | |
[17:48:20] > Task :buildSrc:compileTestGroovy NO-SOURCE | |
[17:48:20] > Task :buildSrc:processTestResources NO-SOURCE | |
[17:48:20] > Task :buildSrc:testClasses UP-TO-DATE | |
[17:48:20] > Task :buildSrc:test NO-SOURCE | |
[17:48:20] > Task :buildSrc:validatePlugins | |
[17:48:20] > Task :buildSrc:check | |
[17:48:20] > Task :buildSrc:build | |
[17:48:42] | |
[17:48:42] > Configure project :my-first-module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment