hudi-bot opened a new issue, #16954: URL: https://github.com/apache/hudi/issues/16954
most of inflight PRs CI have been failing [https://dev.azure.com/apachehudi/hudi-oss-ci/_build/results?buildId=4740&view=logs&j=d8698f62-59df-5d60-659e-8e4b90e4e5ba&t=7e6a176b-fa3b-5e2b-bced-8d295e83a4a8] w/ below stacktrace {code:java} Caused by: java.lang.IllegalStateException: Error during attachment using: net.bytebuddy.agent.ByteBuddyAgent$AttachmentProvider$Compound@169c6d89 at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:636) at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:609) at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:561) at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:538) at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:117) ... 88 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.bytebuddy.agent.Attacher.install(Attacher.java:106) at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:631) ... 92 more Caused by: java.lang.UnsatisfiedLinkError: Native Library /opt/java/openjdk/jre/lib/amd64/libattach.so already loaded in another classloader at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1900) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838) at java.lang.Runtime.loadLibrary0(Runtime.java:843) at java.lang.System.loadLibrary(System.java:1136) at sun.tools.attach.LinuxVirtualMachine.<clinit>(LinuxVirtualMachine.java:343) at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(LinuxAttachProvider.java:63) at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:208) ... 98 more {code} ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-9284 - Type: Improvement - Attachment(s): - 16/Apr/25 12:17;voonhous;a1a51da7-8592-47d4-88dc-fd67bed336bb.log;https://issues.apache.org/jira/secure/attachment/13076051/a1a51da7-8592-47d4-88dc-fd67bed336bb.log --- ## Comments 09/Apr/25 23:22;shivnarayan;unblocked CI using https://github.com/apache/hudi/pull/13124;;; --- 16/Apr/25 12:17;voonhous;I am seeing the same issue for: {*}UT FT common & other modules{*}{*}{*} [https://dev.azure.com/apachehudi/hudi-oss-ci/_build/results?buildId=4893&view=logs&j=5b0eb18b-9c5f-5b4a-d2a6-eb102a95ae9f&t=03a6e5c4-b7ef-564f-3a05-58f371cc8280] Backup in case log url expires: [^a1a51da7-8592-47d4-88dc-fd67bed336bb.log] ;;; --- 16/Apr/25 18:45;voonhous;Was wondering why master was succeeding but *release-1.0.2* branch was failing. Turns out, the cherrypicking PR below fixed my issues. Just a headsup/FYI. The difference between my my previous {{release-1.0.2}} branch with the failing CI and master is in these lines: [https://github.com/apache/hudi/pull/13031/files#diff-7a6b0a93bc2aef840a61b4124b6556d2e346714c605a86e2078f7fd77b9a77dfR521-R522];;; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
