Build failed in Jenkins: james-mailet » Apache James :: Mailets parent and aggregator #2842

2015-08-03 Thread Apache Jenkins Server
See 


--
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 

 -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean 
deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache James :: Mailets parent and aggregator
[INFO] Apache James :: Mailet API
[INFO] Apache James :: Basic Mailet Toolkit
[INFO] Apache James :: Mailetdocs Maven Plugin
[INFO] Apache James :: Crypto Mailets
[INFO] Apache James :: Standard Mailets
[INFO] Apache James :: AI Mailets
[INFO] 
[INFO] 
[INFO] Building Apache James :: Mailets parent and aggregator 2.5.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-mailet ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ apache-mailet 
---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (jar) @ apache-mailet ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (test-jar) @ apache-mailet ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 

[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ apache-mailet ---
[WARNING] Failed to getClass for 
org.apache.maven.plugin.source.TestSourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:test-jar (attach-sources) @ apache-mailet 
---
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
apache-mailet ---
[INFO] 
[INFO] --- apache-rat-plugin:0.8:check (default) @ apache-mailet ---
[INFO] Exclude: NOTICE.*
[INFO] Exclude: LICENSE.*
[INFO] Exclude: release.properties
[INFO] Exclude: dist/**/*
[INFO] Exclude: **/.*
[INFO] Exclude: .*/**/*
[INFO] Exclude: **/.*/**/*
[INFO] Exclude: **/LICENSE*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: src/site/**
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ apache-mailet 
---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/james/apache-mailet/2.5.1-SNAPSHOT/apache-mailet-2.5.1-SNAPSHOT.pom
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/james/apache-mailet/2.5.1-SNAPSHOT/apache-mailet-2.5.1-SNAPSHOT-tests.jar
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/james/apache-mailet/2.5.1-SNAPSHOT/apache-mailet-2.5.1-SNAPSHOT-site.xml
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ apache-mailet ---
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/james/apache-mailet/2.5.1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata 
org.apache.james:apache-mailet:2.5.1-SNAPSHOT/maven-metadata.xml from/to 
apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): 
java.lang.RuntimeException: Could not generate DH keypair

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-1588) Create a project to centralize Cassandra tools

2015-08-03 Thread Eric Charles (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652816#comment-14652816
 ] 

Eric Charles commented on JAMES-1588:
-

Are you thinking to put this backends module at the same level as server, 
mailbox...?
I proposed the same kind of module some time ago, but we decided to not follow 
that way. Looking back , it sound like this would not have been the best thing 
to do (release management...).
The other way would be to merge all james modules in one structure to make a 
single release. This may be worth to start a discussion on the maliling list.


> Create a project to centralize Cassandra tools
> --
>
> Key: JAMES-1588
> URL: https://issues.apache.org/jira/browse/JAMES-1588
> Project: James Server
>  Issue Type: Improvement
>Reporter: Tellier Benoit
>
> As we are starting to develop data tools based on Cassandra, we realized we 
> would use tools we defined for the Cassandra mailbox. But :
>  - We don't want a dependency to the cassandra mailbox in our data-cassandra 
> module
>  - We do not want to duplicate information.
> Hence we prefer introducing a new module, that centralize tools needed by 
> modules relying on Cassandra ( for now the Cassandra mailbox, and the 
> data-cassandra module, Cassandra MPT module ).
> As we think this can be a common need to several backend implementation, we 
> want to create a dedicated project for centralizing back-end tools, that will 
> be calles james-backends. Each back-end ( eg : cassandra, jpa, hbase, etc ... 
> ) will create its submodule in it and will use it in other places (MPT, 
> Mailbox, james (server) ).
> Let us now if you have any feedback on this proposal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-1586) Write a compliant Cassandra User Repository

2015-08-03 Thread Eric Charles (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652811#comment-14652811
 ] 

Eric Charles commented on JAMES-1586:
-

Thx Matthieu. you pullrequest for cassandra looks good to me. Did you benchmark 
the performance so far?
I will answer on JAMES-1588.

> Write a compliant Cassandra User Repository
> ---
>
> Key: JAMES-1586
> URL: https://issues.apache.org/jira/browse/JAMES-1586
> Project: James Server
>  Issue Type: New Feature
>Reporter: Matthieu Baechler
>
> To complete the Cassandra backend, we should write a User Repository on top 
> of Cassandra.
> There's already some code there : 
> https://github.com/mbaechler/james/commits/cassandra but it can't be 
> integrated as is, it needs some refactoring to use mailbox Cassandra 
> infrastructure.
> Once done, we should update the spring configuration to deploy this 
> repository and make sure integration tests on a deployed james still works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-1586) Write a compliant Cassandra User Repository

2015-08-03 Thread Matthieu Baechler (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652288#comment-14652288
 ] 

Matthieu Baechler commented on JAMES-1586:
--

Hi Eric,

My old  https://github.com/mbaechler/james/commits/cassandra branch contains 
user/domain/rtt storage in cassandra and ends with an unrelated guice commit. 
It's a just a base for JAMES-1586 and JAMES-1587
You can have a look at what we done here : 
https://github.com/linagora/james/pull/4.
It's not pushed to Apache repository yet because we have to clean up our 
branches and open new PRs.

About reusing mailbox cassandra infrastructure, it actually JAMES-1588 : we 
need to share the cassandra session between repositories, reuse the table 
creation code and that kind of tools. Nothing in the "cassandra backend" 
project contains any business logic, just technical stuff.

Do you think it's ok ?

> Write a compliant Cassandra User Repository
> ---
>
> Key: JAMES-1586
> URL: https://issues.apache.org/jira/browse/JAMES-1586
> Project: James Server
>  Issue Type: New Feature
>Reporter: Matthieu Baechler
>
> To complete the Cassandra backend, we should write a User Repository on top 
> of Cassandra.
> There's already some code there : 
> https://github.com/mbaechler/james/commits/cassandra but it can't be 
> integrated as is, it needs some refactoring to use mailbox Cassandra 
> infrastructure.
> Once done, we should update the spring configuration to deploy this 
> repository and make sure integration tests on a deployed james still works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



Build failed in Jenkins: jdkim-trunk #2460

2015-08-03 Thread Apache Jenkins Server
See 

--
[...truncated 96 lines...]
A main/src/main/java/org/apache/james/jdkim/exceptions
AU
main/src/main/java/org/apache/james/jdkim/exceptions/FailException.java
AU
main/src/main/java/org/apache/james/jdkim/exceptions/PermFailException.java
AU
main/src/main/java/org/apache/james/jdkim/exceptions/TempFailException.java
A main/src/main/java/org/apache/james/jdkim/impl
AUmain/src/main/java/org/apache/james/jdkim/impl/BodyHasherImpl.java
AUmain/src/main/java/org/apache/james/jdkim/impl/CompoundBodyHasher.java
AU
main/src/main/java/org/apache/james/jdkim/impl/MultiplexingPublicKeyRecordRetriever.java
AU
main/src/main/java/org/apache/james/jdkim/impl/DNSPublicKeyRecordRetriever.java
AUmain/src/main/java/org/apache/james/jdkim/impl/Message.java
A main/src/site
A main/src/site/site.xml
A main/src/site/resources
A main/src/site/resources/images
AUmain/src/site/resources/images/james-jdkim-logo.gif
AUmain/src/site/resources/images/asf-logo-reduced.gif
A main/src/site/xdoc
AUmain/src/site/xdoc/index.xml
A main/src/reporting-site
AUmain/src/reporting-site/site.xml
A main/src/test
A main/src/test/resources
A main/src/test/resources/org
A main/src/test/resources/org/apache
A main/src/test/resources/org/apache/james
A main/src/test/resources/org/apache/james/jdkim
A main/src/test/resources/org/apache/james/jdkim/Mail-DKIM
AUmain/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt
A main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_7.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_8.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1878954.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_3.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_3.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_4.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_3.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf05_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_4.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_3.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_multiple_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_4.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_5.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_6.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_7.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_gmail.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_1.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_2.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_3.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_3.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_4.txt
AU
main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_4.txt
AU
main/src/test/resources/org/apache/j

Build failed in Jenkins: jdkim-trunk » Apache James :: jDKIM :: DomainKey Project #2460

2015-08-03 Thread Apache Jenkins Server
See 


--
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 

 -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -U clean 
deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache James :: jDKIM :: DomainKey Project
[INFO] Apache James :: jDKIM
[INFO] Apache James :: jDKIM :: Mailets
[INFO] Apache James :: jDKIM :: Assembly
[INFO] 
[INFO] 
[INFO] Building Apache James :: jDKIM :: DomainKey Project 0.3-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-jdkim-project 
---
[TASKS] Scanning folder 
'
 for files matching the pattern '**/*.java' - excludes: main/**/*, 
mailets/**/*, assemble/**/*
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #2416
log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
apache-jdkim-project ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (jar) @ apache-jdkim-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (test-jar) @ apache-jdkim-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 

[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ 
apache-jdkim-project ---
[WARNING] Failed to getClass for 
org.apache.maven.plugin.source.TestSourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:test-jar (attach-sources) @ 
apache-jdkim-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
apache-jdkim-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ 
apache-jdkim-project ---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/james/jdkim/apache-jdkim-project/0.3-SNAPSHOT/apache-jdkim-project-0.3-SNAPSHOT.pom
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/james/jdkim/apache-jdkim-project/0.3-SNAPSHOT/apache-jdkim-project-0.3-SNAPSHOT-tests.jar
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/james/jdkim/apache-jdkim-project/0.3-SNAPSHOT/apache-jdkim-project-0.3-SNAPSHOT-site.xml
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ 
apache-jdkim-project ---
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/james/jdkim/apache-jdkim-project/0.3-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata 
org.apache.james.jdkim:apache-jdkim-project:0.3-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): 
java.lang.RuntimeException: Could not generate DH keypair
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache James :: jDKIM :: DomainKey Project  FAILURE [15.469s]
[INFO] Apache James :: jDKIM . SKIPPED
[INFO] Apache James :: jDKIM :: Mailets .. SKIPPED
[INFO] Apache James :: jDKIM :: Assembly . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] --

