Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /var/jenkins_home/workspace/leaf
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf *.xml
[Pipeline] sh
+ rm -rf leaf
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/daniel-santos-7/leaf leaf
Cloning into 'leaf'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/leaf/leaf
[Pipeline] {
[Pipeline] sh
+ /eda/oss-cad-suite/bin/ghdl -a --std=08 cpu/rtl/alu.vhdl cpu/rtl/alu_ctrl.vhdl cpu/rtl/br_detector.vhdl cpu/rtl/core.vhdl cpu/rtl/core_pkg.vhdl cpu/rtl/csrs.vhdl cpu/rtl/ex_block.vhdl cpu/rtl/id_block.vhdl cpu/rtl/id_ex_stage.vhdl cpu/rtl/if_stage.vhdl cpu/rtl/imm_gen.vhdl cpu/rtl/int_strg.vhdl cpu/rtl/leaf.vhdl cpu/rtl/lsu.vhdl cpu/rtl/main_ctrl.vhdl cpu/rtl/reg_file.vhdl cpu/rtl/wb_ctrl.vhdl soc/rtl/debug_reg.vhdl soc/rtl/leaf_soc.vhdl soc/rtl/leaf_soc_pkg.vhdl soc/rtl/ram.vhdl soc/rtl/rom.vhdl soc/rtl/soc_syscon.vhdl uart/rtl/down_counter.vhdl uart/rtl/fifo.vhdl uart/rtl/piso.vhdl uart/rtl/sipo.vhdl uart/rtl/uart.vhdl uart/rtl/uart_pkg.vhdl uart/rtl/uart_rx.vhdl uart/rtl/uart_tx.vhdl uart/rtl/uart_wbsl.vhdl cpu/tbs/alu_ctrl_tb.vhdl cpu/tbs/alu_tb.vhdl cpu/tbs/br_detector_tb.vhdl cpu/tbs/core_tb.vhdl cpu/tbs/csrs_tb.vhdl cpu/tbs/ex_block_tb.vhdl cpu/tbs/id_block_tb.vhdl cpu/tbs/id_ex_stage_tb.vhdl cpu/tbs/if_stage_tb.vhdl cpu/tbs/imm_gen_tb.vhdl cpu/tbs/int_strg_tb.vhdl cpu/tbs/lsu_tb.vhdl cpu/tbs/main_ctrl_tb.vhdl cpu/tbs/reg_file_tb.vhdl cpu/tbs/tbs_pkg.vhdl sim/rtl/leaf_sim.vhdl sim/rtl/leaf_sim_pkg.vhdl sim/rtl/sim_halt.vhdl sim/rtl/sim_io.vhdl sim/rtl/sim_mem.vhdl sim/rtl/sim_syscon.vhdl sim/tbs/sim_mem_tb.vhdl soc/tbs/leaf_soc_tb.vhdl soc/tbs/ram_tb.vhdl soc/tbs/soc_syscon_tb.vhdl uart/tbs/uart_tb.vhdl
cpu/rtl/alu.vhdl:5:10:error: unit "core_pkg" not found in library "work"
use work.core_pkg.all;
         ^
cpu/rtl/alu.vhdl:16:26:error: entity "alu" was not analysed
architecture alu_arch of alu is
                         ^
/eda/oss-cad-suite/libexec/ghdl:error: compilation error
[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: 0bb728cc-e0a0-4635-a36b-a5cd8085dbf6
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