+1

=======================================================================
Compile/Test Environment: "mvn -version"
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 
2019-04-04T15:00:29-04:00)
Maven home: /usr/local/Cellar/maven/3.6.1/libexec
Java version: 1.8.0_221, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
=======================================================================

Checked out the release "svn co 
https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.2.4-rc1";
 - extract storm source "tar zxvf 
apache-storm-1.2.4-rc1/apache-storm-1.2.4-src.tar.gz"
 - built "mvn install -DskipTests"
 - run unit tests "mvn test"
       - first run failed in unit "flux-core"
                
org.apache.storm.flux.multilang.MultilangEnvironmentTest-output.txt
                1566 [main] DEBUG MultilangEnvironmentTest - Invoking command: 
python
                1658 [main] DEBUG MultilangEnvironmentTest - Command result: 
Python 2.7.16
                1660 [main] DEBUG MultilangEnvironmentTest - Invoking command: 
node
                2599 [main] DEBUG MultilangEnvironmentTest - Command result: 
dyld: Library not loaded:
                              /usr/local/opt/icu4c/lib/libicui18n.64.dylib
                              Referenced from: /usr/local/bin/node
                              Reason: image not found
               
-------------------------------------------------------------------------------
                Test set: 
org.apache.storm.flux.multilang.MultilangEnvironmentTest
                
-------------------------------------------------------------------------------
                Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
1.051 sec <<< FAILURE! - in 
org.apache.storm.flux.multilang.MultilangEnvironmentTest
                
testInvokeNode(org.apache.storm.flux.multilang.MultilangEnvironmentTest)  Time 
elapsed: 0.946 sec  <<< FAILURE!
                java.lang.AssertionError: Exit value for node is 0. 
expected:<0> but was:<134>
                    at org.junit.Assert.fail(Assert.java:88)
                    at org.junit.Assert.failNotEquals(Assert.java:743)
                    at org.junit.Assert.assertEquals(Assert.java:118)
                    at org.junit.Assert.assertEquals(Assert.java:555)
                    at 
org.apache.storm.flux.multilang.MultilangEnvironmentTest.testInvokeNode(MultilangEnvironmentTest.java:48)

                ============
        - second run: "mvn clean; mvn install -DskipTests": Success
                "mvn test" - failed in flux-core at the same location as the 
first time: MultilangEnvironmentTest.java:48
                Failure is due to execution of ccommand "node --version"
                Running this command on command line: bprasad@C02XG0WLJGH8 
surefire-reports % "node --version"
                    dyld: Library not loaded: 
/usr/local/opt/icu4c/lib/libicui18n.64.dylib
                    Referenced from: /usr/local/bin/node
                    Reason: image not found
                    zsh: abort      node
        - run "brew install node"
            "node --version" : v16.10.0
            "mvn test -rf :flux-core" - test success



On 2021/10/01 19:19:05, Ethan Li <etha...@apache.org> wrote: 
> This is a call to vote on releasing Apache Storm 1.2.4 (rc1)
> 
> Full list of changes in this release:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.2.4-rc1/RELEASE_NOTES.html
> 
> The tag/commit to be voted upon is v1.2.4:
> 
> https://gitbox.apache.org/repos/asf?p=storm.git;a=commit;h=1bc944091b727e9a892bb36349231fcc57d9ea30
> 
> The source archive being voted upon can be found here:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.2.4-rc1/apache-storm-1.2.4-src.tar.gz
> 
> Other release files, signatures and digests can be found here:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.2.4-rc1/
> 
> The release artifacts are signed with the following key:
> 
> https://www.apache.org/dist/storm/KEYS
> 
> The Nexus staging repository for this release is:
> 
> https://repository.apache.org/content/repositories/orgapachestorm-1099
> 
> Please vote on releasing this package as Apache Storm 1.2.4.
> 
> When voting, please list the actions taken to verify the release.
> 
> This vote will be open for at least 72 hours.
> 
> [ ] +1 Release this package as Apache Storm 1.2.4
> [ ]  0 No opinion
> [ ] -1 Do not release this package because...
> 
> Thanks to everyone who contributed to this release.
> 

Reply via email to