Re: Build failed in Jenkins: DeltaSpike RAT-Check #550

2013-06-25 Thread John D. Ament
Yep, that was in Christian.

Hi Mark,

Infra was able to clear the git workspace, but noted that the chair should
be doing it.  I guess next time we'll just send an email to the group
indicating it needs to be done?

John


On Tue, Jun 25, 2013 at 4:07 AM, Christian Kaltepoth  wrote:

> There is still a "beanval" directory with some "target" folders.
>
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/modules/
>
> Seems like this is causing the RAT check to fail:
>
>
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/modules/target/rat.txt
>
>
>
>
> 2013/6/25 Jason Porter 
>
> > Just ran it locally and it passed without a problem.
> >
> >
> > On Mon, Jun 24, 2013 at 7:55 PM, John D. Ament  > >wrote:
> >
> > > except...
> > >
> > >
> > > *
> > > Summary
> > > ---
> > > Generated at: 2013-06-24T21:29:46-04:00
> > > Notes: 0
> > > Binaries: 0
> > > Archives: 0
> > > Standards: 1
> > >
> > > Apache Licensed: 1
> > > Generated Documents: 0
> > >
> > > JavaDocs are generated and so license header is optional
> > > Generated files do not required license headers
> > >
> > > 0 Unknown Licenses
> > >
> > > ***
> > >
> > > Unapproved licenses:
> > >
> > >
> > > ***
> > >
> > > Archives:
> > >
> > > *
> > >   Files with Apache License headers will be marked AL
> > >   Binary files (which do not require AL headers) will be marked B
> > >   Compressed archives will be marked A
> > >   Notices, licenses etc will be marked N
> > >   AL
> > >
> >
>  C:/Users/john.ament/Documents/GitHub/deltaspike/deltaspike/modules/pom.xml
> > >
> > >  *
> > >  Printing headers for files without AL header...
> > >
> > >
> > >
> > >
> > > On Mon, Jun 24, 2013 at 9:43 PM, Jason Porter  > > >wrote:
> > >
> > > > The problem at the very end says "Too many unapproved licenses: 16"
> not
> > > > sure what we've added, but we have some license fixes to make it
> seems.
> > > > —
> > > > Sent from Mailbox for iPhone
> > > >
> > > > On Mon, Jun 24, 2013 at 6:14 PM, Apache Jenkins Server
> > > >  wrote:
> > > >
> > > > > See <
> > https://builds.apache.org/job/DeltaSpike%20RAT-Check/550/changes>
> > > > > Changes:
> > > > > [john.d.ament] DELTASPIKE-387 Created new name for the module.
> > > > > [john.d.ament] DELTASPIKE-387 Renamed package.
> > > > > [john.d.ament] DELTASPIKE-387 Changed test package name.
> > > > > [christian] Minor javadoc cleanup in servlet module
> > > > > --
> > > > > [...truncated 2105 lines...]
> > > > > INFO - Enterprise application "<
> > > >
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > ">
> > > > loaded.
> > > > > INFO - Creating TransactionManager(id=Default Transaction Manager)
> > > > > INFO - Creating SecurityService(id=Default Security Service)
> > > > > INFO - Using
> > > >
> > >
> >
> 'java.security.auth.login.config=jar:file:/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
> > > > > INFO - Creating Container(id=Default Managed Container)
> > > > > INFO - Using directory /tmp for stateful session passivation
> > > > > INFO - Assembling app: <
> > > >
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > > >
> > > > > INFO - Existing thread singleton service in SystemInstance()
> > > > org.apache.openejb.cdi.ThreadSingletonServiceImpl@d6a05e
> > > > > INFO - OpenWebBeans Container is starting...
> > > > > INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
> > > > > INFO - All injection points are validated successfully.
> > > > > INFO - OpenWebBeans Container has started, it took 11 ms.
> > > > > INFO - Deployed Application(path=<
> > > >
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > > )>
> > > > > INFO - Destroying container system
> > > > > INFO - Undeploying app: <
> > > >
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > > >
> > > > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.82
> > > sec
> > > > > Results :
> > > > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> > > > > [JENKINS] Recording test results
> > > > > [INFO] [INFO] Building jar: <
> > > >
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/deltaspike-cdictrl-openejb-0.5-SNAPSHOT.jar
> > > > >
> > > > > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> > > > deltaspike-cdictrl-openejb ---
> > > > > [INFO]
> > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> > (attach-descriptor)
> > > @
> > > > deltaspike-cdictrl-o

