Started by user Julio Nunes Avelar [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/jenkins_home/workspace/nox [Pipeline] { [Pipeline] stage [Pipeline] { (Git Clone) [Pipeline] sh + rm -rf *.xml [Pipeline] sh + rm -rf nox [Pipeline] sh + git clone --recursive --depth=1 https://github.com/aignacio/nox nox Cloning into 'nox'... Submodule 'bus_arch_sv_pkg' (https://github.com/aignacio/bus_arch_sv_pkg.git) registered for path 'bus_arch_sv_pkg' Submodule 'tb/cpp/elfio' (https://github.com/serge1/ELFIO.git) registered for path 'tb/cpp/elfio' Submodule 'xlnx/rtl/verilog-axi' (https://github.com/alexforencich/verilog-axi.git) registered for path 'xlnx/rtl/verilog-axi' Submodule 'xlnx/rtl/wbuart32' (https://github.com/ZipCPU/wbuart32.git) registered for path 'xlnx/rtl/wbuart32' Cloning into '/var/jenkins_home/workspace/nox/nox/bus_arch_sv_pkg'... Cloning into '/var/jenkins_home/workspace/nox/nox/tb/cpp/elfio'... Cloning into '/var/jenkins_home/workspace/nox/nox/xlnx/rtl/verilog-axi'... Cloning into '/var/jenkins_home/workspace/nox/nox/xlnx/rtl/wbuart32'... Submodule path 'bus_arch_sv_pkg': checked out '0e942f0c65bd669ddfc98d03bb3839de1b1da366' Submodule path 'tb/cpp/elfio': checked out '06097d962cbbbc1b2e6ea8aab25aac7f6108df26' Submodule path 'xlnx/rtl/verilog-axi': checked out '25912d48fec2abbf3565bbefe402c1cff99fe470' Submodule path 'xlnx/rtl/wbuart32': checked out 'd94466be1b72e20fb412e64329a8349e9a034159' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Simulation) [Pipeline] dir Running in /var/jenkins_home/workspace/nox/nox [Pipeline] { [Pipeline] echo simulation not supported for System Verilog files [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Utilities) [Pipeline] dir Running in /var/jenkins_home/workspace/nox/nox [Pipeline] { [Pipeline] sh + pwd + python3 /eda/processor_ci/core/labeler_prototype.py -d /var/jenkins_home/workspace/nox/nox -c /eda/processor_ci/config -o /jenkins/processor_ci_utils/labels Traceback (most recent call last): File "/eda/processor_ci/core/labeler_prototype.py", line 430, in main(dir_to_search, config_dir, output_folder) File "/eda/processor_ci/core/labeler_prototype.py", line 366, in main config = load_config(config_dir, processor_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/eda/processor_ci/core/config.py", line 57, in load_config create_default_config(config_path, processor_name) File "/eda/processor_ci/core/config.py", line 30, in create_default_config with open(full_config_path, 'w', encoding='utf-8') as file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 30] Read-only file system: '/eda/processor_ci/config/nox.json' [Pipeline] } [Pipeline] // dir [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: 07742c72-ef47-4468-9621-4076c884bad5 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