Skip to content
Aborted

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/airisc_core_complex
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf test_results_1752035119.8731596.xml
[Pipeline] sh
+ rm -rf airisc_core_complex
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/Fraunhofer-IMS/airisc_core_complex airisc_core_complex
Cloning into 'airisc_core_complex'...
Submodule 'external/elf2hex' (https://github.com/sifive/elf2hex.git) registered for path 'external/elf2hex'
Submodule 'external/neoTRNG' (https://github.com/stnolting/neoTRNG.git) registered for path 'external/neoTRNG'
Submodule 'external/riscv-tests' (https://github.com/riscv-software-src/riscv-tests.git) registered for path 'external/riscv-tests'
Cloning into '/var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex/external/elf2hex'...
Cloning into '/var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex/external/neoTRNG'...
Cloning into '/var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex/external/riscv-tests'...
Submodule path 'external/elf2hex': checked out 'f28a3103c06131ed3895052b1341daf4ca0b1c9c'
Submodule path 'external/neoTRNG': checked out '9889e484295b47b8d12972f732e126b26d0da7de'
Submodule path 'external/riscv-tests': checked out '96403c8facf128564e7828d37daee948147bfad0'
Submodule 'env' (https://github.com/riscv/riscv-test-env.git) registered for path 'external/riscv-tests/env'
Cloning into '/var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex/external/riscv-tests/env'...
Submodule path 'external/riscv-tests/env': checked out '4fabfb4e0d3eacc1dc791da70e342e4b68ea7e46'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex
[Pipeline] {
[Pipeline] echo
FPGA > Simulation
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Utilities)
[Pipeline] dir
Running in /var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex
[Pipeline] {
[Pipeline] sh
+ pwd
+ python3 /eda/processor_ci/core/labeler_prototype.py -d /var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex -c /eda/processor_ci/config -o /jenkins/processor_ci_utils/labels
Trying to read file: /var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex/src/airi5c_core.v
Cache-related signals in airi5c_prebuf_fifo.v
Cache-related signals in airi5c_fetch.v
Cache-related signals in airi5c_uart.v
Cache-related signals in airi5c_trng.v
Cache-related signals in airi5c_spi.v
Cache-related signals in airi5c_ftoi_converter.v
Results saved to /jenkins/processor_ci_utils/labels/airisc_core_complex.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 RISC-V #152 #152 since Jul 10, 2025, 4:15 AM.
[Resource: digilent_arty_a7_100t] is not free, waiting for execution ...
[Required resources: [digilent_arty_a7_100t]] added into queue at position 0
Resuming build at Wed Jul 16 01:44:18 UTC 2025 after Jenkins restart
Ready to run at Wed Jul 16 01:47:42 UTC 2025
Lock acquired on [Resource: digilent_arty_a7_100t]
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Synthesis and PnR)
[Pipeline] dir
Running in /var/jenkins_home/workspace/airisc_core_complex/airisc_core_complex
[Pipeline] {
[Pipeline] echo
Starting synthesis for FPGA digilent_arty_a7_100t.
[Pipeline] sh
+ python3 /eda/processor_ci/main.py -c /eda/processor_ci/config -p airisc_core_complex -b digilent_arty_a7_100t
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:51:40 UTC 2025
Aborted by Julio Nunes Avelar
Sending interrupt signal to process
After 20s process did not stop
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Flash digilent_arty_a7_100t)
Stage "Flash digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test digilent_arty_a7_100t)
Stage "Test digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Lock released on resource [Resource: digilent_arty_a7_100t]
[Pipeline] // lock
[Pipeline] }
[Pipeline] // stage
Aborted by Julio Nunes Avelar
[Pipeline] }
Failed in branch digilent_arty_a7_100t
[Pipeline] // parallel
[Pipeline] }
[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: 1d718610-a299-4a54-8e11-6b5e80b0cdcf
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: e1e62efe-0c96-40ea-b7cd-d34d6771bef0
Finished: ABORTED