+1 Fingers crossed on "Lets tackle this for the next release."
Gary On Tue, May 4, 2021, 09:29 Michael Osipov <[email protected]> wrote: > Am 2021-05-02 um 10:44 schrieb Oleg Kalnichevski: > > Please vote on releasing these packages as HttpCore 5.0.4. > > The vote is open for the at least 72 hours, and only votes from > > HttpComponents PMC members are binding. The vote passes if at least > > three binding +1 votes are cast and there are more +1 than -1 votes. > > > > Release notes: > > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-5.0.4-RC1/RELEASE_NOTES-5.0.x.txt > > > > Maven artefacts: > > > https://repository.apache.org/content/repositories/orgapachehttpcomponents-1131/org/apache/httpcomponents/core5/ > > > > Git Tag: 5.0.4-RC1 > > https://github.com/apache/httpcomponents-core/tree/5.0.4-RC1 > > > > Packages: > > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-5.0.4-RC1 > > revision 47502 > > > > Hashes: > > > > b83cad4ffb22f1f7faa39e191acdad1b003490f238132cd85cc9b0d38a7f0c8ba33670206c2f177f8c37bf7308e2f4a786632295c9b05681618510aee0134b20 > httpcomponents-core-5.0.4-src.zip > > > > eb1bbf13d901335403d5d20c07c4c1160e8e9876b94cbeebb07cf86c337cc49d5aafe7066c37a730f372e30a3486be34eece3642a649ef9eecd5963574a4c69f > httpcomponents-core-5.0.4-src.tar.gz > > > > 62755f29c872425a4bf8e6c835b7a11deec80048f94069a702b702615d4b9fff2bed7ad366aafae05095b5f09d82557ba590fdb63b90b57a2500d8bc0aa16148 > httpcomponents-core-5.0.4-bin.zip > > > > f76513eb8cd7d4faa60adbbe34aa44f8ecba5990d86815f5ecf28b0905cdc919865d02d964592ede68af358adb3a2385cbfb2536e2715f9b2d22e9441e1857ac > httpcomponents-core-5.0.4-bin.tar.gz > > > > Keys: > > https://www.apache.org/dist/httpcomponents/httpcore/KEYS > > +1 > > I a can confirm Gary's obvervations: > > [ERROR] Tests run: 19, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: > 0.218 s <<< FAILURE! - in > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase > > [ERROR] > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase.testAwaitInputInBuffer > Time elapsed: 0.071 s <<< FAILURE! > > java.lang.AssertionError > > at > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase.testAwaitInputInBuffer(TestBHttpConnectionBase.java:251) > > > > [ERROR] > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase.testNotStaleWhenHasData > Time elapsed: 0.002 s <<< FAILURE! > > java.lang.AssertionError > > at > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase.testNotStaleWhenHasData(TestBHttpConnectionBase.java:310) > > > > [ERROR] > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase.testAwaitInputInSocket > Time elapsed: 0.002 s <<< FAILURE! > > java.lang.AssertionError > > at > org.apache.hc.core5.http.impl.io.TestBHttpConnectionBase.testAwaitInputInSocket(TestBHttpConnectionBase.java:268) > > > > [INFO] Running > org.apache.hc.core5.http.impl.io.TestContentLengthOutputStream > > [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 > s - in org.apache.hc.core5.http.impl.io.TestContentLengthOutputStream > > [INFO] Running org.apache.hc.core5.http.impl.io.TestIdentityInputStream > > [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 > s - in org.apache.hc.core5.http.impl.io.TestIdentityInputStream > > [INFO] Running org.apache.hc.core5.http.impl.io.TestHttpRequestExecutor > > [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 0.064 s - in org.apache.hc.core5.http.impl.io.TestHttpRequestExecutor > > [INFO] Running org.apache.hc.core5.http.impl.io.TestRequestParser > > [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 0.001 s - in org.apache.hc.core5.http.impl.io.TestRequestParser > > [INFO] Running org.apache.hc.core5.http.impl.io.TestResponseParser > > [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 0.004 s - in org.apache.hc.core5.http.impl.io.TestResponseParser > > [INFO] Running org.apache.hc.core5.http.impl.io.TestHttpService > > [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 0.19 s - in org.apache.hc.core5.http.impl.io.TestHttpService > > [INFO] Running org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers > > [ERROR] Tests run: 21, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: > 0.095 s <<< FAILURE! - in > org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers > > [ERROR] > org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers.testWriteSmallFragmentNoBuffering > Time elapsed: 0.049 s <<< ERROR! > > java.lang.NullPointerException: Cannot read the array length because > "this.buf" is null > > at > org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers.testWriteSmallFragmentNoBuffering(TestSessionInOutBuffers.java:388) > > > > [ERROR] > org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers.testWriteSmallFragmentBuffering > Time elapsed: 0.001 s <<< ERROR! > > java.lang.NullPointerException: Cannot read the array length because > "this.buf" is null > > at > org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers.testWriteSmallFragmentBuffering(TestSessionInOutBuffers.java:379) > > on > > > $ JAVA_VERSION=16 mvn clean install -V > > Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; > 2018-06-17T20:33:14+02:00) > > Maven home: /usr/local/apache-maven-3.5.4 > > Java version: 16, vendor: OpenJDK BSD Porting Team, runtime: > /usr/local/openjdk16 > > Default locale: de_DE, platform encoding: UTF-8 > > OS name: "freebsd", version: "12.2-stable", arch: "amd64", family: "unix" > > Lets tackle this for the next release. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