Build failed in Jenkins: james-server-trunk #5333

2015-08-03 Thread Apache Jenkins Server
See 

--
[...truncated 966 lines...]
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3522 bytes
Compression is 0.0%
Took 77 ms
[JENKINS] Archiving 

 to 
org.apache.james/james-server-protocols-pop3/3.0.0-beta5-SNAPSHOT/james-server-protocols-pop3-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Server 
:: POP3 #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5434 bytes
Compression is 0.0%
Took 42 ms
[JENKINS] Archiving 

 to 
org.apache.james/james-server-protocols-imap4/3.0.0-beta5-SNAPSHOT/james-server-protocols-imap4-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Server 
:: IMAP #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3426 bytes
Compression is 0.0%
Took 54 ms
[JENKINS] Archiving 

 to 
org.apache.james.karaf/james-karaf-integration/3.0.0-beta5-SNAPSHOT/james-karaf-integration-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Karaf 
:: Integration tests #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4618 bytes
Compression is 0.0%
Took 35 ms
[JENKINS] Archiving 

 to 
org.apache.james/james-server-data-api/3.0.0-beta5-SNAPSHOT/james-server-data-api-3.0.0-beta5-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.james/james-server-data-api/3.0.0-beta5-20150803.101243-1526/james-server-data-api-3.0.0-beta5-20150803.101243-1526.jar
[JENKINS] Archiving 

 to 
