Skip to content
Aborted

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Resuming build at Wed Jul 16 01:44:16 UTC 2025 after Jenkins restart
Ready to run at Wed Jul 16 01:44:16 UTC 2025
Pausing (Preparing for shutdown)
Resuming build at Wed Jul 16 01:50:26 UTC 2025 after Jenkins restart
Ready to run at Wed Jul 16 01:50:26 UTC 2025
Running on Jenkins in /var/jenkins_home/workspace/e200_opensource
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf test_results_1752035696.9793515.xml
[Pipeline] sh
+ rm -rf e200_opensource
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/SI-RISCV/e200_opensource e200_opensource
Cloning into 'e200_opensource'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/e200_opensource/e200_opensource
[Pipeline] {
[Pipeline] echo
FPGA > Simulation
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Utilities)
[Pipeline] dir
Running in /var/jenkins_home/workspace/e200_opensource/e200_opensource
[Pipeline] {
[Pipeline] sh
+ pwd
+ python3 /eda/processor_ci/core/labeler_prototype.py -d /var/jenkins_home/workspace/e200_opensource/e200_opensource -c /eda/processor_ci/config -o /jenkins/processor_ci_utils/labels
Trying to read file: /var/jenkins_home/workspace/e200_opensource/e200_opensource/rtl/e203/core/e203_cpu_top.v
Trying to read file: /var/jenkins_home/workspace/e200_opensource/e200_opensource/rtl/e203/core/config.v
Trying to read file: /var/jenkins_home/workspace/e200_opensource/e200_opensource/rtl/e203/core/e203_biu.v
Trying to read file: /var/jenkins_home/workspace/e200_opensource/e200_opensource/rtl/e203/core/e203_clk_ctrl.v
Trying to read file: /var/jenkins_home/workspace/e200_opensource/e200_opensource/rtl/e203/core/e203_clkgate.v
Trying to read file: /var/jenkins_home/workspace/e200_opensource/e200_opensource/rtl/e203/core/e203_core.v
Cache-related signals in sirv_1cyc_sram_ctrl.v
Cache-related signals in sirv_gnrl_bufs.v
Cache-related signals in sirv_gnrl_icbs.v
Cache-related signals in sirv_sram_icb_ctrl.v
Cache-related signals in sirv_uartrx.v
Cache-related signals in sirv_tlfragmenter_qspi_1.v
Cache-related signals in i2c_master_top.v
Cache-related signals in e203_exu_alu_rglr.v
Cache-related signals in e203_exu_longpwbck.v
Cache-related signals in e203_exu_alu_csrctrl.v
Cache-related signals in e203_exu_alu_muldiv.v
Cache-related signals in e203_exu_oitf.v
Cache-related signals in e203_exu_decode.v
Cache-related signals in e203_ifu_ifetch.v
Cache-related signals in e203_defines.v
Cache-related signals in e203_exu_excp.v
Cache-related signals in e203_itcm_ctrl.v
Cache-related signals in e203_ifu_ift2icb.v
Cache-related signals in e203_exu_alu.v
Cache-related signals in e203_lsu.v
Cache-related signals in e203_dtcm_ctrl.v
Cache-related signals in e203_exu_wbck.v
Cache-related signals in e203_exu.v
Cache-related signals in e203_core.v
Cache-related signals in e203_ifu.v
Cache-related signals in e203_exu_alu_bjp.v
Cache-related signals in e203_lsu_ctrl.v
Cache-related signals in e203_exu_disp.v
Cache-related signals in e203_exu_alu_lsuagu.v
Cache-related signals in sirv_mrom_top.v
Cache-related signals in sirv_debug_module.v
Cache-related signals in sirv_jtag_dtm.v
Cache-related signals in e203_subsys_perips.v
Cache-related signals in tb_top.v
Results saved to /jenkins/processor_ci_utils/labels/e200_opensource.json
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (FPGA Build Pipeline)
[Pipeline] parallel
[Pipeline] { (Branch: digilent_arty_a7_100t)
[Pipeline] stage
[Pipeline] { (digilent_arty_a7_100t)
[Pipeline] lock
Trying to acquire lock on [Resource: digilent_arty_a7_100t]
The resource [digilent_arty_a7_100t] is locked by build airisc_core_complex #158 #158 since Jul 16, 2025, 1:47 AM.
[Resource: digilent_arty_a7_100t] is not free, waiting for execution ...
[Required resources: [digilent_arty_a7_100t]] added into queue at position 1
Aborted by Julio Nunes Avelar
[Pipeline] // lock
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch digilent_arty_a7_100t
[Pipeline] // parallel
[Pipeline] }
Aborted by Julio Nunes Avelar
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
Error when executing always post condition:
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: ce342080-2758-41ff-83e9-68b5ebfafc6d
hudson.AbortException: No test report files were found. Configuration error?
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:253)
	at hudson.FilePath.act(FilePath.java:1234)
	at hudson.FilePath.act(FilePath.java:1217)
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:146)
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:177)
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:282)
	at PluginClassLoader for junit//hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:62)
	at PluginClassLoader for junit//hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:27)
	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3da416dd-fbf8-4aa2-b81c-c5d65d212f7c
Finished: ABORTED