UnstableConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/μStories 2122 - Team B
 > /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 http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git # timeout=10
Fetching upstream changes from http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 09308fb7b31913009ccd43eb272bc46297de949b (origin/develop)
Commit message: "tsk30 Adds User JPA entity and its relationships with Story"
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 09308fb7b31913009ccd43eb272bc46297de949b
 > /usr/bin/git rev-list fc07c2e1a37a18037d3536a7618a24486cb7ec13 # timeout=10
Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-52-3148782257409767431.fbdir
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 60665
[μStories 2122 - Team B] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.11.jar:/usr/share/maven3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven3/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.11.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 60665
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/μStories 2122 - Team B/pom.xml clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 21/22 Team B
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 21/22 Team B 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-pom ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-pom >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-pom ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-pom/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (16 KB at 20.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (78 KB at 685.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (346 KB at 2273.0 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-domain ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-domain ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.domain.EntitiesTestSuite
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 s - in es.uvigo.esei.dgss.teamB.microstories.domain.EntitiesTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 5 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss2122-teamB-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.domain...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Role.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Story.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/User.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Topic.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/User.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/class-use/Role.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/domain/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 5 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-domain ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-tests ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-tests ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss2122-teamB-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-tests >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.entities...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.entities.utils...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/StoriesCompareUtils.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/StoriesDataset.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/class-use/StoriesCompareUtils.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/entities/utils/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-tests ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-service ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-service ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.service.ServiceTestSuite
22:54:22,635 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
22:54:23,637 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
22:54:24,348 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
22:54:31,815 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
22:54:31,928 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
22:54:31,998 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
22:54:32,204 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.21.Final
22:54:32,382 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
22:54:32,513 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
22:54:32,554 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
22:54:32,580 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 50) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
22:54:32,589 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
22:54:32,711 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
22:54:32,745 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
22:54:32,746 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
22:54:32,921 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.4.0.Final starting
22:54:33,029 INFO  [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
22:54:33,066 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 35) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
22:54:33,495 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
22:54:33,615 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
22:54:33,779 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
22:54:34,595 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
22:54:34,733 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
22:54:34,739 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
22:54:35,400 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:48080
22:54:36,953 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
22:54:37,008 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss2122/teamB/microstories]
22:54:38,783 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
22:54:39,097 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/deployments
22:54:39,098 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:54:39,106 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:54:39,103 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 57) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:54:39,120 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 57) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:54:39,276 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
22:54:39,775 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:49990/management
22:54:39,777 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:49990
22:54:39,778 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 16829ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
22:54:41,619 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
22:54:45,281 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
22:54:45,407 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
22:54:45,435 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
22:54:45,688 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
22:54:51,369 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/data/content/71/4a690e2b682c9932a400d74e1b09c1784e4491/content
22:54:52,028 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
22:54:55,483 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for test
22:54:55,798 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 22) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
22:54:55,889 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 22) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
22:54:56,087 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment test.war
22:54:56,332 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 22) HHH000412: Hibernate Core {5.0.10.Final}
22:54:56,336 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 22) HHH000206: hibernate.properties not found
22:54:56,382 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 22) HHH000021: Bytecode provider name : javassist
22:54:56,438 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 5.2.4.Final
22:54:56,654 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 22) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
22:54:56,910 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'StoryService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

