SuccessConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/μStories - Team A
 > /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-1819-teamA/microstories.git # timeout=10
Fetching upstream changes from http://sing-group.org/dt/gitlab/dgss-1819-teamA/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-1819-teamA/microstories.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 8243295567e3c0b0199d558d4182f5d4d1f4beef (origin/develop)
Commit message: "Fix : Modifies the table names in the SQL files"
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 8243295567e3c0b0199d558d4182f5d4d1f4beef
 > /usr/bin/git rev-list cb1aabb9409273b00ec5eeccb670e5b53b38e412 # timeout=10
Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-54-4989705515564975886.fbdir
Parsing POMs
Established TCP socket on 55327
[μStories - Team A] $ /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 55327
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/μStories - Team A/pom.xml clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 18/19 Team A
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 18/19 Team A 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-pom ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-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 @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-pom ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-domain ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/domain/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /var/lib/jenkins/workspace/μStories - Team A/domain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/μStories - Team A/domain/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/domain/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-domain ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teama.microstories.domain.entities.EntitiesTestSuite
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s - in es.uvigo.esei.dgss.teama.microstories.domain.entities.EntitiesTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 10 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/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 @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.enums...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 10 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-domain ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-tests ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/tests/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /var/lib/jenkins/workspace/μStories - Team A/tests/target/classes
[INFO] /var/lib/jenkins/workspace/μStories - Team A/tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java: /var/lib/jenkins/workspace/μStories - Team A/tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/μStories - Team A/tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/tests/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-tests ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-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 @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.matchers...
Loading source files for package es.uvigo.esei.dgss.teama.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 - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToAuthor.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToGenre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/AuthorRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToAuthor.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToGenre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/class-use/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-tests ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-service ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/service/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/μStories - Team A/service/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-service ---
[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) @ dgss1819-teamA-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories - Team A/service/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/service/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teama.microstories.service.ServiceIntegrationTestSuite
19:04:50,997 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
19:04:51,713 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
19:04:52,024 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
19:04:55,485 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
19:04:55,532 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final
19:04:55,578 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final
19:04:55,848 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final
19:04:56,137 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
19:04:56,168 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.
19:04:56,174 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
19:04:56,191 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
19:04:56,198 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
19:04:56,237 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
19:04:56,276 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
19:04:56,332 INFO  [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
19:04:56,459 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
19:04:56,517 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
19:04:56,521 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting
19:04:56,611 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
19:04:56,716 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
19:04:56,726 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
19:04:57,013 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
19:04:57,148 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
19:04:57,183 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
19:04:57,494 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:28080
19:04:57,976 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
19:04:57,992 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1819/teamA/microstories]
19:04:59,290 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/deployments
19:04:59,574 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
19:04:59,766 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
19:04:59,831 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
19:04:59,832 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
19:04:59,840 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.
19:04:59,847 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.
19:05:00,055 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:29990/management
19:05:00,056 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:29990
19:05:00,056 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 8747ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
19:05:01,416 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
19:05:03,185 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
19:05:03,242 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
19:05:03,256 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
19:05:03,426 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
19:05:04,729 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/data/content/b0/71ed5a04a825338dbc031e07a14c65947447bf/content
19:05:04,761 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
19:05:06,525 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
19:05:06,693 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 22) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
19:05:06,730 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 22) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
19:05:06,897 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment test.war
19:05:07,072 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final
19:05:07,081 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 22) HHH000412: Hibernate Core {5.0.10.Final}
19:05:07,092 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 22) HHH000206: hibernate.properties not found
19:05:07,095 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 22) HHH000021: Bytecode provider name : javassist
19:05:07,210 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 22) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
19:05:07,345 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) 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.teama.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

19:05:07,795 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.
19:05:07,796 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.
19:05:07,928 INFO  [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.3.5 (Final)
19:05:08,336 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 8) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
19:05:08,731 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 22) WFLYCLINF0002: Started client-mappings cache from ejb container
19:05:09,263 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 8) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
19:05:09,273 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 8) HHH000431: Unable to determine H2 database version, certain features may not work
19:05:09,351 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 8) Envers integration enabled? : true
19:05:09,836 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 8) HHH000038: Composite-id class does not override equals(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
19:05:09,836 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 8) HHH000039: Composite-id class does not override hashCode(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
19:05:10,362 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 8) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
Hibernate: drop table User if exists
Hibernate: create table Reading (date timestamp not null, counter integer not null, story integer not null, primary key (story, date))
Hibernate: create table Story (id integer generated by default as identity, dateOfPublish timestamp, genre integer not null, text varchar(1000) not null, title varchar(50) not null, author varchar(100) not null, primary key (id))
Hibernate: create table Story_themes (Story_id integer not null, theme integer not null, primary key (Story_id, theme))
Hibernate: create table User (role varchar(6) not null, login varchar(100) not null, name varchar(150) not null, password varchar(32) not null, primary key (login))
Hibernate: alter table Reading add constraint FKc1op5r307yxtws4ih353istml foreign key (story) references Story
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table Story_themes add constraint FKb6a6ppaw3pcfyw463milsy02e foreign key (Story_id) references Story
19:05:10,397 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 8) HHH000230: Schema export complete
19:05:11,889 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 8) WFLYUT0021: Registered web context: /test
19:05:11,981 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
19:05:13,375 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-1) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:05:14,159 WARN  [org.hibernate.orm.deprecation] (default task-18) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, themes2_.Story_id as Story_id1_2_2_, themes2_.theme as theme2_2_2_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
19:05:15,228 WARN  [org.hibernate.orm.deprecation] (default task-7) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, themes2_.Story_id as Story_id1_2_2_, themes2_.theme as theme2_2_2_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
19:05:15,858 WARN  [org.hibernate.orm.deprecation] (default task-19) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:05:17,465 WARN  [org.hibernate.orm.deprecation] (default task-21) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:05:17,695 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 8) WFLYUT0022: Unregistered web context: /test
19:05:17,731 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 8) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
19:05:17,732 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 8) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
Hibernate: drop table User if exists
19:05:17,741 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 8) HHH000230: Schema export complete
19:05:17,745 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 10) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
19:05:17,778 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 8) WFLYCLINF0003: Stopped client-mappings cache from ejb container
19:05:17,796 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 125ms
19:05:17,836 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
19:05:17,842 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/data/content/b0/71ed5a04a825338dbc031e07a14c65947447bf/content
19:05:17,844 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.927 s - in es.uvigo.esei.dgss.teama.microstories.service.ServiceIntegrationTestSuite
19:05:17,895 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
19:05:17,909 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1819/teamA/microstories]
19:05:17,916 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
19:05:17,983 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
19:05:17,985 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping
19:05:18,022 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
19:05:18,029 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:28080
19:05:18,030 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 1.4.0.Final stopping
19:05:18,050 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 122ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/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 @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.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 - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-service ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/rest/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/μStories - Team A/rest/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/μStories - Team A/rest/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/rest/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-rest ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teama.microstories.rest.ResourceIntegrationTestSuite
19:05:30,350 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
19:05:34,366 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
19:05:34,679 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
19:05:37,908 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
19:05:37,954 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.4.0.Final
19:05:37,997 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.0.Final
19:05:38,100 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.21.Final
19:05:38,186 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
19:05:38,232 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.
19:05:38,256 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
19:05:38,238 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
19:05:38,273 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
19:05:38,358 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
19:05:38,389 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
19:05:38,430 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.4.0.Final starting
19:05:38,426 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
19:05:38,479 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
19:05:38,668 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
19:05:38,731 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
19:05:38,758 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
19:05:38,766 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
19:05:39,124 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
19:05:39,481 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
19:05:39,489 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
19:05:39,711 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:28080
19:05:40,429 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
19:05:40,445 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1819/teamA/microstories]
19:05:40,803 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/standalone/deployments
19:05:41,199 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
19:05:41,273 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
19:05:41,280 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
19:05:41,281 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 56) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
19:05:41,287 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.
19:05:41,288 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.
19:05:41,454 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:29990/management
19:05:41,460 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:29990
19:05:41,460 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 7453ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
19:05:42,495 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
19:05:44,200 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
19:05:44,276 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
19:05:44,293 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
19:05:44,444 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
19:05:46,778 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/standalone/data/content/12/cc419f65fc52de00adf9adb6e4ba326ec6ed6a/content
19:05:46,819 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
19:05:48,358 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
19:05:48,630 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 4) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
19:05:48,688 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 4) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
19:05:48,819 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment test.war
19:05:48,927 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 4) HHH000412: Hibernate Core {5.0.10.Final}
19:05:48,929 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 4) HHH000206: hibernate.properties not found
19:05:48,931 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 4) HHH000021: Bytecode provider name : javassist
19:05:49,024 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.2.4.Final
19:05:49,092 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 4) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
19:05:49,322 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.teama.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

19:05:49,639 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
19:05:49,640 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
19:05:49,811 INFO  [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.3.5 (Final)
19:05:50,572 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 22) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
19:05:50,694 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 4) WFLYCLINF0002: Started client-mappings cache from ejb container
19:05:51,205 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 22) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
19:05:51,216 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 22) HHH000431: Unable to determine H2 database version, certain features may not work
19:05:51,571 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 22) Envers integration enabled? : true
19:05:52,153 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 22) HHH000038: Composite-id class does not override equals(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
19:05:52,154 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 22) HHH000039: Composite-id class does not override hashCode(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
19:05:52,682 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 22) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
Hibernate: drop table User if exists
Hibernate: create table Reading (date timestamp not null, counter integer not null, story integer not null, primary key (story, date))
Hibernate: create table Story (id integer generated by default as identity, dateOfPublish timestamp, genre integer not null, text varchar(1000) not null, title varchar(50) not null, author varchar(100) not null, primary key (id))
Hibernate: create table Story_themes (Story_id integer not null, theme integer not null, primary key (Story_id, theme))
Hibernate: create table User (role varchar(6) not null, login varchar(100) not null, name varchar(150) not null, password varchar(32) not null, primary key (login))
Hibernate: alter table Reading add constraint FKc1op5r307yxtws4ih353istml foreign key (story) references Story
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table Story_themes add constraint FKb6a6ppaw3pcfyw463milsy02e foreign key (Story_id) references Story
19:05:52,724 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 22) HHH000230: Schema export complete
19:05:54,503 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: /test
19:05:54,615 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.
19:05:57,727 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-10) 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]

19:05:59,181 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-10) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, themes2_.Story_id as Story_id1_2_2_, themes2_.theme as theme2_2_2_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, themes2_.Story_id as Story_id1_2_2_, themes2_.theme as theme2_2_2_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:06:04,180 WARN  [org.hibernate.orm.deprecation] (default task-20) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:06:04,590 WARN  [org.hibernate.orm.deprecation] (default task-22) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:06:04,669 WARN  [org.hibernate.orm.deprecation] (default task-23) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:06:04,751 WARN  [org.hibernate.orm.deprecation] (default task-25) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_ from User author0_ where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
19:06:07,251 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: /test
19:06:07,299 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 63) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
19:06:07,303 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 63) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
Hibernate: drop table User if exists
19:06:07,311 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 63) HHH000230: Schema export complete
19:06:07,315 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
19:06:07,338 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0003: Stopped client-mappings cache from ejb container
19:06:07,355 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 127ms
19:06:07,373 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
19:06:07,376 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/standalone/data/content/12/cc419f65fc52de00adf9adb6e4ba326ec6ed6a/content
19:06:07,376 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.365 s - in es.uvigo.esei.dgss.teama.microstories.rest.ResourceIntegrationTestSuite
[INFO] Running es.uvigo.esei.dgss.teama.microstories.rest.ResourceUnitTestSuite
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s - in es.uvigo.esei.dgss.teama.microstories.rest.ResourceUnitTestSuite
19:06:07,638 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
19:06:07,645 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1819/teamA/microstories]
19:06:07,656 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
19:06:07,694 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
19:06:07,702 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
19:06:07,740 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
19:06:07,750 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:28080
19:06:07,752 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0004: Undertow 1.4.0.Final stopping
19:06:07,776 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 98ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-rest] in [/var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/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 @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-rest ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-jsf ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/jsf/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories - Team A/jsf/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
    [mkdir] Created dir: /var/lib/jenkins/workspace/μStories - Team A/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 - Team A/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-production-release-asset-2e65be.s3.amazonaws.com/25354393/e31e4c22-be6f-11e7-9bc7-dedc3490a7fd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181212%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181212T180542Z&X-Amz-Expires=300&X-Amz-Signature=1464d3ad3e46f860582600d99948f80dfcc8bb8b293c7ab0dc41095dd4b16ab2&X-Amz-SignedHeaders=host&actor_id=0&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 - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/jsf/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-jsf] in [/var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/webapp]
