Skip to content

Update kotlin monorepo to v1.9.20 - autoclosed #287

Update kotlin monorepo to v1.9.20 - autoclosed

Update kotlin monorepo to v1.9.20 - autoclosed #287

Triggered via pull request October 30, 2023 21:18
Status Success
Total duration 2m 2s
Artifacts

graalvm-latest.yml

on: pull_request
build_matrix
37s
build_matrix
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Kotest5FunctionalTest.test kotest 5 test runtime with id "io.micronaut.application" and id("com.google.devtools.ksp") version "1.8.22-1.0.11": functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/Kotest5FunctionalTest.groovy#L79
Condition failed with Exception: task.outcome == TaskOutcome.SUCCESS | | null java.lang.NullPointerException: Cannot get property 'outcome' on null object at io.micronaut.gradle.kotlin.Kotest5FunctionalTest.test kotest 5 test runtime with #plugin and #processingPlugin(Kotest5FunctionalTest.groovy:79)
Kotest5FunctionalTest.test kotest 5 test runtime with id "io.micronaut.minimal.application" and id("com.google.devtools.ksp") version "1.8.22-1.0.11": functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/Kotest5FunctionalTest.groovy#L79
Condition failed with Exception: task.outcome == TaskOutcome.SUCCESS | | null java.lang.NullPointerException: Cannot get property 'outcome' on null object at io.micronaut.gradle.kotlin.Kotest5FunctionalTest.test kotest 5 test runtime with #plugin and #processingPlugin(Kotest5FunctionalTest.groovy:79)
KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and KSP with kotlin DSL for library: functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy#L52
Condition failed with Exception: result.task(":assemble").outcome == TaskOutcome.SUCCESS | | | | null java.lang.NullPointerException: Cannot get property 'outcome' on null object | at io.micronaut.gradle.kotlin.KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and KSP with kotlin DSL for #plugin(KotlinLibraryFunctionalTest.groovy:52) <org.gradle.testkit.runner.internal.FeatureCheckBuildResult@2f9236d8 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@603faaad outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@16cbba0f>
KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and KSP with kotlin DSL for minimal.library: functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy#L52
Condition failed with Exception: result.task(":assemble").outcome == TaskOutcome.SUCCESS | | | | null java.lang.NullPointerException: Cannot get property 'outcome' on null object | at io.micronaut.gradle.kotlin.KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and KSP with kotlin DSL for #plugin(KotlinLibraryFunctionalTest.groovy:52) <org.gradle.testkit.runner.internal.FeatureCheckBuildResult@43e30f15 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4fc2933e outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@3c9c91e3>
KotlinLibraryFunctionalTest.test custom sourceSet for micronaut-library and kotlin with kotlin DSL for library: functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy#L152
Condition not satisfied: result.output.contains("Creating bean classes for 1 type elements") | | | | | false | | > Task :tasks | | ------------------------------------------------------------ | Tasks runnable from root project 'hello-world' | ------------------------------------------------------------ | | Build tasks | ----------- | assemble - Assembles the outputs of this project. | build - Assembles and tests this project. | buildDependents - Assembles and tests this project and all projects that depend on it. | buildKotlinToolingMetadata - Build metadata json file containing information about the used Kotlin tooling | buildNeeded - Assembles and tests this project and all projects it depends on. | classes - Assembles main classes. | clean - Deletes the build directory. | collectReachabilityMetadata - Obtains native reachability metadata for the runtime classpath configuration | customClasses - Assembles custom classes. | inspectRuntimeClasspath - Performs sanity checks of the runtime classpath to warn about misconfigured builds | jar - Assembles a jar archive containing the classes of the 'main' feature. | kotlinSourcesJar - Assembles a jar archive containing the sources of target 'kotlin'. | metadataCopy - Copies metadata collected from tasks instrumented with the agent into target directories | nativeCompile - Compiles a native image for the main binary | nativeRun - Executes the main native binary | nativeTestCompile - Compiles a native image for the test binary | testClasses - Assembles test classes. | | Build Setup tasks | ----------------- | init - Initializes a new Gradle build. | wrapper - Generates Gradle wrapper files. | | Documentation tasks | ------------------- | javadoc - Generates Javadoc API documentation for the 'main' feature. | | Help tasks | ---------- | buildEnvironment - Displays all buildscript dependencies declared in root project 'hello-world'. | dependencies - Displays all dependencies declared in root project 'hello-world'. | dependencyInsight - Displays the insight into a specific dependency in root project 'hello-world'. | help - Displays a help message. | javaToolchains - Displays the detected java toolchains. | kotlinDslAccessorsReport - Prints the Kotlin code for accessing the currently available project extensions and conventions. | outgoingVariants - Displays the outgoing variants of root project 'hello-world'. | projects - Displays the sub-projects of root project 'hello-world'. | properties - Displays the properties of root project 'hello-world'. | resolvableConfigurations - Displays the configurations that can be resolved in root project 'hello-world'. | tasks - Displays the tasks runnable from root project 'hello-world'. | | IDE tasks | --------- | cleanEclipse - Cleans all Eclipse files. | eclipse - Generates all Eclipse files. | | Verification tasks | ------------------ | check - Runs all checks. | checkKotlinGradlePluginConfigurationErrors - Checks that Kotlin Gradle Plugin hasn't reported project configuration errors, failing otherwise. This task always runs before compileKotlin* or similar tasks. | nativeTest - Executes the test native binary | test - Runs the test suite. | | Rules | ----- | Pattern: clean<TaskName>: Cleans the output files of a task. | Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration. | | To see all tasks and more detail, run gradle tasks --all | | To see more detail about a task, run gradle help --task <task> | | > Task :checkKotlinGradlePluginConfigurationErrors | > Task :kaptGenerateStubsKotlin | > Task :processResources NO-SOURCE | > Task :kaptKotlin | > Task :compileKotlin NO-SOURCE | > Task :compileJava NO-SOURCE | > Task :classes UP-TO-DATE | > Task :kaptGenerateStubsCustomKotlin | > Task :kaptCustomKotlin | > Task :compileCustomKotlin | | 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.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. | | BUILD SUCCESSFUL in 4s | 7 actionable tasks: 7 executed <org.gradle.testkit.runner.internal.FeatureCheckBuildResult@46d18a33 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@495f3965 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1c06f19c>
KotlinLibraryFunctionalTest.test custom sourceSet for micronaut-library and kotlin with kotlin DSL for minimal.library: functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy#L152
Condition not satisfied: result.output.contains("Creating bean classes for 1 type elements") | | | | | false | | > Task :tasks | | ------------------------------------------------------------ | Tasks runnable from root project 'hello-world' | ------------------------------------------------------------ | | Build tasks | ----------- | assemble - Assembles the outputs of this project. | build - Assembles and tests this project. | buildDependents - Assembles and tests this project and all projects that depend on it. | buildKotlinToolingMetadata - Build metadata json file containing information about the used Kotlin tooling | buildNeeded - Assembles and tests this project and all projects it depends on. | classes - Assembles main classes. | clean - Deletes the build directory. | customClasses - Assembles custom classes. | inspectRuntimeClasspath - Performs sanity checks of the runtime classpath to warn about misconfigured builds | jar - Assembles a jar archive containing the classes of the 'main' feature. | kotlinSourcesJar - Assembles a jar archive containing the sources of target 'kotlin'. | testClasses - Assembles test classes. | | Build Setup tasks | ----------------- | init - Initializes a new Gradle build. | wrapper - Generates Gradle wrapper files. | | Documentation tasks | ------------------- | javadoc - Generates Javadoc API documentation for the 'main' feature. | | Help tasks | ---------- | buildEnvironment - Displays all buildscript dependencies declared in root project 'hello-world'. | dependencies - Displays all dependencies declared in root project 'hello-world'. | dependencyInsight - Displays the insight into a specific dependency in root project 'hello-world'. | help - Displays a help message. | javaToolchains - Displays the detected java toolchains. | kotlinDslAccessorsReport - Prints the Kotlin code for accessing the currently available project extensions and conventions. | outgoingVariants - Displays the outgoing variants of root project 'hello-world'. | projects - Displays the sub-projects of root project 'hello-world'. | properties - Displays the properties of root project 'hello-world'. | resolvableConfigurations - Displays the configurations that can be resolved in root project 'hello-world'. | tasks - Displays the tasks runnable from root project 'hello-world'. | | Verification tasks | ------------------ | check - Runs all checks. | checkKotlinGradlePluginConfigurationErrors - Checks that Kotlin Gradle Plugin hasn't reported project configuration errors, failing otherwise. This task always runs before compileKotlin* or similar tasks. | test - Runs the test suite. | | Rules | ----- | Pattern: clean<TaskName>: Cleans the output files of a task. | Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration. | | To see all tasks and more detail, run gradle tasks --all | | To see more detail about a task, run gradle help --task <task> | | > Task :checkKotlinGradlePluginConfigurationErrors | > Task :kaptGenerateStubsKotlin | > Task :processResources NO-SOURCE | > Task :kaptKotlin | > Task :compileKotlin NO-SOURCE | > Task :compileJava NO-SOURCE | > Task :classes UP-TO-DATE | > Task :kaptGenerateStubsCustomKotlin | > Task :kaptCustomKotlin | > Task :compileCustomKotlin | | 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.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. | | BUILD SUCCESSFUL in 3s | 7 actionable tasks: 7 executed <org.gradle.testkit.runner.internal.FeatureCheckBuildResult@726a5e6a delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4e3a6c83 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@b889cb6>