Re: The nightly jobs for branch-1.x are failing

2021-10-24 Thread Duo Zhang
OK, good, the nightly build completed. https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/176/ There are some failed UTs. Can work on the fix later. 张铎(Duo Zhang) 于2021年10月23日周六 下午10:17写道: > HBASE-26393 has been merged. > > Let's see the result for this build > > >

Re: The nightly jobs for branch-1.x are failing

2021-10-23 Thread Duo Zhang
HBASE-26393 has been merged. Let's see the result for this build https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/176/ 张铎(Duo Zhang) 于2021年10月11日周一 下午11:13写道: > I'm not very familiar with github packages. Can we use github packages on > asf jenkins? > > Nick Dimiduk

Re: The nightly jobs for branch-1.x are failing

2021-10-11 Thread Duo Zhang
I'm not very familiar with github packages. Can we use github packages on asf jenkins? Nick Dimiduk 于2021年10月11日周一 下午10:43写道: > Given that these images are for consumption by our build and not public > consumption, and that our build revolves around Github, does it make sense > to use Github

Re: The nightly jobs for branch-1.x are failing

2021-10-11 Thread Nick Dimiduk
Given that these images are for consumption by our build and not public consumption, and that our build revolves around Github, does it make sense to use Github Packages instead? https://github.com/features/packages On Mon, Oct 11, 2021 at 6:51 AM 张铎(Duo Zhang) wrote: > For me, uploading the

Re: The nightly jobs for branch-1.x are failing

2021-10-11 Thread Duo Zhang
For me, uploading the image to docker hub could save us time on rebuilding it every time when the cache is expired, and also the problem here can be solved too as we do not need to download the findbugs any more. It is for internal use. Sean Busbey 于2021年10月11日周一 下午9:26写道: > we'd need to have

Re: The nightly jobs for branch-1.x are failing

2021-10-11 Thread Sean Busbey
we'd need to have a discussion about pushing to docker hub, esp what our intentions are (i.e. publishing for downstream vs internal use) and how we communicate that via docker hub. The mechanisms for publishing to docker hub are relatively straightforward. On Sun, Oct 10, 2021 at 10:35 PM 张铎(Duo

Re: The nightly jobs for branch-1.x are failing

2021-10-10 Thread Duo Zhang
Thank you Sean. Maybe we could do this on branch-1. I think there are still some folks who are interested in maintaining new branch-1 releases. And for branch-1.4, I prefer we do a final release and then mark it as EOL. And back to the docker build issue, is it possible to push the docker image

Re: The nightly jobs for branch-1.x are failing

2021-10-10 Thread Sean Busbey
it could be that the curl in the docker image for branch-1 is older and is missing some newer CAs. Could we sidestep this issue by installing tooling from spotbugs instead? On Fri, Oct 8, 2021 at 10:54 PM 张铎(Duo Zhang) wrote: > They all fail with docker image building failure. > > 10:50:04

The nightly jobs for branch-1.x are failing

2021-10-08 Thread Duo Zhang
They all fail with docker image building failure. 10:50:04 Step 19/32 : RUN mkdir -p /opt/findbugs && curl -L -s -S > > https://sourceforge.net/projects/findbugs/files/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.tar.gz/download > -o /opt/findbugs.tar.gz && tar xzf