Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Daniel Roberts
I'm getting consistent failures on two IT tests when testing this release candidate with the hadoop 2 profile. Test command: mvn -Dhadoop.profile=2 -Dtimeout.factor=2 clean verify package -Psunny I've opened a bug issue with my findings and stack traces https://github.com/apache/accumulo/issues/32

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Christopher
I got the same error in Eclipse when I ran the test there, and by running that command that you did. But, when I run the test by itself, it only gets the error *sometimes*. mvn clean package -Phadoop3 -Dtest=VfsClassLoaderTest I found a discussion online that led me down a rabbit hole looking at

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Mark Owens
sure On Thu, Apr 6, 2023 at 3:33 PM Christopher wrote: > Mark, I'm having trouble trying to parse the unformatted text dump in > the email thread. Would you mind creating issues for the bugs you saw? > That way, you can put output in markdown blocks with triple backticks. > > On Thu, Apr 6, 202

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Christopher
Mark, I'm having trouble trying to parse the unformatted text dump in the email thread. Would you mind creating issues for the bugs you saw? That way, you can put output in markdown blocks with triple backticks. On Thu, Apr 6, 2023 at 3:27 PM Mark Owens wrote: > > After downloading the artifacts,

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Mark Owens
After downloading the artifacts, I ran the following: tar szf accumulo-1.10.3-src.tar.gz cd accumulo-1.10.3/ mvn clean package The output in the surefire-reports directory doesn't provide too much info. Test set: org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Christopher
I think we need more of that stack trace to be able to interpret it at all. On Thu, Apr 6, 2023, 13:57 Mark Owens wrote: > I'm also running into an issue with the VfsClassLoaderTest. > > java.lang.ExceptionInInitializerError > > > Caused by: java.lang.StringIndexOutOfBoundsException: begin 0, en

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Mark Owens
I'm also running into an issue with the VfsClassLoaderTest. java.lang.ExceptionInInitializerError Caused by: java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 2 I've seen this error message before but can't recall the details. May be some misconfiguration on my machine perhaps,

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Dave Marion
`mvn -Dtimeout.factor=2 clean package -Psunny` works, but `mvn -Dtimeout.factor=2 clean package -Psunny,hadoop3` fails with: [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.153 s <<< FAILURE! - in org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest [ERR

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Dave Marion
`mvn -Dtimeout.factor=2 clean package` worked. Thanks! On Thu, Apr 6, 2023 at 1:19 PM Christopher wrote: > Might just be a coincidence. If it's still failing with a higher timeout, I > can look into it. > > On Thu, Apr 6, 2023, 12:51 Dave Marion wrote: > > > I just thought it was odd that it wa

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Christopher
Might just be a coincidence. If it's still failing with a higher timeout, I can look into it. On Thu, Apr 6, 2023, 12:51 Dave Marion wrote: > I just thought it was odd that it was working in one place (git workspace), > but not from the source tarball. > > On Thu, Apr 6, 2023 at 12:48 PM Christo

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Dave Marion
I just thought it was odd that it was working in one place (git workspace), but not from the source tarball. On Thu, Apr 6, 2023 at 12:48 PM Christopher wrote: > Those are timeouts. The tests are passing in Jenkins. I suspect your > machine is a little slower, but would finish with more time. Yo

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Christopher
Those are timeouts. The tests are passing in Jenkins. I suspect your machine is a little slower, but would finish with more time. You can set -Dtimeout.factor=2 to try to work around it for a local build on a machine with more constrained resources. I wouldn't be surprised if 1.10 tests were a bit

Re: [TEST][VOTE] Apache Accumulo 1.10.3-rc0

2023-04-06 Thread Dave Marion
Verified sha1 & md5 signatures Verified signing key Ran into an issue trying to build from the source tarball. I tried 3 times with the command `mvn clean package` and the build failed in the same spot every time (see below). Note that on the same machine I ran `mvn clean package` on my local git