You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build fails because one of the tests do not pass.
When I ignored the failed test, I was able to build the project but I was not able to start it. It remained at 80% as shown in the following snippet:
Task :run
12:59:06,648 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:59:06,648 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
12:59:06,648 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/others/demo/kotlin-openapi-spring-functional-template/build/resources/main/logback.xml]
12:59:06,649 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
12:59:06,649 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/others/demo/kotlin-openapi-spring-functional-template/build/resources/main/logback.xml]
12:59:06,649 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/others/demo/kotlin-openapi-spring-functional-template/src/main/resources/logback.xml]
12:59:06,704 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:59:06,705 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:59:06,711 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
12:59:06,719 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:59:06,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [reactor] to INFO
12:59:06,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [reactor.ipc.netty] to INFO
12:59:06,763 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
12:59:06,763 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
12:59:06,764 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:59:06,764 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3796751b - Registering current configuration as safe fallback point
==========---> 80% EXECUTING [15s]
==========---> 80% EXECUTING [16s]
==========---> 80% EXECUTING [1m 15s]
==========---> 80% EXECUTING [1m 16s]
=========---> 80% EXECUTING [1m 16s]
==========---> 80% EXECUTING [1m 16s]
==========---> 80% EXECUTING [1m 16s]
==========---> 80% EXECUTING [4m 1s]
:run
The text was updated successfully, but these errors were encountered:
marcoaltiericoupa
changed the title
Current master fails to build
Current master fails to build and start
Jun 1, 2020
Steps to replicate (on Ubuntu with JDK 8):
The build fails because one of the tests do not pass.
When I ignored the failed test, I was able to build the project but I was not able to start it. It remained at 80% as shown in the following snippet:
The text was updated successfully, but these errors were encountered: