Started by an SCM change Building in workspace /var/lib/jenkins/workspace/LETTA > /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.ei.uvigo.es/dt/gitlab/dgss/letta.git # timeout=10 Fetching upstream changes from http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git > /usr/bin/git --version # timeout=10 using .gitcredentials to set credentials > /usr/bin/git config --local credential.username mrjato # timeout=10 > /usr/bin/git config --local credential.helper store --file=/tmp/git2865076709190394196.credentials # timeout=10 > /usr/bin/git -c core.askpass=true fetch --tags --progress http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config --local --remove-section credential # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision d4b66783464621283075bb7fd9ee38fc1013ca79 (refs/remotes/origin/develop) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f d4b66783464621283075bb7fd9ee38fc1013ca79 > /usr/bin/git rev-list 032d3045ca73ad20efeab71fb2927693a13010b5 # timeout=10 Parsing POMs Established TCP socket on 46970 [LETTA] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven/ /var/cache/jenkins/war/WEB-INF/lib/remoting-2.52.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 46970 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/LETTA/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ letta --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/target [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ letta --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ domain --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/domain/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/LETTA/domain/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/LETTA/domain/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/domain/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/domain/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.domain.entities.EventTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in es.uvigo.esei.dgss.letta.domain.entities.EventTest Running es.uvigo.esei.dgss.letta.domain.entities.UserTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in es.uvigo.esei.dgss.letta.domain.entities.UserTest Running es.uvigo.esei.dgss.letta.domain.entities.RegistrationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in es.uvigo.esei.dgss.letta.domain.entities.RegistrationTest Results : Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ domain --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/tests/target [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /var/lib/jenkins/workspace/LETTA/tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/tests/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service.util.security... Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Loading source files for package es.uvigo.esei.dgss.letta.http.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ tests --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/service/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /var/lib/jenkins/workspace/LETTA/service/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/LETTA/service/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/service/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/service/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.service.EventEJBTest INFO [org.jboss.modules] JBoss Modules version 1.3.3.Final INFO [org.jboss.msc] JBoss MSC version 1.2.2.Final INFO [org.jboss.as] JBAS015899: WildFly 8.2.1.Final "Tweek" starting INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) INFO [org.xnio] XNIO version 3.3.0.Final INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Final INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem. INFO [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem INFO [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension WARN [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. INFO [org.jboss.as.security] JBAS013171: Activating Security Subsystem INFO [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main] INFO [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Final INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors INFO [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) INFO [org.jboss.as.naming] JBAS011802: Starting Naming Service INFO [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) INFO [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default] INFO [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/welcome-content INFO [org.wildfly.extension.undertow] JBAS017525: Started server default-server. INFO [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc. INFO [org.wildfly.extension.undertow] JBAS017531: Host default-host starting INFO [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators INFO [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Wed, 25 Nov 2015 20:13:00 INFO [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080 INFO [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off. INFO [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager INFO [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc. INFO [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/deployments INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] INFO [org.jboss.ws.common.management] JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final INFO [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:9990/management INFO [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:9990 INFO [org.jboss.as] JBAS015874: WildFly 8.2.1.Final "Tweek" started in 10116ms - Started 188 of 238 services (83 services are lazy, passive or on-demand) INFO [org.xnio] XNIO version 3.2.0.Beta4 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Beta4 INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/bc/503c495b9212c7b01d786509b468eab63003da/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.hibernate.Version] HHH000412: Hibernate Core {4.3.7.Final} INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.3.Final INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.Version] WELD-000900: 2.2.6 (Final) INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {4.0.4.Final} INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Sequence "HIBERNATE_SEQUENCE" not found; SQL statement: drop sequence hibernate_sequence [90036-173] Hibernate: create table Event (id integer not null, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator_login varchar(20), primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20), password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj foreign key (creator_login) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User Hibernate: create sequence hibernate_sequence start with 1 increment by 1 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 20:13:23,232 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 20:13:26,474 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-7) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? 20:13:26,935 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-15) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? 20:13:27,313 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: drop sequence hibernate_sequence INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 205ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/bc/503c495b9212c7b01d786509b468eab63003da/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.275 sec - in es.uvigo.esei.dgss.letta.service.EventEJBTest Running es.uvigo.esei.dgss.letta.service.SearchEJBTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/e0/6781e28c6aeacc76a380967286305e136f16e4/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named SearchEJB in deployment unit deployment "test.war" are as follows: java:global/test/SearchEJB!es.uvigo.esei.dgss.letta.service.SearchEJB java:app/test/SearchEJB!es.uvigo.esei.dgss.letta.service.SearchEJB java:module/SearchEJB!es.uvigo.esei.dgss.letta.service.SearchEJB java:global/test/SearchEJB java:app/test/SearchEJB java:module/SearchEJB INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Sequence "HIBERNATE_SEQUENCE" not found; SQL statement: drop sequence hibernate_sequence [90036-173] Hibernate: create table Event (id integer not null, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator_login varchar(20), primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20), password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj foreign key (creator_login) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User Hibernate: create sequence hibernate_sequence start with 1 increment by 1 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 20:13:35,925 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-24) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC 20:13:36,295 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-5) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC 20:13:36,500 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC 20:13:36,662 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-10) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC 20:13:36,845 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-13) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC 20:13:37,006 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-17) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: drop sequence hibernate_sequence ERROR [io.undertow.servlet.request] UT015005: Error invoking method requestDestroyed on listener class com.sun.faces.config.ConfigureListener: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate com.sun.faces.config.ConfigureListener at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:297) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.core.ApplicationListeners.requestDestroyed(ApplicationListeners.java:225) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:304) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: javax.servlet.ServletException: UT010013: Could not instantiate com.sun.faces.config.ConfigureListener at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:50) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] ... 11 more Caused by: java.lang.IllegalStateException at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:97) at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:41) at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1158) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:149) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$5.createInstance(UndertowDeploymentInfoService.java:1233) at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] ... 12 more INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war ERROR [io.undertow.servlet.request] UT015005: Error invoking method requestDestroyed on listener class org.jboss.weld.servlet.WeldInitialListener: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldInitialListener at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:297) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.core.ApplicationListeners.requestDestroyed(ApplicationListeners.java:225) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:304) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldInitialListener at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:50) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] ... 11 more Caused by: java.lang.IllegalStateException at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:97) at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:41) at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1158) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:149) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$5.createInstance(UndertowDeploymentInfoService.java:1233) at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] ... 12 more INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 138ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/e0/6781e28c6aeacc76a380967286305e136f16e4/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.577 sec - in es.uvigo.esei.dgss.letta.service.SearchEJBTest Running es.uvigo.esei.dgss.letta.service.UserEJBTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/81/ff9e1044675a726ca691a60e62cbbe9ecbd5e4/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Sequence "HIBERNATE_SEQUENCE" not found; SQL statement: drop sequence hibernate_sequence [90036-173] Hibernate: create table Event (id integer not null, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator_login varchar(20), primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20), password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj foreign key (creator_login) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User Hibernate: create sequence hibernate_sequence start with 1 increment by 1 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 20:13:43,601 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-15) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?) 20:13:44,056 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-32) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?) Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? 20:13:44,119 ERROR [org.dbunit.assertion.DbUnitAssert] (default task-32) org.dbunit.assertion.DbComparisonFailure[row count (table=REGISTRATION)expected:<6>but was:<5>] 20:13:44,279 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-3) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? 20:13:44,339 ERROR [org.dbunit.assertion.DbUnitAssert] (default task-3) org.dbunit.assertion.DbComparisonFailure[row count (table=REGISTRATION)expected:<6>but was:<5>] INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: drop sequence hibernate_sequence INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 102ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/81/ff9e1044675a726ca691a60e62cbbe9ecbd5e4/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.136 sec - in es.uvigo.esei.dgss.letta.service.UserEJBTest INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] INFO [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping INFO [org.wildfly.extension.undertow] JBAS017521: Undertow HTTP listener default suspending INFO [org.wildfly.extension.undertow] JBAS017520: Undertow HTTP listener default stopped, was bound to /127.0.0.1:8080 INFO [org.jboss.as.connector.deployers.jdbc] JBAS010418: Stopped Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final stopping INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager INFO [org.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 71ms Results : Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service --- [INFO] Analyzed bundle 'Service' with 6 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service.mail... Loading source files for package es.uvigo.esei.dgss.letta.service... Loading source files for package es.uvigo.esei.dgss.letta.service.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/SearchEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/class-use/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/SearchEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ service --- [INFO] Analyzed bundle 'Service' with 6 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ service --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building REST 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rest --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/rest/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/rest/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest --- [JENKINS] Recording test results[INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest --- [INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest --- [INFO] Packaging webapp [INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp] [INFO] Webapp assembled in [36 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ rest --- [INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ rest --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JSF 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsf --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/jsf/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /var/lib/jenkins/workspace/LETTA/jsf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA/jsf/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/jsf/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/jsf/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest Running es.uvigo.esei.dgss.letta.jsf.ConfirmUserControllerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in es.uvigo.esei.dgss.letta.jsf.ConfirmUserControllerTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 6 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf --- [INFO] Packaging webapp [INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp] [INFO] Webapp assembled in [32 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.jsf... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JSFController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JSFController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/LETTA/jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java:55: warning: no @throws for javax.servlet.ServletException [WARNING] public String doLogout() throws ServletException { [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 6 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ jsf --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building EAR 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ear --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/ear/target [INFO] [INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear --- [INFO] Generating application.xml [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/ear/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear --- [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT] to [jsf-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT] to [rest-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Copying artifact [jar:es.uvigo.esei.dgss.letta:domain:0.0.1-SNAPSHOT] to [lib/domain-0.0.1-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.letta:service:0.0.1-SNAPSHOT] to [service-0.0.1-SNAPSHOT.jar] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear --- [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ ear --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [7.699s] [INFO] Domain ............................................ SUCCESS [15.448s] [INFO] Tests ............................................. SUCCESS [5.383s] [INFO] Service ........................................... SUCCESS [1:03.301s] [INFO] REST .............................................. SUCCESS [2.552s] [INFO] JSF ............................................... SUCCESS [11.435s] [INFO] EAR ............................................... SUCCESS [2.948s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:50.499s [INFO] Finished at: Wed Nov 25 20:14:06 CET 2015 [INFO] Final Memory: 60M/645M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/pom.xml to es.uvigo.esei.dgss.letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/ear/pom.xml to es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/pom.xml to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/pom.xml to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/pom.xml to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/pom.xml to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar channel stopped [LETTA] $ mvn -DskipTests=true deploy [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ letta >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ letta <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ letta --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ letta --- [INFO] Deploying es.uvigo.esei.dgss.letta:letta:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ domain >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ domain <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ domain --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ domain --- [INFO] Deploying es.uvigo.esei.dgss.letta:domain:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ tests >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ tests <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service.util.security... Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Loading source files for package es.uvigo.esei.dgss.letta.http.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ tests --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tests --- [INFO] Deploying es.uvigo.esei.dgss.letta:tests:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service --- [INFO] Analyzed bundle 'Service' with 6 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ service <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service.mail... Loading source files for package es.uvigo.esei.dgss.letta.service... Loading source files for package es.uvigo.esei.dgss.letta.service.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/SearchEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/class-use/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/SearchEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ service --- [INFO] Analyzed bundle 'Service' with 6 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ service --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ service --- [INFO] Deploying es.uvigo.esei.dgss.letta:service:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building REST 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest --- [INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest --- [INFO] Packaging webapp [INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp] [INFO] Webapp assembled in [32 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ rest >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ rest <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ rest --- [INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ rest --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ rest --- [INFO] Deploying es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JSF 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 6 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf --- [INFO] Packaging webapp [INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp] [INFO] Webapp assembled in [251 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ jsf >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ jsf <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.jsf... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JSFController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JSFController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/LETTA/jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java:55: warning: no @throws for javax.servlet.ServletException [WARNING] public String doLogout() throws ServletException { [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 6 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ jsf --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ jsf --- [INFO] Deploying es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building EAR 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear --- [INFO] Generating application.xml [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear --- [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT] to [jsf-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT] to [rest-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ ear >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ ear <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear --- [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ ear --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ ear --- Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml 608/608 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml (608 B at 2.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-20151125.191434-40.pom 2/19 KB 4/19 KB 6/19 KB 8/19 KB 10/19 KB 12/19 KB 14/19 KB 16/19 KB 18/19 KB 19/19 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-20151125.191434-40.pom (19 KB at 292.4 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml 289/289 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml (289 B at 14.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml 608/608 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml (608 B at 15.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml 289/289 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml (289 B at 8.3 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 49.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40.jar 2/10 KB 4/10 KB 6/10 KB 8/10 KB 10/10 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40.jar (10 KB at 182.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40.pom 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40.pom (2 KB at 35.2 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml 290/290 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml (290 B at 16.7 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 40.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml 290/290 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml (290 B at 9.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40-sources.jar 2/7 KB 4/7 KB 6/7 KB 7/7 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40-sources.jar (7 KB at 209.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 34.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40-javadoc.jar 2/52 KB 4/52 KB 6/52 KB 8/52 KB 10/52 KB 12/52 KB 14/52 KB 16/52 KB 18/52 KB 20/52 KB 22/52 KB 24/52 KB 26/52 KB 28/52 KB 30/52 KB 32/52 KB 34/52 KB 36/52 KB 38/52 KB 40/52 KB 42/52 KB 44/52 KB 46/52 KB 48/52 KB 50/52 KB 52/52 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151125.191434-40-javadoc.jar (52 KB at 944.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 16.7 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 31.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40.jar 2/22 KB 4/22 KB 6/22 KB 8/22 KB 10/22 KB 12/22 KB 14/22 KB 16/22 KB 18/22 KB 20/22 KB 22/22 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40.jar (22 KB at 287.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40.pom 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40.pom (2 KB at 16.9 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml 289/289 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml (289 B at 7.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 23.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml 289/289 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml (289 B at 5.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40-sources.jar 2/16 KB 4/16 KB 6/16 KB 8/16 KB 10/16 KB 12/16 KB 14/16 KB 16/16 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40-sources.jar (16 KB at 188.0 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 16.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40-javadoc.jar 2/95 KB 4/95 KB 6/95 KB 8/95 KB 10/95 KB 12/95 KB 14/95 KB 16/95 KB 18/95 KB 20/95 KB 22/95 KB 24/95 KB 26/95 KB 28/95 KB 30/95 KB 32/95 KB 34/95 KB 36/95 KB 38/95 KB 40/95 KB 42/95 KB 44/95 KB 46/95 KB 48/95 KB 50/95 KB 52/95 KB 54/95 KB 56/95 KB 58/95 KB 60/95 KB 62/95 KB 64/95 KB 66/95 KB 68/95 KB 70/95 KB 72/95 KB 74/95 KB 76/95 KB 78/95 KB 80/95 KB 82/95 KB 84/95 KB 86/95 KB 88/95 KB 90/95 KB 92/95 KB 94/95 KB 95/95 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.191434-40-javadoc.jar (95 KB at 903.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 26.9 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 34.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40.jar 2/10 KB 4/10 KB 6/10 KB 8/10 KB 10/10 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40.jar (10 KB at 164.5 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40.pom 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40.pom (2 KB at 27.9 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml 291/291 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 9.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 26.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml 291/291 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 6.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40-sources.jar 2/7 KB 4/7 KB 6/7 KB 7/7 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40-sources.jar (7 KB at 85.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 27.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40-javadoc.jar 2/68 KB 4/68 KB 6/68 KB 8/68 KB 10/68 KB 12/68 KB 14/68 KB 16/68 KB 18/68 KB 20/68 KB 22/68 KB 24/68 KB 26/68 KB 28/68 KB 30/68 KB 32/68 KB 34/68 KB 36/68 KB 38/68 KB 40/68 KB 42/68 KB 44/68 KB 46/68 KB 48/68 KB 50/68 KB 52/68 KB 54/68 KB 56/68 KB 58/68 KB 60/68 KB 62/68 KB 64/68 KB 66/68 KB 68/68 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.191435-40-javadoc.jar (68 KB at 1022.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 24.7 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 996/996 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (996 B at 24.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.191435-40.war 2/4 KB 4/4 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.191435-40.war (4 KB at 55.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.191435-40.pom 2/3 KB 3/3 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.191435-40.pom (3 KB at 40.9 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml 288/288 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml (288 B at 11.7 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 996/996 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (996 B at 22.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml 288/288 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml (288 B at 6.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.191435-40-sources.jar 831/831 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.191435-40-sources.jar (831 B at 13.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 996/996 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (996 B at 21.1 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 33.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40.war 2/3651 KB 4/3651 KB 6/3651 KB 8/3651 KB 10/3651 KB 12/3651 KB 14/3651 KB 16/3651 KB 18/3651 KB 20/3651 KB 22/3651 KB 24/3651 KB 26/3651 KB 28/3651 KB 30/3651 KB 32/3651 KB 34/3651 KB 36/3651 KB 38/3651 KB 40/3651 KB 42/3651 KB 44/3651 KB 46/3651 KB 48/3651 KB 50/3651 KB 52/3651 KB 54/3651 KB 56/3651 KB 58/3651 KB 60/3651 KB 62/3651 KB 64/3651 KB 66/3651 KB 68/3651 KB 70/3651 KB 72/3651 KB 74/3651 KB 76/3651 KB 78/3651 KB 80/3651 KB 82/3651 KB 84/3651 KB 86/3651 KB 88/3651 KB 90/3651 KB 92/3651 KB 94/3651 KB 96/3651 KB 98/3651 KB 100/3651 KB 102/3651 KB 104/3651 KB 106/3651 KB 108/3651 KB 110/3651 KB 112/3651 KB 114/3651 KB 116/3651 KB 118/3651 KB 120/3651 KB 122/3651 KB 124/3651 KB 126/3651 KB 128/3651 KB 130/3651 KB 132/3651 KB 134/3651 KB 136/3651 KB 138/3651 KB 140/3651 KB 142/3651 KB 144/3651 KB 146/3651 KB 148/3651 KB 150/3651 KB 152/3651 KB 154/3651 KB 156/3651 KB 158/3651 KB 160/3651 KB 162/3651 KB 164/3651 KB 166/3651 KB 168/3651 KB 170/3651 KB 172/3651 KB 174/3651 KB 176/3651 KB 178/3651 KB 180/3651 KB 182/3651 KB 184/3651 KB 186/3651 KB 188/3651 KB 190/3651 KB 192/3651 KB 194/3651 KB 196/3651 KB 198/3651 KB 200/3651 KB 202/3651 KB 204/3651 KB 206/3651 KB 208/3651 KB 210/3651 KB 212/3651 KB 214/3651 KB 216/3651 KB 218/3651 KB 220/3651 KB 222/3651 KB 224/3651 KB 226/3651 KB 228/3651 KB 230/3651 KB 232/3651 KB 234/3651 KB 236/3651 KB 238/3651 KB 240/3651 KB 242/3651 KB 244/3651 KB 246/3651 KB 248/3651 KB 250/3651 KB 252/3651 KB 254/3651 KB 256/3651 KB 258/3651 KB 260/3651 KB 262/3651 KB 264/3651 KB 266/3651 KB 268/3651 KB 270/3651 KB 272/3651 KB 274/3651 KB 276/3651 KB 278/3651 KB 280/3651 KB 282/3651 KB 284/3651 KB 286/3651 KB 288/3651 KB 290/3651 KB 292/3651 KB 294/3651 KB 296/3651 KB 298/3651 KB 300/3651 KB 302/3651 KB 304/3651 KB 306/3651 KB 308/3651 KB 310/3651 KB 312/3651 KB 314/3651 KB 316/3651 KB 318/3651 KB 320/3651 KB 322/3651 KB 324/3651 KB 326/3651 KB 328/3651 KB 330/3651 KB 332/3651 KB 334/3651 KB 336/3651 KB 338/3651 KB 340/3651 KB 342/3651 KB 344/3651 KB 346/3651 KB 348/3651 KB 350/3651 KB 352/3651 KB 354/3651 KB 356/3651 KB 358/3651 KB 360/3651 KB 362/3651 KB 364/3651 KB 366/3651 KB 368/3651 KB 370/3651 KB 372/3651 KB 374/3651 KB 376/3651 KB 378/3651 KB 380/3651 KB 382/3651 KB 384/3651 KB 386/3651 KB 388/3651 KB 390/3651 KB 392/3651 KB 394/3651 KB 396/3651 KB 398/3651 KB 400/3651 KB 402/3651 KB 404/3651 KB 406/3651 KB 408/3651 KB 410/3651 KB 412/3651 KB 414/3651 KB 416/3651 KB 418/3651 KB 420/3651 KB 422/3651 KB 424/3651 KB 426/3651 KB 428/3651 KB 430/3651 KB 432/3651 KB 434/3651 KB 436/3651 KB 438/3651 KB 440/3651 KB 442/3651 KB 444/3651 KB 446/3651 KB 448/3651 KB 450/3651 KB 452/3651 KB 454/3651 KB 456/3651 KB 458/3651 KB 460/3651 KB 462/3651 KB 464/3651 KB 466/3651 KB 468/3651 KB 470/3651 KB 472/3651 KB 474/3651 KB 476/3651 KB 478/3651 KB 480/3651 KB 482/3651 KB 484/3651 KB 486/3651 KB 488/3651 KB 490/3651 KB 492/3651 KB 494/3651 KB 496/3651 KB 498/3651 KB 500/3651 KB 502/3651 KB 504/3651 KB 506/3651 KB 508/3651 KB 510/3651 KB 512/3651 KB 514/3651 KB 516/3651 KB 518/3651 KB 520/3651 KB 522/3651 KB 524/3651 KB 526/3651 KB 528/3651 KB 530/3651 KB 532/3651 KB 534/3651 KB 536/3651 KB 538/3651 KB 540/3651 KB 542/3651 KB 544/3651 KB 546/3651 KB 548/3651 KB 550/3651 KB 552/3651 KB 554/3651 KB 556/3651 KB 558/3651 KB 560/3651 KB 562/3651 KB 564/3651 KB 566/3651 KB 568/3651 KB 570/3651 KB 572/3651 KB 574/3651 KB 576/3651 KB 578/3651 KB 580/3651 KB 582/3651 KB 584/3651 KB 586/3651 KB 588/3651 KB 590/3651 KB 592/3651 KB 594/3651 KB 596/3651 KB 598/3651 KB 600/3651 KB 602/3651 KB 604/3651 KB 606/3651 KB 608/3651 KB 610/3651 KB 612/3651 KB 614/3651 KB 616/3651 KB 618/3651 KB 620/3651 KB 622/3651 KB 624/3651 KB 626/3651 KB 628/3651 KB 630/3651 KB 632/3651 KB 634/3651 KB 636/3651 KB 638/3651 KB 640/3651 KB 642/3651 KB 644/3651 KB 646/3651 KB 648/3651 KB 650/3651 KB 652/3651 KB 654/3651 KB 656/3651 KB 658/3651 KB 660/3651 KB 662/3651 KB 664/3651 KB 666/3651 KB 668/3651 KB 670/3651 KB 672/3651 KB 674/3651 KB 676/3651 KB 678/3651 KB 680/3651 KB 682/3651 KB 684/3651 KB 686/3651 KB 688/3651 KB 690/3651 KB 692/3651 KB 694/3651 KB 696/3651 KB 698/3651 KB 700/3651 KB 702/3651 KB 704/3651 KB 706/3651 KB 708/3651 KB 710/3651 KB 712/3651 KB 714/3651 KB 716/3651 KB 718/3651 KB 720/3651 KB 722/3651 KB 724/3651 KB 726/3651 KB 728/3651 KB 730/3651 KB 732/3651 KB 734/3651 KB 736/3651 KB 738/3651 KB 740/3651 KB 742/3651 KB 744/3651 KB 746/3651 KB 748/3651 KB 750/3651 KB 752/3651 KB 754/3651 KB 756/3651 KB 758/3651 KB 760/3651 KB 762/3651 KB 764/3651 KB 766/3651 KB 768/3651 KB 770/3651 KB 772/3651 KB 774/3651 KB 776/3651 KB 778/3651 KB 780/3651 KB 782/3651 KB 784/3651 KB 786/3651 KB 788/3651 KB 790/3651 KB 792/3651 KB 794/3651 KB 796/3651 KB 798/3651 KB 800/3651 KB 802/3651 KB 804/3651 KB 806/3651 KB 808/3651 KB 810/3651 KB 812/3651 KB 814/3651 KB 816/3651 KB 818/3651 KB 820/3651 KB 822/3651 KB 824/3651 KB 826/3651 KB 828/3651 KB 830/3651 KB 832/3651 KB 834/3651 KB 836/3651 KB 838/3651 KB 840/3651 KB 842/3651 KB 844/3651 KB 846/3651 KB 848/3651 KB 850/3651 KB 852/3651 KB 854/3651 KB 856/3651 KB 858/3651 KB 860/3651 KB 862/3651 KB 864/3651 KB 866/3651 KB 868/3651 KB 870/3651 KB 872/3651 KB 874/3651 KB 876/3651 KB 878/3651 KB 880/3651 KB 882/3651 KB 884/3651 KB 886/3651 KB 888/3651 KB 890/3651 KB 892/3651 KB 894/3651 KB 896/3651 KB 898/3651 KB 900/3651 KB 902/3651 KB 904/3651 KB 906/3651 KB 908/3651 KB 910/3651 KB 912/3651 KB 914/3651 KB 916/3651 KB 918/3651 KB 920/3651 KB 922/3651 KB 924/3651 KB 926/3651 KB 928/3651 KB 930/3651 KB 932/3651 KB 934/3651 KB 936/3651 KB 938/3651 KB 940/3651 KB 942/3651 KB 944/3651 KB 946/3651 KB 948/3651 KB 950/3651 KB 952/3651 KB 954/3651 KB 956/3651 KB 958/3651 KB 960/3651 KB 962/3651 KB 964/3651 KB 966/3651 KB 968/3651 KB 970/3651 KB 972/3651 KB 974/3651 KB 976/3651 KB 978/3651 KB 980/3651 KB 982/3651 KB 984/3651 KB 986/3651 KB 988/3651 KB 990/3651 KB 992/3651 KB 994/3651 KB 996/3651 KB 998/3651 KB 1000/3651 KB 1002/3651 KB 1004/3651 KB 1006/3651 KB 1008/3651 KB 1010/3651 KB 1012/3651 KB 1014/3651 KB 1016/3651 KB 1018/3651 KB 1020/3651 KB 1022/3651 KB 1024/3651 KB 1026/3651 KB 1028/3651 KB 1030/3651 KB 1032/3651 KB 1034/3651 KB 1036/3651 KB 1038/3651 KB 1040/3651 KB 1042/3651 KB 1044/3651 KB 1046/3651 KB 1048/3651 KB 1050/3651 KB 1052/3651 KB 1054/3651 KB 1056/3651 KB 1058/3651 KB 1060/3651 KB 1062/3651 KB 1064/3651 KB 1066/3651 KB 1068/3651 KB 1070/3651 KB 1072/3651 KB 1074/3651 KB 1076/3651 KB 1078/3651 KB 1080/3651 KB 1082/3651 KB 1084/3651 KB 1086/3651 KB 1088/3651 KB 1090/3651 KB 1092/3651 KB 1094/3651 KB 1096/3651 KB 1098/3651 KB 1100/3651 KB 1102/3651 KB 1104/3651 KB 1106/3651 KB 1108/3651 KB 1110/3651 KB 1112/3651 KB 1114/3651 KB 1116/3651 KB 1118/3651 KB 1120/3651 KB 1122/3651 KB 1124/3651 KB 1126/3651 KB 1128/3651 KB 1130/3651 KB 1132/3651 KB 1134/3651 KB 1136/3651 KB 1138/3651 KB 1140/3651 KB 1142/3651 KB 1144/3651 KB 1146/3651 KB 1148/3651 KB 1150/3651 KB 1152/3651 KB 1154/3651 KB 1156/3651 KB 1158/3651 KB 1160/3651 KB 1162/3651 KB 1164/3651 KB 1166/3651 KB 1168/3651 KB 1170/3651 KB 1172/3651 KB 1174/3651 KB 1176/3651 KB 1178/3651 KB 1180/3651 KB 1182/3651 KB 1184/3651 KB 1186/3651 KB 1188/3651 KB 1190/3651 KB 1192/3651 KB 1194/3651 KB 1196/3651 KB 1198/3651 KB 1200/3651 KB 1202/3651 KB 1204/3651 KB 1206/3651 KB 1208/3651 KB 1210/3651 KB 1212/3651 KB 1214/3651 KB 1216/3651 KB 1218/3651 KB 1220/3651 KB 1222/3651 KB 1224/3651 KB 1226/3651 KB 1228/3651 KB 1230/3651 KB 1232/3651 KB 1234/3651 KB 1236/3651 KB 1238/3651 KB 1240/3651 KB 1242/3651 KB 1244/3651 KB 1246/3651 KB 1248/3651 KB 1250/3651 KB 1252/3651 KB 1254/3651 KB 1256/3651 KB 1258/3651 KB 1260/3651 KB 1262/3651 KB 1264/3651 KB 1266/3651 KB 1268/3651 KB 1270/3651 KB 1272/3651 KB 1274/3651 KB 1276/3651 KB 1278/3651 KB 1280/3651 KB 1282/3651 KB 1284/3651 KB 1286/3651 KB 1288/3651 KB 1290/3651 KB 1292/3651 KB 1294/3651 KB 1296/3651 KB 1298/3651 KB 1300/3651 KB 1302/3651 KB 1304/3651 KB 1306/3651 KB 1308/3651 KB 1310/3651 KB 1312/3651 KB 1314/3651 KB 1316/3651 KB 1318/3651 KB 1320/3651 KB 1322/3651 KB 1324/3651 KB 1326/3651 KB 1328/3651 KB 1330/3651 KB 1332/3651 KB 1334/3651 KB 1336/3651 KB 1338/3651 KB 1340/3651 KB 1342/3651 KB 1344/3651 KB 1346/3651 KB 1348/3651 KB 1350/3651 KB 1352/3651 KB 1354/3651 KB 1356/3651 KB 1358/3651 KB 1360/3651 KB 1362/3651 KB 1364/3651 KB 1366/3651 KB 1368/3651 KB 1370/3651 KB 1372/3651 KB 1374/3651 KB 1376/3651 KB 1378/3651 KB 1380/3651 KB 1382/3651 KB 1384/3651 KB 1386/3651 KB 1388/3651 KB 1390/3651 KB 1392/3651 KB 1394/3651 KB 1396/3651 KB 1398/3651 KB 1400/3651 KB 1402/3651 KB 1404/3651 KB 1406/3651 KB 1408/3651 KB 1410/3651 KB 1412/3651 KB 1414/3651 KB 1416/3651 KB 1418/3651 KB 1420/3651 KB 1422/3651 KB 1424/3651 KB 1426/3651 KB 1428/3651 KB 1430/3651 KB 1432/3651 KB 1434/3651 KB 1436/3651 KB 1438/3651 KB 1440/3651 KB 1442/3651 KB 1444/3651 KB 1446/3651 KB 1448/3651 KB 1450/3651 KB 1452/3651 KB 1454/3651 KB 1456/3651 KB 1458/3651 KB 1460/3651 KB 1462/3651 KB 1464/3651 KB 1466/3651 KB 1468/3651 KB 1470/3651 KB 1472/3651 KB 1474/3651 KB 1476/3651 KB 1478/3651 KB 1480/3651 KB 1482/3651 KB 1484/3651 KB 1486/3651 KB 1488/3651 KB 1490/3651 KB 1492/3651 KB 1494/3651 KB 1496/3651 KB 1498/3651 KB 1500/3651 KB 1502/3651 KB 1504/3651 KB 1506/3651 KB 1508/3651 KB 1510/3651 KB 1512/3651 KB 1514/3651 KB 1516/3651 KB 1518/3651 KB 1520/3651 KB 1522/3651 KB 1524/3651 KB 1526/3651 KB 1528/3651 KB 1530/3651 KB 1532/3651 KB 1534/3651 KB 1536/3651 KB 1538/3651 KB 1540/3651 KB 1542/3651 KB 1544/3651 KB 1546/3651 KB 1548/3651 KB 1550/3651 KB 1552/3651 KB 1554/3651 KB 1556/3651 KB 1558/3651 KB 1560/3651 KB 1562/3651 KB 1564/3651 KB 1566/3651 KB 1568/3651 KB 1570/3651 KB 1572/3651 KB 1574/3651 KB 1576/3651 KB 1578/3651 KB 1580/3651 KB 1582/3651 KB 1584/3651 KB 1586/3651 KB 1588/3651 KB 1590/3651 KB 1592/3651 KB 1594/3651 KB 1596/3651 KB 1598/3651 KB 1600/3651 KB 1602/3651 KB 1604/3651 KB 1606/3651 KB 1608/3651 KB 1610/3651 KB 1612/3651 KB 1614/3651 KB 1616/3651 KB 1618/3651 KB 1620/3651 KB 1622/3651 KB 1624/3651 KB 1626/3651 KB 1628/3651 KB 1630/3651 KB 1632/3651 KB 1634/3651 KB 1636/3651 KB 1638/3651 KB 1640/3651 KB 1642/3651 KB 1644/3651 KB 1646/3651 KB 1648/3651 KB 1650/3651 KB 1652/3651 KB 1654/3651 KB 1656/3651 KB 1658/3651 KB 1660/3651 KB 1662/3651 KB 1664/3651 KB 1666/3651 KB 1668/3651 KB 1670/3651 KB 1672/3651 KB 1674/3651 KB 1676/3651 KB 1678/3651 KB 1680/3651 KB 1682/3651 KB 1684/3651 KB 1686/3651 KB 1688/3651 KB 1690/3651 KB 1692/3651 KB 1694/3651 KB 1696/3651 KB 1698/3651 KB 1700/3651 KB 1702/3651 KB 1704/3651 KB 1706/3651 KB 1708/3651 KB 1710/3651 KB 1712/3651 KB 1714/3651 KB 1716/3651 KB 1718/3651 KB 1720/3651 KB 1722/3651 KB 1724/3651 KB 1726/3651 KB 1728/3651 KB 1730/3651 KB 1732/3651 KB 1734/3651 KB 1736/3651 KB 1738/3651 KB 1740/3651 KB 1742/3651 KB 1744/3651 KB 1746/3651 KB 1748/3651 KB 1750/3651 KB 1752/3651 KB 1754/3651 KB 1756/3651 KB 1758/3651 KB 1760/3651 KB 1762/3651 KB 1764/3651 KB 1766/3651 KB 1768/3651 KB 1770/3651 KB 1772/3651 KB 1774/3651 KB 1776/3651 KB 1778/3651 KB 1780/3651 KB 1782/3651 KB 1784/3651 KB 1786/3651 KB 1788/3651 KB 1790/3651 KB 1792/3651 KB 1794/3651 KB 1796/3651 KB 1798/3651 KB 1800/3651 KB 1802/3651 KB 1804/3651 KB 1806/3651 KB 1808/3651 KB 1810/3651 KB 1812/3651 KB 1814/3651 KB 1816/3651 KB 1818/3651 KB 1820/3651 KB 1822/3651 KB 1824/3651 KB 1826/3651 KB 1828/3651 KB 1830/3651 KB 1832/3651 KB 1834/3651 KB 1836/3651 KB 1838/3651 KB 1840/3651 KB 1842/3651 KB 1844/3651 KB 1846/3651 KB 1848/3651 KB 1850/3651 KB 1852/3651 KB 1854/3651 KB 1856/3651 KB 1858/3651 KB 1860/3651 KB 1862/3651 KB 1864/3651 KB 1866/3651 KB 1868/3651 KB 1870/3651 KB 1872/3651 KB 1874/3651 KB 1876/3651 KB 1878/3651 KB 1880/3651 KB 1882/3651 KB 1884/3651 KB 1886/3651 KB 1888/3651 KB 1890/3651 KB 1892/3651 KB 1894/3651 KB 1896/3651 KB 1898/3651 KB 1900/3651 KB 1902/3651 KB 1904/3651 KB 1906/3651 KB 1908/3651 KB 1910/3651 KB 1912/3651 KB 1914/3651 KB 1916/3651 KB 1918/3651 KB 1920/3651 KB 1922/3651 KB 1924/3651 KB 1926/3651 KB 1928/3651 KB 1930/3651 KB 1932/3651 KB 1934/3651 KB 1936/3651 KB 1938/3651 KB 1940/3651 KB 1942/3651 KB 1944/3651 KB 1946/3651 KB 1948/3651 KB 1950/3651 KB 1952/3651 KB 1954/3651 KB 1956/3651 KB 1958/3651 KB 1960/3651 KB 1962/3651 KB 1964/3651 KB 1966/3651 KB 1968/3651 KB 1970/3651 KB 1972/3651 KB 1974/3651 KB 1976/3651 KB 1978/3651 KB 1980/3651 KB 1982/3651 KB 1984/3651 KB 1986/3651 KB 1988/3651 KB 1990/3651 KB 1992/3651 KB 1994/3651 KB 1996/3651 KB 1998/3651 KB 2000/3651 KB 2002/3651 KB 2004/3651 KB 2006/3651 KB 2008/3651 KB 2010/3651 KB 2012/3651 KB 2014/3651 KB 2016/3651 KB 2018/3651 KB 2020/3651 KB 2022/3651 KB 2024/3651 KB 2026/3651 KB 2028/3651 KB 2030/3651 KB 2032/3651 KB 2034/3651 KB 2036/3651 KB 2038/3651 KB 2040/3651 KB 2042/3651 KB 2044/3651 KB 2046/3651 KB 2048/3651 KB 2050/3651 KB 2052/3651 KB 2054/3651 KB 2056/3651 KB 2058/3651 KB 2060/3651 KB 2062/3651 KB 2064/3651 KB 2066/3651 KB 2068/3651 KB 2070/3651 KB 2072/3651 KB 2074/3651 KB 2076/3651 KB 2078/3651 KB 2080/3651 KB 2082/3651 KB 2084/3651 KB 2086/3651 KB 2088/3651 KB 2090/3651 KB 2092/3651 KB 2094/3651 KB 2096/3651 KB 2098/3651 KB 2100/3651 KB 2102/3651 KB 2104/3651 KB 2106/3651 KB 2108/3651 KB 2110/3651 KB 2112/3651 KB 2114/3651 KB 2116/3651 KB 2118/3651 KB 2120/3651 KB 2122/3651 KB 2124/3651 KB 2126/3651 KB 2128/3651 KB 2130/3651 KB 2132/3651 KB 2134/3651 KB 2136/3651 KB 2138/3651 KB 2140/3651 KB 2142/3651 KB 2144/3651 KB 2146/3651 KB 2148/3651 KB 2150/3651 KB 2152/3651 KB 2154/3651 KB 2156/3651 KB 2158/3651 KB 2160/3651 KB 2162/3651 KB 2164/3651 KB 2166/3651 KB 2168/3651 KB 2170/3651 KB 2172/3651 KB 2174/3651 KB 2176/3651 KB 2178/3651 KB 2180/3651 KB 2182/3651 KB 2184/3651 KB 2186/3651 KB 2188/3651 KB 2190/3651 KB 2192/3651 KB 2194/3651 KB 2196/3651 KB 2198/3651 KB 2200/3651 KB 2202/3651 KB 2204/3651 KB 2206/3651 KB 2208/3651 KB 2210/3651 KB 2212/3651 KB 2214/3651 KB 2216/3651 KB 2218/3651 KB 2220/3651 KB 2222/3651 KB 2224/3651 KB 2226/3651 KB 2228/3651 KB 2230/3651 KB 2232/3651 KB 2234/3651 KB 2236/3651 KB 2238/3651 KB 2240/3651 KB 2242/3651 KB 2244/3651 KB 2246/3651 KB 2248/3651 KB 2250/3651 KB 2252/3651 KB 2254/3651 KB 2256/3651 KB 2258/3651 KB 2260/3651 KB 2262/3651 KB 2264/3651 KB 2266/3651 KB 2268/3651 KB 2270/3651 KB 2272/3651 KB 2274/3651 KB 2276/3651 KB 2278/3651 KB 2280/3651 KB 2282/3651 KB 2284/3651 KB 2286/3651 KB 2288/3651 KB 2290/3651 KB 2292/3651 KB 2294/3651 KB 2296/3651 KB 2298/3651 KB 2300/3651 KB 2302/3651 KB 2304/3651 KB 2306/3651 KB 2308/3651 KB 2310/3651 KB 2312/3651 KB 2314/3651 KB 2316/3651 KB 2318/3651 KB 2320/3651 KB 2322/3651 KB 2324/3651 KB 2326/3651 KB 2328/3651 KB 2330/3651 KB 2332/3651 KB 2334/3651 KB 2336/3651 KB 2338/3651 KB 2340/3651 KB 2342/3651 KB 2344/3651 KB 2346/3651 KB 2348/3651 KB 2350/3651 KB 2352/3651 KB 2354/3651 KB 2356/3651 KB 2358/3651 KB 2360/3651 KB 2362/3651 KB 2364/3651 KB 2366/3651 KB 2368/3651 KB 2370/3651 KB 2372/3651 KB 2374/3651 KB 2376/3651 KB 2378/3651 KB 2380/3651 KB 2382/3651 KB 2384/3651 KB 2386/3651 KB 2388/3651 KB 2390/3651 KB 2392/3651 KB 2394/3651 KB 2396/3651 KB 2398/3651 KB 2400/3651 KB 2402/3651 KB 2404/3651 KB 2406/3651 KB 2408/3651 KB 2410/3651 KB 2412/3651 KB 2414/3651 KB 2416/3651 KB 2418/3651 KB 2420/3651 KB 2422/3651 KB 2424/3651 KB 2426/3651 KB 2428/3651 KB 2430/3651 KB 2432/3651 KB 2434/3651 KB 2436/3651 KB 2438/3651 KB 2440/3651 KB 2442/3651 KB 2444/3651 KB 2446/3651 KB 2448/3651 KB 2450/3651 KB 2452/3651 KB 2454/3651 KB 2456/3651 KB 2458/3651 KB 2460/3651 KB 2462/3651 KB 2464/3651 KB 2466/3651 KB 2468/3651 KB 2470/3651 KB 2472/3651 KB 2474/3651 KB 2476/3651 KB 2478/3651 KB 2480/3651 KB 2482/3651 KB 2484/3651 KB 2486/3651 KB 2488/3651 KB 2490/3651 KB 2492/3651 KB 2494/3651 KB 2496/3651 KB 2498/3651 KB 2500/3651 KB 2502/3651 KB 2504/3651 KB 2506/3651 KB 2508/3651 KB 2510/3651 KB 2512/3651 KB 2514/3651 KB 2516/3651 KB 2518/3651 KB 2520/3651 KB 2522/3651 KB 2524/3651 KB 2526/3651 KB 2528/3651 KB 2530/3651 KB 2532/3651 KB 2534/3651 KB 2536/3651 KB 2538/3651 KB 2540/3651 KB 2542/3651 KB 2544/3651 KB 2546/3651 KB 2548/3651 KB 2550/3651 KB 2552/3651 KB 2554/3651 KB 2556/3651 KB 2558/3651 KB 2560/3651 KB 2562/3651 KB 2564/3651 KB 2566/3651 KB 2568/3651 KB 2570/3651 KB 2572/3651 KB 2574/3651 KB 2576/3651 KB 2578/3651 KB 2580/3651 KB 2582/3651 KB 2584/3651 KB 2586/3651 KB 2588/3651 KB 2590/3651 KB 2592/3651 KB 2594/3651 KB 2596/3651 KB 2598/3651 KB 2600/3651 KB 2602/3651 KB 2604/3651 KB 2606/3651 KB 2608/3651 KB 2610/3651 KB 2612/3651 KB 2614/3651 KB 2616/3651 KB 2618/3651 KB 2620/3651 KB 2622/3651 KB 2624/3651 KB 2626/3651 KB 2628/3651 KB 2630/3651 KB 2632/3651 KB 2634/3651 KB 2636/3651 KB 2638/3651 KB 2640/3651 KB 2642/3651 KB 2644/3651 KB 2646/3651 KB 2648/3651 KB 2650/3651 KB 2652/3651 KB 2654/3651 KB 2656/3651 KB 2658/3651 KB 2660/3651 KB 2662/3651 KB 2664/3651 KB 2666/3651 KB 2668/3651 KB 2670/3651 KB 2672/3651 KB 2674/3651 KB 2676/3651 KB 2678/3651 KB 2680/3651 KB 2682/3651 KB 2684/3651 KB 2686/3651 KB 2688/3651 KB 2690/3651 KB 2692/3651 KB 2694/3651 KB 2696/3651 KB 2698/3651 KB 2700/3651 KB 2702/3651 KB 2704/3651 KB 2706/3651 KB 2708/3651 KB 2710/3651 KB 2712/3651 KB 2714/3651 KB 2716/3651 KB 2718/3651 KB 2720/3651 KB 2722/3651 KB 2724/3651 KB 2726/3651 KB 2728/3651 KB 2730/3651 KB 2732/3651 KB 2734/3651 KB 2736/3651 KB 2738/3651 KB 2740/3651 KB 2742/3651 KB 2744/3651 KB 2746/3651 KB 2748/3651 KB 2750/3651 KB 2752/3651 KB 2754/3651 KB 2756/3651 KB 2758/3651 KB 2760/3651 KB 2762/3651 KB 2764/3651 KB 2766/3651 KB 2768/3651 KB 2770/3651 KB 2772/3651 KB 2774/3651 KB 2776/3651 KB 2778/3651 KB 2780/3651 KB 2782/3651 KB 2784/3651 KB 2786/3651 KB 2788/3651 KB 2790/3651 KB 2792/3651 KB 2794/3651 KB 2796/3651 KB 2798/3651 KB 2800/3651 KB 2802/3651 KB 2804/3651 KB 2806/3651 KB 2808/3651 KB 2810/3651 KB 2812/3651 KB 2814/3651 KB 2816/3651 KB 2818/3651 KB 2820/3651 KB 2822/3651 KB 2824/3651 KB 2826/3651 KB 2828/3651 KB 2830/3651 KB 2832/3651 KB 2834/3651 KB 2836/3651 KB 2838/3651 KB 2840/3651 KB 2842/3651 KB 2844/3651 KB 2846/3651 KB 2848/3651 KB 2850/3651 KB 2852/3651 KB 2854/3651 KB 2856/3651 KB 2858/3651 KB 2860/3651 KB 2862/3651 KB 2864/3651 KB 2866/3651 KB 2868/3651 KB 2870/3651 KB 2872/3651 KB 2874/3651 KB 2876/3651 KB 2878/3651 KB 2880/3651 KB 2882/3651 KB 2884/3651 KB 2886/3651 KB 2888/3651 KB 2890/3651 KB 2892/3651 KB 2894/3651 KB 2896/3651 KB 2898/3651 KB 2900/3651 KB 2902/3651 KB 2904/3651 KB 2906/3651 KB 2908/3651 KB 2910/3651 KB 2912/3651 KB 2914/3651 KB 2916/3651 KB 2918/3651 KB 2920/3651 KB 2922/3651 KB 2924/3651 KB 2926/3651 KB 2928/3651 KB 2930/3651 KB 2932/3651 KB 2934/3651 KB 2936/3651 KB 2938/3651 KB 2940/3651 KB 2942/3651 KB 2944/3651 KB 2946/3651 KB 2948/3651 KB 2950/3651 KB 2952/3651 KB 2954/3651 KB 2956/3651 KB 2958/3651 KB 2960/3651 KB 2962/3651 KB 2964/3651 KB 2966/3651 KB 2968/3651 KB 2970/3651 KB 2972/3651 KB 2974/3651 KB 2976/3651 KB 2978/3651 KB 2980/3651 KB 2982/3651 KB 2984/3651 KB 2986/3651 KB 2988/3651 KB 2990/3651 KB 2992/3651 KB 2994/3651 KB 2996/3651 KB 2998/3651 KB 3000/3651 KB 3002/3651 KB 3004/3651 KB 3006/3651 KB 3008/3651 KB 3010/3651 KB 3012/3651 KB 3014/3651 KB 3016/3651 KB 3018/3651 KB 3020/3651 KB 3022/3651 KB 3024/3651 KB 3026/3651 KB 3028/3651 KB 3030/3651 KB 3032/3651 KB 3034/3651 KB 3036/3651 KB 3038/3651 KB 3040/3651 KB 3042/3651 KB 3044/3651 KB 3046/3651 KB 3048/3651 KB 3050/3651 KB 3052/3651 KB 3054/3651 KB 3056/3651 KB 3058/3651 KB 3060/3651 KB 3062/3651 KB 3064/3651 KB 3066/3651 KB 3068/3651 KB 3070/3651 KB 3072/3651 KB 3074/3651 KB 3076/3651 KB 3078/3651 KB 3080/3651 KB 3082/3651 KB 3084/3651 KB 3086/3651 KB 3088/3651 KB 3090/3651 KB 3092/3651 KB 3094/3651 KB 3096/3651 KB 3098/3651 KB 3100/3651 KB 3102/3651 KB 3104/3651 KB 3106/3651 KB 3108/3651 KB 3110/3651 KB 3112/3651 KB 3114/3651 KB 3116/3651 KB 3118/3651 KB 3120/3651 KB 3122/3651 KB 3124/3651 KB 3126/3651 KB 3128/3651 KB 3130/3651 KB 3132/3651 KB 3134/3651 KB 3136/3651 KB 3138/3651 KB 3140/3651 KB 3142/3651 KB 3144/3651 KB 3146/3651 KB 3148/3651 KB 3150/3651 KB 3152/3651 KB 3154/3651 KB 3156/3651 KB 3158/3651 KB 3160/3651 KB 3162/3651 KB 3164/3651 KB 3166/3651 KB 3168/3651 KB 3170/3651 KB 3172/3651 KB 3174/3651 KB 3176/3651 KB 3178/3651 KB 3180/3651 KB 3182/3651 KB 3184/3651 KB 3186/3651 KB 3188/3651 KB 3190/3651 KB 3192/3651 KB 3194/3651 KB 3196/3651 KB 3198/3651 KB 3200/3651 KB 3202/3651 KB 3204/3651 KB 3206/3651 KB 3208/3651 KB 3210/3651 KB 3212/3651 KB 3214/3651 KB 3216/3651 KB 3218/3651 KB 3220/3651 KB 3222/3651 KB 3224/3651 KB 3226/3651 KB 3228/3651 KB 3230/3651 KB 3232/3651 KB 3234/3651 KB 3236/3651 KB 3238/3651 KB 3240/3651 KB 3242/3651 KB 3244/3651 KB 3246/3651 KB 3248/3651 KB 3250/3651 KB 3252/3651 KB 3254/3651 KB 3256/3651 KB 3258/3651 KB 3260/3651 KB 3262/3651 KB 3264/3651 KB 3266/3651 KB 3268/3651 KB 3270/3651 KB 3272/3651 KB 3274/3651 KB 3276/3651 KB 3278/3651 KB 3280/3651 KB 3282/3651 KB 3284/3651 KB 3286/3651 KB 3288/3651 KB 3290/3651 KB 3292/3651 KB 3294/3651 KB 3296/3651 KB 3298/3651 KB 3300/3651 KB 3302/3651 KB 3304/3651 KB 3306/3651 KB 3308/3651 KB 3310/3651 KB 3312/3651 KB 3314/3651 KB 3316/3651 KB 3318/3651 KB 3320/3651 KB 3322/3651 KB 3324/3651 KB 3326/3651 KB 3328/3651 KB 3330/3651 KB 3332/3651 KB 3334/3651 KB 3336/3651 KB 3338/3651 KB 3340/3651 KB 3342/3651 KB 3344/3651 KB 3346/3651 KB 3348/3651 KB 3350/3651 KB 3352/3651 KB 3354/3651 KB 3356/3651 KB 3358/3651 KB 3360/3651 KB 3362/3651 KB 3364/3651 KB 3366/3651 KB 3368/3651 KB 3370/3651 KB 3372/3651 KB 3374/3651 KB 3376/3651 KB 3378/3651 KB 3380/3651 KB 3382/3651 KB 3384/3651 KB 3386/3651 KB 3388/3651 KB 3390/3651 KB 3392/3651 KB 3394/3651 KB 3396/3651 KB 3398/3651 KB 3400/3651 KB 3402/3651 KB 3404/3651 KB 3406/3651 KB 3408/3651 KB 3410/3651 KB 3412/3651 KB 3414/3651 KB 3416/3651 KB 3418/3651 KB 3420/3651 KB 3422/3651 KB 3424/3651 KB 3426/3651 KB 3428/3651 KB 3430/3651 KB 3432/3651 KB 3434/3651 KB 3436/3651 KB 3438/3651 KB 3440/3651 KB 3442/3651 KB 3444/3651 KB 3446/3651 KB 3448/3651 KB 3450/3651 KB 3452/3651 KB 3454/3651 KB 3456/3651 KB 3458/3651 KB 3460/3651 KB 3462/3651 KB 3464/3651 KB 3466/3651 KB 3468/3651 KB 3470/3651 KB 3472/3651 KB 3474/3651 KB 3476/3651 KB 3478/3651 KB 3480/3651 KB 3482/3651 KB 3484/3651 KB 3486/3651 KB 3488/3651 KB 3490/3651 KB 3492/3651 KB 3494/3651 KB 3496/3651 KB 3498/3651 KB 3500/3651 KB 3502/3651 KB 3504/3651 KB 3506/3651 KB 3508/3651 KB 3510/3651 KB 3512/3651 KB 3514/3651 KB 3516/3651 KB 3518/3651 KB 3520/3651 KB 3522/3651 KB 3524/3651 KB 3526/3651 KB 3528/3651 KB 3530/3651 KB 3532/3651 KB 3534/3651 KB 3536/3651 KB 3538/3651 KB 3540/3651 KB 3542/3651 KB 3544/3651 KB 3546/3651 KB 3548/3651 KB 3550/3651 KB 3552/3651 KB 3554/3651 KB 3556/3651 KB 3558/3651 KB 3560/3651 KB 3562/3651 KB 3564/3651 KB 3566/3651 KB 3568/3651 KB 3570/3651 KB 3572/3651 KB 3574/3651 KB 3576/3651 KB 3578/3651 KB 3580/3651 KB 3582/3651 KB 3584/3651 KB 3586/3651 KB 3588/3651 KB 3590/3651 KB 3592/3651 KB 3594/3651 KB 3596/3651 KB 3598/3651 KB 3600/3651 KB 3602/3651 KB 3604/3651 KB 3606/3651 KB 3608/3651 KB 3610/3651 KB 3612/3651 KB 3614/3651 KB 3616/3651 KB 3618/3651 KB 3620/3651 KB 3622/3651 KB 3624/3651 KB 3626/3651 KB 3628/3651 KB 3630/3651 KB 3632/3651 KB 3634/3651 KB 3636/3651 KB 3638/3651 KB 3640/3651 KB 3642/3651 KB 3644/3651 KB 3646/3651 KB 3648/3651 KB 3650/3651 KB 3651/3651 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40.war (3651 KB at 4191.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40.pom 2/3 KB 3/3 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40.pom (3 KB at 48.9 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml 287/287 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml (287 B at 10.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 28.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml 287/287 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml (287 B at 6.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40-sources.jar 2/8 KB 4/8 KB 6/8 KB 8/8 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40-sources.jar (8 KB at 149.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 28.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40-javadoc.jar 2/50 KB 4/50 KB 6/50 KB 8/50 KB 10/50 KB 12/50 KB 14/50 KB 16/50 KB 18/50 KB 20/50 KB 22/50 KB 24/50 KB 26/50 KB 28/50 KB 30/50 KB 32/50 KB 34/50 KB 36/50 KB 38/50 KB 40/50 KB 42/50 KB 44/50 KB 46/50 KB 48/50 KB 50/50 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151125.191436-40-javadoc.jar (50 KB at 713.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 28.8 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml 780/780 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml (780 B at 19.5 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151125.191437-39.ear 2/4058 KB 4/4058 KB 6/4058 KB 8/4058 KB 10/4058 KB 12/4058 KB 14/4058 KB 16/4058 KB 18/4058 KB 20/4058 KB 22/4058 KB 24/4058 KB 26/4058 KB 28/4058 KB 30/4058 KB 32/4058 KB 34/4058 KB 36/4058 KB 38/4058 KB 40/4058 KB 42/4058 KB 44/4058 KB 46/4058 KB 48/4058 KB 50/4058 KB 52/4058 KB 54/4058 KB 56/4058 KB 58/4058 KB 60/4058 KB 62/4058 KB 64/4058 KB 66/4058 KB 68/4058 KB 70/4058 KB 72/4058 KB 74/4058 KB 76/4058 KB 78/4058 KB 80/4058 KB 82/4058 KB 84/4058 KB 86/4058 KB 88/4058 KB 90/4058 KB 92/4058 KB 94/4058 KB 96/4058 KB 98/4058 KB 100/4058 KB 102/4058 KB 104/4058 KB 106/4058 KB 108/4058 KB 110/4058 KB 112/4058 KB 114/4058 KB 116/4058 KB 118/4058 KB 120/4058 KB 122/4058 KB 124/4058 KB 126/4058 KB 128/4058 KB 130/4058 KB 132/4058 KB 134/4058 KB 136/4058 KB 138/4058 KB 140/4058 KB 142/4058 KB 144/4058 KB 146/4058 KB 148/4058 KB 150/4058 KB 152/4058 KB 154/4058 KB 156/4058 KB 158/4058 KB 160/4058 KB 162/4058 KB 164/4058 KB 166/4058 KB 168/4058 KB 170/4058 KB 172/4058 KB 174/4058 KB 176/4058 KB 178/4058 KB 180/4058 KB 182/4058 KB 184/4058 KB 186/4058 KB 188/4058 KB 190/4058 KB 192/4058 KB 194/4058 KB 196/4058 KB 198/4058 KB 200/4058 KB 202/4058 KB 204/4058 KB 206/4058 KB 208/4058 KB 210/4058 KB 212/4058 KB 214/4058 KB 216/4058 KB 218/4058 KB 220/4058 KB 222/4058 KB 224/4058 KB 226/4058 KB 228/4058 KB 230/4058 KB 232/4058 KB 234/4058 KB 236/4058 KB 238/4058 KB 240/4058 KB 242/4058 KB 244/4058 KB 246/4058 KB 248/4058 KB 250/4058 KB 252/4058 KB 254/4058 KB 256/4058 KB 258/4058 KB 260/4058 KB 262/4058 KB 264/4058 KB 266/4058 KB 268/4058 KB 270/4058 KB 272/4058 KB 274/4058 KB 276/4058 KB 278/4058 KB 280/4058 KB 282/4058 KB 284/4058 KB 286/4058 KB 288/4058 KB 290/4058 KB 292/4058 KB 294/4058 KB 296/4058 KB 298/4058 KB 300/4058 KB 302/4058 KB 304/4058 KB 306/4058 KB 308/4058 KB 310/4058 KB 312/4058 KB 314/4058 KB 316/4058 KB 318/4058 KB 320/4058 KB 322/4058 KB 324/4058 KB 326/4058 KB 328/4058 KB 330/4058 KB 332/4058 KB 334/4058 KB 336/4058 KB 338/4058 KB 340/4058 KB 342/4058 KB 344/4058 KB 346/4058 KB 348/4058 KB 350/4058 KB 352/4058 KB 354/4058 KB 356/4058 KB 358/4058 KB 360/4058 KB 362/4058 KB 364/4058 KB 366/4058 KB 368/4058 KB 370/4058 KB 372/4058 KB 374/4058 KB 376/4058 KB 378/4058 KB 380/4058 KB 382/4058 KB 384/4058 KB 386/4058 KB 388/4058 KB 390/4058 KB 392/4058 KB 394/4058 KB 396/4058 KB 398/4058 KB 400/4058 KB 402/4058 KB 404/4058 KB 406/4058 KB 408/4058 KB 410/4058 KB 412/4058 KB 414/4058 KB 416/4058 KB 418/4058 KB 420/4058 KB 422/4058 KB 424/4058 KB 426/4058 KB 428/4058 KB 430/4058 KB 432/4058 KB 434/4058 KB 436/4058 KB 438/4058 KB 440/4058 KB 442/4058 KB 444/4058 KB 446/4058 KB 448/4058 KB 450/4058 KB 452/4058 KB 454/4058 KB 456/4058 KB 458/4058 KB 460/4058 KB 462/4058 KB 464/4058 KB 466/4058 KB 468/4058 KB 470/4058 KB 472/4058 KB 474/4058 KB 476/4058 KB 478/4058 KB 480/4058 KB 482/4058 KB 484/4058 KB 486/4058 KB 488/4058 KB 490/4058 KB 492/4058 KB 494/4058 KB 496/4058 KB 498/4058 KB 500/4058 KB 502/4058 KB 504/4058 KB 506/4058 KB 508/4058 KB 510/4058 KB 512/4058 KB 514/4058 KB 516/4058 KB 518/4058 KB 520/4058 KB 522/4058 KB 524/4058 KB 526/4058 KB 528/4058 KB 530/4058 KB 532/4058 KB 534/4058 KB 536/4058 KB 538/4058 KB 540/4058 KB 542/4058 KB 544/4058 KB 546/4058 KB 548/4058 KB 550/4058 KB 552/4058 KB 554/4058 KB 556/4058 KB 558/4058 KB 560/4058 KB 562/4058 KB 564/4058 KB 566/4058 KB 568/4058 KB 570/4058 KB 572/4058 KB 574/4058 KB 576/4058 KB 578/4058 KB 580/4058 KB 582/4058 KB 584/4058 KB 586/4058 KB 588/4058 KB 590/4058 KB 592/4058 KB 594/4058 KB 596/4058 KB 598/4058 KB 600/4058 KB 602/4058 KB 604/4058 KB 606/4058 KB 608/4058 KB 610/4058 KB 612/4058 KB 614/4058 KB 616/4058 KB 618/4058 KB 620/4058 KB 622/4058 KB 624/4058 KB 626/4058 KB 628/4058 KB 630/4058 KB 632/4058 KB 634/4058 KB 636/4058 KB 638/4058 KB 640/4058 KB 642/4058 KB 644/4058 KB 646/4058 KB 648/4058 KB 650/4058 KB 652/4058 KB 654/4058 KB 656/4058 KB 658/4058 KB 660/4058 KB 662/4058 KB 664/4058 KB 666/4058 KB 668/4058 KB 670/4058 KB 672/4058 KB 674/4058 KB 676/4058 KB 678/4058 KB 680/4058 KB 682/4058 KB 684/4058 KB 686/4058 KB 688/4058 KB 690/4058 KB 692/4058 KB 694/4058 KB 696/4058 KB 698/4058 KB 700/4058 KB 702/4058 KB 704/4058 KB 706/4058 KB 708/4058 KB 710/4058 KB 712/4058 KB 714/4058 KB 716/4058 KB 718/4058 KB 720/4058 KB 722/4058 KB 724/4058 KB 726/4058 KB 728/4058 KB 730/4058 KB 732/4058 KB 734/4058 KB 736/4058 KB 738/4058 KB 740/4058 KB 742/4058 KB 744/4058 KB 746/4058 KB 748/4058 KB 750/4058 KB 752/4058 KB 754/4058 KB 756/4058 KB 758/4058 KB 760/4058 KB 762/4058 KB 764/4058 KB 766/4058 KB 768/4058 KB 770/4058 KB 772/4058 KB 774/4058 KB 776/4058 KB 778/4058 KB 780/4058 KB 782/4058 KB 784/4058 KB 786/4058 KB 788/4058 KB 790/4058 KB 792/4058 KB 794/4058 KB 796/4058 KB 798/4058 KB 800/4058 KB 802/4058 KB 804/4058 KB 806/4058 KB 808/4058 KB 810/4058 KB 812/4058 KB 814/4058 KB 816/4058 KB 818/4058 KB 820/4058 KB 822/4058 KB 824/4058 KB 826/4058 KB 828/4058 KB 830/4058 KB 832/4058 KB 834/4058 KB 836/4058 KB 838/4058 KB 840/4058 KB 842/4058 KB 844/4058 KB 846/4058 KB 848/4058 KB 850/4058 KB 852/4058 KB 854/4058 KB 856/4058 KB 858/4058 KB 860/4058 KB 862/4058 KB 864/4058 KB 866/4058 KB 868/4058 KB 870/4058 KB 872/4058 KB 874/4058 KB 876/4058 KB 878/4058 KB 880/4058 KB 882/4058 KB 884/4058 KB 886/4058 KB 888/4058 KB 890/4058 KB 892/4058 KB 894/4058 KB 896/4058 KB 898/4058 KB 900/4058 KB 902/4058 KB 904/4058 KB 906/4058 KB 908/4058 KB 910/4058 KB 912/4058 KB 914/4058 KB 916/4058 KB 918/4058 KB 920/4058 KB 922/4058 KB 924/4058 KB 926/4058 KB 928/4058 KB 930/4058 KB 932/4058 KB 934/4058 KB 936/4058 KB 938/4058 KB 940/4058 KB 942/4058 KB 944/4058 KB 946/4058 KB 948/4058 KB 950/4058 KB 952/4058 KB 954/4058 KB 956/4058 KB 958/4058 KB 960/4058 KB 962/4058 KB 964/4058 KB 966/4058 KB 968/4058 KB 970/4058 KB 972/4058 KB 974/4058 KB 976/4058 KB 978/4058 KB 980/4058 KB 982/4058 KB 984/4058 KB 986/4058 KB 988/4058 KB 990/4058 KB 992/4058 KB 994/4058 KB 996/4058 KB 998/4058 KB 1000/4058 KB 1002/4058 KB 1004/4058 KB 1006/4058 KB 1008/4058 KB 1010/4058 KB 1012/4058 KB 1014/4058 KB 1016/4058 KB 1018/4058 KB 1020/4058 KB 1022/4058 KB 1024/4058 KB 1026/4058 KB 1028/4058 KB 1030/4058 KB 1032/4058 KB 1034/4058 KB 1036/4058 KB 1038/4058 KB 1040/4058 KB 1042/4058 KB 1044/4058 KB 1046/4058 KB 1048/4058 KB 1050/4058 KB 1052/4058 KB 1054/4058 KB 1056/4058 KB 1058/4058 KB 1060/4058 KB 1062/4058 KB 1064/4058 KB 1066/4058 KB 1068/4058 KB 1070/4058 KB 1072/4058 KB 1074/4058 KB 1076/4058 KB 1078/4058 KB 1080/4058 KB 1082/4058 KB 1084/4058 KB 1086/4058 KB 1088/4058 KB 1090/4058 KB 1092/4058 KB 1094/4058 KB 1096/4058 KB 1098/4058 KB 1100/4058 KB 1102/4058 KB 1104/4058 KB 1106/4058 KB 1108/4058 KB 1110/4058 KB 1112/4058 KB 1114/4058 KB 1116/4058 KB 1118/4058 KB 1120/4058 KB 1122/4058 KB 1124/4058 KB 1126/4058 KB 1128/4058 KB 1130/4058 KB 1132/4058 KB 1134/4058 KB 1136/4058 KB 1138/4058 KB 1140/4058 KB 1142/4058 KB 1144/4058 KB 1146/4058 KB 1148/4058 KB 1150/4058 KB 1152/4058 KB 1154/4058 KB 1156/4058 KB 1158/4058 KB 1160/4058 KB 1162/4058 KB 1164/4058 KB 1166/4058 KB 1168/4058 KB 1170/4058 KB 1172/4058 KB 1174/4058 KB 1176/4058 KB 1178/4058 KB 1180/4058 KB 1182/4058 KB 1184/4058 KB 1186/4058 KB 1188/4058 KB 1190/4058 KB 1192/4058 KB 1194/4058 KB 1196/4058 KB 1198/4058 KB 1200/4058 KB 1202/4058 KB 1204/4058 KB 1206/4058 KB 1208/4058 KB 1210/4058 KB 1212/4058 KB 1214/4058 KB 1216/4058 KB 1218/4058 KB 1220/4058 KB 1222/4058 KB 1224/4058 KB 1226/4058 KB 1228/4058 KB 1230/4058 KB 1232/4058 KB 1234/4058 KB 1236/4058 KB 1238/4058 KB 1240/4058 KB 1242/4058 KB 1244/4058 KB 1246/4058 KB 1248/4058 KB 1250/4058 KB 1252/4058 KB 1254/4058 KB 1256/4058 KB 1258/4058 KB 1260/4058 KB 1262/4058 KB 1264/4058 KB 1266/4058 KB 1268/4058 KB 1270/4058 KB 1272/4058 KB 1274/4058 KB 1276/4058 KB 1278/4058 KB 1280/4058 KB 1282/4058 KB 1284/4058 KB 1286/4058 KB 1288/4058 KB 1290/4058 KB 1292/4058 KB 1294/4058 KB 1296/4058 KB 1298/4058 KB 1300/4058 KB 1302/4058 KB 1304/4058 KB 1306/4058 KB 1308/4058 KB 1310/4058 KB 1312/4058 KB 1314/4058 KB 1316/4058 KB 1318/4058 KB 1320/4058 KB 1322/4058 KB 1324/4058 KB 1326/4058 KB 1328/4058 KB 1330/4058 KB 1332/4058 KB 1334/4058 KB 1336/4058 KB 1338/4058 KB 1340/4058 KB 1342/4058 KB 1344/4058 KB 1346/4058 KB 1348/4058 KB 1350/4058 KB 1352/4058 KB 1354/4058 KB 1356/4058 KB 1358/4058 KB 1360/4058 KB 1362/4058 KB 1364/4058 KB 1366/4058 KB 1368/4058 KB 1370/4058 KB 1372/4058 KB 1374/4058 KB 1376/4058 KB 1378/4058 KB 1380/4058 KB 1382/4058 KB 1384/4058 KB 1386/4058 KB 1388/4058 KB 1390/4058 KB 1392/4058 KB 1394/4058 KB 1396/4058 KB 1398/4058 KB 1400/4058 KB 1402/4058 KB 1404/4058 KB 1406/4058 KB 1408/4058 KB 1410/4058 KB 1412/4058 KB 1414/4058 KB 1416/4058 KB 1418/4058 KB 1420/4058 KB 1422/4058 KB 1424/4058 KB 1426/4058 KB 1428/4058 KB 1430/4058 KB 1432/4058 KB 1434/4058 KB 1436/4058 KB 1438/4058 KB 1440/4058 KB 1442/4058 KB 1444/4058 KB 1446/4058 KB 1448/4058 KB 1450/4058 KB 1452/4058 KB 1454/4058 KB 1456/4058 KB 1458/4058 KB 1460/4058 KB 1462/4058 KB 1464/4058 KB 1466/4058 KB 1468/4058 KB 1470/4058 KB 1472/4058 KB 1474/4058 KB 1476/4058 KB 1478/4058 KB 1480/4058 KB 1482/4058 KB 1484/4058 KB 1486/4058 KB 1488/4058 KB 1490/4058 KB 1492/4058 KB 1494/4058 KB 1496/4058 KB 1498/4058 KB 1500/4058 KB 1502/4058 KB 1504/4058 KB 1506/4058 KB 1508/4058 KB 1510/4058 KB 1512/4058 KB 1514/4058 KB 1516/4058 KB 1518/4058 KB 1520/4058 KB 1522/4058 KB 1524/4058 KB 1526/4058 KB 1528/4058 KB 1530/4058 KB 1532/4058 KB 1534/4058 KB 1536/4058 KB 1538/4058 KB 1540/4058 KB 1542/4058 KB 1544/4058 KB 1546/4058 KB 1548/4058 KB 1550/4058 KB 1552/4058 KB 1554/4058 KB 1556/4058 KB 1558/4058 KB 1560/4058 KB 1562/4058 KB 1564/4058 KB 1566/4058 KB 1568/4058 KB 1570/4058 KB 1572/4058 KB 1574/4058 KB 1576/4058 KB 1578/4058 KB 1580/4058 KB 1582/4058 KB 1584/4058 KB 1586/4058 KB 1588/4058 KB 1590/4058 KB 1592/4058 KB 1594/4058 KB 1596/4058 KB 1598/4058 KB 1600/4058 KB 1602/4058 KB 1604/4058 KB 1606/4058 KB 1608/4058 KB 1610/4058 KB 1612/4058 KB 1614/4058 KB 1616/4058 KB 1618/4058 KB 1620/4058 KB 1622/4058 KB 1624/4058 KB 1626/4058 KB 1628/4058 KB 1630/4058 KB 1632/4058 KB 1634/4058 KB 1636/4058 KB 1638/4058 KB 1640/4058 KB 1642/4058 KB 1644/4058 KB 1646/4058 KB 1648/4058 KB 1650/4058 KB 1652/4058 KB 1654/4058 KB 1656/4058 KB 1658/4058 KB 1660/4058 KB 1662/4058 KB 1664/4058 KB 1666/4058 KB 1668/4058 KB 1670/4058 KB 1672/4058 KB 1674/4058 KB 1676/4058 KB 1678/4058 KB 1680/4058 KB 1682/4058 KB 1684/4058 KB 1686/4058 KB 1688/4058 KB 1690/4058 KB 1692/4058 KB 1694/4058 KB 1696/4058 KB 1698/4058 KB 1700/4058 KB 1702/4058 KB 1704/4058 KB 1706/4058 KB 1708/4058 KB 1710/4058 KB 1712/4058 KB 1714/4058 KB 1716/4058 KB 1718/4058 KB 1720/4058 KB 1722/4058 KB 1724/4058 KB 1726/4058 KB 1728/4058 KB 1730/4058 KB 1732/4058 KB 1734/4058 KB 1736/4058 KB 1738/4058 KB 1740/4058 KB 1742/4058 KB 1744/4058 KB 1746/4058 KB 1748/4058 KB 1750/4058 KB 1752/4058 KB 1754/4058 KB 1756/4058 KB 1758/4058 KB 1760/4058 KB 1762/4058 KB 1764/4058 KB 1766/4058 KB 1768/4058 KB 1770/4058 KB 1772/4058 KB 1774/4058 KB 1776/4058 KB 1778/4058 KB 1780/4058 KB 1782/4058 KB 1784/4058 KB 1786/4058 KB 1788/4058 KB 1790/4058 KB 1792/4058 KB 1794/4058 KB 1796/4058 KB 1798/4058 KB 1800/4058 KB 1802/4058 KB 1804/4058 KB 1806/4058 KB 1808/4058 KB 1810/4058 KB 1812/4058 KB 1814/4058 KB 1816/4058 KB 1818/4058 KB 1820/4058 KB 1822/4058 KB 1824/4058 KB 1826/4058 KB 1828/4058 KB 1830/4058 KB 1832/4058 KB 1834/4058 KB 1836/4058 KB 1838/4058 KB 1840/4058 KB 1842/4058 KB 1844/4058 KB 1846/4058 KB 1848/4058 KB 1850/4058 KB 1852/4058 KB 1854/4058 KB 1856/4058 KB 1858/4058 KB 1860/4058 KB 1862/4058 KB 1864/4058 KB 1866/4058 KB 1868/4058 KB 1870/4058 KB 1872/4058 KB 1874/4058 KB 1876/4058 KB 1878/4058 KB 1880/4058 KB 1882/4058 KB 1884/4058 KB 1886/4058 KB 1888/4058 KB 1890/4058 KB 1892/4058 KB 1894/4058 KB 1896/4058 KB 1898/4058 KB 1900/4058 KB 1902/4058 KB 1904/4058 KB 1906/4058 KB 1908/4058 KB 1910/4058 KB 1912/4058 KB 1914/4058 KB 1916/4058 KB 1918/4058 KB 1920/4058 KB 1922/4058 KB 1924/4058 KB 1926/4058 KB 1928/4058 KB 1930/4058 KB 1932/4058 KB 1934/4058 KB 1936/4058 KB 1938/4058 KB 1940/4058 KB 1942/4058 KB 1944/4058 KB 1946/4058 KB 1948/4058 KB 1950/4058 KB 1952/4058 KB 1954/4058 KB 1956/4058 KB 1958/4058 KB 1960/4058 KB 1962/4058 KB 1964/4058 KB 1966/4058 KB 1968/4058 KB 1970/4058 KB 1972/4058 KB 1974/4058 KB 1976/4058 KB 1978/4058 KB 1980/4058 KB 1982/4058 KB 1984/4058 KB 1986/4058 KB 1988/4058 KB 1990/4058 KB 1992/4058 KB 1994/4058 KB 1996/4058 KB 1998/4058 KB 2000/4058 KB 2002/4058 KB 2004/4058 KB 2006/4058 KB 2008/4058 KB 2010/4058 KB 2012/4058 KB 2014/4058 KB 2016/4058 KB 2018/4058 KB 2020/4058 KB 2022/4058 KB 2024/4058 KB 2026/4058 KB 2028/4058 KB 2030/4058 KB 2032/4058 KB 2034/4058 KB 2036/4058 KB 2038/4058 KB 2040/4058 KB 2042/4058 KB 2044/4058 KB 2046/4058 KB 2048/4058 KB 2050/4058 KB 2052/4058 KB 2054/4058 KB 2056/4058 KB 2058/4058 KB 2060/4058 KB 2062/4058 KB 2064/4058 KB 2066/4058 KB 2068/4058 KB 2070/4058 KB 2072/4058 KB 2074/4058 KB 2076/4058 KB 2078/4058 KB 2080/4058 KB 2082/4058 KB 2084/4058 KB 2086/4058 KB 2088/4058 KB 2090/4058 KB 2092/4058 KB 2094/4058 KB 2096/4058 KB 2098/4058 KB 2100/4058 KB 2102/4058 KB 2104/4058 KB 2106/4058 KB 2108/4058 KB 2110/4058 KB 2112/4058 KB 2114/4058 KB 2116/4058 KB 2118/4058 KB 2120/4058 KB 2122/4058 KB 2124/4058 KB 2126/4058 KB 2128/4058 KB 2130/4058 KB 2132/4058 KB 2134/4058 KB 2136/4058 KB 2138/4058 KB 2140/4058 KB 2142/4058 KB 2144/4058 KB 2146/4058 KB 2148/4058 KB 2150/4058 KB 2152/4058 KB 2154/4058 KB 2156/4058 KB 2158/4058 KB 2160/4058 KB 2162/4058 KB 2164/4058 KB 2166/4058 KB 2168/4058 KB 2170/4058 KB 2172/4058 KB 2174/4058 KB 2176/4058 KB 2178/4058 KB 2180/4058 KB 2182/4058 KB 2184/4058 KB 2186/4058 KB 2188/4058 KB 2190/4058 KB 2192/4058 KB 2194/4058 KB 2196/4058 KB 2198/4058 KB 2200/4058 KB 2202/4058 KB 2204/4058 KB 2206/4058 KB 2208/4058 KB 2210/4058 KB 2212/4058 KB 2214/4058 KB 2216/4058 KB 2218/4058 KB 2220/4058 KB 2222/4058 KB 2224/4058 KB 2226/4058 KB 2228/4058 KB 2230/4058 KB 2232/4058 KB 2234/4058 KB 2236/4058 KB 2238/4058 KB 2240/4058 KB 2242/4058 KB 2244/4058 KB 2246/4058 KB 2248/4058 KB 2250/4058 KB 2252/4058 KB 2254/4058 KB 2256/4058 KB 2258/4058 KB 2260/4058 KB 2262/4058 KB 2264/4058 KB 2266/4058 KB 2268/4058 KB 2270/4058 KB 2272/4058 KB 2274/4058 KB 2276/4058 KB 2278/4058 KB 2280/4058 KB 2282/4058 KB 2284/4058 KB 2286/4058 KB 2288/4058 KB 2290/4058 KB 2292/4058 KB 2294/4058 KB 2296/4058 KB 2298/4058 KB 2300/4058 KB 2302/4058 KB 2304/4058 KB 2306/4058 KB 2308/4058 KB 2310/4058 KB 2312/4058 KB 2314/4058 KB 2316/4058 KB 2318/4058 KB 2320/4058 KB 2322/4058 KB 2324/4058 KB 2326/4058 KB 2328/4058 KB 2330/4058 KB 2332/4058 KB 2334/4058 KB 2336/4058 KB 2338/4058 KB 2340/4058 KB 2342/4058 KB 2344/4058 KB 2346/4058 KB 2348/4058 KB 2350/4058 KB 2352/4058 KB 2354/4058 KB 2356/4058 KB 2358/4058 KB 2360/4058 KB 2362/4058 KB 2364/4058 KB 2366/4058 KB 2368/4058 KB 2370/4058 KB 2372/4058 KB 2374/4058 KB 2376/4058 KB 2378/4058 KB 2380/4058 KB 2382/4058 KB 2384/4058 KB 2386/4058 KB 2388/4058 KB 2390/4058 KB 2392/4058 KB 2394/4058 KB 2396/4058 KB 2398/4058 KB 2400/4058 KB 2402/4058 KB 2404/4058 KB 2406/4058 KB 2408/4058 KB 2410/4058 KB 2412/4058 KB 2414/4058 KB 2416/4058 KB 2418/4058 KB 2420/4058 KB 2422/4058 KB 2424/4058 KB 2426/4058 KB 2428/4058 KB 2430/4058 KB 2432/4058 KB 2434/4058 KB 2436/4058 KB 2438/4058 KB 2440/4058 KB 2442/4058 KB 2444/4058 KB 2446/4058 KB 2448/4058 KB 2450/4058 KB 2452/4058 KB 2454/4058 KB 2456/4058 KB 2458/4058 KB 2460/4058 KB 2462/4058 KB 2464/4058 KB 2466/4058 KB 2468/4058 KB 2470/4058 KB 2472/4058 KB 2474/4058 KB 2476/4058 KB 2478/4058 KB 2480/4058 KB 2482/4058 KB 2484/4058 KB 2486/4058 KB 2488/4058 KB 2490/4058 KB 2492/4058 KB 2494/4058 KB 2496/4058 KB 2498/4058 KB 2500/4058 KB 2502/4058 KB 2504/4058 KB 2506/4058 KB 2508/4058 KB 2510/4058 KB 2512/4058 KB 2514/4058 KB 2516/4058 KB 2518/4058 KB 2520/4058 KB 2522/4058 KB 2524/4058 KB 2526/4058 KB 2528/4058 KB 2530/4058 KB 2532/4058 KB 2534/4058 KB 2536/4058 KB 2538/4058 KB 2540/4058 KB 2542/4058 KB 2544/4058 KB 2546/4058 KB 2548/4058 KB 2550/4058 KB 2552/4058 KB 2554/4058 KB 2556/4058 KB 2558/4058 KB 2560/4058 KB 2562/4058 KB 2564/4058 KB 2566/4058 KB 2568/4058 KB 2570/4058 KB 2572/4058 KB 2574/4058 KB 2576/4058 KB 2578/4058 KB 2580/4058 KB 2582/4058 KB 2584/4058 KB 2586/4058 KB 2588/4058 KB 2590/4058 KB 2592/4058 KB 2594/4058 KB 2596/4058 KB 2598/4058 KB 2600/4058 KB 2602/4058 KB 2604/4058 KB 2606/4058 KB 2608/4058 KB 2610/4058 KB 2612/4058 KB 2614/4058 KB 2616/4058 KB 2618/4058 KB 2620/4058 KB 2622/4058 KB 2624/4058 KB 2626/4058 KB 2628/4058 KB 2630/4058 KB 2632/4058 KB 2634/4058 KB 2636/4058 KB 2638/4058 KB 2640/4058 KB 2642/4058 KB 2644/4058 KB 2646/4058 KB 2648/4058 KB 2650/4058 KB 2652/4058 KB 2654/4058 KB 2656/4058 KB 2658/4058 KB 2660/4058 KB 2662/4058 KB 2664/4058 KB 2666/4058 KB 2668/4058 KB 2670/4058 KB 2672/4058 KB 2674/4058 KB 2676/4058 KB 2678/4058 KB 2680/4058 KB 2682/4058 KB 2684/4058 KB 2686/4058 KB 2688/4058 KB 2690/4058 KB 2692/4058 KB 2694/4058 KB 2696/4058 KB 2698/4058 KB 2700/4058 KB 2702/4058 KB 2704/4058 KB 2706/4058 KB 2708/4058 KB 2710/4058 KB 2712/4058 KB 2714/4058 KB 2716/4058 KB 2718/4058 KB 2720/4058 KB 2722/4058 KB 2724/4058 KB 2726/4058 KB 2728/4058 KB 2730/4058 KB 2732/4058 KB 2734/4058 KB 2736/4058 KB 2738/4058 KB 2740/4058 KB 2742/4058 KB 2744/4058 KB 2746/4058 KB 2748/4058 KB 2750/4058 KB 2752/4058 KB 2754/4058 KB 2756/4058 KB 2758/4058 KB 2760/4058 KB 2762/4058 KB 2764/4058 KB 2766/4058 KB 2768/4058 KB 2770/4058 KB 2772/4058 KB 2774/4058 KB 2776/4058 KB 2778/4058 KB 2780/4058 KB 2782/4058 KB 2784/4058 KB 2786/4058 KB 2788/4058 KB 2790/4058 KB 2792/4058 KB 2794/4058 KB 2796/4058 KB 2798/4058 KB 2800/4058 KB 2802/4058 KB 2804/4058 KB 2806/4058 KB 2808/4058 KB 2810/4058 KB 2812/4058 KB 2814/4058 KB 2816/4058 KB 2818/4058 KB 2820/4058 KB 2822/4058 KB 2824/4058 KB 2826/4058 KB 2828/4058 KB 2830/4058 KB 2832/4058 KB 2834/4058 KB 2836/4058 KB 2838/4058 KB 2840/4058 KB 2842/4058 KB 2844/4058 KB 2846/4058 KB 2848/4058 KB 2850/4058 KB 2852/4058 KB 2854/4058 KB 2856/4058 KB 2858/4058 KB 2860/4058 KB 2862/4058 KB 2864/4058 KB 2866/4058 KB 2868/4058 KB 2870/4058 KB 2872/4058 KB 2874/4058 KB 2876/4058 KB 2878/4058 KB 2880/4058 KB 2882/4058 KB 2884/4058 KB 2886/4058 KB 2888/4058 KB 2890/4058 KB 2892/4058 KB 2894/4058 KB 2896/4058 KB 2898/4058 KB 2900/4058 KB 2902/4058 KB 2904/4058 KB 2906/4058 KB 2908/4058 KB 2910/4058 KB 2912/4058 KB 2914/4058 KB 2916/4058 KB 2918/4058 KB 2920/4058 KB 2922/4058 KB 2924/4058 KB 2926/4058 KB 2928/4058 KB 2930/4058 KB 2932/4058 KB 2934/4058 KB 2936/4058 KB 2938/4058 KB 2940/4058 KB 2942/4058 KB 2944/4058 KB 2946/4058 KB 2948/4058 KB 2950/4058 KB 2952/4058 KB 2954/4058 KB 2956/4058 KB 2958/4058 KB 2960/4058 KB 2962/4058 KB 2964/4058 KB 2966/4058 KB 2968/4058 KB 2970/4058 KB 2972/4058 KB 2974/4058 KB 2976/4058 KB 2978/4058 KB 2980/4058 KB 2982/4058 KB 2984/4058 KB 2986/4058 KB 2988/4058 KB 2990/4058 KB 2992/4058 KB 2994/4058 KB 2996/4058 KB 2998/4058 KB 3000/4058 KB 3002/4058 KB 3004/4058 KB 3006/4058 KB 3008/4058 KB 3010/4058 KB 3012/4058 KB 3014/4058 KB 3016/4058 KB 3018/4058 KB 3020/4058 KB 3022/4058 KB 3024/4058 KB 3026/4058 KB 3028/4058 KB 3030/4058 KB 3032/4058 KB 3034/4058 KB 3036/4058 KB 3038/4058 KB 3040/4058 KB 3042/4058 KB 3044/4058 KB 3046/4058 KB 3048/4058 KB 3050/4058 KB 3052/4058 KB 3054/4058 KB 3056/4058 KB 3058/4058 KB 3060/4058 KB 3062/4058 KB 3064/4058 KB 3066/4058 KB 3068/4058 KB 3070/4058 KB 3072/4058 KB 3074/4058 KB 3076/4058 KB 3078/4058 KB 3080/4058 KB 3082/4058 KB 3084/4058 KB 3086/4058 KB 3088/4058 KB 3090/4058 KB 3092/4058 KB 3094/4058 KB 3096/4058 KB 3098/4058 KB 3100/4058 KB 3102/4058 KB 3104/4058 KB 3106/4058 KB 3108/4058 KB 3110/4058 KB 3112/4058 KB 3114/4058 KB 3116/4058 KB 3118/4058 KB 3120/4058 KB 3122/4058 KB 3124/4058 KB 3126/4058 KB 3128/4058 KB 3130/4058 KB 3132/4058 KB 3134/4058 KB 3136/4058 KB 3138/4058 KB 3140/4058 KB 3142/4058 KB 3144/4058 KB 3146/4058 KB 3148/4058 KB 3150/4058 KB 3152/4058 KB 3154/4058 KB 3156/4058 KB 3158/4058 KB 3160/4058 KB 3162/4058 KB 3164/4058 KB 3166/4058 KB 3168/4058 KB 3170/4058 KB 3172/4058 KB 3174/4058 KB 3176/4058 KB 3178/4058 KB 3180/4058 KB 3182/4058 KB 3184/4058 KB 3186/4058 KB 3188/4058 KB 3190/4058 KB 3192/4058 KB 3194/4058 KB 3196/4058 KB 3198/4058 KB 3200/4058 KB 3202/4058 KB 3204/4058 KB 3206/4058 KB 3208/4058 KB 3210/4058 KB 3212/4058 KB 3214/4058 KB 3216/4058 KB 3218/4058 KB 3220/4058 KB 3222/4058 KB 3224/4058 KB 3226/4058 KB 3228/4058 KB 3230/4058 KB 3232/4058 KB 3234/4058 KB 3236/4058 KB 3238/4058 KB 3240/4058 KB 3242/4058 KB 3244/4058 KB 3246/4058 KB 3248/4058 KB 3250/4058 KB 3252/4058 KB 3254/4058 KB 3256/4058 KB 3258/4058 KB 3260/4058 KB 3262/4058 KB 3264/4058 KB 3266/4058 KB 3268/4058 KB 3270/4058 KB 3272/4058 KB 3274/4058 KB 3276/4058 KB 3278/4058 KB 3280/4058 KB 3282/4058 KB 3284/4058 KB 3286/4058 KB 3288/4058 KB 3290/4058 KB 3292/4058 KB 3294/4058 KB 3296/4058 KB 3298/4058 KB 3300/4058 KB 3302/4058 KB 3304/4058 KB 3306/4058 KB 3308/4058 KB 3310/4058 KB 3312/4058 KB 3314/4058 KB 3316/4058 KB 3318/4058 KB 3320/4058 KB 3322/4058 KB 3324/4058 KB 3326/4058 KB 3328/4058 KB 3330/4058 KB 3332/4058 KB 3334/4058 KB 3336/4058 KB 3338/4058 KB 3340/4058 KB 3342/4058 KB 3344/4058 KB 3346/4058 KB 3348/4058 KB 3350/4058 KB 3352/4058 KB 3354/4058 KB 3356/4058 KB 3358/4058 KB 3360/4058 KB 3362/4058 KB 3364/4058 KB 3366/4058 KB 3368/4058 KB 3370/4058 KB 3372/4058 KB 3374/4058 KB 3376/4058 KB 3378/4058 KB 3380/4058 KB 3382/4058 KB 3384/4058 KB 3386/4058 KB 3388/4058 KB 3390/4058 KB 3392/4058 KB 3394/4058 KB 3396/4058 KB 3398/4058 KB 3400/4058 KB 3402/4058 KB 3404/4058 KB 3406/4058 KB 3408/4058 KB 3410/4058 KB 3412/4058 KB 3414/4058 KB 3416/4058 KB 3418/4058 KB 3420/4058 KB 3422/4058 KB 3424/4058 KB 3426/4058 KB 3428/4058 KB 3430/4058 KB 3432/4058 KB 3434/4058 KB 3436/4058 KB 3438/4058 KB 3440/4058 KB 3442/4058 KB 3444/4058 KB 3446/4058 KB 3448/4058 KB 3450/4058 KB 3452/4058 KB 3454/4058 KB 3456/4058 KB 3458/4058 KB 3460/4058 KB 3462/4058 KB 3464/4058 KB 3466/4058 KB 3468/4058 KB 3470/4058 KB 3472/4058 KB 3474/4058 KB 3476/4058 KB 3478/4058 KB 3480/4058 KB 3482/4058 KB 3484/4058 KB 3486/4058 KB 3488/4058 KB 3490/4058 KB 3492/4058 KB 3494/4058 KB 3496/4058 KB 3498/4058 KB 3500/4058 KB 3502/4058 KB 3504/4058 KB 3506/4058 KB 3508/4058 KB 3510/4058 KB 3512/4058 KB 3514/4058 KB 3516/4058 KB 3518/4058 KB 3520/4058 KB 3522/4058 KB 3524/4058 KB 3526/4058 KB 3528/4058 KB 3530/4058 KB 3532/4058 KB 3534/4058 KB 3536/4058 KB 3538/4058 KB 3540/4058 KB 3542/4058 KB 3544/4058 KB 3546/4058 KB 3548/4058 KB 3550/4058 KB 3552/4058 KB 3554/4058 KB 3556/4058 KB 3558/4058 KB 3560/4058 KB 3562/4058 KB 3564/4058 KB 3566/4058 KB 3568/4058 KB 3570/4058 KB 3572/4058 KB 3574/4058 KB 3576/4058 KB 3578/4058 KB 3580/4058 KB 3582/4058 KB 3584/4058 KB 3586/4058 KB 3588/4058 KB 3590/4058 KB 3592/4058 KB 3594/4058 KB 3596/4058 KB 3598/4058 KB 3600/4058 KB 3602/4058 KB 3604/4058 KB 3606/4058 KB 3608/4058 KB 3610/4058 KB 3612/4058 KB 3614/4058 KB 3616/4058 KB 3618/4058 KB 3620/4058 KB 3622/4058 KB 3624/4058 KB 3626/4058 KB 3628/4058 KB 3630/4058 KB 3632/4058 KB 3634/4058 KB 3636/4058 KB 3638/4058 KB 3640/4058 KB 3642/4058 KB 3644/4058 KB 3646/4058 KB 3648/4058 KB 3650/4058 KB 3652/4058 KB 3654/4058 KB 3656/4058 KB 3658/4058 KB 3660/4058 KB 3662/4058 KB 3664/4058 KB 3666/4058 KB 3668/4058 KB 3670/4058 KB 3672/4058 KB 3674/4058 KB 3676/4058 KB 3678/4058 KB 3680/4058 KB 3682/4058 KB 3684/4058 KB 3686/4058 KB 3688/4058 KB 3690/4058 KB 3692/4058 KB 3694/4058 KB 3696/4058 KB 3698/4058 KB 3700/4058 KB 3702/4058 KB 3704/4058 KB 3706/4058 KB 3708/4058 KB 3710/4058 KB 3712/4058 KB 3714/4058 KB 3716/4058 KB 3718/4058 KB 3720/4058 KB 3722/4058 KB 3724/4058 KB 3726/4058 KB 3728/4058 KB 3730/4058 KB 3732/4058 KB 3734/4058 KB 3736/4058 KB 3738/4058 KB 3740/4058 KB 3742/4058 KB 3744/4058 KB 3746/4058 KB 3748/4058 KB 3750/4058 KB 3752/4058 KB 3754/4058 KB 3756/4058 KB 3758/4058 KB 3760/4058 KB 3762/4058 KB 3764/4058 KB 3766/4058 KB 3768/4058 KB 3770/4058 KB 3772/4058 KB 3774/4058 KB 3776/4058 KB 3778/4058 KB 3780/4058 KB 3782/4058 KB 3784/4058 KB 3786/4058 KB 3788/4058 KB 3790/4058 KB 3792/4058 KB 3794/4058 KB 3796/4058 KB 3798/4058 KB 3800/4058 KB 3802/4058 KB 3804/4058 KB 3806/4058 KB 3808/4058 KB 3810/4058 KB 3812/4058 KB 3814/4058 KB 3816/4058 KB 3818/4058 KB 3820/4058 KB 3822/4058 KB 3824/4058 KB 3826/4058 KB 3828/4058 KB 3830/4058 KB 3832/4058 KB 3834/4058 KB 3836/4058 KB 3838/4058 KB 3840/4058 KB 3842/4058 KB 3844/4058 KB 3846/4058 KB 3848/4058 KB 3850/4058 KB 3852/4058 KB 3854/4058 KB 3856/4058 KB 3858/4058 KB 3860/4058 KB 3862/4058 KB 3864/4058 KB 3866/4058 KB 3868/4058 KB 3870/4058 KB 3872/4058 KB 3874/4058 KB 3876/4058 KB 3878/4058 KB 3880/4058 KB 3882/4058 KB 3884/4058 KB 3886/4058 KB 3888/4058 KB 3890/4058 KB 3892/4058 KB 3894/4058 KB 3896/4058 KB 3898/4058 KB 3900/4058 KB 3902/4058 KB 3904/4058 KB 3906/4058 KB 3908/4058 KB 3910/4058 KB 3912/4058 KB 3914/4058 KB 3916/4058 KB 3918/4058 KB 3920/4058 KB 3922/4058 KB 3924/4058 KB 3926/4058 KB 3928/4058 KB 3930/4058 KB 3932/4058 KB 3934/4058 KB 3936/4058 KB 3938/4058 KB 3940/4058 KB 3942/4058 KB 3944/4058 KB 3946/4058 KB 3948/4058 KB 3950/4058 KB 3952/4058 KB 3954/4058 KB 3956/4058 KB 3958/4058 KB 3960/4058 KB 3962/4058 KB 3964/4058 KB 3966/4058 KB 3968/4058 KB 3970/4058 KB 3972/4058 KB 3974/4058 KB 3976/4058 KB 3978/4058 KB 3980/4058 KB 3982/4058 KB 3984/4058 KB 3986/4058 KB 3988/4058 KB 3990/4058 KB 3992/4058 KB 3994/4058 KB 3996/4058 KB 3998/4058 KB 4000/4058 KB 4002/4058 KB 4004/4058 KB 4006/4058 KB 4008/4058 KB 4010/4058 KB 4012/4058 KB 4014/4058 KB 4016/4058 KB 4018/4058 KB 4020/4058 KB 4022/4058 KB 4024/4058 KB 4026/4058 KB 4028/4058 KB 4030/4058 KB 4032/4058 KB 4034/4058 KB 4036/4058 KB 4038/4058 KB 4040/4058 KB 4042/4058 KB 4044/4058 KB 4046/4058 KB 4048/4058 KB 4050/4058 KB 4052/4058 KB 4054/4058 KB 4056/4058 KB 4058/4058 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151125.191437-39.ear (4058 KB at 4642.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151125.191437-39.pom 2/3 KB 3/3 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151125.191437-39.pom (3 KB at 48.4 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml 287/287 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 12.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml 780/780 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml (780 B at 18.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml 287/287 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 6.8 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [4.868s] [INFO] Domain ............................................ SUCCESS [4.640s] [INFO] Tests ............................................. SUCCESS [2.983s] [INFO] Service ........................................... SUCCESS [3.304s] [INFO] REST .............................................. SUCCESS [0.809s] [INFO] JSF ............................................... SUCCESS [4.849s] [INFO] EAR ............................................... SUCCESS [6.246s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.098s [INFO] Finished at: Wed Nov 25 20:14:38 CET 2015 [INFO] Final Memory: 41M/488M [INFO] ------------------------------------------------------------------------ [LETTA] $ mvn -DskipTests=true -Dwildfly.username=deployer -Dwildfly.password=sing-dt-deployer-33 -Dwildfly.force=true wildfly:deploy [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta >>> [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ letta >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ letta <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ domain >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ domain <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests >>> [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ tests >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ tests <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service.util.security... Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Loading source files for package es.uvigo.esei.dgss.letta.http.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service --- [INFO] Analyzed bundle 'Service' with 6 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ service <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service.mail... Loading source files for package es.uvigo.esei.dgss.letta.service... Loading source files for package es.uvigo.esei.dgss.letta.service.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/SearchEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/class-use/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/SearchEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/mail/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building REST 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest --- [INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest --- [INFO] Packaging webapp [INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp] [INFO] Webapp assembled in [41 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ rest >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ rest <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest --- [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JSF 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 6 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf --- [INFO] Packaging webapp [INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp] [INFO] Webapp assembled in [65 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ jsf >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ jsf <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.jsf... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JSFController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JSFController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/LETTA/jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java:55: warning: no @throws for javax.servlet.ServletException [WARNING] public String doLogout() throws ServletException { [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building EAR 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear >>> [INFO] [INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear --- [INFO] Generating application.xml [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear --- [INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ ear >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ ear <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear --- [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear --- Nov 25, 2015 8:15:10 PM org.xnio.Xnio INFO: XNIO version 3.3.1.Final Nov 25, 2015 8:15:10 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.3.1.Final Nov 25, 2015 8:15:10 PM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 4.0.9.Final [INFO] Authenticating against security realm: ManagementRealm [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [5.447s] [INFO] Domain ............................................ SUCCESS [5.103s] [INFO] Tests ............................................. SUCCESS [3.466s] [INFO] Service ........................................... SUCCESS [4.728s] [INFO] REST .............................................. SUCCESS [1.006s] [INFO] JSF ............................................... SUCCESS [5.953s] [INFO] EAR ............................................... FAILURE [5.948s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.982s [INFO] Finished at: Wed Nov 25 20:15:14 CET 2015 [INFO] Final Memory: 46M/524M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) on project ear: Deployment failed: Operation failed: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.comp.\"letta-0.0.1-SNAPSHOT\".\"service-0.0.1-SNAPSHOT\".UserEJB.env.\"es.uvigo.esei.dgss.letta.service.UserEJB\".confirmationUrl is missing [jboss.naming.context.java.letta.confirmation-url]"]} -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :ear Build step 'Invoke top-level Maven targets' marked build as failure [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/domain/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/Domain_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/service/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/Service_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/jsf/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/JSF_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/rest/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/REST_JaCoCo_Report Sending e-mails to: mrjato@esei.uvigo.es afnandin@esei.uvigo.es aalopez@esei.uvigo.es abmiguez@esei.uvigo.es agjacome@esei.uvigo.es apsoto@esei.uvigo.es bcgonzalez3@esei.uvigo.es dgpena@uvigo.es frpena@esei.uvigo.es jacasanova@esei.uvigo.es redouane@esei.uvigo.es Finished: FAILURE