+ python3 /eda/processor_ci/main.py -c /eda/processor_ci/config -p T13x -b digilent_arty_a7_100t
[LOCK] Criado: run.lock
File 'processor_ci_defines.vh' generated for board: 'digilent_arty_a7_100t'.
Final configuration file generated at /var/jenkins_home/workspace/T13x/T13x/build_digilent_arty_a7_100t.tcl
[LOCK] Removido: run.lock
Error executing Makefile.
ERROR: [DRC LUTLP-1] Combinatorial Loop Alert: 2 LUT cells form a combinatorial loop. This can create a race condition. Timing analysis may not be accurate. The preferred resolution is to modify the design to remove combinatorial logic loops. If the loop is known and understood, this DRC can be bypassed by acknowledging the condition and setting the following XDC constraint on any one of the nets in the loop: 'set_property ALLOW_COMBINATORIAL_LOOPS TRUE [get_nets <myHier/myNet>]'. One net in the loop is ptop/u_klessydra_t1_3th_core/Pipe/DECODE/data_mem_we. Please evaluate your design. The cells in the loop are: ptop/u_klessydra_t1_3th_core/Pipe/DECODE/state_LS_i_6, and ptop/u_klessydra_t1_3th_core/Pipe/DECODE/state_LS_i_10.
ERROR: [Vivado 12-1345] Error(s) found during DRC. Bitgen not run.
make: *** [/eda/processor_ci/makefiles/digilent_arty_a7_100t.mk:12: digilent_arty_a7_100t.bit] Error 1
Traceback (most recent call last):
File "/eda/processor_ci/main.py", line 142, in <module>
main(
File "/eda/processor_ci/main.py", line 89, in main
build(build_file_path, board_name, toolchain_path)
File "/eda/processor_ci/core/fpga.py", line 299, in build
raise subprocess.CalledProcessError(process.returncode, 'make')
subprocess.CalledProcessError: Command 'make' returned non-zero exit status 2.