Download from Pando Horel Archive

Bucket URL: https://pando-rgw01.chpc.utah.edu/


--> -->
 
 
<class 'subprocess.CalledProcessError'>
Python 2.7.12: /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/bin/python
Fri Apr 26 04:40:50 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /uufs/chpc.utah.edu/common/home/u0553130/public_html/Brian_Blaylock/cgi-bin/generic_pando_download.cgi in ()
    121 #print '<br><br>subprocess rclone : ', subprocess.check_output(rclone + ' lsd horelS3:', shell=True)
    122 
=>  123 rclone_lsd = subprocess.check_output(rclone + lsd, shell=True)
    124 
    125 # 4) Split the directory names to a list
rclone_lsd undefined, subprocess = <module 'subprocess' from '/uufs/chpc.utah.edu/s...dir/anaconda/4.2.0/lib/python2.7/subprocess.pyc'>, subprocess.check_output = <function check_output>, rclone = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan...s/chpc.utah.edu/common/home/u0553130/.rclone.conf', lsd = ' lsd horelS3:horel-archive/', shell undefined, builtin True = True
 /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/lib/python2.7/subprocess.py in check_output(*popenargs=('/uufs/chpc.utah.edu/common/home/horel-group7/Pan.../u0553130/.rclone.conf lsd horelS3:horel-archive/',), **kwargs={'shell': True})
    572         if cmd is None:
    573             cmd = popenargs[0]
=>  574         raise CalledProcessError(retcode, cmd, output=output)
    575     return output
    576 
global CalledProcessError = <class 'subprocess.CalledProcessError'>, retcode = 3, cmd = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan.../u0553130/.rclone.conf lsd horelS3:horel-archive/', output = ''

<class 'subprocess.CalledProcessError'>: Command '/uufs/chpc.utah.edu/common/home/horel-group7/Pando_Scripts/rclone-v1.39-linux-386/rclone --config /uufs/chpc.utah.edu/common/home/u0553130/.rclone.conf lsd horelS3:horel-archive/' returned non-zero exit status 3
      args = ()
      cmd = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan.../u0553130/.rclone.conf lsd horelS3:horel-archive/'
      message = ''
      output = ''
      returncode = 3