Re: Broken build

2024-01-30 Thread Justine Olshan
Yeah, it's a bit peculiar because even just the Jenkins button is not enough. There are lines of text within the Jenkins console that have to be clicked. It's a bit strange. But glad to share the word and unblock the build. Justine On Tue, Jan 30, 2024 at 1:31 PM Greg Harris wrote: > Justine, >

Re: Broken build

2024-01-30 Thread Greg Harris
Justine, Thanks for stopping the build! I was using the CloudBees UI to stop the build and it wasn't working, thanks for pointing out that the Jenkins button works. I'll keep that in mind for next time :) Greg On Tue, Jan 30, 2024 at 1:27 PM Justine Olshan wrote: > > Hey Greg, > > I found a bun

Re: Broken build

2024-01-30 Thread Justine Olshan
Hey Greg, I found a bunch of builds stuck like this last week. You have to click in the console window for force terminate. I forced the termination as I did with the others. Justine On Tue, Jan 30, 2024 at 12:21 PM Greg Harris wrote: > Hey Josep, > > Thanks for finding and fixing this build b

Re: Broken build

2024-01-30 Thread Greg Harris
Hey Josep, Thanks for finding and fixing this build breakage! I was wondering why we didn't find out about this via CI, since we do build with 2.12 in Jenkins. It turns out the build has been stuck for the past week, and I've raised an INFRA ticket to see if they can help us. https://issues.apach

Re: Broken build

2024-01-30 Thread Josep Prat
Hi all, PR has been merged, I recommend rebasing to everyone who created a PR in the last hours. Best! On Tue, Jan 30, 2024 at 12:52 PM Luke Chen wrote: > Thanks for the quick fix, Josep! > > On Tue, Jan 30, 2024 at 7:21 PM Josep Prat > wrote: > > > Hi Kafka Devs! > > I noticed the current tr

Re: Broken build

2024-01-30 Thread Luke Chen
Thanks for the quick fix, Josep! On Tue, Jan 30, 2024 at 7:21 PM Josep Prat wrote: > Hi Kafka Devs! > I noticed the current trunk build is broken under Scala 2.12 only. > I found the faulty error and sent a PR to fix it: > https://github.com/apache/kafka/pull/15290 > > If someone has the time a

Broken build

2024-01-30 Thread Josep Prat
Hi Kafka Devs! I noticed the current trunk build is broken under Scala 2.12 only. I found the faulty error and sent a PR to fix it: https://github.com/apache/kafka/pull/15290 If someone has the time and could review it, it would be great. Thanks! Best!, -- [image: Aiven]

Re: broken build on windows

2019-01-31 Thread Colin McCabe
Hi Chia-Ping Tsai, Thanks for the patch. :) cheers, Colin On Wed, Jan 30, 2019, at 07:31, Chia-Ping Tsai wrote: > hi folks, > > I love GNU/Linux but it pains me to see broken build on windows. Could > someone take a look at PR: https://github.com/apache/kafka/pull/6208 ? > I

broken build on windows

2019-01-30 Thread Chia-Ping Tsai
hi folks, I love GNU/Linux but it pains me to see broken build on windows. Could someone take a look at PR: https://github.com/apache/kafka/pull/6208 ? It enables kafka to embrace windows again. Cheers, Chia-Ping