Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/Rift2Core
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf *.xml
[Pipeline] sh
+ rm -rf Rift2Core
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/whutddk/Rift2Core Rift2Core
Cloning into 'Rift2Core'...
Submodule 'dependencies/blocks' (https://github.com/chipsalliance/rocket-chip-blocks.git) registered for path 'dependencies/blocks'
Submodule 'dependencies/constellation' (https://github.com/ucb-bar/constellation.git) registered for path 'dependencies/constellation'
Submodule 'dependencies/inclusivecache' (https://github.com/chipsalliance/rocket-chip-inclusive-cache.git) registered for path 'dependencies/inclusivecache'
Submodule 'dependencies/rocket-chip' (https://github.com/chipsalliance/rocket-chip.git) registered for path 'dependencies/rocket-chip'
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/blocks'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/constellation'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/inclusivecache'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip'...
Submodule path 'dependencies/blocks': checked out '42fa33b0a30513a3471ccf246377215dfc38356b'
Submodule path 'dependencies/constellation': checked out '3632183fd1171d00c7f78b32c305841d231031b7'
Submodule 'espresso' (https://github.com/chipsalliance/espresso.git) registered for path 'dependencies/constellation/espresso'
Submodule 'src/main/resources/csrc/netrace' (https://github.com/booksim/netrace.git) registered for path 'dependencies/constellation/src/main/resources/csrc/netrace'
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/constellation/espresso'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/constellation/src/main/resources/csrc/netrace'...
Submodule path 'dependencies/constellation/espresso': checked out '2cc477880bd99a40f257155a676fc61fd53e0d9e'
Submodule path 'dependencies/constellation/src/main/resources/csrc/netrace': checked out 'bf30293e05da0ff7057be209deb7dc0317f08b09'
Submodule path 'dependencies/inclusivecache': checked out '51d400bd32131e8914c6713bfb71bef690f2fe70'
Submodule path 'dependencies/rocket-chip': checked out 'aa183271e978d708d9c75617bd1e261b755b6726'
Submodule 'cde' (https://github.com/chipsalliance/cde.git) registered for path 'dependencies/rocket-chip/cde'
Submodule 'hardfloat' (https://github.com/ucb-bar/berkeley-hardfloat.git) registered for path 'dependencies/rocket-chip/hardfloat'
Submodule 'torture' (https://github.com/ucb-bar/riscv-torture.git) registered for path 'dependencies/rocket-chip/torture'
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip/cde'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip/hardfloat'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip/torture'...
Submodule path 'dependencies/rocket-chip/cde': checked out '52768c97a27b254c0cc0ac9401feb55b29e18c28'
Submodule path 'dependencies/rocket-chip/hardfloat': checked out 'd93aa570806013dea479a92ba9bb33d1f2d4f69f'
Submodule 'berkeley-softfloat-3' (https://github.com/ucb-bar/berkeley-softfloat-3.git) registered for path 'dependencies/rocket-chip/hardfloat/berkeley-softfloat-3'
Submodule 'berkeley-testfloat-3' (https://github.com/ucb-bar/berkeley-testfloat-3.git) registered for path 'dependencies/rocket-chip/hardfloat/berkeley-testfloat-3'
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip/hardfloat/berkeley-softfloat-3'...
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip/hardfloat/berkeley-testfloat-3'...
Submodule path 'dependencies/rocket-chip/hardfloat/berkeley-softfloat-3': checked out '5c06db33fc1e2130f67c045327b0ec949032df1d'
Submodule path 'dependencies/rocket-chip/hardfloat/berkeley-testfloat-3': checked out '06b20075dd3c1a5d0dd007a93643282832221612'
Submodule path 'dependencies/rocket-chip/torture': checked out '99d8b2b441ecaa18b852505bb7718ee04e2753f5'
Submodule 'env' (https://github.com/riscv/riscv-test-env.git) registered for path 'dependencies/rocket-chip/torture/env'
Cloning into '/var/jenkins_home/workspace/Rift2Core/Rift2Core/dependencies/rocket-chip/torture/env'...
Submodule path 'dependencies/rocket-chip/torture/env': checked out 'ce70afbf50a203be04bc326326cfa75831fe7f5d'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/Rift2Core/Rift2Core
[Pipeline] {
[Pipeline] echo
simulation not supported for mixed VHDL and Verilog files
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Utilities)
[Pipeline] dir
Running in /var/jenkins_home/workspace/Rift2Core/Rift2Core
[Pipeline] {
[Pipeline] sh
+ pwd
+ python3 /eda/processor_ci/core/labeler_prototype.py -d /var/jenkins_home/workspace/Rift2Core/Rift2Core -c /eda/processor_ci/config -o /jenkins/processor_ci_utils/labels
Traceback (most recent call last):
File "/eda/processor_ci/core/labeler_prototype.py", line 430, in <module>
main(dir_to_search, config_dir, output_folder)
File "/eda/processor_ci/core/labeler_prototype.py", line 380, in main
if top_file is None:
^^^^^^^^
UnboundLocalError: cannot access local variable 'top_file' where it is not associated with a value
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (FPGA Build Pipeline)
Stage "FPGA Build Pipeline" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] parallel
[Pipeline] { (Branch: digilent_arty_a7_100t)
[Pipeline] stage
[Pipeline] { (digilent_arty_a7_100t)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] stage
[Pipeline] { (Synthesis and PnR)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Flash digilent_arty_a7_100t)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test digilent_arty_a7_100t)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[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: 5c5ddf52-8ff6-40d9-9571-74bfb9895169
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
ERROR: script returned exit code 1
Finished: FAILURE