[
https://issues.apache.org/jira/browse/HUDI-9284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17945154#comment-17945154
]
voon commented on HUDI-9284:
----------------------------
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]
> Investigate strange azure failure due to mockito's MockMaker
> ------------------------------------------------------------
>
> Key: HUDI-9284
> URL: https://issues.apache.org/jira/browse/HUDI-9284
> Project: Apache Hudi
> Issue Type: Improvement
> Components: dev-experience
> Reporter: sivabalan narayanan
> Priority: Major
> Attachments: a1a51da7-8592-47d4-88dc-fd67bed336bb.log
>
>
> 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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)