Hi,

On Wed, Jul 18, 2018 at 7:15 PM, Davide Giannella <[email protected]> wrote:
>
>
> A candidate for the Jackrabbit Oak 1.9.6 release is available at:
>
>     https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.9.6/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.9.6/
>
> The SHA1 checksum of the archive is
> 751251a67669e8e211275b767b78927a7f7963ab.
>
> A staged Maven repository is available for review at:
>
>     https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>     # run in SVN checkout of
> https://dist.apache.org/repos/dist/dev/jackrabbit
>     $ sh check-release.sh oak 1.9.6 751251a67669e8e211275b767b78927a7f7963ab
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.9.6.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>     [ ] +1 Release this package as Apache Jackrabbit Oak 1.9.6
>     [ ] -1 Do not release this package because...
> D.

I got following error (re-running build in the mean time)
----
....
....
[INFO] Running org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest
[ERROR] Tests run: 22, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 15.595 s <<< FAILURE! - in
org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest
[ERROR] 
testConcurrentSameAddRequest(org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest)
 Time elapsed: 0.214 s  <<< FAILURE!
java.lang.AssertionError: expected:<2> but was:<1>
        at 
org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest.assertCacheStats(UploadStagingCacheTest.java:843)
        at 
org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest.testConcurrentSameAddRequest(UploadStagingCacheTest.java:456)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   
UploadStagingCacheTest.testConcurrentSameAddRequest:456->assertCacheStats:843
expected:<2> but was:<1>
[INFO]
[ERROR] Tests run: 179, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Oak Parent POM ..................................... SUCCESS
[01:22 min]
....
....
[INFO] Oak Blob Plugins ................................... FAILURE [
38.111 s]
[INFO] Oak Core ........................................... SKIPPED
....
....
[INFO] Jackrabbit Oak ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:34 min
[INFO] Finished at: 2018-07-19T14:59:14+05:30
[INFO] Final Memory: 128M/4032M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test
(default-test) on project oak-blob-plugins: There are test failures.
[ERROR]
[ERROR] Please refer to
/home/vsaurabh/depot/svn/check-releases/target/jackrabbit-oak-1.9.6/zip/jackrabbit-oak-1.9.6/oak-blob-plugins/target/surefire-reports
for the individual test results.
[ERROR] Please refer to dump files (if any exist)
[date]-jvmRun[N].dump, [date].dumpstream and
[date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
....
....
-----

My setup looks like:
$ mvn -version
Apache Maven 3.5.0
Maven home: /usr/share/maven
Java version: 1.8.0_171, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_IN, platform encoding: UTF-8
OS name: "linux", version: "4.13.0-45-generic", arch: "amd64", family: "unix

Thanks,
Vikas

Reply via email to