Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/arRISCado
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf *.xml
[Pipeline] sh
+ rm -rf arRISCado
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/arRISCado/arRISCado arRISCado
Cloning into 'arRISCado'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/arRISCado/arRISCado
[Pipeline] {
[Pipeline] sh
+ /eda/oss-cad-suite/bin/iverilog -o simulation.out -g2005 -s cpu project/cpu.v project/flash.v project/mmu.v project/ram.v project/rom.v project/top.v project/uart.v project/cpu/alu.v project/cpu/decode.v project/cpu/divider.v project/cpu/execute.v project/cpu/fetch.v project/cpu/memory.v project/cpu/register_bank.v project/cpu/writeback.v project/peripheral/buttons.v project/peripheral/peripheral_manager.v project/peripheral/pwm_port.v
project/cpu.v:16: error: Unable to bind wire/reg/memory `clock_real' in `cpu'
project/cpu.v:29:      : A symbol with that name was declared here. Check for declaration after use.
project/cpu.v:16: error: Unable to elaborate r-value: clock_real
project/peripheral/peripheral_manager.v:42: error: Unable to bind wire/reg/memory `write_pwm1_1' in `cpu.Peripheral_manager'
project/peripheral/peripheral_manager.v:42: error: Failed to elaborate port expression.
project/peripheral/peripheral_manager.v:43: error: Unable to bind wire/reg/memory `write_pwm1_2' in `cpu.Peripheral_manager'
project/peripheral/peripheral_manager.v:43: error: Failed to elaborate port expression.
project/peripheral/peripheral_manager.v:39: warning: Port 7 (debug_led) of pwm_port expects 6 bits, got 4.
project/peripheral/peripheral_manager.v:39:        : Padding 2 high bits of the port.
project/peripheral/buttons.v:14: error: Unable to bind wire/reg/memory `btn1_counter['sd0]' in `cpu.Peripheral_manager.buttons1'
project/peripheral/buttons.v:18:      : A symbol with that name was declared here. Check for declaration after use.
project/peripheral/buttons.v:14: error: Unable to elaborate r-value: btn1_counter['sd0]
project/peripheral/buttons.v:15: error: Unable to bind wire/reg/memory `btn2_counter['sd0]' in `cpu.Peripheral_manager.buttons1'
project/peripheral/buttons.v:19:      : A symbol with that name was declared here. Check for declaration after use.
project/peripheral/buttons.v:15: error: Unable to elaborate r-value: btn2_counter['sd0]
project/peripheral/peripheral_manager.v:67: error: Net write_pwm1_1 is not defined in this context.
project/peripheral/peripheral_manager.v:68: error: Net write_pwm1_2 is not defined in this context.
project/cpu/divider.v:16: error: Unable to bind wire/reg/memory `state' in `cpu.Execute.alu.divider'
project/cpu/divider.v:22:      : A symbol with that name was declared here. Check for declaration after use.
project/cpu/divider.v:16: error: Unable to elaborate r-value: state
14 error(s) during elaboration.
[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: d198c5a8-66de-4d3d-861c-bd1d5b11496c
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