22:54:57,659 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 22) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:54:57,659 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 22) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:54:58,000 INFO  [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.3.5 (Final)
22:54:59,247 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 24) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
22:54:59,729 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 22) WFLYCLINF0002: Started client-mappings cache from ejb container
22:55:01,124 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 24) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
22:55:01,144 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 24) HHH000431: Unable to determine H2 database version, certain features may not work
22:55:01,310 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 24) Envers integration enabled? : true
22:55:03,105 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 24) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: create table Story (id integer generated by default as identity, date timestamp not null, genre varchar(255) not null, published boolean not null, subtopic varchar(255), text varchar(1000) not null, title varchar(255) not null, topic varchar(255) not null, visits bigint not null, author varchar(64) not null, primary key (id))
Hibernate: create table User (login varchar(64) not null, password varchar(32) not null, role varchar(255) not null, primary key (login))
Hibernate: create table User_Story (favoriteOf_login varchar(64) not null, favoriteStories_id integer not null, primary key (favoriteOf_login, favoriteStories_id))
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table User_Story add constraint FK8cepx530bt7i48g4pgxvls9m6 foreign key (favoriteStories_id) references Story
Hibernate: alter table User_Story add constraint FK8baok3ougii9ib0914h1vdem1 foreign key (favoriteOf_login) references User
22:55:03,170 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 24) HHH000230: Schema export complete
22:55:05,568 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 24) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/test'
22:55:07,491 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0021: Registered web context: /test
22:55:07,691 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
22:55:10,262 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-2) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author10_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, story0_.visits as visits9_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and extract(year from story0_.date)=extract(year from '2021-11-27') and extract(day from story0_.date)<=extract(day from '2021-11-27') order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and (story0_.date between '2021-11-27 00:00:00' and '2021-11-27 23:59:59') order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and (story0_.date between '2021-11-21 00:00:00' and '2021-11-27 23:59:59') and extract(day from story0_.date)<=extract(day from '2021-11-27') order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
TOTAL: 1
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and extract(month from story0_.date)=extract(month from '2021-11-27') and extract(year from story0_.date)=extract(year from '2021-11-27') and extract(day from story0_.date)<=extract(day from '2021-11-27') order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
TOTAL: 3
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) and extract(year from story0_.date)=extract(year from '2021-11-27') and extract(day from story0_.date)<=extract(day from '2021-11-27') order by story0_.date DESC limit ?
TOTAL: 3
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author10_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, story0_.visits as visits9_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author10_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, story0_.visits as visits9_0_0_ from Story story0_ where story0_.id=?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
Hibernate: update Story set author=?, date=?, genre=?, published=?, subtopic=?, text=?, title=?, topic=?, visits=? where id=?
22:55:14,758 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0022: Unregistered web context: /test
22:55:14,822 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
22:55:14,828 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
22:55:14,834 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000230: Schema export complete
22:55:14,858 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 65) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
22:55:14,873 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0003: Stopped client-mappings cache from ejb container
22:55:14,895 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 169ms
22:55:14,937 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
22:55:14,942 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/wildfly-10.1.0.Final/standalone/data/content/71/4a690e2b682c9932a400d74e1b09c1784e4491/content
22:55:14,943 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.245 s - in es.uvigo.esei.dgss.teamB.microstories.service.ServiceTestSuite
22:55:14,966 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
22:55:14,983 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss2122/teamB/microstories]
22:55:14,983 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
22:55:15,065 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2
22:55:15,067 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
22:55:15,067 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
22:55:15,096 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:48080
22:55:15,099 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
22:55:15,154 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 113ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss2122-teamB-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.service...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss2122-teamB-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-service ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/test-classes
[INFO] /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-rest ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teamB.microstories.rest.ResourceIntegrationTestSuite
22:55:31,151 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
22:55:32,034 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
22:55:32,661 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
22:55:38,873 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
22:55:38,944 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
22:55:39,000 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
22:55:39,201 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.21.Final
22:55:39,375 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
22:55:39,420 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
22:55:39,473 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 50) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
22:55:39,520 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
22:55:39,522 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
22:55:39,685 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
22:55:39,687 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.6.Final
22:55:39,691 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
22:55:39,737 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.0.Final starting
22:55:39,803 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
22:55:39,899 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
22:55:39,947 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
22:55:40,019 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 35) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
22:55:40,127 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
22:55:40,816 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
22:55:40,947 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
22:55:40,948 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
22:55:41,733 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:48080
22:55:42,715 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
22:55:42,721 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss2122/teamB/microstories]
22:55:43,423 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/standalone/deployments
22:55:43,756 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
22:55:43,804 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
22:55:43,913 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 57) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:55:43,914 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:55:43,915 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:55:43,915 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 57) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:55:44,132 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:49990/management
22:55:44,132 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:49990
22:55:44,132 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 12673ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
22:55:45,028 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
22:55:46,879 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
22:55:46,942 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
22:55:46,958 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
22:55:47,094 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
22:55:48,446 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/9f/f2aa9d5d9b50093a33c6e39a32c03c8aa0d607/content
22:55:48,481 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
22:55:50,242 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
22:55:50,402 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 9) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
22:55:50,460 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 9) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
22:55:50,571 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment test.war
22:55:50,695 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 9) HHH000412: Hibernate Core {5.0.10.Final}
22:55:50,704 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 9) HHH000206: hibernate.properties not found
22:55:50,707 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 9) HHH000021: Bytecode provider name : javassist
22:55:50,802 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.2.4.Final
22:55:50,875 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 9) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
22:55:51,119 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'StoryService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teamB.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

