Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/kkapelon/Apache-Httpd-conf-Reader.git # timeout=10
Fetching upstream changes from https://github.com/kkapelon/Apache-Httpd-conf-Reader.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/kkapelon/Apache-Httpd-conf-Reader.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e69556f1136037cfbd663242581fe93610dc8a0c (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f e69556f1136037cfbd663242581fe93610dc8a0c
Commit message: "Update main.workflow"
 > /usr/bin/git rev-list --no-walk 6ff70de38663e0db182836f6d47950e81259c71c # timeout=10
[workspace] $ /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin/mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for gr.xe:httpd-conf-reader:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 12, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ----------------------< gr.xe:httpd-conf-reader >-----------------------
[INFO] Building Apache Httpd conf Reader 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpd-conf-reader ---
[INFO] Deleting /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (default) @ httpd-conf-reader ---
[INFO] argLine set to -javaagent:/home/javastream.de/www/maven/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ httpd-conf-reader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ httpd-conf-reader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ httpd-conf-reader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ httpd-conf-reader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/test-classes
[INFO] 
[INFO] --- gmaven-plugin:1.3:testCompile (default) @ httpd-conf-reader ---
[INFO] Compiled 1 Groovy class
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ httpd-conf-reader ---
[INFO] Surefire report directory: /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running gr.xe.conf.ConfReaderTest
15:24:18,307 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
15:24:18,307 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
15:24:18,307 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/classes/logback.xml]
15:24:18,516 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
15:24:18,517 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
15:24:18,524 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
15:24:18,696 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
15:24:18,696 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
15:24:18,696 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
15:24:18,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [gr.xe] to DEBUG
15:24:18,696 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
15:24:18,696 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 sec
Running gr.xe.conf.ConfReaderSpec
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (report) @ httpd-conf-reader ---
[INFO] Loading execution data file /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/jacoco.exec
[INFO] Analyzed bundle 'Apache Httpd conf Reader' with 7 classes
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ httpd-conf-reader ---
[INFO] Building jar: /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/httpd-conf-reader-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ httpd-conf-reader ---
[INFO] Installing /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/target/httpd-conf-reader-0.0.1-SNAPSHOT.jar to /home/javastream.de/www/maven/gr/xe/httpd-conf-reader/0.0.1-SNAPSHOT/httpd-conf-reader-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/javastream.de/jenkins/jobs/gr.xe.httpd-conf-reader/workspace/pom.xml to /home/javastream.de/www/maven/gr/xe/httpd-conf-reader/0.0.1-SNAPSHOT/httpd-conf-reader-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.936 s
[INFO] Finished at: 2019-08-13T15:24:20+02:00
[INFO] ------------------------------------------------------------------------
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS