Release checks out, but I get a test error:

Running org.apache.oodt.commons.util.XMLTest

Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.323 sec <<< 
FAILURE!

Running org.apache.oodt.commons.io.FixedBufferOutputStreamTest

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec

Running org.apache.oodt.commons.MultiServerTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec

Running org.apache.oodt.commons.util.Base64Test

Tests run: 1, Failures:

 

 

Here is the RC verify checksums and MD5, and SIG:

pomodoro:apache-oodt-1.9 mattmann$ /Users/mattmann/bin/stage_apache_rc 
apache-oodt 1.9-src https://dist.apache.org/repos/dist/dev/oodt/

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 14.6M  100 14.6M    0     0  1869k      0  0:00:08  0:00:08 --:--:-- 1948k

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100   473  100   473    0     0   2654      0 --:--:-- --:--:-- --:--:--  2657

pomodoro:apache-oodt-1.9 mattmann$ ls

apache-oodt-1.9-src.zip            apache-oodt-1.9-src.zip.asc

pomodoro:apache-oodt-1.9 mattmann$ $HOME/bin/verify_gpg_sigs

Verifying Signature for file apache-oodt-1.9-src.zip.asc

gpg: assuming signed data in 'apache-oodt-1.9-src.zip'

gpg: Signature made Mon Sep 30 06:40:14 2019 PDT

gpg:                using RSA key AC57783AB30355CA

gpg: Can't check signature: No public key

pomodoro:apache-oodt-1.9 mattmann$ curl -O 
https://raw.githubusercontent.com/apache/oodt/master/KEYS

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 26954  100 26954    0     0  68787      0 --:--:-- --:--:-- --:--:-- 68936

pomodoro:apache-oodt-1.9 mattmann$ gpg --import < KEY

-bash: KEY: No such file or directory

pomodoro:apache-oodt-1.9 mattmann$ gpg --import < KEYS

gpg: key 70F09CC6B876884A: "Chris Mattmann (CODE SIGNING KEY) 
<mattm...@apache.org>" not changed

gpg: key 170B657EF9D98BFA: public key "Sean Colin-Patrick Kelly (CODE SIGNING 
KEY) <ke...@apache.org>" imported

gpg: key 11911679FF5B0BD5: public key "David Woollard (CODE SIGNING KEY) 
<wooll...@apache.org>" imported

gpg: key A5DBC0182C47D568: public key "Paul Michael Ramirez (CODE SIGNING KEY) 
<prami...@apache.org>" imported

gpg: key 7189700880EF652D: public key "Andrew Hart (CODE SIGNING KEY) 
<ah...@apache.org>" imported

gpg: key D8167171783CE7BB: public key "Tom Barber (CODE SIGNING KEY) 
<magicaltr...@apache.org>" imported

gpg: key 4EAAF8B60C1E654B: "Chris Mattmann (CODE SIGNING KEY - Apr 2016) 
<mattm...@apache.org>" not changed

gpg: key 2B12271BFD01FEDB: "Chris Mattmann <mattm...@apache.org>" not changed

gpg: key AC57783AB30355CA: public key "Tom Barber <magicaltr...@apache.org>" 
imported

gpg: Total number processed: 9

gpg:               imported: 6

gpg:              unchanged: 3

pomodoro:apache-oodt-1.9 mattmann$ ls

KEYS                        apache-oodt-1.9-src.zip            
apache-oodt-1.9-src.zip.asc

pomodoro:apache-oodt-1.9 mattmann$ $HOME/bin/verify_gpg_sigs

Verifying Signature for file apache-oodt-1.9-src.zip.asc

gpg: assuming signed data in 'apache-oodt-1.9-src.zip'

gpg: Signature made Mon Sep 30 06:40:14 2019 PDT

gpg:                using RSA key AC57783AB30355CA

gpg: Good signature from "Tom Barber <magicaltr...@apache.org>" [unknown]

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: 65C4 6FC2 31C7 756A E60D  B307 AC57 783A B303 55CA

pomodoro:apache-oodt-1.9 mattmann$ verify_md5_sigs

-bash: verify_md5_sigs: command not found

pomodoro:apache-oodt-1.9 mattmann$ verify_md5_checksums

-bash: verify_md5_checksums: command not found

pomodoro:apache-oodt-1.9 mattmann$ $HOME/bin/verify_md5_checksums

md5sum: '*.tar.gz': No such file or directory

md5sum: '*.bz2': No such file or directory

md5sum: '*.tgz': No such file or directory

apache-oodt-1.9-src.zip: OK

pomodoro:apache-oodt-1.9 mattmann$ 

 

Can you please recheck why the test is failing?

 

pomodoro:oodt mattmann$ cat 
commons/target/surefire-reports/TEST-org.apache.oodt.commons.util.XMLTest.xml 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite tests="9" failures="1" name="org.apache.oodt.commons.util.XMLTest" 
time="0.319" errors="0" skipped="0">

  <properties>

    <property name="java.runtime.name" value="OpenJDK Runtime Environment"/>

    <property name="java.vm.version" value="12.0.1+12"/>

    <property name="sun.boot.library.path" 
value="/Library/Java/JavaVirtualMachines/jdk-12.0.1.jdk/Contents/Home/lib"/>

    <property name="maven.multiModuleProjectDirectory" 
value="/Users/mattmann/git/oodt"/>

    <property name="java.vm.vendor" value="Oracle Corporation"/>

    <property name="java.vendor.url" value="https://java.oracle.com/"/>

    <property name="guice.disable.misplaced.annotation.check" value="true"/>

    <property name="path.separator" value=":"/>

    <property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>

    <property name="java.util.logging.config.file" 
value="/Users/mattmann/git/oodt/commons/src/test/resources/test.logging.properties"/>

    <property name="user.country" value="US"/>

    <property name="sun.java.launcher" value="SUN_STANDARD"/>

    <property name="java.vm.specification.name" value="Java Virtual Machine 
Specification"/>

    <property name="user.dir" value="/Users/mattmann/git/oodt/commons"/>

    <property name="java.vm.compressedOopsMode" value="Zero based"/>

    <property name="java.runtime.version" value="12.0.1+12"/>

    <property name="java.awt.graphicsenv" value="sun.awt.CGraphicsEnvironment"/>

    <property name="basedir" value="/Users/mattmann/git/oodt/commons"/>

    <property name="os.arch" value="x86_64"/>

    <property name="java.io.tmpdir" 
value="/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/"/>

    <property name="line.separator" value="

"/>

    <property name="java.vm.specification.vendor" value="Oracle Corporation"/>

    <property name="os.name" value="Mac OS X"/>

    <property name="classworlds.conf" 
value="/usr/local/Cellar/maven/3.6.1/libexec/bin/m2.conf"/>

    <property name="sun.jnu.encoding" value="UTF-8"/>

    <property name="java.library.path" 
value="/Users/mattmann/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."/>

    <property name="maven.conf" 
value="/usr/local/Cellar/maven/3.6.1/libexec/conf"/>

    <property name="jdk.debug" value="release"/>

    <property name="java.class.version" value="56.0"/>

    <property name="java.specification.name" value="Java Platform API 
Specification"/>

    <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered 
Compilers"/>

    <property name="os.version" value="10.14.6"/>

    <property name="library.jansi.path" 
value="/usr/local/Cellar/maven/3.6.1/libexec/lib/jansi-native"/>

    <property name="user.home" value="/Users/mattmann"/>

    <property name="user.timezone" value="America/Los_Angeles"/>

    <property name="file.encoding" value="UTF-8"/>

    <property name="java.specification.version" value="12"/>

    <property name="user.name" value="mattmann"/>

    <property name="java.class.path" 
value="/usr/local/Cellar/maven/3.6.1/libexec/boot/plexus-classworlds-2.6.0.jar"/>

    <property name="java.vm.specification.version" value="12"/>

    <property name="sun.arch.data.model" value="64"/>

    <property name="sun.java.command" 
value="org.codehaus.plexus.classworlds.launcher.Launcher clean install"/>

    <property name="java.home" 