22:55:51,482 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 9) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:55:51,484 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 9) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
22:55:51,663 INFO  [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.3.5 (Final)
22:55:52,541 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 13) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
22:55:52,571 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 9) WFLYCLINF0002: Started client-mappings cache from ejb container
22:55:53,356 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 13) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
22:55:53,367 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 13) HHH000431: Unable to determine H2 database version, certain features may not work
22:55:53,440 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 13) Envers integration enabled? : true
22:55:54,545 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 13) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
Hibernate: create table Story (id integer generated by default as identity, date timestamp not null, genre varchar(255) not null, published boolean not null, subtopic varchar(255), text varchar(1000) not null, title varchar(255) not null, topic varchar(255) not null, visits bigint not null, author varchar(64) not null, primary key (id))
Hibernate: create table User (login varchar(64) not null, password varchar(32) not null, role varchar(255) not null, primary key (login))
Hibernate: create table User_Story (favoriteOf_login varchar(64) not null, favoriteStories_id integer not null, primary key (favoriteOf_login, favoriteStories_id))
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table User_Story add constraint FK8cepx530bt7i48g4pgxvls9m6 foreign key (favoriteStories_id) references Story
Hibernate: alter table User_Story add constraint FK8baok3ougii9ib0914h1vdem1 foreign key (favoriteOf_login) references User
22:55:54,640 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 13) HHH000230: Schema export complete
22:55:58,890 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 6) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/test'
22:56:03,779 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0021: Registered web context: /test
22:56:03,922 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
log4j:WARN No appenders could be found for logger (org.jboss.resteasy.plugins.providers.DocumentProvider).
log4j:WARN Please initialize the log4j system properly.
22:56:06,475 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-14) RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from jar:file:/var/lib/jenkins/.m2/repository/org/jboss/resteasy/resteasy-jackson-provider/3.0.24.Final/resteasy-jackson-provider-3.0.24.Final.jar!/META-INF/services/javax.ws.rs.ext.Providers: java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from [Module "deployment.test.war" from Service Module Loader]
	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:230) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:113) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:250) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ManagedServlet.getServlet(ManagedServlet.java:171) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:84) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_144]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_144]
	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_144]

Hibernate: select story0_.id as id1_0_0_, story0_.author as author10_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, story0_.visits as visits9_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
Hibernate: select story0_.id as id1_0_0_, story0_.author as author10_0_0_, story0_.date as date2_0_0_, story0_.genre as genre3_0_0_, story0_.published as publishe4_0_0_, story0_.subtopic as subtopic5_0_0_, story0_.text as text6_0_0_, story0_.title as title7_0_0_, story0_.topic as topic8_0_0_, story0_.visits as visits9_0_0_, user1_.login as login1_1_1_, user1_.password as password2_1_1_, user1_.role as role3_1_1_ from Story story0_ inner join User user1_ on story0_.author=user1_.login where story0_.id=?
22:56:08,182 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-3) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and (story0_.text like ? or story0_.title like ?) order by story0_.date DESC limit ?
Hibernate: select story0_.id as id1_0_, story0_.author as author10_0_, story0_.date as date2_0_, story0_.genre as genre3_0_, story0_.published as publishe4_0_, story0_.subtopic as subtopic5_0_, story0_.text as text6_0_, story0_.title as title7_0_, story0_.topic as topic8_0_, story0_.visits as visits9_0_ from Story story0_ where story0_.published=1 and story0_.genre=? and (story0_.topic=? or story0_.subtopic=?) order by story0_.date DESC limit ?
Hibernate: select user0_.login as login1_1_0_, user0_.password as password2_1_0_, user0_.role as role3_1_0_ from User user0_ where user0_.login=?
22:56:09,162 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: /test
22:56:09,228 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
22:56:09,228 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Story if exists
Hibernate: drop table User if exists
Hibernate: drop table User_Story if exists
22:56:09,237 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 64) HHH000230: Schema export complete
22:56:09,259 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 63) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
22:56:09,266 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) WFLYCLINF0003: Stopped client-mappings cache from ejb container
22:56:09,288 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 142ms
22:56:09,319 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
22:56:09,323 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/wildfly-10.1.0.Final/standalone/data/content/9f/f2aa9d5d9b50093a33c6e39a32c03c8aa0d607/content
22:56:09,326 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 41.085 s <<< FAILURE! - in es.uvigo.esei.dgss.teamB.microstories.rest.ResourceIntegrationTestSuite
[ERROR] testGetStoryById(es.uvigo.esei.dgss.teamB.microstories.rest.StoryResourceRestTest)  Time elapsed: 1.894 s  <<< FAILURE!
java.lang.AssertionError: 

Expected: <200>
     but: was <org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$1@555cc0ba>
	at es.uvigo.esei.dgss.teamB.microstories.rest.StoryResourceRestTest.testGetStoryById(StoryResourceRestTest.java:122)

[ERROR] testExploreStories(es.uvigo.esei.dgss.teamB.microstories.rest.StoryResourceRestTest)  Time elapsed: 0.05 s  <<< FAILURE!
java.lang.AssertionError: 

Expected: <200>
     but: was <org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$1@1fafbd29>
	at es.uvigo.esei.dgss.teamB.microstories.rest.StoryResourceRestTest.testExploreStories(StoryResourceRestTest.java:245)

