Console Output
+ python3 -m venv tmp_venv
+ bash -c source tmp_venv/bin/activate
+ echo
+ which python3
/usr/bin/python3
+ tmp_venv/bin/pip install cocotb
Collecting cocotb
Downloading cocotb-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 15.4 MB/s eta 0:00:00
Collecting find-libpython
Downloading find_libpython-0.4.1-py3-none-any.whl (8.8 kB)
Installing collected packages: find-libpython, cocotb
Successfully installed cocotb-1.9.2 find-libpython-0.4.1
+ .tmp_venv/bin/python3 /eda/processor_ci_verification/regfile_finder.py -m /eda/processor_ci_utils/cores_utils/tinyriscv/tinyriscv.mk -o /eda/processor_ci_verification/output
/var/jenkins_home/workspace/tinyriscv/tinyriscv@tmp/durable-5a535f10/script.sh.copy: 7: .tmp_venv/bin/python3: not found