Skip to content
Failed

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 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] sh
+ /eda/oss-cad-suite/bin/iverilog -o simulation.out -g2005 -s airi5c_core -I src/ src/airi5c_EX_pregs.v src/airi5c_PC_mux.v src/airi5c_WB_pregs.v src/airi5c_alu.v src/airi5c_branch_prediction.v src/airi5c_core.v src/airi5c_csr_file.v src/airi5c_ctrl.v src/airi5c_debug_module.v src/airi5c_debug_rom.v src/airi5c_decode.v src/airi5c_decompression.v src/airi5c_dmem_latch.v src/airi5c_dpsram_4x8to32bit_wrapper.v src/airi5c_fetch.v src/airi5c_imm_gen.v src/airi5c_mem_arbiter.v src/airi5c_periph_mux.v src/airi5c_pipeline.v src/airi5c_prebuf_fifo.v src/airi5c_regfile.v src/airi5c_src_a_mux.v src/airi5c_src_b_mux.v src/airi5c_sync_to_hasti_bridge.v src/airi5c_wb_src_mux.v
src/airi5c_core.v:316: error: Unknown module type: airi5c_mul_div
src/airi5c_pipeline.v:763: error: Unknown module type: airi5c_FPU
3 error(s) during elaboration.
*** These modules were missing:
        airi5c_FPU referenced 1 times.
        airi5c_mul_div referenced 1 times.
***
[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: colorlight_i9)
[Pipeline] { (Branch: digilent_arty_a7_100t)
[Pipeline] stage
[Pipeline] { (colorlight_i9)
[Pipeline] stage
[Pipeline] { (digilent_arty_a7_100t)
Stage "colorlight_i9" skipped due to earlier failure(s)
[Pipeline] getContext
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] stage
[Pipeline] { (Synthesis and PnR)
[Pipeline] stage
[Pipeline] { (Synthesis and PnR)
Stage "colorlight_i9" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Flash colorlight_i9)
[Pipeline] stage
[Pipeline] { (Flash digilent_arty_a7_100t)
Stage "colorlight_i9" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test colorlight_i9)
[Pipeline] stage
[Pipeline] { (Test digilent_arty_a7_100t)
Stage "colorlight_i9" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch colorlight_i9
[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: cf1067c2-cc1c-478f-b0eb-5f72e7946ed7
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 3
Finished: FAILURE