Download from Amazon


https://noaa-goes16.s3.amazonaws.com/EXIS-L1b-SFEU/2021/186/16/

--> -->
 
 
<type 'exceptions.OSError'>
Python 2.7.12: /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/bin/python
Fri Jun 28 00:05:03 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_AWS_download.cgi in ()
    159 # 3) Execute the rclone lsd command to list directories
    160 ## Check if there are directories in the requestd bucket
=>  161 rclone_lsd = subprocess.check_output(rclone + lsd, shell=True)
    162 
    163 # 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 AWS:noaa-goes16/EXIS-L1b-SFEU/2021/186/16/', 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...nf lsd AWS:noaa-goes16/EXIS-L1b-SFEU/2021/186/16/',), **kwargs={'shell': True})
    565     if 'stdout' in kwargs:
    566         raise ValueError('stdout argument not allowed, it will be overridden.')
=>  567     process = Popen(stdout=PIPE, *popenargs, **kwargs)
    568     output, unused_err = process.communicate()
    569     retcode = process.poll()
process undefined, global Popen = <class 'subprocess.Popen'>, stdout undefined, global PIPE = -1, popenargs = ('/uufs/chpc.utah.edu/common/home/horel-group7/Pan...nf lsd AWS:noaa-goes16/EXIS-L1b-SFEU/2021/186/16/',), kwargs = {'shell': True}
 /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/lib/python2.7/subprocess.py in __init__(self=<subprocess.Popen object>, args='/uufs/chpc.utah.edu/common/home/horel-group7/Pan...nf lsd AWS:noaa-goes16/EXIS-L1b-SFEU/2021/186/16/', bufsize=0, executable=None, stdin=None, stdout=-1, stderr=None, preexec_fn=None, close_fds=False, shell=True, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0)
    709                                 p2cread, p2cwrite,
    710                                 c2pread, c2pwrite,
=>  711                                 errread, errwrite)
    712         except Exception:
    713             # Preserve original exception in case os.close raises.
errread = None, errwrite = None
 /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/lib/python2.7/subprocess.py in _execute_child(self=<subprocess.Popen object>, args=['/bin/sh', '-c', '/uufs/chpc.utah.edu/common/home/horel-group7/Pan...nf lsd AWS:noaa-goes16/EXIS-L1b-SFEU/2021/186/16/'], executable='/bin/sh', preexec_fn=None, close_fds=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0, shell=True, to_close=set([3]), p2cread=None, p2cwrite=None, c2pread=3, c2pwrite=5, errread=None, errwrite=None)
   1341                         raise
   1342                 child_exception = pickle.loads(data)
=> 1343                 raise child_exception
   1344 
   1345 
child_exception = OSError(12, 'Cannot allocate memory')

<type 'exceptions.OSError'>: [Errno 12] Cannot allocate memory
      args = (12, 'Cannot allocate memory')
      child_traceback = 'Traceback (most recent call last):\n File "/uufs...rest)\nOSError: [Errno 12] Cannot allocate memory\n'
      errno = 12
      filename = None
      message = ''
      strerror = 'Cannot allocate memory'