OK here are the DRAT license violations https://issues.apache.org/jira/browse/OODT-871 Please note that not all are actual violations. JS is a common 'honest culprit'. We just need to make sure NOTICE is included and we are good. Thanks, I'll try and address this tomorrow. Lewis
On Mon, Aug 31, 2015 at 10:14 PM, Lewis John Mcgibbney < [email protected]> wrote: > Hi Chris, > OK here we go. > > lmcgibbn@LMC-032857 > /usr/local/oodt_0.10_rc#1/apache-oodt-0.10-src(master) $ mvn -version > Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; > 2015-04-22T04:57:37-07:00) > Maven home: /usr/local/apache-maven-3.3.3 > Java version: 1.7.0_79, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac" > > SIGS good > > lmcgibbn@LMC-032857 /usr/local/oodt_0.10_rc#1(master) $ gpg --verify > apache-oodt-0.10-src.zip.asc > gpg: Signature made Mon Aug 31 10:01:48 2015 PDT using DSA key ID B876884A > gpg: Good signature from "Chris Mattmann (CODE SIGNING KEY) < > [email protected]>" > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the > owner. > Primary key fingerprint: 03CC 5FFA 61AA AD3C 8FF2 5E92 70F0 9CC6 B876 884A > lmcgibbn@LMC-032857 /usr/local/oodt_0.10_rc#1(master) $ md5 > apache-oodt-0.10-src.zip > MD5 (apache-oodt-0.10-src.zip) = 4cb579865833e49cb89db9ad9ce9397a > lmcgibbn@LMC-032857 /usr/local/oodt_0.10_rc#1(master) $ openssl sha1 > apache-oodt-0.10-src.zip > SHA1(apache-oodt-0.10-src.zip)= b784d0eaf471fd9ac0bcaac8cf712fd18128ce1f > > mvn clean install > > Results : > > Failed tests: > > Tests run: 63, Failures: 2, Errors: 0, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] OODT Core .......................................... SUCCESS [ > 2.690 s] > [INFO] Common Utilities ................................... FAILURE [ > 18.423 s] > [INFO] CAS Command Line Interface ......................... SKIPPED > [INFO] Process Control System Input Data Package .......... SKIPPED > [INFO] Catalog and Archive Service Generic Multi-valued Metadata Container > SKIPPED > [INFO] CAS Protocol ....................................... SKIPPED > [INFO] CAS Protocol FTP Implementation .................... SKIPPED > [INFO] CAS Protocol HTTP Implementation ................... SKIPPED > [INFO] CAS Protocol IMAPS Implementation .................. SKIPPED > [INFO] CAS Protocol SFTP Implementation ................... SKIPPED > [INFO] Query Expression ................................... SKIPPED > [INFO] OODT Single Sign On Security Package ............... SKIPPED > [INFO] Catalog and Archive File Management Component ...... SKIPPED > [INFO] OODT CAS Virtual Catalog and Integration Service. .. SKIPPED > [INFO] Catalog and Archive Resource Management Component .. SKIPPED > [INFO] Catalog and Archive Workflow Management Component .. SKIPPED > [INFO] Catalog and Archive Crawling Framework ............. SKIPPED > [INFO] CAS Curation Web Services .......................... SKIPPED > [INFO] Process Control System Core Package ................ SKIPPED > [INFO] OODT Wicket Web Components ......................... SKIPPED > [INFO] CAS Curation Interface ............................. SKIPPED > [INFO] CAS PGE Adaptor Framework .......................... SKIPPED > [INFO] CAS Installer Maven Mojo ........................... SKIPPED > [INFO] OODT :: Archetypes :: OpsUI ........................ SKIPPED > [INFO] OODT :: Archetypes :: RADiX ........................ SKIPPED > [INFO] OODT :: Archetypes ................................. SKIPPED > [INFO] CAS Push-Pull-Framework ............................ SKIPPED > [INFO] Product Service .................................... SKIPPED > [INFO] Profile Service .................................... SKIPPED > [INFO] OODT Web Grid ...................................... SKIPPED > [INFO] XML-configured, DBMS-based Product and Profile Server SKIPPED > [INFO] Apache OODT Configurable OPeNDAP Profile Server .... SKIPPED > [INFO] CAS File Manager Browser Web App ................... SKIPPED > [INFO] CAS Product Server Web Application ................. SKIPPED > [INFO] CAS Workflow Manager Monitor Web App ............... SKIPPED > [INFO] Catalog and Archive File Management Browser ........ SKIPPED > [INFO] Catalog and Archive Workflow Management GUI Editor . SKIPPED > [INFO] Process Control System Operator Interface Webapp ... SKIPPED > [INFO] OODT Process Control System JAX-RS service layer ... SKIPPED > [INFO] Apache OODT ........................................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 21.928 s > [INFO] Finished at: 2015-08-31T21:19:30-07:00 > [INFO] Final Memory: 41M/456M > [INFO] > ------------------------------------------------------------------------ > > > The failure is here > > Running org.apache.oodt.commons.io.DirectorySelectorTest > Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec > <<< FAILURE! > > > ------------------------------------------------------------------------------- > Test set: org.apache.oodt.commons.io.DirectorySelectorTest > > ------------------------------------------------------------------------------- > Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec > <<< FAILURE! > testPositiveSelectionWithoutRecursion(org.apache.oodt.commons.io.DirectorySelectorTest) > Time elapsed: 0.011 sec <<< FAILURE! > junit.framework.AssertionFailedError: expected:<1> but was:<0> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:280) > at junit.framework.Assert.assertEquals(Assert.java:64) > at junit.framework.Assert.assertEquals(Assert.java:198) > at junit.framework.Assert.assertEquals(Assert.java:204) > at > org.apache.oodt.commons.io.DirectorySelectorTest.testPositiveSelectionWithoutRecursion(DirectorySelectorTest.java:33) > > testPositiveSelectionWithRecursion(org.apache.oodt.commons.io.DirectorySelectorTest) > Time elapsed: 0.002 sec <<< FAILURE! > junit.framework.AssertionFailedError: expected:<1> but was:<0> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:280) > at junit.framework.Assert.assertEquals(Assert.java:64) > at junit.framework.Assert.assertEquals(Assert.java:198) > at junit.framework.Assert.assertEquals(Assert.java:204) > at > org.apache.oodt.commons.io.DirectorySelectorTest.testPositiveSelectionWithRecursion(DirectorySelectorTest.java:46) > > Moving on, the following are good > > CHANGES.txt > KEYS > NOTICE.txt > > After submitting https://github.com/chrismattmann/drat/pull/42 DRAT Stats > are as follows > > Notes Binaries Archives Standards Apache Generated Unknown 0 0 0 2072 2024 > 0 37 > I'll open an issue for the 37. These may not be critical I have yet to do > more investigation. > Lewis > > On Mon, Aug 31, 2015 at 10:03 AM, Chris Mattmann <[email protected]> > wrote: > >> Hi Folks, >> >> I have posted a 1st release candidate for the Apache OODT 0.10 >> release. The source code is at: >> >> https://dist.apache.org/repos/dist/dev/oodt/ >> >> For more detailed information, see the included CHANGES.txt file >> for details on release contents and latest changes. The release was >> made using the OODT release process, documented on the Wiki here: >> >> https://cwiki.apache.org/confluence/display/OODT/Release+Process >> >> The release was made from the OODT 0.10 tag (r1700276) at: >> >> http://svn.apache.org/repos/asf/oodt/tags/0.10-rc1/ >> >> A staged Maven repository is available at 2 locations >> due to me pausing the release and then restarting it: >> >> 1st repo: >> https://repository.apache.org/content/repositories/orgapacheoodt-1005/ >> >> 2nd repo: >> https://repository.apache.org/content/repositories/orgapacheoodt-1006/ >> >> >> Please vote on releasing these packages as Apache OODT 0.10. The >> vote is open for at least the next 72 hours. >> >> Only votes from OODT PMC are binding, but folks are welcome to check >> the release candidate and voice their approval or disapproval. The >> vote passes if at least three binding +1 votes are cast. >> >> [ ] +1 Release the packages as Apache OODT 0.10 >> >> [ ] -1 Do not release the packages because... >> >> Thanks! >> >> Cheers, >> Chris >> >> P.S. Here is my +1. >> >> >> > > > -- > *Lewis* > -- *Lewis*