[INFO] Running es.uvigo.esei.dgss.teamB.microstories.rest.ResourceUnitTestSuite
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in es.uvigo.esei.dgss.teamB.microstories.rest.ResourceUnitTestSuite
22:56:09,603 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
22:56:09,610 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss2122/teamB/microstories]
22:56:09,610 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
22:56:09,664 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
22:56:09,665 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
22:56:09,694 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
22:56:09,698 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:48080
22:56:09,699 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
22:56:09,725 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 82ms
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   StoryResourceRestTest.testExploreStories:245 
Expected: <200>
     but: was <org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$1@1fafbd29>
[ERROR]   StoryResourceRestTest.testGetStoryById:122 
Expected: <200>
     but: was <org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$1@555cc0ba>
[INFO] 
[ERROR] Tests run: 31, Failures: 2, Errors: 0, Skipped: 0
[INFO] 
[ERROR] There are test failures.

Please refer to /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 2 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss2122-teamB-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss2122-teamB-microstories-rest] in [/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/src/main/webapp]
[INFO] Webapp assembled in [31 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.rest...
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.rest.exceptions...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/class-use/NotFoundExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/package-use.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 2 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-rest ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-jsf ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2122-teamB-microstories-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2122-teamB-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (download-geckodriver) @ dgss2122-teamB-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
    [mkdir] Created dir: /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/geckodriver
      [get] Getting: https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz
      [get] To: /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz
      [get] https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz moved to https://github-releases.githubusercontent.com/25354393/e31e4c22-be6f-11e7-9bc7-dedc3490a7fd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211127T215607Z&X-Amz-Expires=300&X-Amz-Signature=49af00ae69bf35fa17af8c43f7b0d50ad672ebc98f25f1f3aa52302786071402&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=25354393&response-content-disposition=attachment%3B%20filename%3Dgeckodriver-v0.19.1-linux64.tar.gz&response-content-type=application%2Foctet-stream
    [untar] Expanding: /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2122-teamB-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss2122-teamB-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss2122-teamB-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss2122-teamB-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss2122-teamB-microstories-jsf] in [/var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2122-teamB-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teamB.microstories.jsf.controllers...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss2122-teamB-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories 2122 - Team B/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss2122-teamB-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-jsf ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss2122-teamB-microstories-ear ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss2122-teamB-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2122-teamB-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss2122-teamB-microstories-ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss2122-teamB-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss2122-teamB-microstories-ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamB.microstories:dgss2122-teamB-microstories-jsf:0.1.0-SNAPSHOT] to [dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamB.microstories:dgss2122-teamB-microstories-rest:0.1.0-SNAPSHOT] to [dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war
[INFO] Copying artifact [jar:es.uvigo.esei.dgss.teamB.microstories:dgss2122-teamB-microstories-domain:0.1.0-SNAPSHOT] to [lib/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.apache.commons:commons-lang3:3.5] to [lib/commons-lang3-3.5.jar]
[INFO] Copying artifact [jar:commons-codec:commons-codec:1.15] to [lib/commons-codec-1.15.jar]
[INFO] Copying artifact [ejb:es.uvigo.esei.dgss.teamB.microstories:dgss2122-teamB-microstories-service:0.1.0-SNAPSHOT] to [dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss2122-teamB-microstories-ear >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss2122-teamB-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss2122-teamB-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss2122-teamB-microstories-ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss2122-teamB-microstories-ear ---
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-ear/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamB/microstories/dgss2122-teamB-microstories-ear/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 21/22 Team B .............................. SUCCESS [ 14.214 s]
[INFO] Domain ............................................. SUCCESS [ 22.956 s]
[INFO] Tests .............................................. SUCCESS [ 11.662 s]
[INFO] Service ............................................ SUCCESS [01:10 min]
[INFO] REST ............................................... SUCCESS [ 52.740 s]
[INFO] JSF ................................................ SUCCESS [  8.715 s]
[INFO] EAR ................................................ SUCCESS [  5.596 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:10 min
[INFO] Finished at: 2021-11-27T22:56:28+01:00
[INFO] Final Memory: 66M/707M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-pom/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/tests/target/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-ear/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/ear/target/dgss2122-teamB-microstories-pom-0.1.0-SNAPSHOT.ear to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-ear/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-ear-0.1.0-SNAPSHOT.ear
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/pom.xml to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar
Xvfb stopping
channel stopped
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/domain/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/Domain_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/service/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/Service_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/jsf/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/JSF_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories 2122 - Team B/rest/target/site/jacoco to /var/lib/jenkins/jobs/μStories 2122 - Team B/htmlreports/REST_JaCoCo_Report
Sending e-mails to: mrjato@esei.uvigo.es rymartinez@esei.uvigo.es pmperez@esei.uvigo.es ifmarinho@esei.uvigo.es bdalvarez@esei.uvigo.es jqbergantinho@esei.uvigo.es aggarcia3@esei.uvigo.es
Finished: UNSTABLE