Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/fedar-f1-rv64im
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf *.xml
[Pipeline] sh
+ rm -rf fedar-f1-rv64im
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/eminfedar/fedar-f1-rv64im fedar-f1-rv64im
Cloning into 'fedar-f1-rv64im'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/fedar-f1-rv64im/fedar-f1-rv64im
[Pipeline] {
[Pipeline] sh
+ /eda/oss-cad-suite/bin/iverilog -o simulation.out -g2005 -s CPU -I src/ src/ALU.v src/CPU.v src/Encoders.v src/ImmediateExtractor.v src/RAM.v src/ROM.v src/RegFile.v
src//ALU.v:1: error: 'ALU' has already been declared in this scope.
src/ALU.v:1:      : It was declared here as a module.
src//ALU.v:37: error: Module ALU was already declared here: src/ALU.v:1

src/Encoders.v:1: error: 'Encoder_4' has already been declared in this scope.
src//Encoders.v:1:      : It was declared here as a module.
src/Encoders.v:19: error: Module Encoder_4 was already declared here: src//Encoders.v:1

src/Encoders.v:21: error: 'Encoder_8' has already been declared in this scope.
src//Encoders.v:21:      : It was declared here as a module.
src/Encoders.v:44: error: Module Encoder_8 was already declared here: src//Encoders.v:21

src/Encoders.v:46: error: 'Encoder_16' has already been declared in this scope.
src//Encoders.v:46:      : It was declared here as a module.
src/Encoders.v:77: error: Module Encoder_16 was already declared here: src//Encoders.v:46

src/ImmediateExtractor.v:1: error: 'ImmediateExtractor' has already been declared in this scope.
src//ImmediateExtractor.v:1:      : It was declared here as a module.
src/ImmediateExtractor.v:36: error: Module ImmediateExtractor was already declared here: src//ImmediateExtractor.v:1

src/RAM.v:12: syntax error
src/RAM.v:12: error: Incomprehensible for loop.
src/RegFile.v:1: error: 'RegFile' has already been declared in this scope.
src//RegFile.v:1:      : It was declared here as a module.
src/RegFile.v:36: error: Module RegFile was already declared here: src//RegFile.v:1

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Utilities)
Stage "Utilities" skipped due to earlier failure(s)
[Pipeline] getContext
[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: 6d71a48e-d2f8-43ac-b531-af74487aa534
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 14
Finished: FAILURE