[INFO] Webapp assembled in [32 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/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 @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @param for redirect
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @return
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-jsf ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-ear ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/ear/target
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss1819-teamA-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-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 - Team A/ear/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss1819-teamA-microstories-ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-jsf:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-rest:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Copying artifact [jar:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-domain:0.2.0-SNAPSHOT] to [lib/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.apache.commons:commons-lang3:3.4] to [lib/commons-lang3-3.4.jar]
[INFO] Copying artifact [ejb:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-service:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-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 @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-ear ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  8.545 s]
[INFO] Domain ............................................. SUCCESS [ 13.308 s]
[INFO] Tests .............................................. SUCCESS [  7.798 s]
[INFO] Service ............................................ SUCCESS [ 38.956 s]
[INFO] REST ............................................... SUCCESS [ 49.575 s]
[INFO] JSF ................................................ SUCCESS [ 10.147 s]
[INFO] EAR ................................................ SUCCESS [  5.980 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:17 min
[INFO] Finished at: 2018-12-12T19:06:28+01:00
[INFO] Final Memory: 63M/732M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/ear/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.ear
channel stopped
[μStories - Team A] $ mvn -DskipTests=true deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 18/19 Team A
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 18/19 Team A 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-pom >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-pom ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-pom ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-pom:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 10 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-domain ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.enums...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 10 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-domain ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-domain ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-domain:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-tests ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-tests >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.matchers...
Loading source files for package es.uvigo.esei.dgss.teama.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 - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToAuthor.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToGenre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/AuthorRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToAuthor.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToGenre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/class-use/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-tests ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-tests ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-tests:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-service ---
[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) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.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 - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-service ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-service ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-service:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-rest] in [/var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [28 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-rest ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-rest ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-rest:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-jsf ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
      [get] Destination already exists (skipping): /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz
    [untar] Expanding: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-jsf] in [/var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/webapp]
[INFO] Webapp assembled in [203 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @param for redirect
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @return
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-jsf ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-jsf ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-jsf:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss1819-teamA-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss1819-teamA-microstories-ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-jsf:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-rest:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-ear >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-ear ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-ear ---
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml
647/647 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml (647 B at 3.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-20181212.180648-20.pom
2/44 KB     
4/44 KB   
6/44 KB   
8/44 KB   
10/44 KB   
12/44 KB   
14/44 KB   
16/44 KB   
18/44 KB   
20/44 KB   
22/44 KB   
24/44 KB   
26/44 KB   
28/44 KB   
30/44 KB   
32/44 KB   
34/44 KB   
36/44 KB   
38/44 KB   
40/44 KB   
42/44 KB   
44/44 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-20181212.180648-20.pom (44 KB at 672.1 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml
428/428 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml (428 B at 38.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml
647/647 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml (647 B at 31.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml
428/428 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml (428 B at 19.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 61.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20.jar
2/20 KB   
4/20 KB   
6/20 KB   
8/20 KB   
10/20 KB   
12/20 KB   
14/20 KB   
16/20 KB   
18/20 KB   
20/20 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20.jar (20 KB at 592.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20.pom
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20.pom (2 KB at 57.3 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml
431/431 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml (431 B at 28.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 55.7 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml
431/431 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml (431 B at 24.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20-sources.jar
2/12 KB     
4/12 KB   
6/12 KB   
8/12 KB   
10/12 KB   
12/12 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20-sources.jar (12 KB at 416.5 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 68.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20-javadoc.jar
2/83 KB   
4/83 KB   
6/83 KB   
8/83 KB   
10/83 KB   
12/83 KB   
14/83 KB   
16/83 KB   
18/83 KB   
20/83 KB   
22/83 KB   
24/83 KB   
26/83 KB   
28/83 KB   
30/83 KB   
32/83 KB   
34/83 KB   
36/83 KB   
38/83 KB   
40/83 KB   
42/83 KB   
44/83 KB   
46/83 KB   
48/83 KB   
50/83 KB   
52/83 KB   
54/83 KB   
56/83 KB   
58/83 KB   
60/83 KB   
62/83 KB   
64/83 KB   
66/83 KB   
68/83 KB   
70/83 KB   
72/83 KB   
74/83 KB   
76/83 KB   
78/83 KB   
80/83 KB   
82/83 KB   
83/83 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181212.180648-20-javadoc.jar (83 KB at 2851.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 72.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 102.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20.jar
2/60 KB   
4/60 KB   
6/60 KB   
8/60 KB   
10/60 KB   
12/60 KB   
14/60 KB   
16/60 KB   
18/60 KB   
20/60 KB   
22/60 KB   
24/60 KB   
26/60 KB   
28/60 KB   
30/60 KB   
32/60 KB   
34/60 KB   
36/60 KB   
38/60 KB   
40/60 KB   
42/60 KB   
44/60 KB   
46/60 KB   
48/60 KB   
50/60 KB   
52/60 KB   
54/60 KB   
56/60 KB   
58/60 KB   
60/60 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20.jar (60 KB at 2702.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20.pom
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20.pom (2 KB at 75.5 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml
430/430 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml (430 B at 5.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 64.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml
430/430 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml (430 B at 26.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20-sources.jar
2/44 KB     
4/44 KB   
6/44 KB   
8/44 KB   
10/44 KB   
12/44 KB   
14/44 KB   
16/44 KB   
18/44 KB   
20/44 KB   
22/44 KB   
24/44 KB   
26/44 KB   
28/44 KB   
30/44 KB   
32/44 KB   
34/44 KB   
36/44 KB   
38/44 KB   
40/44 KB   
42/44 KB   
44/44 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20-sources.jar (44 KB at 1829.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 81.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20-javadoc.jar
2/125 KB   
4/125 KB   
6/125 KB   
8/125 KB   
10/125 KB   
12/125 KB   
14/125 KB   
16/125 KB   
18/125 KB   
20/125 KB   
22/125 KB   
24/125 KB   
26/125 KB   
28/125 KB   
30/125 KB   
32/125 KB   
34/125 KB   
36/125 KB   
38/125 KB   
40/125 KB   
42/125 KB   
44/125 KB   
46/125 KB   
48/125 KB   
50/125 KB   
52/125 KB   
54/125 KB   
56/125 KB   
58/125 KB   
60/125 KB   
62/125 KB   
64/125 KB   
66/125 KB   
68/125 KB   
70/125 KB   
72/125 KB   
74/125 KB   
76/125 KB   
78/125 KB   
80/125 KB   
82/125 KB   
84/125 KB   
86/125 KB   
88/125 KB   
90/125 KB   
92/125 KB   
94/125 KB   
96/125 KB   
98/125 KB   
100/125 KB   
102/125 KB   
104/125 KB   
106/125 KB   
108/125 KB   
110/125 KB   
112/125 KB   
114/125 KB   
116/125 KB   
118/125 KB   
120/125 KB   
122/125 KB   
124/125 KB   
125/125 KB   
             
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181212.180648-20-javadoc.jar (125 KB at 3363.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB       
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 68.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 143.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20.jar
2/8 KB   
4/8 KB   
6/8 KB   
8/8 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20.jar (8 KB at 321.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20.pom
2/3 KB   
3/3 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20.pom (3 KB at 151.1 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml
432/432 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml (432 B at 38.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 68.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml
432/432 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml (432 B at 21.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20-sources.jar (7 KB at 254.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 79.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20-javadoc.jar
2/26 KB   
4/26 KB   
6/26 KB   
8/26 KB   
10/26 KB   
12/26 KB   
14/26 KB   
16/26 KB   
18/26 KB   
20/26 KB   
22/26 KB   
24/26 KB   
26/26 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20-javadoc.jar (26 KB at 992.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 84.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20-tests.jar
2/14 KB   
4/14 KB   
6/14 KB   
8/14 KB   
10/14 KB   
12/14 KB   
14/14 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181212.180648-20-tests.jar (14 KB at 765.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 41.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 87.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20.war
2/10 KB   
4/10 KB   
6/10 KB   
8/10 KB   
10/10 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20.war (10 KB at 391.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20.pom
2/3 KB     
3/3 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20.pom (3 KB at 125.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml
429/429 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml (429 B at 38.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 71.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml
429/429 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml (429 B at 26.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20-sources.jar (7 KB at 320.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 50.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20-javadoc.jar
2/39 KB   
4/39 KB   
6/39 KB   
8/39 KB   
10/39 KB   
12/39 KB   
14/39 KB   
16/39 KB   
18/39 KB   
20/39 KB   
22/39 KB   
24/39 KB   
26/39 KB   
28/39 KB   
30/39 KB   
32/39 KB   
34/39 KB   
36/39 KB   
38/39 KB   
39/39 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181212.180648-20-javadoc.jar (39 KB at 1539.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 61.1 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 122.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20.war
2/2264 KB   
4/2264 KB   
6/2264 KB   
8/2264 KB   
10/2264 KB   
12/2264 KB   
14/2264 KB   
16/2264 KB   
18/2264 KB   
20/2264 KB   
22/2264 KB   
24/2264 KB   
26/2264 KB   
28/2264 KB   
30/2264 KB   
32/2264 KB   
34/2264 KB   
36/2264 KB   
38/2264 KB   
40/2264 KB   
42/2264 KB   
44/2264 KB   
46/2264 KB   
48/2264 KB   
50/2264 KB   
52/2264 KB   
54/2264 KB   
56/2264 KB   
58/2264 KB   
60/2264 KB   
62/2264 KB   
64/2264 KB   
66/2264 KB   
68/2264 KB   
70/2264 KB   
72/2264 KB   
74/2264 KB   
76/2264 KB   
78/2264 KB   
80/2264 KB   
82/2264 KB   
84/2264 KB   
86/2264 KB   
88/2264 KB   
90/2264 KB   
92/2264 KB   
94/2264 KB   
96/2264 KB   
98/2264 KB   
100/2264 KB   
102/2264 KB   
104/2264 KB   
106/2264 KB   
108/2264 KB   
110/2264 KB   
112/2264 KB   
114/2264 KB   
116/2264 KB   
118/2264 KB   
120/2264 KB   
122/2264 KB   
124/2264 KB   
126/2264 KB   
128/2264 KB   
130/2264 KB   
132/2264 KB   
134/2264 KB   
136/2264 KB   
138/2264 KB   
140/2264 KB   
142/2264 KB   
144/2264 KB   
146/2264 KB   
148/2264 KB   
150/2264 KB   
152/2264 KB   
154/2264 KB   
156/2264 KB   
158/2264 KB   
160/2264 KB   
162/2264 KB   
164/2264 KB   
166/2264 KB   
168/2264 KB   
170/2264 KB   
172/2264 KB   
174/2264 KB   
176/2264 KB   
178/2264 KB   
180/2264 KB   
182/2264 KB   
184/2264 KB   
186/2264 KB   
188/2264 KB   
190/2264 KB   
192/2264 KB   
194/2264 KB   
196/2264 KB   
198/2264 KB   
200/2264 KB   
202/2264 KB   
204/2264 KB   
206/2264 KB   
208/2264 KB   
210/2264 KB   
212/2264 KB   
214/2264 KB   
216/2264 KB   
218/2264 KB   
220/2264 KB   
222/2264 KB   
224/2264 KB   
226/2264 KB   
228/2264 KB   
230/2264 KB   
232/2264 KB   
234/2264 KB   
236/2264 KB   
238/2264 KB   
240/2264 KB   
242/2264 KB   
244/2264 KB   
246/2264 KB   
248/2264 KB   
250/2264 KB   
252/2264 KB   
254/2264 KB   
256/2264 KB   
258/2264 KB   
260/2264 KB   
262/2264 KB   
264/2264 KB   
266/2264 KB   
268/2264 KB   
270/2264 KB   
272/2264 KB   
274/2264 KB   
276/2264 KB   
278/2264 KB   
280/2264 KB   
282/2264 KB   
284/2264 KB   
286/2264 KB   
288/2264 KB   
290/2264 KB   
292/2264 KB   
294/2264 KB   
296/2264 KB   
298/2264 KB   
300/2264 KB   
302/2264 KB   
304/2264 KB   
306/2264 KB   
308/2264 KB   
310/2264 KB   
312/2264 KB   
314/2264 KB   
316/2264 KB   
318/2264 KB   
320/2264 KB   
322/2264 KB   
324/2264 KB   
326/2264 KB   
328/2264 KB   
330/2264 KB   
332/2264 KB   
334/2264 KB   
336/2264 KB   
338/2264 KB   
340/2264 KB   
342/2264 KB   
344/2264 KB   
346/2264 KB   
348/2264 KB   
350/2264 KB   
352/2264 KB   
354/2264 KB   
356/2264 KB   
358/2264 KB   
360/2264 KB   
362/2264 KB   
364/2264 KB   
366/2264 KB   
368/2264 KB   
370/2264 KB   
372/2264 KB   
374/2264 KB   
376/2264 KB   
378/2264 KB   
380/2264 KB   
382/2264 KB   
384/2264 KB   
386/2264 KB   
388/2264 KB   
390/2264 KB   
392/2264 KB   
394/2264 KB   
396/2264 KB   
398/2264 KB   
400/2264 KB   
402/2264 KB   
404/2264 KB   
406/2264 KB   
408/2264 KB   
410/2264 KB   
412/2264 KB   
414/2264 KB   
416/2264 KB   
418/2264 KB   
420/2264 KB   
422/2264 KB   
424/2264 KB   
426/2264 KB   
428/2264 KB   
430/2264 KB   
432/2264 KB   
434/2264 KB   
436/2264 KB   
438/2264 KB   
440/2264 KB   
442/2264 KB   
444/2264 KB   
446/2264 KB   
448/2264 KB   
450/2264 KB   
452/2264 KB   
454/2264 KB   
456/2264 KB   
458/2264 KB   
460/2264 KB   
462/2264 KB   
464/2264 KB   
466/2264 KB   
468/2264 KB   
470/2264 KB   
472/2264 KB   
474/2264 KB   
476/2264 KB   
478/2264 KB   
480/2264 KB   
482/2264 KB   
484/2264 KB   
486/2264 KB   
488/2264 KB   
490/2264 KB   
492/2264 KB   
494/2264 KB   
496/2264 KB   
498/2264 KB   
500/2264 KB   
502/2264 KB   
504/2264 KB   
506/2264 KB   
508/2264 KB   
510/2264 KB   
512/2264 KB   
514/2264 KB   
516/2264 KB   
518/2264 KB   
520/2264 KB   
522/2264 KB   
524/2264 KB   
526/2264 KB   
528/2264 KB   
530/2264 KB   
532/2264 KB   
534/2264 KB   
536/2264 KB   
538/2264 KB   
540/2264 KB   
542/2264 KB   
544/2264 KB   
546/2264 KB   
548/2264 KB   
550/2264 KB   
552/2264 KB   
554/2264 KB   
556/2264 KB   
558/2264 KB   
560/2264 KB   
562/2264 KB   
564/2264 KB   
566/2264 KB   
568/2264 KB   
570/2264 KB   
572/2264 KB   
574/2264 KB   
576/2264 KB   
578/2264 KB   
580/2264 KB   
582/2264 KB   
584/2264 KB   
586/2264 KB   
588/2264 KB   
590/2264 KB   
592/2264 KB   
594/2264 KB   
596/2264 KB   
598/2264 KB   
600/2264 KB   
602/2264 KB   
604/2264 KB   
606/2264 KB   
608/2264 KB   
610/2264 KB   
612/2264 KB   
614/2264 KB   
616/2264 KB   
618/2264 KB   
620/2264 KB   
622/2264 KB   
624/2264 KB   
626/2264 KB   
628/2264 KB   
630/2264 KB   
632/2264 KB   
634/2264 KB   
636/2264 KB   
638/2264 KB   
640/2264 KB   
642/2264 KB   
644/2264 KB   
646/2264 KB   
648/2264 KB   
650/2264 KB   
652/2264 KB   
654/2264 KB   
656/2264 KB   
658/2264 KB   
660/2264 KB   
662/2264 KB   
664/2264 KB   
666/2264 KB   
668/2264 KB   
670/2264 KB   
672/2264 KB   
674/2264 KB   
676/2264 KB   
678/2264 KB   
680/2264 KB   
682/2264 KB   
684/2264 KB   
686/2264 KB   
688/2264 KB   
690/2264 KB   
692/2264 KB   
694/2264 KB   
696/2264 KB   
698/2264 KB   
700/2264 KB   
702/2264 KB   
704/2264 KB   
706/2264 KB   
708/2264 KB   
710/2264 KB   
712/2264 KB   
714/2264 KB   
716/2264 KB   
718/2264 KB   
720/2264 KB   
722/2264 KB   
724/2264 KB   
726/2264 KB   
728/2264 KB   
730/2264 KB   
732/2264 KB   
734/2264 KB   
736/2264 KB   
738/2264 KB   
740/2264 KB   
742/2264 KB   
744/2264 KB   
746/2264 KB   
748/2264 KB   
750/2264 KB   
752/2264 KB   
754/2264 KB   
756/2264 KB   
758/2264 KB   
760/2264 KB   
762/2264 KB   
764/2264 KB   
766/2264 KB   
768/2264 KB   
770/2264 KB   
772/2264 KB   
774/2264 KB   
776/2264 KB   
778/2264 KB   
780/2264 KB   
782/2264 KB   
784/2264 KB   
786/2264 KB   
788/2264 KB   
790/2264 KB   
792/2264 KB   
794/2264 KB   
796/2264 KB   
798/2264 KB   
800/2264 KB   
802/2264 KB   
804/2264 KB   
806/2264 KB   
808/2264 KB   
810/2264 KB   
812/2264 KB   
814/2264 KB   
816/2264 KB   
818/2264 KB   
820/2264 KB   
822/2264 KB   
824/2264 KB   
826/2264 KB   
828/2264 KB   
830/2264 KB   
832/2264 KB   
834/2264 KB   
836/2264 KB   
838/2264 KB   
840/2264 KB   
842/2264 KB   
844/2264 KB   
846/2264 KB   
848/2264 KB   
850/2264 KB   
852/2264 KB   
854/2264 KB   
856/2264 KB   
858/2264 KB   
860/2264 KB   
862/2264 KB   
864/2264 KB   
866/2264 KB   
868/2264 KB   
870/2264 KB   
872/2264 KB   
874/2264 KB   
876/2264 KB   
878/2264 KB   
880/2264 KB   
882/2264 KB   
884/2264 KB   
886/2264 KB   
888/2264 KB   
890/2264 KB   
892/2264 KB   
894/2264 KB   
896/2264 KB   
898/2264 KB   
900/2264 KB   
902/2264 KB   
904/2264 KB   
906/2264 KB   
908/2264 KB   
910/2264 KB   
912/2264 KB   
914/2264 KB   
916/2264 KB   
918/2264 KB   
920/2264 KB   
922/2264 KB   
924/2264 KB   
926/2264 KB   
928/2264 KB   
930/2264 KB   
932/2264 KB   
934/2264 KB   
936/2264 KB   
938/2264 KB   
940/2264 KB   
942/2264 KB   
944/2264 KB   
946/2264 KB   
948/2264 KB   
950/2264 KB   
952/2264 KB   
954/2264 KB   
956/2264 KB   
958/2264 KB   
960/2264 KB   
962/2264 KB   
964/2264 KB   
966/2264 KB   
968/2264 KB   
970/2264 KB   
972/2264 KB   
974/2264 KB   
976/2264 KB   
978/2264 KB   
980/2264 KB   
982/2264 KB   
984/2264 KB   
986/2264 KB   
988/2264 KB   
990/2264 KB   
992/2264 KB   
994/2264 KB   
996/2264 KB   
998/2264 KB   
1000/2264 KB   
1002/2264 KB   
1004/2264 KB   
1006/2264 KB   
1008/2264 KB   
1010/2264 KB   
1012/2264 KB   
1014/2264 KB   
1016/2264 KB   
1018/2264 KB   
1020/2264 KB   
1022/2264 KB   
1024/2264 KB   
1026/2264 KB   
1028/2264 KB   
1030/2264 KB   
1032/2264 KB   
1034/2264 KB   
1036/2264 KB   
1038/2264 KB   
1040/2264 KB   
1042/2264 KB   
1044/2264 KB   
1046/2264 KB   
1048/2264 KB   
1050/2264 KB   
1052/2264 KB   
1054/2264 KB   
1056/2264 KB   
1058/2264 KB   
1060/2264 KB   
1062/2264 KB   
1064/2264 KB   
1066/2264 KB   
1068/2264 KB   
1070/2264 KB   
1072/2264 KB   
1074/2264 KB   
1076/2264 KB   
1078/2264 KB   
1080/2264 KB   
1082/2264 KB   
1084/2264 KB   
1086/2264 KB   
1088/2264 KB   
1090/2264 KB   
1092/2264 KB   
1094/2264 KB   
1096/2264 KB   
1098/2264 KB   
1100/2264 KB   
1102/2264 KB   
1104/2264 KB   
1106/2264 KB   
1108/2264 KB   
1110/2264 KB   
1112/2264 KB   
1114/2264 KB   
1116/2264 KB   
1118/2264 KB   
1120/2264 KB   
1122/2264 KB   
1124/2264 KB   
1126/2264 KB   
1128/2264 KB   
1130/2264 KB   
1132/2264 KB   
1134/2264 KB   
1136/2264 KB   
1138/2264 KB   
1140/2264 KB   
1142/2264 KB   
1144/2264 KB   
1146/2264 KB   
1148/2264 KB   
1150/2264 KB   
1152/2264 KB   
1154/2264 KB   
1156/2264 KB   
1158/2264 KB   
1160/2264 KB   
1162/2264 KB   
1164/2264 KB   
1166/2264 KB   
1168/2264 KB   
1170/2264 KB   
1172/2264 KB   
1174/2264 KB   
1176/2264 KB   
1178/2264 KB   
1180/2264 KB   
1182/2264 KB   
1184/2264 KB   
1186/2264 KB   
1188/2264 KB   
1190/2264 KB   
1192/2264 KB   
1194/2264 KB   
1196/2264 KB   
1198/2264 KB   
1200/2264 KB   
1202/2264 KB   
1204/2264 KB   
1206/2264 KB   
1208/2264 KB   
1210/2264 KB   
1212/2264 KB   
1214/2264 KB   
1216/2264 KB   
1218/2264 KB   
1220/2264 KB   
1222/2264 KB   
1224/2264 KB   
1226/2264 KB   
1228/2264 KB   
1230/2264 KB   
1232/2264 KB   
1234/2264 KB   
1236/2264 KB   
1238/2264 KB   
1240/2264 KB   
1242/2264 KB   
1244/2264 KB   
1246/2264 KB   
1248/2264 KB   
1250/2264 KB   
1252/2264 KB   
1254/2264 KB   
1256/2264 KB   
1258/2264 KB   
1260/2264 KB   
1262/2264 KB   
1264/2264 KB   
1266/2264 KB   
1268/2264 KB   
1270/2264 KB   
1272/2264 KB   
1274/2264 KB   
1276/2264 KB   
1278/2264 KB   
1280/2264 KB   
1282/2264 KB   
1284/2264 KB   
1286/2264 KB   
1288/2264 KB   
1290/2264 KB   
1292/2264 KB   
1294/2264 KB   
1296/2264 KB   
1298/2264 KB   
1300/2264 KB   
1302/2264 KB   
1304/2264 KB   
1306/2264 KB   
1308/2264 KB   
1310/2264 KB   
1312/2264 KB   
1314/2264 KB   
1316/2264 KB   
1318/2264 KB   
1320/2264 KB   
1322/2264 KB   
1324/2264 KB   
1326/2264 KB   
1328/2264 KB   
1330/2264 KB   
1332/2264 KB   
1334/2264 KB   
1336/2264 KB   
1338/2264 KB   
1340/2264 KB   
1342/2264 KB   
1344/2264 KB   
1346/2264 KB   
1348/2264 KB   
1350/2264 KB   
1352/2264 KB   
1354/2264 KB   
1356/2264 KB   
1358/2264 KB   
1360/2264 KB   
1362/2264 KB   
1364/2264 KB   
1366/2264 KB   
1368/2264 KB   
1370/2264 KB   
1372/2264 KB   
1374/2264 KB   
1376/2264 KB   
1378/2264 KB   
1380/2264 KB   
1382/2264 KB   
1384/2264 KB   
1386/2264 KB   
1388/2264 KB   
1390/2264 KB   
1392/2264 KB   
1394/2264 KB   
1396/2264 KB   
1398/2264 KB   
1400/2264 KB   
1402/2264 KB   
1404/2264 KB   
1406/2264 KB   
1408/2264 KB   
1410/2264 KB   
1412/2264 KB   
1414/2264 KB   
1416/2264 KB   
1418/2264 KB   
1420/2264 KB   
1422/2264 KB   
1424/2264 KB   
1426/2264 KB   
1428/2264 KB   
1430/2264 KB   
1432/2264 KB   
1434/2264 KB   
1436/2264 KB   
1438/2264 KB   
1440/2264 KB   
1442/2264 KB   
1444/2264 KB   
1446/2264 KB   
1448/2264 KB   
1450/2264 KB   
1452/2264 KB   
1454/2264 KB   
1456/2264 KB   
1458/2264 KB   
1460/2264 KB   
1462/2264 KB   
1464/2264 KB   
1466/2264 KB   
1468/2264 KB   
1470/2264 KB   
1472/2264 KB   
1474/2264 KB   
1476/2264 KB   
1478/2264 KB   
1480/2264 KB   
1482/2264 KB   
1484/2264 KB   
1486/2264 KB   
1488/2264 KB   
1490/2264 KB   
1492/2264 KB   
1494/2264 KB   
1496/2264 KB   
1498/2264 KB   
1500/2264 KB   
1502/2264 KB   
1504/2264 KB   
1506/2264 KB   
1508/2264 KB   
1510/2264 KB   
1512/2264 KB   
1514/2264 KB   
1516/2264 KB   
1518/2264 KB   
1520/2264 KB   
1522/2264 KB   
1524/2264 KB   
1526/2264 KB   
1528/2264 KB   
1530/2264 KB   
1532/2264 KB   
1534/2264 KB   
1536/2264 KB   
1538/2264 KB   
1540/2264 KB   
1542/2264 KB   
1544/2264 KB   
1546/2264 KB   
1548/2264 KB   
1550/2264 KB   
1552/2264 KB   
1554/2264 KB   
1556/2264 KB   
1558/2264 KB   
1560/2264 KB   
1562/2264 KB   
1564/2264 KB   
1566/2264 KB   
1568/2264 KB   
1570/2264 KB   
1572/2264 KB   
1574/2264 KB   
1576/2264 KB   
1578/2264 KB   
1580/2264 KB   
1582/2264 KB   
1584/2264 KB   
1586/2264 KB   
1588/2264 KB   
1590/2264 KB   
1592/2264 KB   
1594/2264 KB   
1596/2264 KB   
1598/2264 KB   
1600/2264 KB   
1602/2264 KB   
1604/2264 KB   
1606/2264 KB   
1608/2264 KB   
1610/2264 KB   
1612/2264 KB   
1614/2264 KB   
1616/2264 KB   
1618/2264 KB   
1620/2264 KB   
1622/2264 KB   
1624/2264 KB   
1626/2264 KB   
1628/2264 KB   
1630/2264 KB   
1632/2264 KB   
1634/2264 KB   
1636/2264 KB   
1638/2264 KB   
1640/2264 KB   
1642/2264 KB   
1644/2264 KB   
1646/2264 KB   
1648/2264 KB   
1650/2264 KB   
1652/2264 KB   
1654/2264 KB   
1656/2264 KB   
1658/2264 KB   
1660/2264 KB   
1662/2264 KB   
1664/2264 KB   
1666/2264 KB   
1668/2264 KB   
1670/2264 KB   
1672/2264 KB   
1674/2264 KB   
1676/2264 KB   
1678/2264 KB   
1680/2264 KB   
1682/2264 KB   
1684/2264 KB   
1686/2264 KB   
1688/2264 KB   
1690/2264 KB   
1692/2264 KB   
1694/2264 KB   
1696/2264 KB   
1698/2264 KB   
1700/2264 KB   
1702/2264 KB   
1704/2264 KB   
1706/2264 KB   
1708/2264 KB   
1710/2264 KB   
1712/2264 KB   
1714/2264 KB   
1716/2264 KB   
1718/2264 KB   
1720/2264 KB   
1722/2264 KB   
1724/2264 KB   
1726/2264 KB   
1728/2264 KB   
1730/2264 KB   
1732/2264 KB   
1734/2264 KB   
1736/2264 KB   
1738/2264 KB   
1740/2264 KB   
1742/2264 KB   
1744/2264 KB   
1746/2264 KB   
1748/2264 KB   
1750/2264 KB   
1752/2264 KB   
1754/2264 KB   
1756/2264 KB   
1758/2264 KB   
1760/2264 KB   
1762/2264 KB   
1764/2264 KB   
1766/2264 KB   
1768/2264 KB   
1770/2264 KB   
1772/2264 KB   
1774/2264 KB   
1776/2264 KB   
1778/2264 KB   
1780/2264 KB   
1782/2264 KB   
1784/2264 KB   
1786/2264 KB   
1788/2264 KB   
1790/2264 KB   
1792/2264 KB   
1794/2264 KB   
1796/2264 KB   
1798/2264 KB   
1800/2264 KB   
1802/2264 KB   
1804/2264 KB   
1806/2264 KB   
1808/2264 KB   
1810/2264 KB   
1812/2264 KB   
1814/2264 KB   
1816/2264 KB   
1818/2264 KB   
1820/2264 KB   
1822/2264 KB   
1824/2264 KB   
1826/2264 KB   
1828/2264 KB   
1830/2264 KB   
1832/2264 KB   
1834/2264 KB   
1836/2264 KB   
1838/2264 KB   
1840/2264 KB   
1842/2264 KB   
1844/2264 KB   
1846/2264 KB   
1848/2264 KB   
1850/2264 KB   
1852/2264 KB   
1854/2264 KB   
1856/2264 KB   
1858/2264 KB   
1860/2264 KB   
1862/2264 KB   
1864/2264 KB   
1866/2264 KB   
1868/2264 KB   
1870/2264 KB   
1872/2264 KB   
1874/2264 KB   
1876/2264 KB   
1878/2264 KB   
1880/2264 KB   
1882/2264 KB   
1884/2264 KB   
1886/2264 KB   
1888/2264 KB   
1890/2264 KB   
1892/2264 KB   
1894/2264 KB   
1896/2264 KB   
1898/2264 KB   
1900/2264 KB   
1902/2264 KB   
1904/2264 KB   
1906/2264 KB   
1908/2264 KB   
1910/2264 KB   
1912/2264 KB   
1914/2264 KB   
1916/2264 KB   
1918/2264 KB   
1920/2264 KB   
1922/2264 KB   
1924/2264 KB   
1926/2264 KB   
1928/2264 KB   
1930/2264 KB   
1932/2264 KB   
1934/2264 KB   
1936/2264 KB   
1938/2264 KB   
1940/2264 KB   
1942/2264 KB   
1944/2264 KB   
1946/2264 KB   
1948/2264 KB   
1950/2264 KB   
1952/2264 KB   
1954/2264 KB   
1956/2264 KB   
1958/2264 KB   
1960/2264 KB   
1962/2264 KB   
1964/2264 KB   
1966/2264 KB   
1968/2264 KB   
1970/2264 KB   
1972/2264 KB   
1974/2264 KB   
1976/2264 KB   
1978/2264 KB   
1980/2264 KB   
1982/2264 KB   
1984/2264 KB   
1986/2264 KB   
1988/2264 KB   
1990/2264 KB   
1992/2264 KB   
1994/2264 KB   
1996/2264 KB   
1998/2264 KB   
2000/2264 KB   
2002/2264 KB   
2004/2264 KB   
2006/2264 KB   
2008/2264 KB   
2010/2264 KB   
2012/2264 KB   
2014/2264 KB   
2016/2264 KB   
2018/2264 KB   
2020/2264 KB   
2022/2264 KB   
2024/2264 KB   
2026/2264 KB   
2028/2264 KB   
2030/2264 KB   
2032/2264 KB   
2034/2264 KB   
2036/2264 KB   
2038/2264 KB   
2040/2264 KB   
2042/2264 KB   
2044/2264 KB   
2046/2264 KB   
2048/2264 KB   
2050/2264 KB   
2052/2264 KB   
2054/2264 KB   
2056/2264 KB   
2058/2264 KB   
2060/2264 KB   
2062/2264 KB   
2064/2264 KB   
2066/2264 KB   
2068/2264 KB   
2070/2264 KB   
2072/2264 KB   
2074/2264 KB   
2076/2264 KB   
2078/2264 KB   
2080/2264 KB   
2082/2264 KB   
2084/2264 KB   
2086/2264 KB   
2088/2264 KB   
2090/2264 KB   
2092/2264 KB   
2094/2264 KB   
2096/2264 KB   
2098/2264 KB   
2100/2264 KB   
2102/2264 KB   
2104/2264 KB   
2106/2264 KB   
2108/2264 KB   
2110/2264 KB   
2112/2264 KB   
2114/2264 KB   
2116/2264 KB   
2118/2264 KB   
2120/2264 KB   
2122/2264 KB   
2124/2264 KB   
2126/2264 KB   
2128/2264 KB   
2130/2264 KB   
2132/2264 KB   
2134/2264 KB   
2136/2264 KB   
2138/2264 KB   
2140/2264 KB   
2142/2264 KB   
2144/2264 KB   
2146/2264 KB   
2148/2264 KB   
2150/2264 KB   
2152/2264 KB   
2154/2264 KB   
2156/2264 KB   
2158/2264 KB   
2160/2264 KB   
2162/2264 KB   
2164/2264 KB   
2166/2264 KB   
2168/2264 KB   
2170/2264 KB   
2172/2264 KB   
2174/2264 KB   
2176/2264 KB   
2178/2264 KB   
2180/2264 KB   
2182/2264 KB   
2184/2264 KB   
2186/2264 KB   
2188/2264 KB   
2190/2264 KB   
2192/2264 KB   
2194/2264 KB   
2196/2264 KB   
2198/2264 KB   
2200/2264 KB   
2202/2264 KB   
2204/2264 KB   
2206/2264 KB   
2208/2264 KB   
2210/2264 KB   
2212/2264 KB   
2214/2264 KB   
2216/2264 KB   
2218/2264 KB   
2220/2264 KB   
2222/2264 KB   
2224/2264 KB   
2226/2264 KB   
2228/2264 KB   
2230/2264 KB   
2232/2264 KB   
2234/2264 KB   
2236/2264 KB   
2238/2264 KB   
2240/2264 KB   
2242/2264 KB   
2244/2264 KB   
2246/2264 KB   
2248/2264 KB   
2250/2264 KB   
2252/2264 KB   
2254/2264 KB   
2256/2264 KB   
2258/2264 KB   
2260/2264 KB   
2262/2264 KB   
2264/2264 KB   
               
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20.war (2264 KB at 13007.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20.pom
2/17 KB        
4/17 KB   
6/17 KB   
8/17 KB   
10/17 KB   
12/17 KB   
14/17 KB   
16/17 KB   
17/17 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20.pom (17 KB at 805.7 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml
428/428 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml (428 B at 41.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 76.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml
428/428 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml (428 B at 27.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20-sources.jar (7 KB at 278.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 67.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20-javadoc.jar
2/34 KB   
4/34 KB   
6/34 KB   
8/34 KB   
10/34 KB   
12/34 KB   
14/34 KB   
16/34 KB   
18/34 KB   
20/34 KB   
22/34 KB   
24/34 KB   
26/34 KB   
28/34 KB   
30/34 KB   
32/34 KB   
34/34 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181212.180649-20-javadoc.jar (34 KB at 1378.5 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 33.9 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml
821/821 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml (821 B at 61.7 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181212.180649-20.ear
2/2682 KB   
4/2682 KB   
6/2682 KB   
8/2682 KB   
10/2682 KB   
12/2682 KB   
14/2682 KB   
16/2682 KB   
18/2682 KB   
20/2682 KB   
22/2682 KB   
24/2682 KB   
26/2682 KB   
28/2682 KB   
30/2682 KB   
32/2682 KB   
34/2682 KB   
36/2682 KB   
38/2682 KB   
40/2682 KB   
42/2682 KB   
44/2682 KB   
46/2682 KB   
48/2682 KB   
50/2682 KB   
52/2682 KB   
54/2682 KB   
56/2682 KB   
58/2682 KB   
60/2682 KB   
62/2682 KB   
64/2682 KB   
66/2682 KB   
68/2682 KB   
70/2682 KB   
72/2682 KB   
74/2682 KB   
76/2682 KB   
78/2682 KB   
80/2682 KB   
82/2682 KB   
84/2682 KB   
86/2682 KB   
88/2682 KB   
90/2682 KB   
92/2682 KB   
94/2682 KB   
96/2682 KB   
98/2682 KB   
100/2682 KB   
102/2682 KB   
104/2682 KB   
106/2682 KB   
108/2682 KB   
110/2682 KB   
112/2682 KB   
114/2682 KB   
116/2682 KB   
118/2682 KB   
120/2682 KB   
122/2682 KB   
124/2682 KB   
126/2682 KB   
128/2682 KB   
130/2682 KB   
132/2682 KB   
134/2682 KB   
136/2682 KB   
138/2682 KB   
140/2682 KB   
142/2682 KB   
144/2682 KB   
146/2682 KB   
148/2682 KB   
150/2682 KB   
152/2682 KB   
154/2682 KB   
156/2682 KB   
158/2682 KB   
160/2682 KB   
162/2682 KB   
164/2682 KB   
166/2682 KB   
168/2682 KB   
170/2682 KB   
172/2682 KB   
174/2682 KB   
176/2682 KB   
178/2682 KB   
180/2682 KB   
182/2682 KB   
184/2682 KB   
186/2682 KB   
188/2682 KB   
190/2682 KB   
192/2682 KB   
194/2682 KB   
196/2682 KB   
198/2682 KB   
200/2682 KB   
202/2682 KB   
204/2682 KB   
206/2682 KB   
208/2682 KB   
210/2682 KB   
212/2682 KB   
214/2682 KB   
216/2682 KB   
218/2682 KB   
220/2682 KB   
222/2682 KB   
224/2682 KB   
226/2682 KB   
228/2682 KB   
230/2682 KB   
232/2682 KB   
234/2682 KB   
236/2682 KB   
238/2682 KB   
240/2682 KB   
242/2682 KB   
244/2682 KB   
246/2682 KB   
248/2682 KB   
250/2682 KB   
252/2682 KB   
254/2682 KB   
256/2682 KB   
258/2682 KB   
260/2682 KB   
262/2682 KB   
264/2682 KB   
266/2682 KB   
268/2682 KB   
270/2682 KB   
272/2682 KB   
274/2682 KB   
276/2682 KB   
278/2682 KB   
280/2682 KB   
282/2682 KB   
284/2682 KB   
286/2682 KB   
288/2682 KB   
290/2682 KB   
292/2682 KB   
294/2682 KB   
296/2682 KB   
298/2682 KB   
300/2682 KB   
302/2682 KB   
304/2682 KB   
306/2682 KB   
308/2682 KB   
310/2682 KB   
312/2682 KB   
314/2682 KB   
316/2682 KB   
318/2682 KB   
320/2682 KB   
322/2682 KB   
324/2682 KB   
326/2682 KB   
328/2682 KB   
330/2682 KB   
332/2682 KB   
334/2682 KB   
336/2682 KB   
338/2682 KB   
340/2682 KB   
342/2682 KB   
344/2682 KB   
346/2682 KB   
348/2682 KB   
350/2682 KB   
352/2682 KB   
354/2682 KB   
356/2682 KB   
358/2682 KB   
360/2682 KB   
362/2682 KB   
364/2682 KB   
366/2682 KB   
368/2682 KB   
370/2682 KB   
372/2682 KB   
374/2682 KB   
376/2682 KB   
378/2682 KB   
380/2682 KB   
382/2682 KB   
384/2682 KB   
386/2682 KB   
388/2682 KB   
390/2682 KB   
392/2682 KB   
394/2682 KB   
396/2682 KB   
398/2682 KB   
400/2682 KB   
402/2682 KB   
404/2682 KB   
406/2682 KB   
408/2682 KB   
410/2682 KB   
412/2682 KB   
414/2682 KB   
416/2682 KB   
418/2682 KB   
420/2682 KB   
422/2682 KB   
424/2682 KB   
426/2682 KB   
428/2682 KB   
430/2682 KB   
432/2682 KB   
434/2682 KB   
436/2682 KB   
438/2682 KB   
440/2682 KB   
442/2682 KB   
444/2682 KB   
446/2682 KB   
448/2682 KB   
450/2682 KB   
452/2682 KB   
454/2682 KB   
456/2682 KB   
458/2682 KB   
460/2682 KB   
462/2682 KB   
464/2682 KB   
466/2682 KB   
468/2682 KB   
470/2682 KB   
472/2682 KB   
474/2682 KB   
476/2682 KB   
478/2682 KB   
480/2682 KB   
482/2682 KB   
484/2682 KB   
486/2682 KB   
488/2682 KB   
490/2682 KB   
492/2682 KB   
494/2682 KB   
496/2682 KB   
498/2682 KB   
500/2682 KB   
502/2682 KB   
504/2682 KB   
506/2682 KB   
508/2682 KB   
510/2682 KB   
512/2682 KB   
514/2682 KB   
516/2682 KB   
518/2682 KB   
520/2682 KB   
522/2682 KB   
524/2682 KB   
526/2682 KB   
528/2682 KB   
530/2682 KB   
532/2682 KB   
534/2682 KB   
536/2682 KB   
538/2682 KB   
540/2682 KB   
542/2682 KB   
544/2682 KB   
546/2682 KB   
548/2682 KB   
550/2682 KB   
552/2682 KB   
554/2682 KB   
556/2682 KB   
558/2682 KB   
560/2682 KB   
562/2682 KB   
564/2682 KB   
566/2682 KB   
568/2682 KB   
570/2682 KB   
572/2682 KB   
574/2682 KB   
576/2682 KB   
578/2682 KB   
580/2682 KB   
582/2682 KB   
584/2682 KB   
586/2682 KB   
588/2682 KB   
590/2682 KB   
592/2682 KB   
594/2682 KB   
596/2682 KB   
598/2682 KB   
600/2682 KB   
602/2682 KB   
604/2682 KB   
606/2682 KB   
608/2682 KB   
610/2682 KB   
612/2682 KB   
614/2682 KB   
616/2682 KB   
618/2682 KB   
620/2682 KB   
622/2682 KB   
624/2682 KB   
626/2682 KB   
628/2682 KB   
630/2682 KB   
632/2682 KB   
634/2682 KB   
636/2682 KB   
638/2682 KB   
640/2682 KB   
642/2682 KB   
644/2682 KB   
646/2682 KB   
648/2682 KB   
650/2682 KB   
652/2682 KB   
654/2682 KB   
656/2682 KB   
658/2682 KB   
660/2682 KB   
662/2682 KB   
664/2682 KB   
666/2682 KB   
668/2682 KB   
670/2682 KB   
672/2682 KB   
674/2682 KB   
676/2682 KB   
678/2682 KB   
680/2682 KB   
682/2682 KB   
684/2682 KB   
686/2682 KB   
688/2682 KB   
690/2682 KB   
692/2682 KB   
694/2682 KB   
696/2682 KB   
698/2682 KB   
700/2682 KB   
702/2682 KB   
704/2682 KB   
706/2682 KB   
708/2682 KB   
710/2682 KB   
712/2682 KB   
714/2682 KB   
716/2682 KB   
718/2682 KB   
720/2682 KB   
722/2682 KB   
724/2682 KB   
726/2682 KB   
728/2682 KB   
730/2682 KB   
732/2682 KB   
734/2682 KB   
736/2682 KB   
738/2682 KB   
740/2682 KB   
742/2682 KB   
744/2682 KB   
746/2682 KB   
748/2682 KB   
750/2682 KB   
752/2682 KB   
754/2682 KB   
756/2682 KB   
758/2682 KB   
760/2682 KB   
762/2682 KB   
764/2682 KB   
766/2682 KB   
768/2682 KB   
770/2682 KB   
772/2682 KB   
774/2682 KB   
776/2682 KB   
778/2682 KB   
780/2682 KB   
782/2682 KB   
784/2682 KB   
786/2682 KB   
788/2682 KB   
790/2682 KB   
792/2682 KB   
794/2682 KB   
796/2682 KB   
798/2682 KB   
800/2682 KB   
802/2682 KB   
804/2682 KB   
806/2682 KB   
808/2682 KB   
810/2682 KB   
812/2682 KB   
814/2682 KB   
816/2682 KB   
818/2682 KB   
820/2682 KB   
822/2682 KB   
824/2682 KB   
826/2682 KB   
828/2682 KB   
830/2682 KB   
832/2682 KB   
834/2682 KB   
836/2682 KB   
838/2682 KB   
840/2682 KB   
842/2682 KB   
844/2682 KB   
846/2682 KB   
848/2682 KB   
850/2682 KB   
852/2682 KB   
854/2682 KB   
856/2682 KB   
858/2682 KB   
860/2682 KB   
862/2682 KB   
864/2682 KB   
866/2682 KB   
868/2682 KB   
870/2682 KB   
872/2682 KB   
874/2682 KB   
876/2682 KB   
878/2682 KB   
880/2682 KB   
882/2682 KB   
884/2682 KB   
886/2682 KB   
888/2682 KB   
890/2682 KB   
892/2682 KB   
894/2682 KB   
896/2682 KB   
898/2682 KB   
900/2682 KB   
902/2682 KB   
904/2682 KB   
906/2682 KB   
908/2682 KB   
910/2682 KB   
912/2682 KB   
914/2682 KB   
916/2682 KB   
918/2682 KB   
920/2682 KB   
922/2682 KB   
924/2682 KB   
926/2682 KB   
928/2682 KB   
930/2682 KB   
932/2682 KB   
934/2682 KB   
936/2682 KB   
938/2682 KB   
940/2682 KB   
942/2682 KB   
944/2682 KB   
946/2682 KB   
948/2682 KB   
950/2682 KB   
952/2682 KB   
954/2682 KB   
956/2682 KB   
958/2682 KB   
960/2682 KB   
962/2682 KB   
964/2682 KB   
966/2682 KB   
968/2682 KB   
970/2682 KB   
972/2682 KB   
974/2682 KB   
976/2682 KB   
978/2682 KB   
980/2682 KB   
982/2682 KB   
984/2682 KB   
986/2682 KB   
988/2682 KB   
990/2682 KB   
992/2682 KB   
994/2682 KB   
996/2682 KB   
998/2682 KB   
1000/2682 KB   
1002/2682 KB   
1004/2682 KB   
1006/2682 KB   
1008/2682 KB   
1010/2682 KB   
1012/2682 KB   
1014/2682 KB   
1016/2682 KB   
1018/2682 KB   
1020/2682 KB   
1022/2682 KB   
1024/2682 KB   
1026/2682 KB   
1028/2682 KB   
1030/2682 KB   
1032/2682 KB   
1034/2682 KB   
1036/2682 KB   
1038/2682 KB   
1040/2682 KB   
1042/2682 KB   
1044/2682 KB   
1046/2682 KB   
1048/2682 KB   
1050/2682 KB   
1052/2682 KB   
1054/2682 KB   
1056/2682 KB   
1058/2682 KB   
1060/2682 KB   
1062/2682 KB   
1064/2682 KB   
1066/2682 KB   
1068/2682 KB   
1070/2682 KB   
1072/2682 KB   
1074/2682 KB   
1076/2682 KB   
1078/2682 KB   
1080/2682 KB   
1082/2682 KB   
1084/2682 KB   
1086/2682 KB   
1088/2682 KB   
1090/2682 KB   
1092/2682 KB   
1094/2682 KB   
1096/2682 KB   
1098/2682 KB   
1100/2682 KB   
1102/2682 KB   
1104/2682 KB   
1106/2682 KB   
1108/2682 KB   
1110/2682 KB   
1112/2682 KB   
1114/2682 KB   
1116/2682 KB   
1118/2682 KB   
1120/2682 KB   
1122/2682 KB   
1124/2682 KB   
1126/2682 KB   
1128/2682 KB   
1130/2682 KB   
1132/2682 KB   
1134/2682 KB   
1136/2682 KB   
1138/2682 KB   
1140/2682 KB   
1142/2682 KB   
1144/2682 KB   
1146/2682 KB   
1148/2682 KB   
1150/2682 KB   
1152/2682 KB   
1154/2682 KB   
1156/2682 KB   
1158/2682 KB   
1160/2682 KB   
1162/2682 KB   
1164/2682 KB   
1166/2682 KB   
1168/2682 KB   
1170/2682 KB   
1172/2682 KB   
1174/2682 KB   
1176/2682 KB   
1178/2682 KB   
1180/2682 KB   
1182/2682 KB   
1184/2682 KB   
1186/2682 KB   
1188/2682 KB   
1190/2682 KB   
1192/2682 KB   
1194/2682 KB   
1196/2682 KB   
1198/2682 KB   
1200/2682 KB   
1202/2682 KB   
1204/2682 KB   
1206/2682 KB   
1208/2682 KB   
1210/2682 KB   
1212/2682 KB   
1214/2682 KB   
1216/2682 KB   
1218/2682 KB   
1220/2682 KB   
1222/2682 KB   
1224/2682 KB   
1226/2682 KB   
1228/2682 KB   
1230/2682 KB   
1232/2682 KB   
1234/2682 KB   
1236/2682 KB   
1238/2682 KB   
1240/2682 KB   
1242/2682 KB   
1244/2682 KB   
1246/2682 KB   
1248/2682 KB   
1250/2682 KB   
1252/2682 KB   
1254/2682 KB   
1256/2682 KB   
1258/2682 KB   
1260/2682 KB   
1262/2682 KB   
1264/2682 KB   
1266/2682 KB   
1268/2682 KB   
1270/2682 KB   
1272/2682 KB   
1274/2682 KB   
1276/2682 KB   
1278/2682 KB   
1280/2682 KB   
1282/2682 KB   
1284/2682 KB   
1286/2682 KB   
1288/2682 KB   
1290/2682 KB   
1292/2682 KB   
1294/2682 KB   
1296/2682 KB   
1298/2682 KB   
1300/2682 KB   
1302/2682 KB   
1304/2682 KB   
1306/2682 KB   
1308/2682 KB   
1310/2682 KB   
1312/2682 KB   
1314/2682 KB   
1316/2682 KB   
1318/2682 KB   
1320/2682 KB   
1322/2682 KB   
1324/2682 KB   
1326/2682 KB   
1328/2682 KB   
1330/2682 KB   
1332/2682 KB   
1334/2682 KB   
1336/2682 KB   
1338/2682 KB   
1340/2682 KB   
1342/2682 KB   
1344/2682 KB   
1346/2682 KB   
1348/2682 KB   
1350/2682 KB   
1352/2682 KB   
1354/2682 KB   
1356/2682 KB   
1358/2682 KB   
1360/2682 KB   
1362/2682 KB   
1364/2682 KB   
1366/2682 KB   
1368/2682 KB   
1370/2682 KB   
1372/2682 KB   
1374/2682 KB   
1376/2682 KB   
1378/2682 KB   
1380/2682 KB   
1382/2682 KB   
1384/2682 KB   
1386/2682 KB   
1388/2682 KB   
1390/2682 KB   
1392/2682 KB   
1394/2682 KB   
1396/2682 KB   
1398/2682 KB   
1400/2682 KB   
1402/2682 KB   
1404/2682 KB   
1406/2682 KB   
1408/2682 KB   
1410/2682 KB   
1412/2682 KB   
1414/2682 KB   
1416/2682 KB   
1418/2682 KB   
1420/2682 KB   
1422/2682 KB   
1424/2682 KB   
1426/2682 KB   
1428/2682 KB   
1430/2682 KB   
1432/2682 KB   
1434/2682 KB   
1436/2682 KB   
1438/2682 KB   
1440/2682 KB   
1442/2682 KB   
1444/2682 KB   
1446/2682 KB   
1448/2682 KB   
1450/2682 KB   
1452/2682 KB   
1454/2682 KB   
1456/2682 KB   
1458/2682 KB   
1460/2682 KB   
1462/2682 KB   
1464/2682 KB   
1466/2682 KB   
1468/2682 KB   
1470/2682 KB   
1472/2682 KB   
1474/2682 KB   
1476/2682 KB   
1478/2682 KB   
1480/2682 KB   
1482/2682 KB   
1484/2682 KB   
1486/2682 KB   
1488/2682 KB   
1490/2682 KB   
1492/2682 KB   
1494/2682 KB   
1496/2682 KB   
1498/2682 KB   
1500/2682 KB   
1502/2682 KB   
1504/2682 KB   
1506/2682 KB   
1508/2682 KB   
1510/2682 KB   
1512/2682 KB   
1514/2682 KB   
1516/2682 KB   
1518/2682 KB   
1520/2682 KB   
1522/2682 KB   
1524/2682 KB   
1526/2682 KB   
1528/2682 KB   
1530/2682 KB   
1532/2682 KB   
1534/2682 KB   
1536/2682 KB   
1538/2682 KB   
1540/2682 KB   
1542/2682 KB   
1544/2682 KB   
1546/2682 KB   
1548/2682 KB   
1550/2682 KB   
1552/2682 KB   
1554/2682 KB   
1556/2682 KB   
1558/2682 KB   
1560/2682 KB   
1562/2682 KB   
1564/2682 KB   
1566/2682 KB   
1568/2682 KB   
1570/2682 KB   
1572/2682 KB   
1574/2682 KB   
1576/2682 KB   
1578/2682 KB   
1580/2682 KB   
1582/2682 KB   
1584/2682 KB   
1586/2682 KB   
1588/2682 KB   
1590/2682 KB   
1592/2682 KB   
1594/2682 KB   
1596/2682 KB   
1598/2682 KB   
1600/2682 KB   
1602/2682 KB   
1604/2682 KB   
1606/2682 KB   
1608/2682 KB   
1610/2682 KB   
1612/2682 KB   
1614/2682 KB   
1616/2682 KB   
1618/2682 KB   
1620/2682 KB   
1622/2682 KB   
1624/2682 KB   
1626/2682 KB   
1628/2682 KB   
1630/2682 KB   
1632/2682 KB   
1634/2682 KB   
1636/2682 KB   
1638/2682 KB   
1640/2682 KB   
1642/2682 KB   
1644/2682 KB   
1646/2682 KB   
1648/2682 KB   
1650/2682 KB   
1652/2682 KB   
1654/2682 KB   
1656/2682 KB   
1658/2682 KB   
1660/2682 KB   
1662/2682 KB   
1664/2682 KB   
1666/2682 KB   
1668/2682 KB   
1670/2682 KB   
1672/2682 KB   
1674/2682 KB   
1676/2682 KB   
1678/2682 KB   
1680/2682 KB   
1682/2682 KB   
1684/2682 KB   
1686/2682 KB   
1688/2682 KB   
1690/2682 KB   
1692/2682 KB   
1694/2682 KB   
1696/2682 KB   
1698/2682 KB   
1700/2682 KB   
1702/2682 KB   
1704/2682 KB   
1706/2682 KB   
1708/2682 KB   
1710/2682 KB   
1712/2682 KB   
1714/2682 KB   
1716/2682 KB   
1718/2682 KB   
1720/2682 KB   
1722/2682 KB   
1724/2682 KB   
1726/2682 KB   
1728/2682 KB   
1730/2682 KB   
1732/2682 KB   
1734/2682 KB   
1736/2682 KB   
1738/2682 KB   
1740/2682 KB   
1742/2682 KB   
1744/2682 KB   
1746/2682 KB   
1748/2682 KB   
1750/2682 KB   
1752/2682 KB   
1754/2682 KB   
1756/2682 KB   
1758/2682 KB   
1760/2682 KB   
1762/2682 KB   
1764/2682 KB   
1766/2682 KB   
1768/2682 KB   
1770/2682 KB   
1772/2682 KB   
1774/2682 KB   
1776/2682 KB   
1778/2682 KB   
1780/2682 KB   
1782/2682 KB   
1784/2682 KB   
1786/2682 KB   
1788/2682 KB   
1790/2682 KB   
1792/2682 KB   
1794/2682 KB   
1796/2682 KB   
1798/2682 KB   
1800/2682 KB   
1802/2682 KB   
1804/2682 KB   
1806/2682 KB   
1808/2682 KB   
1810/2682 KB   
1812/2682 KB   
1814/2682 KB   
1816/2682 KB   
1818/2682 KB   
1820/2682 KB   
1822/2682 KB   
1824/2682 KB   
1826/2682 KB   
1828/2682 KB   
1830/2682 KB   
1832/2682 KB   
1834/2682 KB   
1836/2682 KB   
1838/2682 KB   
1840/2682 KB   
1842/2682 KB   
1844/2682 KB   
1846/2682 KB   
1848/2682 KB   
1850/2682 KB   
1852/2682 KB   
1854/2682 KB   
1856/2682 KB   
1858/2682 KB   
1860/2682 KB   
1862/2682 KB   
1864/2682 KB   
1866/2682 KB   
1868/2682 KB   
1870/2682 KB   
1872/2682 KB   
1874/2682 KB   
1876/2682 KB   
1878/2682 KB   
1880/2682 KB   
1882/2682 KB   
1884/2682 KB   
1886/2682 KB   
1888/2682 KB   
1890/2682 KB   
1892/2682 KB   
1894/2682 KB   
1896/2682 KB   
1898/2682 KB   
1900/2682 KB   
1902/2682 KB   
1904/2682 KB   
1906/2682 KB   
1908/2682 KB   
1910/2682 KB   
1912/2682 KB   
1914/2682 KB   
1916/2682 KB   
1918/2682 KB   
1920/2682 KB   
1922/2682 KB   
1924/2682 KB   
1926/2682 KB   
1928/2682 KB   
1930/2682 KB   
1932/2682 KB   
1934/2682 KB   
1936/2682 KB   
1938/2682 KB   
1940/2682 KB   
1942/2682 KB   
1944/2682 KB   
1946/2682 KB   
1948/2682 KB   
1950/2682 KB   
1952/2682 KB   
1954/2682 KB   
1956/2682 KB   
1958/2682 KB   
1960/2682 KB   
1962/2682 KB   
1964/2682 KB   
1966/2682 KB   
1968/2682 KB   
1970/2682 KB   
1972/2682 KB   
1974/2682 KB   
1976/2682 KB   
1978/2682 KB   
1980/2682 KB   
1982/2682 KB   
1984/2682 KB   
1986/2682 KB   
1988/2682 KB   
1990/2682 KB   
1992/2682 KB   
1994/2682 KB   
1996/2682 KB   
1998/2682 KB   
2000/2682 KB   
2002/2682 KB   
2004/2682 KB   
2006/2682 KB   
2008/2682 KB   
2010/2682 KB   
2012/2682 KB   
2014/2682 KB   
2016/2682 KB   
2018/2682 KB   
2020/2682 KB   
2022/2682 KB   
2024/2682 KB   
2026/2682 KB   
2028/2682 KB   
2030/2682 KB   
2032/2682 KB   
2034/2682 KB   
2036/2682 KB   
2038/2682 KB   
2040/2682 KB   
2042/2682 KB   
2044/2682 KB   
2046/2682 KB   
2048/2682 KB   
2050/2682 KB   
2052/2682 KB   
2054/2682 KB   
2056/2682 KB   
2058/2682 KB   
2060/2682 KB   
2062/2682 KB   
2064/2682 KB   
2066/2682 KB   
2068/2682 KB   
2070/2682 KB   
2072/2682 KB   
2074/2682 KB   
2076/2682 KB   
2078/2682 KB   
2080/2682 KB   
2082/2682 KB   
2084/2682 KB   
2086/2682 KB   
2088/2682 KB   
2090/2682 KB   
2092/2682 KB   
2094/2682 KB   
2096/2682 KB   
2098/2682 KB   
2100/2682 KB   
2102/2682 KB   
2104/2682 KB   
2106/2682 KB   
2108/2682 KB   
2110/2682 KB   
2112/2682 KB   
2114/2682 KB   
2116/2682 KB   
2118/2682 KB   
2120/2682 KB   
2122/2682 KB   
2124/2682 KB   
2126/2682 KB   
2128/2682 KB   
2130/2682 KB   
2132/2682 KB   
2134/2682 KB   
2136/2682 KB   
2138/2682 KB   
2140/2682 KB   
2142/2682 KB   
2144/2682 KB   
2146/2682 KB   
2148/2682 KB   
2150/2682 KB   
2152/2682 KB   
2154/2682 KB   
2156/2682 KB   
2158/2682 KB   
2160/2682 KB   
2162/2682 KB   
2164/2682 KB   
2166/2682 KB   
2168/2682 KB   
2170/2682 KB   
2172/2682 KB   
2174/2682 KB   
2176/2682 KB   
2178/2682 KB   
2180/2682 KB   
2182/2682 KB   
2184/2682 KB   
2186/2682 KB   
2188/2682 KB   
2190/2682 KB   
2192/2682 KB   
2194/2682 KB   
2196/2682 KB   
2198/2682 KB   
2200/2682 KB   
2202/2682 KB   
2204/2682 KB   
2206/2682 KB   
2208/2682 KB   
2210/2682 KB   
2212/2682 KB   
2214/2682 KB   
2216/2682 KB   
2218/2682 KB   
2220/2682 KB   
2222/2682 KB   
2224/2682 KB   
2226/2682 KB   
2228/2682 KB   
2230/2682 KB   
2232/2682 KB   
2234/2682 KB   
2236/2682 KB   
2238/2682 KB   
2240/2682 KB   
2242/2682 KB   
2244/2682 KB   
2246/2682 KB   
2248/2682 KB   
2250/2682 KB   
2252/2682 KB   
2254/2682 KB   
2256/2682 KB   
2258/2682 KB   
2260/2682 KB   
2262/2682 KB   
2264/2682 KB   
2266/2682 KB   
2268/2682 KB   
2270/2682 KB   
2272/2682 KB   
2274/2682 KB   
2276/2682 KB   
2278/2682 KB   
2280/2682 KB   
2282/2682 KB   
2284/2682 KB   
2286/2682 KB   
2288/2682 KB   
2290/2682 KB   
2292/2682 KB   
2294/2682 KB   
2296/2682 KB   
2298/2682 KB   
2300/2682 KB   
2302/2682 KB   
2304/2682 KB   
2306/2682 KB   
2308/2682 KB   
2310/2682 KB   
2312/2682 KB   
2314/2682 KB   
2316/2682 KB   
2318/2682 KB   
2320/2682 KB   
2322/2682 KB   
2324/2682 KB   
2326/2682 KB   
2328/2682 KB   
2330/2682 KB   
2332/2682 KB   
2334/2682 KB   
2336/2682 KB   
2338/2682 KB   
2340/2682 KB   
2342/2682 KB   
2344/2682 KB   
2346/2682 KB   
2348/2682 KB   
2350/2682 KB   
2352/2682 KB   
2354/2682 KB   
2356/2682 KB   
2358/2682 KB   
2360/2682 KB   
2362/2682 KB   
2364/2682 KB   
2366/2682 KB   
2368/2682 KB   
2370/2682 KB   
2372/2682 KB   
2374/2682 KB   
2376/2682 KB   
2378/2682 KB   
2380/2682 KB   
2382/2682 KB   
2384/2682 KB   
2386/2682 KB   
2388/2682 KB   
2390/2682 KB   
2392/2682 KB   
2394/2682 KB   
2396/2682 KB   
2398/2682 KB   
2400/2682 KB   
2402/2682 KB   
2404/2682 KB   
2406/2682 KB   
2408/2682 KB   
2410/2682 KB   
2412/2682 KB   
2414/2682 KB   
2416/2682 KB   
2418/2682 KB   
2420/2682 KB   
2422/2682 KB   
2424/2682 KB   
2426/2682 KB   
2428/2682 KB   
2430/2682 KB   
2432/2682 KB   
2434/2682 KB   
2436/2682 KB   
2438/2682 KB   
2440/2682 KB   
2442/2682 KB   
2444/2682 KB   
2446/2682 KB   
2448/2682 KB   
2450/2682 KB   
2452/2682 KB   
2454/2682 KB   
2456/2682 KB   
2458/2682 KB   
2460/2682 KB   
2462/2682 KB   
2464/2682 KB   
2466/2682 KB   
2468/2682 KB   
2470/2682 KB   
2472/2682 KB   
2474/2682 KB   
2476/2682 KB   
2478/2682 KB   
2480/2682 KB   
2482/2682 KB   
2484/2682 KB   
2486/2682 KB   
2488/2682 KB   
2490/2682 KB   
2492/2682 KB   
2494/2682 KB   
2496/2682 KB   
2498/2682 KB   
2500/2682 KB   
2502/2682 KB   
2504/2682 KB   
2506/2682 KB   
2508/2682 KB   
2510/2682 KB   
2512/2682 KB   
2514/2682 KB   
2516/2682 KB   
2518/2682 KB   
2520/2682 KB   
2522/2682 KB   
2524/2682 KB   
2526/2682 KB   
2528/2682 KB   
2530/2682 KB   
2532/2682 KB   
2534/2682 KB   
2536/2682 KB   
2538/2682 KB   
2540/2682 KB   
2542/2682 KB   
2544/2682 KB   
2546/2682 KB   
2548/2682 KB   
2550/2682 KB   
2552/2682 KB   
2554/2682 KB   
2556/2682 KB   
2558/2682 KB   
2560/2682 KB   
2562/2682 KB   
2564/2682 KB   
2566/2682 KB   
2568/2682 KB   
2570/2682 KB   
2572/2682 KB   
2574/2682 KB   
2576/2682 KB   
2578/2682 KB   
2580/2682 KB   
2582/2682 KB   
2584/2682 KB   
2586/2682 KB   
2588/2682 KB   
2590/2682 KB   
2592/2682 KB   
2594/2682 KB   
2596/2682 KB   
2598/2682 KB   
2600/2682 KB   
2602/2682 KB   
2604/2682 KB   
2606/2682 KB   
2608/2682 KB   
2610/2682 KB   
2612/2682 KB   
2614/2682 KB   
2616/2682 KB   
2618/2682 KB   
2620/2682 KB   
2622/2682 KB   
2624/2682 KB   
2626/2682 KB   
2628/2682 KB   
2630/2682 KB   
2632/2682 KB   
2634/2682 KB   
2636/2682 KB   
2638/2682 KB   
2640/2682 KB   
2642/2682 KB   
2644/2682 KB   
2646/2682 KB   
2648/2682 KB   
2650/2682 KB   
2652/2682 KB   
2654/2682 KB   
2656/2682 KB   
2658/2682 KB   
2660/2682 KB   
2662/2682 KB   
2664/2682 KB   
2666/2682 KB   
2668/2682 KB   
2670/2682 KB   
2672/2682 KB   
2674/2682 KB   
2676/2682 KB   
2678/2682 KB   
2680/2682 KB   
2682/2682 KB   
               
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181212.180649-20.ear (2682 KB at 14341.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181212.180649-20.pom
2/4 KB         
4/4 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181212.180649-20.pom (4 KB at 171.8 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml
428/428 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml (428 B at 41.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml
821/821 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml (821 B at 50.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml
428/428 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml (428 B at 26.1 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  2.268 s]
[INFO] Domain ............................................. SUCCESS [  2.751 s]
[INFO] Tests .............................................. SUCCESS [  2.194 s]
[INFO] Service ............................................ SUCCESS [  1.832 s]
[INFO] REST ............................................... SUCCESS [  2.372 s]
[INFO] JSF ................................................ SUCCESS [  4.515 s]
[INFO] EAR ................................................ SUCCESS [  2.991 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.353 s
[INFO] Finished at: 2018-12-12T19:06:49+01:00
[INFO] Final Memory: 50M/794M
[INFO] ------------------------------------------------------------------------
[μStories - Team A] $ mvn -DskipTests=true -Dwildfly.username=deployer -Dwildfly.password=sing-dt-deployer-33 -Dwildfly.force=true -Dwildfly.port=10990 wildfly:deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 18/19 Team A
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 18/19 Team A 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-pom >>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-pom >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-pom ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 10 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-domain ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.enums...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-domain ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-tests >>>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-tests ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-tests >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.matchers...
Loading source files for package es.uvigo.esei.dgss.teama.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 - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToAuthor.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToGenre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/AuthorRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToAuthor.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToGenre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/class-use/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-service ---
[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) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.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 - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-service ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-rest] in [/var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-rest ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-jsf ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
      [get] Destination already exists (skipping): /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz
    [untar] Expanding: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-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) @ dgss1819-teamA-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-jsf] in [/var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/webapp]
[INFO] Webapp assembled in [24 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-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 - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @param for redirect
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @return
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-jsf ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-ear >>>
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss1819-teamA-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss1819-teamA-microstories-ear ---
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-ear >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-ear ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-ear ---
Dec 12, 2018 7:07:07 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 5.0.0.Final
Dec 12, 2018 7:07:07 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.5.1.Final
Dec 12, 2018 7:07:07 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.5.1.Final
Dec 12, 2018 7:07:08 PM org.wildfly.security.Version <clinit>
INFO: ELY00001: WildFly Elytron version 1.1.0.Final
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  2.700 s]
[INFO] Domain ............................................. SUCCESS [  2.526 s]
[INFO] Tests .............................................. SUCCESS [  3.549 s]
[INFO] Service ............................................ SUCCESS [  2.014 s]
[INFO] REST ............................................... SUCCESS [  1.969 s]
[INFO] JSF ................................................ SUCCESS [  2.165 s]
[INFO] EAR ................................................ SUCCESS [  2.608 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.311 s
[INFO] Finished at: 2018-12-12T19:07:09+01:00
[INFO] Final Memory: 54M/674M
[INFO] ------------------------------------------------------------------------
Xvfb stopping
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/domain/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/Domain_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/service/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/Service_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/jsf/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/JSF_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/rest/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/REST_JaCoCo_Report
Finished: SUCCESS