Build: #123 was successful

Job: Package Many Linux 2.28 Python3.12 - GPU was successful

Job result summary

Completed
Duration
28 minutes
Agent
cbt-el7-10.cv.nrao.edu

Error summary

The build generated some errors. See the full build log for more details.

# open-bitbucket.nrao.edu:7999 SSH-2.0-APACHE-SSHD-2.12.1
Warning: Permanently added the RSA host key for IP address '[192.33.115.69]:7999' to the list of known hosts.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
/casa-build-utils/pipeline/repack.py:123: SyntaxWarning: invalid escape sequence '\d'
  p = re.compile('.*py(\d+\.\d+).*')
/casa-build-utils/pipeline/lasttag.py:35: SyntaxWarning: invalid escape sequence '\d'
  fpattern="^\d+"
/casa-build-utils/pipeline/lasttag.py:37: SyntaxWarning: invalid escape sequence '\.'
  fpattern=fpattern+"\.\d+"
/casa-build-utils/pipeline/lasttag.py:46: SyntaxWarning: invalid escape sequence '\d'
  p = re.compile(branch.replace("/","-")+'-\d+')
/casa-build-utils/pipeline/lasttag.py:62: SyntaxWarning: invalid escape sequence '\.'
  pattern = '^' + b + '\.\d+$'