/data/retesteth/build/retesteth/retesteth -t GeneralStateTests/stExample -- --all --singletest add11 --lowcpu -j1 --nologcolor --exectimelog --clients besu --testpath /data/tests 
Running tests using path: /data/tests
Running 1 test case...
Retesteth config path: /home/ubuntu/.retesteth
Active client configurations: 'besu '
Filter: 'add11'
.retesteth/besu/setup.sh Using besu path: '/data/besu'
Running tests for config 'Hyperledger Besu on TCP' 2
Test Case "stExample": (1 of 1)
100%
.retesteth/besu/setup.sh Besu daemon is listening on port 3000
Instantiated: "Hyperledger Besu evm 24.12-develop-98780ef"
java.lang.UnsatisfiedLinkError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/ubuntu/.cache/JNA/temp/jna1207986507497213528.tmp)
	at com.sun.jna.Native.open(Native Method)
	at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:300)
	at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481)
	at com.sun.jna.Native.register(Native.java:1770)
	at org.hyperledger.besu.nativelib.gnark.LibGnarkEIP196.<clinit>(LibGnarkEIP196.java:20)
	at org.hyperledger.besu.evm.precompile.AbstractAltBnPrecompiledContract.maybeEnableNative(AbstractAltBnPrecompiledContract.java:52)
	at org.hyperledger.besu.evm.precompile.AbstractAltBnPrecompiledContract.<clinit>(AbstractAltBnPrecompiledContract.java:42)
	at org.hyperledger.besu.evm.precompile.MainnetPrecompiledContracts.populateForByzantium(MainnetPrecompiledContracts.java:82)
	at org.hyperledger.besu.ethereum.mainnet.MainnetPrecompiledContractRegistries.byzantium(MainnetPrecompiledContractRegistries.java:45)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolSpecBuilder.lambda$precompileContractRegistryBuilder$0(ProtocolSpecBuilder.java:172)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolSpecBuilder.build(ProtocolSpecBuilder.java:336)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolScheduleBuilder.getProtocolSpec(ProtocolScheduleBuilder.java:475)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolScheduleBuilder.addProtocolSpec(ProtocolScheduleBuilder.java:488)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolScheduleBuilder.lambda$initSchedule$2(ProtocolScheduleBuilder.java:136)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolScheduleBuilder.initSchedule(ProtocolScheduleBuilder.java:134)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolScheduleBuilder.createProtocolSchedule(ProtocolScheduleBuilder.java:82)
	at org.hyperledger.besu.ethereum.referencetests.ReferenceTestProtocolSchedules.createSchedule(ReferenceTestProtocolSchedules.java:164)
	at org.hyperledger.besu.ethereum.referencetests.ReferenceTestProtocolSchedules.create(ReferenceTestProtocolSchedules.java:85)
	at org.hyperledger.besu.evmtool.T8nExecutor.runTest(T8nExecutor.java:334)
	at org.hyperledger.besu.evmtool.T8nServerSubCommand.handleT8nRequest(T8nServerSubCommand.java:240)
	at org.hyperledger.besu.evmtool.T8nServerSubCommand.handle(T8nServerSubCommand.java:139)
	at org.hyperledger.besu.evmtool.T8nServerSubCommand.lambda$run$0(T8nServerSubCommand.java:122)
	at io.vertx.core.impl.future.FutureImpl$1.onSuccess(FutureImpl.java:91)
	at io.vertx.core.impl.future.FutureBase.lambda$emitSuccess$0(FutureBase.java:60)
	at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:298)
	at io.vertx.core.impl.DuplicatedContext.execute(DuplicatedContext.java:169)
	at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:57)
	at io.vertx.core.impl.future.FutureImpl.tryComplete(FutureImpl.java:259)
	at io.vertx.core.http.impl.HttpEventHandler.handleEnd(HttpEventHandler.java:79)
	at io.vertx.core.http.impl.Http1xServerRequest.handleEnd(Http1xServerRequest.java:592)
	at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:313)
	at io.vertx.core.impl.DuplicatedContext.execute(DuplicatedContext.java:159)
	at io.vertx.core.http.impl.Http1xServerConnection.onEnd(Http1xServerConnection.java:215)
	at io.vertx.core.http.impl.Http1xServerConnection.onContent(Http1xServerConnection.java:206)
	at io.vertx.core.http.impl.Http1xServerConnection.handleOther(Http1xServerConnection.java:189)
	at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:176)
	at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:159)
	at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:87)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:120)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Tests finished: 1
stExample time: 3.34, cputime: 0.01 (0%), t8ntime: 1.60 (47%)

*** No errors detected
*** Total Tests Run: 1

*** Execution time stats
Total Time:                               : 3.34            :    0.01 (0%)              :    1.60 (47%)
stExample                             time: 3.34     cputime:    0.01 (0%)       t8ntime:    1.60 (47%)