org.apache.james/james-server-data-api/3.0.0-beta5-20150803.101243-1526/james-server-data-api-3.0.0-beta5-20150803.101243-1526-tests.jar
[JENKINS] Archiving 

 to 
org.apache.james/james-server-data-api/3.0.0-beta5-20150803.101243-1526/james-server-data-api-3.0.0-beta5-20150803.101243-1526-sources.jar
[JENKINS] Archiving 

 to 
org.apache.james/james-server-data-api/3.0.0-beta5-20150803.101243-1526/james-server-data-api-3.0.0-beta5-20150803.101243-1526-test-sources.jar
Sending artifact delta relative to james-server-trunk » Apache James :: Server 
:: Data  :: API #5332
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 67434 bytes
Compression is 0.0%
Took 74 ms
[JENKINS] Archiving 

 to 
org.apache.james/james-server-util/3.0.0-beta5-SNAPSHOT/james-server-util-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Server 
:: Common Utilities #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2329 bytes
Compression is 0.0%
Took 58 ms
[JENKINS] Archiving 

 to 
org.apache.james/james-server-data-jcr/3.0.0-beta5-SNAPSHOT/james-server-data-jcr-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Server 
:: Data :: JCR Persistence #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4328 bytes
Compression is 0.0%
Took 30 ms
[JENKINS] Archiving 

 to 
org.apache.james.karaf/james-karaf-distribution/3.0.0-beta5-SNAPSHOT/james-karaf-distribution-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Karaf 
:: James Server #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6663 bytes
Compression is 0.0%
Took 0.29 sec
[JENKINS] Archiving 

 to 
org.apache.james/james-server-queue-jms/3.0.0-beta5-SNAPSHOT/james-server-queue-jms-3.0.0-beta5-SNAPSHOT.pom
Sending artifact delta relative to james-server-trunk » Apache James :: Server 
:: Mail Queue :: JMS #5296
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4524 bytes
Compression is 0.0%
Took 45 ms
[JENKINS] Archiving 


Build failed in Jenkins: james-server-trunk » Apache James :: Server :: Mailbox Adapter #5333

2015-08-03 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building Apache James :: Server :: Mailbox Adapter 3.0.0-beta5-SNAPSHOT
[INFO] 
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-api/0.6-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-api/0.6-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.3 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox/0.6-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox/0.6-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.5 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-store/0.6-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-store/0.6-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.5 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-mime4j-core/0.8.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-mime4j-core/0.8.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 4.5 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-mime4j-project/0.8.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-mime4j-project/0.8.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.9 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-mime4j-dom/0.8.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-mime4j-dom/0.8.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 10.5 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-maildir/0.6-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-maildir/0.6-SNAPSHOT/maven-metadata.xml
 (2 KB at 1.3 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-memory/0.6-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/james/apache-james-mailbox-memory/0.6-SNAPSHOT/maven-metadata.xml
 (2 KB at 1.2 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
james-server-mailbox-adapter ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
james-server-mailbox-adapter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
james-server-mailbox-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ 
james-server-mailbox-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
james-server-mailbox-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
james-server-mailbox-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 

[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[27,41]
 cannot find symbol
  symbol:   class InMemoryId
  location: package org.apache.james.mailbox.inmemory
[ERROR] 
:[54,29]
 cannot find symbol
  symbol:   class InMemoryId
  location: class org.apache.james.adapter.mailbox.MailboxManagementTest
[ERROR]