You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/08 17:41:13 UTC

[GitHub] csantanapr opened a new issue #3739: all runtime repos have extra log statements in tests

csantanapr opened a new issue #3739: all runtime repos have extra log statements in tests
URL: https://github.com/apache/incubator-openwhisk/issues/3739
 
 
   For example https://travis-ci.org/apache/incubator-openwhisk-runtime-php/builds/389824675#L4837
   
   At the start of the gradle tests
   ```
   2 actionable tasks: 2 executed
   +TERM=dumb
   +./gradlew :tests:test --tests '*Php71*Tests'
   :tests:compileJava NO-SOURCE
   :tests:compileScala NO-SOURCE
   :tests:processResources NO-SOURCE
   :tests:classes UP-TO-DATE
   :tests:compileTestJava NO-SOURCE
   :tests:compileTestScala
   Pruning sources from previous analysis, due to incompatible CompileSetup.
   :tests:processTestResources
   :tests:testClasses
   :tests:test
   runtime.actionContainers.Php71ActionContainerTests STANDARD_OUT
       17:08:57,256 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [jar:file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT-tests.jar!/logback-test.xml]
       17:08:57,257 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs multiple times on the classpath.
       17:08:57,257 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [jar:file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT-tests.jar!/logback-test.xml]
       17:08:57,257 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [jar:file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT-test-sources.jar!/logback-test.xml]
       17:08:57,280 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@16b907f6 - URL [jar:file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT-tests.jar!/logback-test.xml] is not of type file
       17:08:57,339 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
       17:08:57,343 |-INFO in ch.qos.logback.classic.joran.action.JMXConfiguratorAction - begin
       17:08:57,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
       17:08:57,421 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]
       17:08:57,427 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
       17:08:57,461 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.http] to ERROR
       17:08:57,461 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.kafka] to ERROR
       17:08:57,461 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [akka.event.slf4j.Slf4jLogger] to WARN
       17:08:57,462 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
       17:08:57,462 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]
       17:08:57,462 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
       17:08:57,463 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6550f99e - Registering current configuration as safe fallback point
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services