No Possible Issues Found via Git Search
renaissance-naive-bayes_0
[2026-02-28T04:44:03.418Z] Running test renaissance-naive-bayes_0 ...
[2026-02-28T04:44:03.418Z] ===============================================
[2026-02-28T04:44:03.418Z] renaissance-naive-bayes_0 Start Time: Sat Feb 28 04:44:02 2026 Epoch Time (ms): 1772253842972
[2026-02-28T04:44:03.418Z] variation: NoOptions
[2026-02-28T04:44:03.418Z] JVM_OPTIONS:
[2026-02-28T04:44:03.418Z] { \
[2026-02-28T04:44:03.418Z] echo ""; echo "TEST SETUP:"; \
[2026-02-28T04:44:03.418Z] echo "Nothing to be done for setup."; \
[2026-02-28T04:44:03.418Z] mkdir -p "/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17722529438112/renaissance-naive-bayes_0"; \
[2026-02-28T04:44:03.418Z] cd "/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17722529438112/renaissance-naive-bayes_0"; \
[2026-02-28T04:44:03.418Z] echo ""; echo "TESTING:"; \
[2026-02-28T04:44:03.418Z] "/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17722529438112/renaissance-naive-bayes_0"/naive-bayes.json" naive-bayes; \
[2026-02-28T04:44:03.418Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-naive-bayes_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17722529438112/renaissance-naive-bayes_0"; else echo "-----------------------------------"; echo "renaissance-naive-bayes_0""_FAILED"; echo "-----------------------------------"; fi; \
[2026-02-28T04:44:03.418Z] echo ""; echo "TEST TEARDOWN:"; \
[2026-02-28T04:44:03.418Z] echo "Nothing to be done for teardown."; \
[2026-02-28T04:44:03.418Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk17_hs_sanity.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17722529438112/TestTargetResult";
[2026-02-28T04:44:03.418Z]
[2026-02-28T04:44:03.418Z] TEST SETUP:
[2026-02-28T04:44:03.418Z] Nothing to be done for setup.
[2026-02-28T04:44:03.418Z]
[2026-02-28T04:44:03.418Z] TESTING:
[2026-02-28T04:44:05.559Z] Benchmark 'naive-bayes' failed with exception:
[2026-02-28T04:44:05.559Z] java.lang.ExceptionInInitializerError
[2026-02-28T04:44:05.559Z] at org.apache.spark.SparkConf$.<clinit>(SparkConf.scala:658)
[2026-02-28T04:44:05.559Z] at org.apache.spark.SparkConf.set(SparkConf.scala:94)
[2026-02-28T04:44:05.559Z] at org.apache.spark.SparkConf.set(SparkConf.scala:83)
[2026-02-28T04:44:05.559Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$1(SparkSession.scala:1070)
[2026-02-28T04:44:05.559Z] at scala.collection.mutable.HashMap$Node.foreach(HashMap.scala:642)
[2026-02-28T04:44:05.559Z] at scala.collection.mutable.HashMap.foreach(HashMap.scala:504)
[2026-02-28T04:44:05.559Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1070)
[2026-02-28T04:44:05.559Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81)
[2026-02-28T04:44:05.559Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54)
[2026-02-28T04:44:05.559Z] at org.renaissance.apache.spark.NaiveBayes.setUpSparkContext(NaiveBayes.scala:33)
[2026-02-28T04:44:05.559Z] at org.renaissance.apache.spark.NaiveBayes.setUpBeforeAll(NaiveBayes.scala:56)
[2026-02-28T04:44:05.559Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2026-02-28T04:44:05.559Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2026-02-28T04:44:05.559Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2026-02-28T04:44:05.559Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2026-02-28T04:44:05.559Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2026-02-28T04:44:05.559Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2026-02-28T04:44:05.559Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2026-02-28T04:44:05.559Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2026-02-28T04:44:05.559Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2026-02-28T04:44:05.559Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[2026-02-28T04:44:05.559Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-02-28T04:44:05.559Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-02-28T04:44:05.559Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2026-02-28T04:44:05.559Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2026-02-28T04:44:05.559Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2026-02-28T04:44:05.559Z] Caused by: java.net.UnknownHostException: testsles15s390x3: testsles15s390x3: Name or service not known
[2026-02-28T04:44:05.559Z] at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1671)
[2026-02-28T04:44:05.559Z] at org.apache.spark.util.Utils$.findLocalInetAddress(Utils.scala:957)
[2026-02-28T04:44:05.559Z] at org.apache.spark.util.Utils$.localIpAddress$lzycompute(Utils.scala:950)
[2026-02-28T04:44:05.559Z] at org.apache.spark.util.Utils$.localIpAddress(Utils.scala:950)
[2026-02-28T04:44:05.559Z] at org.apache.spark.util.Utils$.$anonfun$localCanonicalHostName$1(Utils.scala:1007)
[2026-02-28T04:44:05.559Z] at scala.Option.getOrElse(Option.scala:201)
[2026-02-28T04:44:05.559Z] at org.apache.spark.util.Utils$.localCanonicalHostName(Utils.scala:1007)
[2026-02-28T04:44:05.559Z] at org.apache.spark.internal.config.package$.<clinit>(package.scala:1063)
[2026-02-28T04:44:05.559Z] ... 26 more
[2026-02-28T04:44:05.560Z] Caused by: java.net.UnknownHostException: testsles15s390x3: Name or service not known
[2026-02-28T04:44:05.560Z] at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
[2026-02-28T04:44:05.560Z] at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934)
[2026-02-28T04:44:05.560Z] at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543)
[2026-02-28T04:44:05.560Z] at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
[2026-02-28T04:44:05.560Z] at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533)
[2026-02-28T04:44:05.560Z] at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1666)
[2026-02-28T04:44:05.560Z] ... 33 more
[2026-02-28T04:44:05.560Z] The following benchmarks failed: naive-bayes
[2026-02-28T04:44:05.560Z] -----------------------------------
[2026-02-28T04:44:05.560Z] renaissance-naive-bayes_0_FAILED
[2026-02-28T04:44:05.560Z] -----------------------------------
[2026-02-28T04:44:05.560Z]
[2026-02-28T04:44:05.560Z] TEST TEARDOWN:
[2026-02-28T04:44:05.560Z] Nothing to be done for teardown.
[2026-02-28T04:44:05.560Z] renaissance-naive-bayes_0 Finish Time: Sat Feb 28 04:44:05 2026 Epoch Time (ms): 1772253845333