/usr/bin/retesteth -t GeneralStateTests/Pyspecs/paris -- --clients besu --filltests --fillchain --forceupdate -j1 --nologcolor --exectimelog --testpath /tests 
Running tests using path: /tests
Running 1 test case...
Options path `/root/.retesteth` doesn't exist, attempt to create a new directory
Retesteth config path: /root/.retesteth
Active client configurations: 'besu '
.retesteth/besu/setup.sh Using besu path: '/besu'
Running tests for config 'Hyperledger Besu on TCP' 2
Test Case "security": (1 of 1)
100%
.retesteth/besu/setup.sh Besu daemon is listening on port 3000
Instantiated: "Hyperledger Besu evm 25.2-develop-81e1ab9"
Generate Python test: test_selfdestruct_balance_bug
uv run fill -v ./tests/tmp/tmptest_d5d4e33a_dc08_4fda_b7f9_e3c828a63bf3/test_selfdestruct_balance_bug.py --output ./tests/tmp/out_d5d4e33a_dc08_4fda_b7f9_e3c828a63bf3 --tb=short -n 10 --debug Cancun/pyspec.log --t8n-dump-dir Cancun --evm-bin --flat-output --from=null --until=Frontier
/root/.retesteth/pyspecsStart.sh: line 62: uv: command not found
total 8
drwxr-xr-x 2 root root 4096 Feb  2 09:55 .
drwxr-xr-x 4 root root 4096 Feb  2 09:55 ..
cp: cannot stat './tests/tmp/out_d5d4e33a_dc08_4fda_b7f9_e3c828a63bf3/blockchain_tests/*': No such file or directory
java.lang.UnsatisfiedLinkError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /root/.cache/JNA/temp/jna4375067891807992900.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:174)
	at org.hyperledger.besu.ethereum.mainnet.ProtocolSpecBuilder.build(ProtocolSpecBuilder.java:338)
	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:157)
	at org.hyperledger.besu.ethereum.referencetests.ReferenceTestProtocolSchedules.create(ReferenceTestProtocolSchedules.java:85)
	at org.hyperledger.besu.evmtool.T8nExecutor.runTest(T8nExecutor.java:337)
	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.vertx.core.http.impl.Http1xOrH2CHandler.end(Http1xOrH2CHandler.java:61)
	at io.vertx.core.http.impl.Http1xOrH2CHandler.channelRead(Http1xOrH2CHandler.java:38)
	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
security time: 32.29, cputime: 0.05 (0%), t8ntime: 17.18 (53%)

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

*** Execution time stats
Total Time:                               : 32.29           :    0.05 (0%)              :   17.18 (53%)
security                              time: 32.29    cputime:    0.05 (0%)       t8ntime:   17.18 (53%)