> On Mar 3, 2015, at 11:41 AM, Alan D. Cabrera <[email protected]> wrote:
> 
> 
>> On Mar 2, 2015, at 11:51 PM, Francesco Chicchiriccò <[email protected]> 
>> wrote:
>> 
>> Hi Alan,
>> this seems very weird: could you please check which are the 4 files failing 
>> the RAT check under common/?
>> 
>> I can't verify how the build is working under Mac OS X - neither Jenkins nor 
>> Travis are reporting troubles: it seems you're building from the 1_2_X 
>> branch or one of 1.2 tags, right?
> 
> The 1_2_X branch.
> 
> Unapproved licenses:
> 
>  /Users/acabrera/asf/syncope/common/rest-api/target/apidocs/package-list
>  /Users/acabrera/asf/syncope/common/rest-api/target/apidocs/script.js
>  
> /Users/acabrera/asf/syncope/common/rest-api/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
>  
> /Users/acabrera/asf/syncope/common/rest-api/target/javadoc-bundle-options/package-list

I added those to the excludes in the root pom and now run into:

[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Syncope Client 1.2.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ syncope-client ---
[INFO] 
[INFO] --- gmaven-plugin:1.5:execute (default) @ syncope-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
syncope-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 1 resource to META-INF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-javadoc-legal-files) 
@ syncope-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ syncope-client 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 
/Users/acabrera/asf/syncope/client/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
syncope-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/acabrera/asf/syncope/client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
syncope-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 
/Users/acabrera/asf/syncope/client/target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ syncope-client ---
[INFO] Surefire report directory: 
/Users/acabrera/asf/syncope/client/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; 
support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.syncope.client.ConcurrencyTest
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.947 sec <<< 
FAILURE! - in org.apache.syncope.client.ConcurrencyTest
multiThreadTest(org.apache.syncope.client.ConcurrencyTest)  Time elapsed: 0.433 
sec  <<< ERROR!
java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:714)
        at 
org.apache.syncope.client.ConcurrencyTest.multiThreadTest(ConcurrencyTest.java:55)


Results :

Tests in error: 
  ConcurrencyTest.multiThreadTest:55 » OutOfMemory unable to create new native 
t...

Tests run: 2, Failures: 0, Errors: 1, Skipped: 0



Reply via email to