Re: Build failed in Jenkins: DeltaSpike RAT-Check #550

2013-06-25 Thread Christian Kaltepoth
There is still a "beanval" directory with some "target" folders.

https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/modules/

Seems like this is causing the RAT check to fail:

https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/modules/target/rat.txt




2013/6/25 Jason Porter 

> Just ran it locally and it passed without a problem.
>
>
> On Mon, Jun 24, 2013 at 7:55 PM, John D. Ament  >wrote:
>
> > except...
> >
> >
> > *
> > Summary
> > ---
> > Generated at: 2013-06-24T21:29:46-04:00
> > Notes: 0
> > Binaries: 0
> > Archives: 0
> > Standards: 1
> >
> > Apache Licensed: 1
> > Generated Documents: 0
> >
> > JavaDocs are generated and so license header is optional
> > Generated files do not required license headers
> >
> > 0 Unknown Licenses
> >
> > ***
> >
> > Unapproved licenses:
> >
> >
> > ***
> >
> > Archives:
> >
> > *
> >   Files with Apache License headers will be marked AL
> >   Binary files (which do not require AL headers) will be marked B
> >   Compressed archives will be marked A
> >   Notices, licenses etc will be marked N
> >   AL
> >
>  C:/Users/john.ament/Documents/GitHub/deltaspike/deltaspike/modules/pom.xml
> >
> >  *
> >  Printing headers for files without AL header...
> >
> >
> >
> >
> > On Mon, Jun 24, 2013 at 9:43 PM, Jason Porter  > >wrote:
> >
> > > The problem at the very end says "Too many unapproved licenses: 16" not
> > > sure what we've added, but we have some license fixes to make it seems.
> > > —
> > > Sent from Mailbox for iPhone
> > >
> > > On Mon, Jun 24, 2013 at 6:14 PM, Apache Jenkins Server
> > >  wrote:
> > >
> > > > See <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/550/changes>
> > > > Changes:
> > > > [john.d.ament] DELTASPIKE-387 Created new name for the module.
> > > > [john.d.ament] DELTASPIKE-387 Renamed package.
> > > > [john.d.ament] DELTASPIKE-387 Changed test package name.
> > > > [christian] Minor javadoc cleanup in servlet module
> > > > --
> > > > [...truncated 2105 lines...]
> > > > INFO - Enterprise application "<
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > ">
> > > loaded.
> > > > INFO - Creating TransactionManager(id=Default Transaction Manager)
> > > > INFO - Creating SecurityService(id=Default Security Service)
> > > > INFO - Using
> > >
> >
> 'java.security.auth.login.config=jar:file:/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
> > > > INFO - Creating Container(id=Default Managed Container)
> > > > INFO - Using directory /tmp for stateful session passivation
> > > > INFO - Assembling app: <
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > >
> > > > INFO - Existing thread singleton service in SystemInstance()
> > > org.apache.openejb.cdi.ThreadSingletonServiceImpl@d6a05e
> > > > INFO - OpenWebBeans Container is starting...
> > > > INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
> > > > INFO - All injection points are validated successfully.
> > > > INFO - OpenWebBeans Container has started, it took 11 ms.
> > > > INFO - Deployed Application(path=<
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > )>
> > > > INFO - Destroying container system
> > > > INFO - Undeploying app: <
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > > >
> > > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82
> > sec
> > > > Results :
> > > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> > > > [JENKINS] Recording test results
> > > > [INFO] [INFO] Building jar: <
> > >
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/deltaspike-cdictrl-openejb-0.5-SNAPSHOT.jar
> > > >
> > > > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> > > deltaspike-cdictrl-openejb ---
> > > > [INFO]
> > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor)
> > @
> > > deltaspike-cdictrl-openejb ---
> > > > [INFO] [INFO] Exclude: .idea/**/*
> > > > [INFO] Exclude: readme/**/*
> > > > [INFO] Exclude: **/*.log
> > > > [INFO] --- apache-rat-plugin:0.8:check (default) @
> > > deltaspike-cdictrl-openejb ---
> > > > [INFO]
> > > > [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @
> > > deltaspike-cdictrl-openejb ---
> > > > [INFO] [WARNING] Parameter tasks is deprecated, use target instead
> > > > [INFO] Executing tasks
> > > > main:
> > > > [INFO] Executed tasks
> > > > [INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @
> > > delta

Re: Build failed in Jenkins: DeltaSpike RAT-Check #550

2013-06-25 Thread Jason Porter
Just ran it locally and it passed without a problem.


On Mon, Jun 24, 2013 at 7:55 PM, John D. Ament wrote:

> except...
>
>
> *
> Summary
> ---
> Generated at: 2013-06-24T21:29:46-04:00
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 1
>
> Apache Licensed: 1
> Generated Documents: 0
>
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
>
> 0 Unknown Licenses
>
> ***
>
> Unapproved licenses:
>
>
> ***
>
> Archives:
>
> *
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL
>  C:/Users/john.ament/Documents/GitHub/deltaspike/deltaspike/modules/pom.xml
>
>  *
>  Printing headers for files without AL header...
>
>
>
>
> On Mon, Jun 24, 2013 at 9:43 PM, Jason Porter  >wrote:
>
> > The problem at the very end says "Too many unapproved licenses: 16" not
> > sure what we've added, but we have some license fixes to make it seems.
> > —
> > Sent from Mailbox for iPhone
> >
> > On Mon, Jun 24, 2013 at 6:14 PM, Apache Jenkins Server
> >  wrote:
> >
> > > See 
> > > Changes:
> > > [john.d.ament] DELTASPIKE-387 Created new name for the module.
> > > [john.d.ament] DELTASPIKE-387 Renamed package.
> > > [john.d.ament] DELTASPIKE-387 Changed test package name.
> > > [christian] Minor javadoc cleanup in servlet module
> > > --
> > > [...truncated 2105 lines...]
> > > INFO - Enterprise application "<
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> ">
> > loaded.
> > > INFO - Creating TransactionManager(id=Default Transaction Manager)
> > > INFO - Creating SecurityService(id=Default Security Service)
> > > INFO - Using
> >
> 'java.security.auth.login.config=jar:file:/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
> > > INFO - Creating Container(id=Default Managed Container)
> > > INFO - Using directory /tmp for stateful session passivation
> > > INFO - Assembling app: <
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > >
> > > INFO - Existing thread singleton service in SystemInstance()
> > org.apache.openejb.cdi.ThreadSingletonServiceImpl@d6a05e
> > > INFO - OpenWebBeans Container is starting...
> > > INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
> > > INFO - All injection points are validated successfully.
> > > INFO - OpenWebBeans Container has started, it took 11 ms.
> > > INFO - Deployed Application(path=<
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > )>
> > > INFO - Destroying container system
> > > INFO - Undeploying app: <
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> > >
> > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82
> sec
> > > Results :
> > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> > > [JENKINS] Recording test results
> > > [INFO] [INFO] Building jar: <
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/deltaspike-cdictrl-openejb-0.5-SNAPSHOT.jar
> > >
> > > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> > deltaspike-cdictrl-openejb ---
> > > [INFO]
> > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor)
> @
> > deltaspike-cdictrl-openejb ---
> > > [INFO] [INFO] Exclude: .idea/**/*
> > > [INFO] Exclude: readme/**/*
> > > [INFO] Exclude: **/*.log
> > > [INFO] --- apache-rat-plugin:0.8:check (default) @
> > deltaspike-cdictrl-openejb ---
> > > [INFO]
> > > [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @
> > deltaspike-cdictrl-openejb ---
> > > [INFO] [WARNING] Parameter tasks is deprecated, use target instead
> > > [INFO] Executing tasks
> > > main:
> > > [INFO] Executed tasks
> > > [INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @
> > deltaspike-cdictrl-openejb ---
> > > [INFO] [INFO] Configured Artifact:
> > org.apache.deltaspike.cdictrl:deltaspike-cdictrl-owb:0.5-SNAPSHOT:jar
> > > [INFO] Unpacking <
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-owb/target/deltaspike-cdictrl-owb-0.5-SNAPSHOT.jar
> >
> > to <
> >
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/classes
> >
> > with includes "" and excludes
> > "**\/META-INF\/**,**\/OpenWebBeansContainerControl.class"
> > > [INFO] --- maven-dependency-plugin:2.4:unpack (unpack-

Re: Build failed in Jenkins: DeltaSpike RAT-Check #550

2013-06-24 Thread John D. Ament
except...


*
Summary
---
Generated at: 2013-06-24T21:29:46-04:00
Notes: 0
Binaries: 0
Archives: 0
Standards: 1

Apache Licensed: 1
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

0 Unknown Licenses

***

Unapproved licenses:


***

Archives:

*
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  AL
 C:/Users/john.ament/Documents/GitHub/deltaspike/deltaspike/modules/pom.xml

 *
 Printing headers for files without AL header...




On Mon, Jun 24, 2013 at 9:43 PM, Jason Porter wrote:

> The problem at the very end says "Too many unapproved licenses: 16" not
> sure what we've added, but we have some license fixes to make it seems.
> —
> Sent from Mailbox for iPhone
>
> On Mon, Jun 24, 2013 at 6:14 PM, Apache Jenkins Server
>  wrote:
>
> > See 
> > Changes:
> > [john.d.ament] DELTASPIKE-387 Created new name for the module.
> > [john.d.ament] DELTASPIKE-387 Renamed package.
> > [john.d.ament] DELTASPIKE-387 Changed test package name.
> > [christian] Minor javadoc cleanup in servlet module
> > --
> > [...truncated 2105 lines...]
> > INFO - Enterprise application "<
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear";>
> loaded.
> > INFO - Creating TransactionManager(id=Default Transaction Manager)
> > INFO - Creating SecurityService(id=Default Security Service)
> > INFO - Using
> 'java.security.auth.login.config=jar:file:/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
> > INFO - Creating Container(id=Default Managed Container)
> > INFO - Using directory /tmp for stateful session passivation
> > INFO - Assembling app: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> >
> > INFO - Existing thread singleton service in SystemInstance()
> org.apache.openejb.cdi.ThreadSingletonServiceImpl@d6a05e
> > INFO - OpenWebBeans Container is starting...
> > INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
> > INFO - All injection points are validated successfully.
> > INFO - OpenWebBeans Container has started, it took 11 ms.
> > INFO - Deployed Application(path=<
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> )>
> > INFO - Destroying container system
> > INFO - Undeploying app: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 sec
> > Results :
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> > [JENKINS] Recording test results
> > [INFO] [INFO] Building jar: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/deltaspike-cdictrl-openejb-0.5-SNAPSHOT.jar
> >
> > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> deltaspike-cdictrl-openejb ---
> > [INFO]
> > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> deltaspike-cdictrl-openejb ---
> > [INFO] [INFO] Exclude: .idea/**/*
> > [INFO] Exclude: readme/**/*
> > [INFO] Exclude: **/*.log
> > [INFO] --- apache-rat-plugin:0.8:check (default) @
> deltaspike-cdictrl-openejb ---
> > [INFO]
> > [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @
> deltaspike-cdictrl-openejb ---
> > [INFO] [WARNING] Parameter tasks is deprecated, use target instead
> > [INFO] Executing tasks
> > main:
> > [INFO] Executed tasks
> > [INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @
> deltaspike-cdictrl-openejb ---
> > [INFO] [INFO] Configured Artifact:
> org.apache.deltaspike.cdictrl:deltaspike-cdictrl-owb:0.5-SNAPSHOT:jar
> > [INFO] Unpacking <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-owb/target/deltaspike-cdictrl-owb-0.5-SNAPSHOT.jar>
> to <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/classes>
> with includes "" and excludes
> "**\/META-INF\/**,**\/OpenWebBeansContainerControl.class"
> > [INFO] --- maven-dependency-plugin:2.4:unpack (unpack-context) @
> deltaspike-cdictrl-openejb ---
> > Jun 25, 2013 12:12:21 AM hudson.maven.ExecutedMojo 
> > WARNING: Failed to getClass for
> org.apache.maven.plugin.source.SourceJarMojo
> > [INFO] [INFO] META-INF already added, skipping
> > [INFO] META-INF/NOTICE already added, skipping
> > [INFO] META-INF/LICENSE already added, skipping
> > [INFO] META-INF/DISCLAIM

Re: Build failed in Jenkins: DeltaSpike RAT-Check #550

2013-06-24 Thread Jason Porter
The problem at the very end says "Too many unapproved licenses: 16" not sure 
what we've added, but we have some license fixes to make it seems. 
—
Sent from Mailbox for iPhone

On Mon, Jun 24, 2013 at 6:14 PM, Apache Jenkins Server
 wrote:

> See 
> Changes:
> [john.d.ament] DELTASPIKE-387 Created new name for the module.
> [john.d.ament] DELTASPIKE-387 Renamed package.
> [john.d.ament] DELTASPIKE-387 Changed test package name.
> [christian] Minor javadoc cleanup in servlet module
> --
> [...truncated 2105 lines...]
> INFO - Enterprise application 
> "
>  loaded.
> INFO - Creating TransactionManager(id=Default Transaction Manager)
> INFO - Creating SecurityService(id=Default Security Service)
> INFO - Using 
> 'java.security.auth.login.config=jar:file:/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
> INFO - Creating Container(id=Default Managed Container)
> INFO - Using directory /tmp for stateful session passivation
> INFO - Assembling app: 
> 
> INFO - Existing thread singleton service in SystemInstance() 
> org.apache.openejb.cdi.ThreadSingletonServiceImpl@d6a05e
> INFO - OpenWebBeans Container is starting...
> INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
> INFO - All injection points are validated successfully.
> INFO - OpenWebBeans Container has started, it took 11 ms.
> INFO - Deployed 
> Application(path=
> INFO - Destroying container system
> INFO - Undeploying app: 
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 sec
> Results :
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> [JENKINS] Recording test results
> [INFO] [INFO] Building jar: 
> 
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
> deltaspike-cdictrl-openejb ---
> [INFO] 
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ 
> deltaspike-cdictrl-openejb ---
> [INFO] [INFO] Exclude: .idea/**/*
> [INFO] Exclude: readme/**/*
> [INFO] Exclude: **/*.log
> [INFO] --- apache-rat-plugin:0.8:check (default) @ deltaspike-cdictrl-openejb 
> ---
> [INFO] 
> [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
> deltaspike-cdictrl-openejb ---
> [INFO] [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
> main:
> [INFO] Executed tasks
> [INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
> deltaspike-cdictrl-openejb ---
> [INFO] [INFO] Configured Artifact: 
> org.apache.deltaspike.cdictrl:deltaspike-cdictrl-owb:0.5-SNAPSHOT:jar
> [INFO] Unpacking 
> 
>  to 
> 
>  with includes "" and excludes 
> "**\/META-INF\/**,**\/OpenWebBeansContainerControl.class"
> [INFO] --- maven-dependency-plugin:2.4:unpack (unpack-context) @ 
> deltaspike-cdictrl-openejb ---
> Jun 25, 2013 12:12:21 AM hudson.maven.ExecutedMojo 
> WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
> [INFO] [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-INF/DISCLAIMER already added, skipping
> [INFO] META-INF/DEPENDENCIES already added, skipping
> [INFO] META-INF already added, skipping
> [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-INF/DISCLAIMER already added, skipping
> [INFO] META-INF/DEPENDENCIES already added, skipping
> [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-INF/DISCLAIMER already added, skipping
> [INFO] META-INF/DEPENDENCIES already added, skipping
> [INFO] Building jar: 
> 
> [INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ 
> deltaspike-cdictrl-openejb ---
> [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-I

Re: Build failed in Jenkins: DeltaSpike RAT-Check #550

2013-06-24 Thread John D. Ament
Hi

Does anyone know if this job isn't configured for pruning/clean up? When I
run this locally at first it failed because I had remanants of the old
beanval directory.  Now they're gone and it's fine.  When I check github
it's not there.  But I think Jenkins may have the old files still?

John


On Mon, Jun 24, 2013 at 8:14 PM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See 
>
> Changes:
>
> [john.d.ament] DELTASPIKE-387 Created new name for the module.
>
> [john.d.ament] DELTASPIKE-387 Renamed package.
>
> [john.d.ament] DELTASPIKE-387 Changed test package name.
>
> [christian] Minor javadoc cleanup in servlet module
>
> --
> [...truncated 2105 lines...]
> INFO - Enterprise application "<
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear";>
> loaded.
> INFO - Creating TransactionManager(id=Default Transaction Manager)
> INFO - Creating SecurityService(id=Default Security Service)
> INFO - Using
> 'java.security.auth.login.config=jar:file:/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
> INFO - Creating Container(id=Default Managed Container)
> INFO - Using directory /tmp for stateful session passivation
> INFO - Assembling app: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> >
> INFO - Existing thread singleton service in SystemInstance()
> org.apache.openejb.cdi.ThreadSingletonServiceImpl@d6a05e
> INFO - OpenWebBeans Container is starting...
> INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
> INFO - All injection points are validated successfully.
> INFO - OpenWebBeans Container has started, it took 11 ms.
> INFO - Deployed Application(path=<
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> )>
> INFO - Destroying container system
> INFO - Undeploying app: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/classpath.ear
> >
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 sec
>
> Results :
>
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
>
> [JENKINS] Recording test results
> [INFO] [INFO] Building jar: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/deltaspike-cdictrl-openejb-0.5-SNAPSHOT.jar
> >
>
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> deltaspike-cdictrl-openejb ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> deltaspike-cdictrl-openejb ---
> [INFO] [INFO] Exclude: .idea/**/*
> [INFO] Exclude: readme/**/*
> [INFO] Exclude: **/*.log
>
> [INFO] --- apache-rat-plugin:0.8:check (default) @
> deltaspike-cdictrl-openejb ---
> [INFO]
> [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @
> deltaspike-cdictrl-openejb ---
> [INFO] [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
>
> [INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @
> deltaspike-cdictrl-openejb ---
> [INFO] [INFO] Configured Artifact:
> org.apache.deltaspike.cdictrl:deltaspike-cdictrl-owb:0.5-SNAPSHOT:jar
> [INFO] Unpacking <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-owb/target/deltaspike-cdictrl-owb-0.5-SNAPSHOT.jar>
> to <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/classes>
> with includes "" and excludes
> "**\/META-INF\/**,**\/OpenWebBeansContainerControl.class"
>
> [INFO] --- maven-dependency-plugin:2.4:unpack (unpack-context) @
> deltaspike-cdictrl-openejb ---
> Jun 25, 2013 12:12:21 AM hudson.maven.ExecutedMojo 
> WARNING: Failed to getClass for
> org.apache.maven.plugin.source.SourceJarMojo
> [INFO] [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-INF/DISCLAIMER already added, skipping
> [INFO] META-INF/DEPENDENCIES already added, skipping
> [INFO] META-INF already added, skipping
> [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-INF/DISCLAIMER already added, skipping
> [INFO] META-INF/DEPENDENCIES already added, skipping
> [INFO] META-INF already added, skipping
> [INFO] META-INF/NOTICE already added, skipping
> [INFO] META-INF/LICENSE already added, skipping
> [INFO] META-INF/DISCLAIMER already added, skipping
> [INFO] META-INF/DEPENDENCIES already added, skipping
>
> [INFO] Building jar: <
> https://builds.apache.org/job/DeltaSpike%20RAT-Check/ws/deltaspike/cdictrl/impl-openejb/target/deltaspike-cdictrl-openejb-0.5-SNAPSHOT-sources.jar
> >
> [INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @
> deltaspi