value="/Library/Java/JavaVirtualMachines/jdk-12.0.1.jdk/Contents/Home"/>

    <property name="user.language" value="en"/>

    <property name="java.specification.vendor" value="Oracle Corporation"/>

    <property name="awt.toolkit" value="sun.lwawt.macosx.LWCToolkit"/>

    <property name="java.vm.info" value="mixed mode, sharing"/>

    <property name="java.version" value="12.0.1"/>

    <property name="java.vendor" value="Oracle Corporation"/>

    <property name="maven.home" value="/usr/local/Cellar/maven/3.6.1/libexec"/>

    <property name="localRepository" value="/Users/mattmann/.m2/repository"/>

    <property name="file.separator" value="/"/>

    <property name="java.version.date" value="2019-04-16"/>

    <property name="java.vendor.url.bug" 
value="https://bugreport.java.com/bugreport/"/>

    <property name="sun.io.unicode.encoding" value="UnicodeBig"/>

    <property name="sun.cpu.endian" value="little"/>

  </properties>

  <testcase name="testDOM" time="0.281">

    <failure message="Stringified DOM document CRC mismatch, got value = 
2790989364" 
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
 Stringified DOM document CRC mismatch, got value = 2790989364

       at junit.framework.Assert.fail(Assert.java:57)

       at junit.framework.Assert.assertTrue(Assert.java:22)

       at junit.framework.TestCase.assertTrue(TestCase.java:192)

       at org.apache.oodt.commons.util.XMLTest.testDOM(XMLTest.java:62)

       at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

       at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

       at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

       at java.base/java.lang.reflect.Method.invoke(Method.java:567)

       at junit.framework.TestCase.runTest(TestCase.java:176)

       at junit.framework.TestCase.runBare(TestCase.java:141)

       at junit.framework.TestResult$1.protect(TestResult.java:122)

       at junit.framework.TestResult.runProtected(TestResult.java:142)

       at junit.framework.TestResult.run(TestResult.java:125)

       at junit.framework.TestCase.run(TestCase.java:129)

       at junit.framework.TestSuite.runTest(TestSuite.java:252)

       at junit.framework.TestSuite.run(TestSuite.java:247)

       at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)

       at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)

       at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)

       at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165)

       at org.apache.maven.surefire.Surefire.run(Surefire.java:107)

       at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

       at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

       at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

       at java.base/java.lang.reflect.Method.invoke(Method.java:567)

       at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:285)

       at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:976)

</failure>

  </testcase>

  <testcase name="testDump" time="0.004"/>

  <testcase name="testDocumentCreation" time="0.001"/>

  <testcase name="testSAXParser" time="0.003"/>

  <testcase name="testAddObject" time="0.001"/>

  <testcase name="testAddString" time="0.001"/>

  <testcase name="testUnwrappedText" time="0.002"/>

  <testcase name="testGetDOMImplementation" time="0.004"/>

  <testcase name="testEscape" time="0"/>

</testsuite>pomodoro:oodt mattmann$ 

 

 

Cheers,

Chris

 

 

From: Tom Barber <t...@spicule.co.uk>
Reply-To: <dev@oodt.apache.org>
Date: Monday, September 30, 2019 at 6:57 AM
To: <dev@oodt.apache.org>
Subject: [VOTE] OODT 1.9 RC 4

 

Hi Folks,

 

I have posted a 4th release candidate for the Apache OODT 1.9 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 1.9 tag (a825085) at:

 

https://github.com/apache/oodt/tree/1.9

 

A staged Maven repository is available at:

 

https://repository.apache.org/content/repositories/orgapacheoodt-1023

 

Please vote on releasing these packages as Apache OODT 1.9. 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 <version>

 

[ ] -1 Do not release the packages because...

 

Thanks!

 

Tom

 

P.S. Here is my +1.

 

-- 

 

 

Spicule Limited is registered in England & Wales. Company Number: 

09954122. Registered office: First Floor, Telecom House, 125-135 Preston 

Road, Brighton, England, BN1 6AF. VAT No. 251478891.

 

 

 

 

All engagements 

are subject to Spicule Terms and Conditions of Business. This email and its 

contents are intended solely for the individual to whom it is addressed and 

may contain information that is confidential, privileged or otherwise 

protected from disclosure, distributing or copying. Any views or opinions 

presented in this email are solely those of the author and do not 

necessarily represent those of Spicule Limited. The company accepts no 

liability for any damage caused by any virus transmitted by this email. If 

you have received this message in error, please notify us immediately by 

reply email before deleting it from your system. Service of legal notice 

cannot be effected on Spicule Limited by email.

 

Reply via email to