PC-Lab% echo "Setting up environment variables" export QUARTUS_ROOTDIR=/opt/intelFPGA/21.1/quartus export PATH=/opt/intelFPGA/21.1/quartus/bin:$PATH Setting up environment variables PC-Lab% echo "Changing to initial working directory" cd /home/lab/Codes/FPGA Changing to initial working directory PC-Lab% echo "Ready to launch quartus_worker" quartus_worker --server http://127.0.0.1:61166 --id 1 --msg-bundle-size 200 --ms g-level error --archive on --archive-file ejemplo_1.qar --work-root dse/dse1/ds e1_1 --exploration-point dse1_1 --revision ejemplo_1 --time-limit 24h0m --save-r esults all --command "quartus_sh --ipc_json --flow compile ejemplo_1.qsf" Ready to launch quartus_worker Info: ******************************************************************* Info: Running Quartus Prime Worker Version 21.1.1 Build 850 06/23/2022 SJ Lite E dition Info: Your use of Intel Corporation's design tools, logic functions Info: and other software and tools, and any partner logic Info: functions, and any output files from any of the foregoing Info: (including device programming or simulation files), and any Info: associated documentation or information are expressly subject Info: to the terms and conditions of the Intel Program License Info: Subscription Agreement, the Intel Quartus Prime License Agreement, Info: the Intel FPGA IP License Agreement, or other applicable license Info: agreement, including, without limitation, that your use is for Info: the sole purpose of programming logic devices manufactured by Info: Intel and sold by Intel or its authorized distributors. Please Info: refer to the applicable agreement for further details, at Info: https://fpgasoftware.intel.com/eula. Info: ******************************************************************* Info: Registering self with server http://127.0.0.1:61166/api/v1.0/broker/server / Error: Failed to register with server. Exception: HTTPConnectionPool(host='127.0.0.1', port=61166): Max retries exceeded with url: /api/v1.0/broker/server/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Info: Starting compilation quartus_sh --ipc_json --flow compile ejemplo_1.qsf Warning: Failed to connect to server to send timestamp: HTTPConnectionPool(host='127.0.0.1', port=61166): Max retries exceeded with url: /api/v1.0/compile/1/timestamp/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Info: Preparing to compile ejemplo_1 ... Info: Downloading ejemplo_1.qar.sha256 ... Error: Unable to download file ejemplo_1.qar.sha256: HTTPConnectionPool(host='127.0.0.1', port=61166): Max retries exceeded with url: /api/v1.0/files/ejemplo_1.qar.sha256 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Error: Failed to download: dse/dse1/dse1_1/ejemplo_1.qar.sha256 Error: Encountered error in worker run: stat: path should be string, bytes, os.PathLike or integer, not NoneType Info: Compilation finished. 0 msgs Info: Processing keep results option: all