Skip to content

fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.6.3 - autoclosed #698

fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.6.3 - autoclosed

fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.6.3 - autoclosed #698

GitHub Actions / Java CI / Test Report (17) failed Jul 23, 2024 in 0s

231 tests run, 207 passed, 1 skipped, 23 failed.

Annotations

Check failure on line 84 in functional-tests/src/test/groovy/io/micronaut/gradle/aot/MicronautAOTDockerSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautAOTDockerSpec.generates a native optimized docker image

Condition not satisfied:

dockerFile == """ FROM ghcr.io/graalvm/native-image-community:17-ol${DefaultVersions.ORACLELINUX} AS graalvm WORKDIR /home/app COPY --link layers/libs /home/app/libs COPY --link layers/app /home/app/ RUN mkdir /home/app/config-dirs RUN mkdir -p /home/app/config-dirs/generateResourcesConfigFile RUN mkdir -p /home/app/config-dirs/io.netty/netty-common/4.0.0.Final RUN mkdir -p /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 COPY --link config-dirs/generateResourcesConfigFile /home/app/config-dirs/generateResourcesConfigFile COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/app/config-dirs/io.netty/netty-common/4.0.0.Final COPY --link config-dirs/ch.qos.logback/logback-classic/4.0.0 /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/app/libs/*.jar:/home/app/resources:/home/app/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/app/config-dirs/generateResourcesConfigFile,/home/app/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/app/config-dirs/io.netty/netty-common/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/app/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/app/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http2/4.0.0.Final,/home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 demo.app.Application FROM cgr.dev/chainguard/wolfi-base:latest EXPOSE 8080 COPY --link --from=graalvm /home/app/application /app/application ENTRYPOINT ["/app/application"]""".stripIndent().trim()
|          |                                                         |               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |             |
|          |                                                         |               9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |             FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                         class io.micronaut.gradle.DefaultVersions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |             WORKDIR /home/app
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link layers/libs /home/app/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link layers/app /home/app/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir /home/app/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir -p /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir -p /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir -p /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link config-dirs/generateResourcesConfigFile /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link config-dirs/ch.qos.logback/logback-classic/4.0.0 /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/app/libs/*.jar:/home/app/resources:/home/app/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/app/config-dirs/generateResourcesConfigFile,/home/app/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/app/config-dirs/io.netty/netty-common/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/app/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/app/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http2/4.0.0.Final,/home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 demo.app.Application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             FROM cgr.dev/chainguard/wolfi-base:latest
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             EXPOSE 8080
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link --from=graalvm /home/app/application /app/application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             ENTRYPOINT ["/app/application"]
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          WORKDIR /home/app
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link layers/libs /home/app/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link layers/app /home/app/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir /home/app/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir -p /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir -p /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir -p /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link config-dirs/generateResourcesConfigFile /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link config-dirs/ch.qos.logback/logback-classic/4.0.0 /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
Raw output
Condition not satisfied:

dockerFile == """ FROM ghcr.io/graalvm/native-image-community:17-ol${DefaultVersions.ORACLELINUX} AS graalvm WORKDIR /home/app COPY --link layers/libs /home/app/libs COPY --link layers/app /home/app/ RUN mkdir /home/app/config-dirs RUN mkdir -p /home/app/config-dirs/generateResourcesConfigFile RUN mkdir -p /home/app/config-dirs/io.netty/netty-common/4.0.0.Final RUN mkdir -p /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 COPY --link config-dirs/generateResourcesConfigFile /home/app/config-dirs/generateResourcesConfigFile COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/app/config-dirs/io.netty/netty-common/4.0.0.Final COPY --link config-dirs/ch.qos.logback/logback-classic/4.0.0 /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/app/libs/*.jar:/home/app/resources:/home/app/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/app/config-dirs/generateResourcesConfigFile,/home/app/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/app/config-dirs/io.netty/netty-common/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/app/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/app/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http2/4.0.0.Final,/home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 demo.app.Application FROM cgr.dev/chainguard/wolfi-base:latest EXPOSE 8080 COPY --link --from=graalvm /home/app/application /app/application ENTRYPOINT ["/app/application"]""".stripIndent().trim()
|          |                                                         |               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |             |
|          |                                                         |               9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |             FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                         class io.micronaut.gradle.DefaultVersions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |             WORKDIR /home/app
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link layers/libs /home/app/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link layers/app /home/app/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir /home/app/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir -p /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir -p /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN mkdir -p /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link config-dirs/generateResourcesConfigFile /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link config-dirs/ch.qos.logback/logback-classic/4.0.0 /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/app/libs/*.jar:/home/app/resources:/home/app/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/app/config-dirs/generateResourcesConfigFile,/home/app/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/app/config-dirs/io.netty/netty-common/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/app/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/app/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/app/config-dirs/io.netty/netty-codec-http2/4.0.0.Final,/home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0 demo.app.Application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             FROM cgr.dev/chainguard/wolfi-base:latest
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             EXPOSE 8080
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             COPY --link --from=graalvm /home/app/application /app/application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |             ENTRYPOINT ["/app/application"]
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          WORKDIR /home/app
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link layers/libs /home/app/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link layers/app /home/app/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir /home/app/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir -p /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir -p /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          RUN mkdir -p /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link config-dirs/generateResourcesConfigFile /home/app/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/app/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          COPY --link config-dirs/ch.qos.logback/logback-classic/4.0.0 /home/app/config-dirs/ch.qos.logback/logback-classic/4.0.0
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

Check failure on line 671 in functional-tests/src/test/groovy/io/micronaut/gradle/docker/DockerNativeFunctionalTest.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

DockerNativeFunctionalTest.can configure an alternate working directory

Condition not satisfied:

dockerFile == """ FROM ghcr.io/graalvm/native-image-community:17-ol${DefaultVersions.ORACLELINUX} AS graalvm WORKDIR /home/alternate COPY --link layers/libs /home/alternate/libs COPY --link layers/app /home/alternate/ COPY --link layers/resources /home/alternate/resources RUN mkdir /home/alternate/config-dirs RUN mkdir -p /home/alternate/config-dirs/generateResourcesConfigFile RUN mkdir -p /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final COPY --link config-dirs/generateResourcesConfigFile /home/alternate/config-dirs/generateResourcesConfigFile COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/alternate/libs/*.jar:/home/alternate/resources:/home/alternate/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/alternate/config-dirs/generateResourcesConfigFile,/home/alternate/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http2/4.0.0.Final example.Application FROM cgr.dev/chainguard/wolfi-base:latest EXPOSE 8080 HEALTHCHECK CMD curl -s localhost:8090/health | grep '"status":"UP"' COPY --link --from=graalvm /home/alternate/application /app/application ENTRYPOINT ["/app/application", "-Xmx64m"]""".stripIndent().trim()
|          |                                                         |               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |             |
|          |                                                         |               9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |             FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                         class io.micronaut.gradle.DefaultVersions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |             WORKDIR /home/alternate
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link layers/libs /home/alternate/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link layers/app /home/alternate/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link layers/resources /home/alternate/resources
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN mkdir /home/alternate/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN mkdir -p /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN mkdir -p /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link config-dirs/generateResourcesConfigFile /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/alternate/libs/*.jar:/home/alternate/resources:/home/alternate/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/alternate/config-dirs/generateResourcesConfigFile,/home/alternate/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http2/4.0.0.Final example.Application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             FROM cgr.dev/chainguard/wolfi-base:latest
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             EXPOSE 8080
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             HEALTHCHECK CMD curl -s localhost:8090/health | grep '"status":"UP"'
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link --from=graalvm /home/alternate/application /app/application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             ENTRYPOINT ["/app/application", "-Xmx64m"]
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       WORKDIR /home/alternate
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link layers/libs /home/alternate/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link layers/app /home/alternate/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link layers/resources /home/alternate/resources
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN mkdir /home/alternate/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN mkdir -p /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN mkdir -p /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link config-dirs/generateResourcesConfigFile /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/alternate/libs/*.jar:/home/alternate/resources:/home/alternate/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/alternate/config-dirs/generateResourcesConfigFile,/home/alternate/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/alternate/config-dirs/io.netty/ne
Raw output
Condition not satisfied:

dockerFile == """ FROM ghcr.io/graalvm/native-image-community:17-ol${DefaultVersions.ORACLELINUX} AS graalvm WORKDIR /home/alternate COPY --link layers/libs /home/alternate/libs COPY --link layers/app /home/alternate/ COPY --link layers/resources /home/alternate/resources RUN mkdir /home/alternate/config-dirs RUN mkdir -p /home/alternate/config-dirs/generateResourcesConfigFile RUN mkdir -p /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final COPY --link config-dirs/generateResourcesConfigFile /home/alternate/config-dirs/generateResourcesConfigFile COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/alternate/libs/*.jar:/home/alternate/resources:/home/alternate/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/alternate/config-dirs/generateResourcesConfigFile,/home/alternate/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http2/4.0.0.Final example.Application FROM cgr.dev/chainguard/wolfi-base:latest EXPOSE 8080 HEALTHCHECK CMD curl -s localhost:8090/health | grep '"status":"UP"' COPY --link --from=graalvm /home/alternate/application /app/application ENTRYPOINT ["/app/application", "-Xmx64m"]""".stripIndent().trim()
|          |                                                         |               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |             |
|          |                                                         |               9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |             FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                         class io.micronaut.gradle.DefaultVersions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |             WORKDIR /home/alternate
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link layers/libs /home/alternate/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link layers/app /home/alternate/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link layers/resources /home/alternate/resources
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN mkdir /home/alternate/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN mkdir -p /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN mkdir -p /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link config-dirs/generateResourcesConfigFile /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/alternate/libs/*.jar:/home/alternate/resources:/home/alternate/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/alternate/config-dirs/generateResourcesConfigFile,/home/alternate/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http2/4.0.0.Final example.Application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             FROM cgr.dev/chainguard/wolfi-base:latest
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             EXPOSE 8080
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             HEALTHCHECK CMD curl -s localhost:8090/health | grep '"status":"UP"'
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             COPY --link --from=graalvm /home/alternate/application /app/application
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |             ENTRYPOINT ["/app/application", "-Xmx64m"]
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       WORKDIR /home/alternate
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link layers/libs /home/alternate/libs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link layers/app /home/alternate/
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link layers/resources /home/alternate/resources
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN mkdir /home/alternate/config-dirs
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN mkdir -p /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN mkdir -p /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link config-dirs/generateResourcesConfigFile /home/alternate/config-dirs/generateResourcesConfigFile
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       COPY --link config-dirs/io.netty/netty-common/4.0.0.Final /home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final
|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       RUN native-image --exclude-config .*/libs/netty-codec-http2-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-handler-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-buffer-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-common-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-transport-4.0.0.Final.jar ^/META-INF/native-image/.* --exclude-config .*/libs/netty-codec-http-4.0.0.Final.jar ^/META-INF/native-image/.* -cp /home/alternate/libs/*.jar:/home/alternate/resources:/home/alternate/application.jar --no-fallback -o application -H:ConfigurationFileDirectories=/home/alternate/config-dirs/generateResourcesConfigFile,/home/alternate/config-dirs/io.netty/netty-buffer/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-common/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-codec-http/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-transport/4.0.0.Final,/home/alternate/config-dirs/io.netty/netty-handler/4.0.0.Final,/home/alternate/config-dirs/io.netty/ne

Check failure on line 99 in functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and kotlin with kotlin DSL for library

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
|      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 :processResources NO-SOURCE
|      > Task :kaptGenerateStubsKotlin
|      > Task :kaptKotlin
|      > Task :compileKotlin
|      > Task :compileJava NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 11s
|      6 actionable tasks: 6 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@34c6b52e delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@25e203e6 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@8b1bfdf>
Raw output
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
|      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 :processResources NO-SOURCE
|      > Task :kaptGenerateStubsKotlin
|      > Task :kaptKotlin
|      > Task :compileKotlin
|      > Task :compileJava NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 11s
|      6 actionable tasks: 6 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@34c6b52e delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@25e203e6 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@8b1bfdf>

	at io.micronaut.gradle.kotlin.KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and kotlin with kotlin DSL for #plugin(KotlinLibraryFunctionalTest.groovy:99)

Check failure on line 99 in functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and kotlin with kotlin DSL for minimal.library

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.
|      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 :processResources NO-SOURCE
|      > Task :kaptGenerateStubsKotlin
|      > Task :kaptKotlin
|      > Task :compileKotlin
|      > Task :compileJava NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 8s
|      6 actionable tasks: 6 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@790d629a delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@346e5cc outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@2cd2c764>
Raw output
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.
|      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 :processResources NO-SOURCE
|      > Task :kaptGenerateStubsKotlin
|      > Task :kaptKotlin
|      > Task :compileKotlin
|      > Task :compileJava NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 8s
|      6 actionable tasks: 6 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@790d629a delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@346e5cc outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@2cd2c764>

	at io.micronaut.gradle.kotlin.KotlinLibraryFunctionalTest.test apply defaults for micronaut-library and kotlin with kotlin DSL for #plugin(KotlinLibraryFunctionalTest.groovy:99)

Check failure on line 152 in functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

KotlinLibraryFunctionalTest.test custom sourceSet for micronaut-library and kotlin with kotlin DSL for library

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 :kaptKotlin
|      > Task :compileKotlin NO-SOURCE
|      > Task :compileJava NO-SOURCE
|      > 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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 7s
|      7 actionable tasks: 7 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@5e83298e delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@7167d81b outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@7cadf3ca>
Raw output
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 :kaptKotlin
|      > Task :compileKotlin NO-SOURCE
|      > Task :compileJava NO-SOURCE
|      > 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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 7s
|      7 actionable tasks: 7 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@5e83298e delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@7167d81b outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@7cadf3ca>

	at io.micronaut.gradle.kotlin.KotlinLibraryFunctionalTest.test custom sourceSet for micronaut-library and kotlin with kotlin DSL for #plugin(KotlinLibraryFunctionalTest.groovy:152)

Check failure on line 152 in functional-tests/src/test/groovy/io/micronaut/gradle/kotlin/KotlinLibraryFunctionalTest.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

KotlinLibraryFunctionalTest.test custom sourceSet for micronaut-library and kotlin with kotlin DSL for minimal.library

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 :kaptKotlin
|      > Task :compileKotlin NO-SOURCE
|      > Task :compileJava NO-SOURCE
|      > 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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 6s
|      7 actionable tasks: 7 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@29d29657 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@e0d9e3f outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@516155b5>
Raw output
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 :kaptKotlin
|      > Task :compileKotlin NO-SOURCE
|      > Task :compileJava NO-SOURCE
|      > 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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 6s
|      7 actionable tasks: 7 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@29d29657 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@e0d9e3f outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@516155b5>

	at io.micronaut.gradle.kotlin.KotlinLibraryFunctionalTest.test custom sourceSet for micronaut-library and kotlin with kotlin DSL for #plugin(KotlinLibraryFunctionalTest.groovy:152)

Check failure on line 61 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautApplicationPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautApplicationPluginSpec.test junit 5 test runtime [plugins: id "io.micronaut.application", #0]

Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 1m 30s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@62c53685 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4822ab4d outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@516b84d1>
Raw output
Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 1m 30s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@62c53685 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4822ab4d outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@516b84d1>

	at io.micronaut.gradle.MicronautApplicationPluginSpec.test junit 5 test runtime(MicronautApplicationPluginSpec.groovy:61)

Check failure on line 61 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautApplicationPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautApplicationPluginSpec.test junit 5 test runtime [plugins: id "io.micronaut.minimal.application", #1]

Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 14s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@d5e3f55 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@53df7e67 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@3d4b45b>
Raw output
Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 14s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@d5e3f55 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@53df7e67 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@3d4b45b>

	at io.micronaut.gradle.MicronautApplicationPluginSpec.test junit 5 test runtime(MicronautApplicationPluginSpec.groovy:61)

Check failure on line 125 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test lombok works

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      BUILD SUCCESSFUL in 16s
|      4 actionable tasks: 4 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@28d56028 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@3dee3a6c outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@62de20d3>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      BUILD SUCCESSFUL in 16s
|      4 actionable tasks: 4 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@28d56028 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@3dee3a6c outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@62de20d3>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test lombok works(MicronautLibraryPluginSpec.groovy:125)

Check failure on line 172 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test add jaxrs processing

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 6s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@3bf26810 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@19213a74 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@30a791a6>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 6s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@3bf26810 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@19213a74 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@30a791a6>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test add jaxrs processing(MicronautLibraryPluginSpec.groovy:172)

Check failure on line 222 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test add validation processing

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 5s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@3f033664 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@6abd8bcd outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@70cd122>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 5s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@3f033664 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@6abd8bcd outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@70cd122>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test add validation processing(MicronautLibraryPluginSpec.groovy:222)

Check failure on line 277 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test add openapi processing

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|       
|      > Task :compileJava
|      Note: Generating OpenAPI Documentation
|      Note: Writing OpenAPI file to destination: /tmp/junit10591464733337164926/build/classes/java/main/META-INF/swagger/demo-0.0.yml
|      Note: Writing OpenAPI views to destination: /tmp/junit10591464733337164926/build/classes/java/main/META-INF/swagger/views
|       
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 11s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@6843fdc4 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@147375b3 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@6f430ea8>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|       
|      > Task :compileJava
|      Note: Generating OpenAPI Documentation
|      Note: Writing OpenAPI file to destination: /tmp/junit10591464733337164926/build/classes/java/main/META-INF/swagger/demo-0.0.yml
|      Note: Writing OpenAPI views to destination: /tmp/junit10591464733337164926/build/classes/java/main/META-INF/swagger/views
|       
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 11s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@6843fdc4 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@147375b3 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@6f430ea8>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test add openapi processing(MicronautLibraryPluginSpec.groovy:277)

Check failure on line 319 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test apply defaults for micronaut-library and java

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 5s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@46a97805 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@667dd150 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@af04f09>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 5s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@46a97805 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@667dd150 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@af04f09>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test apply defaults for micronaut-library and java(MicronautLibraryPluginSpec.groovy:319)

Check failure on line 370 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test custom sourceset micronaut-library and java

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileCustomJava
|       
|      BUILD SUCCESSFUL in 3s
|      1 actionable task: 1 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@54e18a46 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@1293f8d7 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@58e5fbe5>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileCustomJava
|       
|      BUILD SUCCESSFUL in 3s
|      1 actionable task: 1 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@54e18a46 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@1293f8d7 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@58e5fbe5>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test custom sourceset micronaut-library and java(MicronautLibraryPluginSpec.groovy:370)

Check failure on line 427 in gradle-plugin/src/test/groovy/io/micronaut/gradle/MicronautLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautLibraryPluginSpec.test apply junit 5 platform is junit jupiter is present

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 4s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@1325f967 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4f356b98 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1ab85862>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 4s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@1325f967 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4f356b98 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1ab85862>

	at io.micronaut.gradle.MicronautLibraryPluginSpec.test apply junit 5 platform is junit jupiter is present(MicronautLibraryPluginSpec.groovy:427)

Check failure on line 37 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalApplicationPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalApplicationPluginSpec.test junit 5 test runtime

Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 1m 14s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@1a8b22b5 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@43cf5bff outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@2b464384>
Raw output
Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 1m 14s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@1a8b22b5 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@43cf5bff outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@2b464384>

	at io.micronaut.gradle.MicronautMinimalApplicationPluginSpec.test junit 5 test runtime(MicronautMinimalApplicationPluginSpec.groovy:37)

Check failure on line 125 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalLibraryPluginSpec.test lombok works

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 18s
|      4 actionable tasks: 4 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@78a165db delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@2d3bb944 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1e429f56>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 18s
|      4 actionable tasks: 4 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@78a165db delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@2d3bb944 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1e429f56>

	at io.micronaut.gradle.MicronautMinimalLibraryPluginSpec.test lombok works(MicronautMinimalLibraryPluginSpec.groovy:125)

Check failure on line 172 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalLibraryPluginSpec.test add jaxrs processing

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 12s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@113c4ad6 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@7be859de outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@40fcaae7>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 12s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@113c4ad6 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@7be859de outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@40fcaae7>

	at io.micronaut.gradle.MicronautMinimalLibraryPluginSpec.test add jaxrs processing(MicronautMinimalLibraryPluginSpec.groovy:172)

Check failure on line 227 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalLibraryPluginSpec.test add openapi processing

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|       
|      > Task :compileJava
|      Note: Generating OpenAPI Documentation
|      Note: Writing OpenAPI file to destination: /tmp/junit4855242974645027279/build/classes/java/main/META-INF/swagger/demo-0.0.yml
|      Note: Writing OpenAPI views to destination: /tmp/junit4855242974645027279/build/classes/java/main/META-INF/swagger/views
|       
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 15s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@2ff8d39b delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@684a802a outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@7b5c9412>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|       
|      > Task :compileJava
|      Note: Generating OpenAPI Documentation
|      Note: Writing OpenAPI file to destination: /tmp/junit4855242974645027279/build/classes/java/main/META-INF/swagger/demo-0.0.yml
|      Note: Writing OpenAPI views to destination: /tmp/junit4855242974645027279/build/classes/java/main/META-INF/swagger/views
|       
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 15s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@2ff8d39b delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@684a802a outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@7b5c9412>

	at io.micronaut.gradle.MicronautMinimalLibraryPluginSpec.test add openapi processing(MicronautMinimalLibraryPluginSpec.groovy:227)

Check failure on line 269 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalLibraryPluginSpec.test apply defaults for micronaut-library and java

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 5s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@21c5c68a delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@5bb39285 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@2b0d85bd>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava
|      > Task :processResources NO-SOURCE
|      > Task :classes
|      > Task :jar
|      > Task :assemble
|       
|      BUILD SUCCESSFUL in 5s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@21c5c68a delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@5bb39285 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@2b0d85bd>

	at io.micronaut.gradle.MicronautMinimalLibraryPluginSpec.test apply defaults for micronaut-library and java(MicronautMinimalLibraryPluginSpec.groovy:269)

Check failure on line 320 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalLibraryPluginSpec.test custom sourceset micronaut-library and java

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileCustomJava
|       
|      BUILD SUCCESSFUL in 6s
|      1 actionable task: 1 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@1ed12d10 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4153a832 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@4a2dbcfc>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileCustomJava
|       
|      BUILD SUCCESSFUL in 6s
|      1 actionable task: 1 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@1ed12d10 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@4153a832 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@4a2dbcfc>

	at io.micronaut.gradle.MicronautMinimalLibraryPluginSpec.test custom sourceset micronaut-library and java(MicronautMinimalLibraryPluginSpec.groovy:320)

Check failure on line 377 in minimal-plugin/src/test/groovy/io/micronaut/gradle/MicronautMinimalLibraryPluginSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MicronautMinimalLibraryPluginSpec.test apply junit 5 platform is junit jupiter is present

Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 6s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@7097d921 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@2a21cbe7 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@3bb4c2b2>
Raw output
Condition not satisfied:

result.output.contains("Creating bean classes for 1 type elements")
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :inspectRuntimeClasspath
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 6s
|      3 actionable tasks: 3 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@7097d921 delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@2a21cbe7 outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@3bb4c2b2>

	at io.micronaut.gradle.MicronautMinimalLibraryPluginSpec.test apply junit 5 platform is junit jupiter is present(MicronautMinimalLibraryPluginSpec.groovy:377)

Check failure on line 57 in platform-catalog-plugin/src/test/groovy/io/micronaut/gradle/settings/CatalogPluginFunctionalTest.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

CatalogPluginFunctionalTest.can use the Micronaut version catalog

Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 1m 28s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@2b3abeeb delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@13a9cdae outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1c972ae6>
Raw output
Condition not satisfied:

result.output.contains('Creating bean classes for 1 type elements')
|      |      |
|      |      false
|      > Task :compileJava NO-SOURCE
|      > Task :processResources NO-SOURCE
|      > Task :classes UP-TO-DATE
|      > Task :compileTestJava
|      > Task :processTestResources NO-SOURCE
|      > Task :testClasses
|      > Task :test
|       
|      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.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|       
|      BUILD SUCCESSFUL in 1m 28s
|      2 actionable tasks: 2 executed
<org.gradle.testkit.runner.internal.FeatureCheckBuildResult@2b3abeeb delegateBuildResult=org.gradle.testkit.runner.internal.DefaultBuildResult@13a9cdae outputFeatureCheck=org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck@1c972ae6>

	at io.micronaut.gradle.settings.CatalogPluginFunctionalTest.can use the Micronaut version catalog(CatalogPluginFunctionalTest.groovy:57)