Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/Hazard3
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf *.xml
[Pipeline] sh
+ rm -rf Hazard3
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/Wren6991/Hazard3 Hazard3
Cloning into 'Hazard3'...
Submodule 'example_soc/libfpga' (https://github.com/Wren6991/libfpga.git) registered for path 'example_soc/libfpga'
Submodule 'scripts' (https://github.com/Wren6991/fpgascripts) registered for path 'scripts'
Submodule 'test/formal/riscv-formal' (https://github.com/Wren6991/riscv-formal.git) registered for path 'test/formal/riscv-formal/riscv-formal'
Submodule 'test/sim/embench/embench-iot' (https://github.com/Wren6991/embench-iot.git) registered for path 'test/sim/embench/embench-iot'
Submodule 'test/sim/riscv-compliance/riscv-arch-test' (https://github.com/wren6991/riscv-arch-test.git) registered for path 'test/sim/riscv-compliance/riscv-arch-test'
Submodule 'test/sim/riscv-tests/riscv-tests' (https://github.com/Wren6991/riscv-tests.git) registered for path 'test/sim/riscv-tests/riscv-tests'
Cloning into '/var/jenkins_home/workspace/Hazard3/Hazard3/example_soc/libfpga'...
Cloning into '/var/jenkins_home/workspace/Hazard3/Hazard3/scripts'...
Cloning into '/var/jenkins_home/workspace/Hazard3/Hazard3/test/formal/riscv-formal/riscv-formal'...
Cloning into '/var/jenkins_home/workspace/Hazard3/Hazard3/test/sim/embench/embench-iot'...
Cloning into '/var/jenkins_home/workspace/Hazard3/Hazard3/test/sim/riscv-compliance/riscv-arch-test'...
Cloning into '/var/jenkins_home/workspace/Hazard3/Hazard3/test/sim/riscv-tests/riscv-tests'...
Submodule path 'example_soc/libfpga': checked out '9d50e12e01efb59c45f4f71ff5d650a7fb7c6acc'
Submodule path 'scripts': checked out '1e768865928782ec6b0c34e7a30c06857a02155c'
From https://github.com/Wren6991/riscv-formal
 * branch            9612d35e001baa5d32f03ed142a4cc39c11a14b0 -> FETCH_HEAD
Submodule path 'test/formal/riscv-formal/riscv-formal': checked out '9612d35e001baa5d32f03ed142a4cc39c11a14b0'
Submodule path 'test/sim/embench/embench-iot': checked out '6cdd02eff1f9d21f76e2e89d7056f0c984652dd3'
fatal: unable to access 'https://github.com/wren6991/riscv-arch-test.git/': Failed to connect to github.com port 443 after 130961 ms: Couldn't connect to server
fatal: Fetched in submodule path 'test/sim/riscv-compliance/riscv-arch-test', but it did not contain 96cc931b415618318c1dd1d9e43430d35b82ce6e. Direct fetching of that commit failed.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
Stage "Simulation" skipped due to earlier failure(s)
[Pipeline] getContext
[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: 4043e5f6-2380-4dd5-ba69-9da2b39b997b
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 128
Finished: FAILURE