RE: ARM/PowerPC builds

2022-09-01 Thread Amit Ramswaroop Baheti
: Tuesday, August 30, 2022 1:44 AM To: dev@kafka.apache.org Subject: [EXTERNAL] Re: ARM/PowerPC builds Hi Amit, I don't see why we need to run a PowerPC build on every test run. It seems excessive, given that most Java code should work on PowerPC without any changes. Why not just run it ni

Re: ARM/PowerPC builds

2022-08-29 Thread Colin McCabe
oop Baheti > Sent: 10 August 2022 20:09 > To: dev@kafka.apache.org > Subject: [EXTERNAL] RE: ARM/PowerPC builds > > I looked at the PR failures on PowerPC jenkins node & the issue was due > to few stuck gradle daemons. I could find that using "./gradlew > --status&qu

Re: ARM/PowerPC builds

2022-08-29 Thread Colin McCabe
Hi Matthew, It seems like you are the only one who has talked about seeing M1-specific failures -- so far, at least. So it would be helpful if you could post what you've seen. best, Colin On Tue, Aug 23, 2022, at 03:05, Matthew Benedict de Detrich wrote: > Sorry I just noticed this email now,

Re: ARM/PowerPC builds

2022-08-23 Thread Matthew Benedict de Detrich
Sorry I just noticed this email now, is this still necessary? I noticed the failures when doing the testing round for the latest Kafka release. -- Matthew de Detrich Aiven Deutschland GmbH Immanuelkirchstraße 26, 10405 Berlin Amtsgericht Charlottenburg, HRB 209739 B Geschäftsführer: Oskari Saare

RE: ARM/PowerPC builds

2022-08-22 Thread Amit Ramswaroop Baheti
August 2022 20:09 To: dev@kafka.apache.org Subject: [EXTERNAL] RE: ARM/PowerPC builds I looked at the PR failures on PowerPC jenkins node & the issue was due to few stuck gradle daemons. I could find that using "./gradlew --status". After I cleaned them up using "./gradlew --stop&qu

RE: ARM/PowerPC builds

2022-08-10 Thread Amit Ramswaroop Baheti
22 22:39 To: dev@kafka.apache.org Subject: [EXTERNAL] Re: ARM/PowerPC builds Hi Matthew, Can you open a JIRA for the test failures you have seen on M1? By the way, I have an M1 myself. best, Colin On Thu, Aug 4, 2022, at 04:12, Matthew Benedict de Detrich wrote: > Quite happy to have this c

RE: ARM/PowerPC builds

2022-08-05 Thread Amit Ramswaroop Baheti
RNAL] Re: ARM/PowerPC builds Hi Matthew, Can you open a JIRA for the test failures you have seen on M1? By the way, I have an M1 myself. best, Colin On Thu, Aug 4, 2022, at 04:12, Matthew Benedict de Detrich wrote: > Quite happy to have this change gone through since the ARM builds were >

Re: ARM/PowerPC builds

2022-08-04 Thread Colin McCabe
Hi Matthew, Can you open a JIRA for the test failures you have seen on M1? By the way, I have an M1 myself. best, Colin On Thu, Aug 4, 2022, at 04:12, Matthew Benedict de Detrich wrote: > Quite happy to have this change gone through since the ARM builds were > constantly failing however I iter

Re: ARM/PowerPC builds

2022-08-04 Thread David Arthur
Divij, I believe the ARM node is not managed by Apache but rather access to it is donated by some external entity. I opened an INFRA ticket the last time we had issues and the Infra folks reached out to the owner of the node to resolve the issue. On Thu, Aug 4, 2022 at 7:13 AM Matthew Benedict d

Re: ARM/PowerPC builds

2022-08-04 Thread Matthew Benedict de Detrich
Quite happy to have this change gone through since the ARM builds were constantly failing however I iterate what Divij Vaidya is saying. I just recently got a new MacBook M1 laptop that has ARM architecture and even locally the tests fail (these are the same tests that also failed in Jenkins).

Re: ARM/PowerPC builds

2022-08-04 Thread Divij Vaidya
Thank you. This would greatly improve the PR experience since now, there is higher probability for it to be green. Side question though, do we know why ARM tests are timing out? Should we start a JIRA with Apache Infra to root cause? — Divij Vaidya On Thu, Aug 4, 2022 at 12:42 AM Colin McCabe