/home/centos/gc3libs.L4Kvjx/.gc3pie_shellcmd/wrapper_script.sh: line 4: exec: None: not found . /home/centos/gc3pie/bin/activate newout = os.path.join(self.final_dir, "wrapper_script.sh")
move("./.gc3pie_shellcmd/wrapper_script.sh", newout)
gc3.gc3libs: ERROR: Ignored error in fetching output of task 'QDF2PlinkApp.3411': IOError: [Errno 2] No such file or directory: './.gc3pie_shellcmd/wrapper_script.sh'
gc3.gc3libs: DEBUG: (Original traceback follows.)
Traceback (most recent call last):
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/core.py", line 1594, in progress
changed_only=self.retrieve_changed_only)
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/core.py", line 592, in fetch_output
app, download_dir, overwrite, changed_only, **extra_args)
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/core.py", line 671, in __fetch_output_application
return Task.fetch_output(app, download_dir)
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/__init__.py", line 424, in fetch_output
self.execution.state = Run.State.TERMINATED
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/__init__.py", line 1812, in fset
getattr(self._ref, handler)()
File "/home/centos/analysis/QDF2PlinkApp.py", line 59, in terminated
move("./.gc3pie_shellcmd/wrapper_script.sh", newout)
File "/usr/lib64/python2.7/shutil.py", line 301, in move
copy2(src, real_dst)
File "/usr/lib64/python2.7/shutil.py", line 130, in copy2
copyfile(src, dst)
File "/usr/lib64/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: './.gc3pie_shellcmd/wrapper_script.sh'
exec None -o /home/centos/gc3libs.rHDmwt/.gc3pie_shellcmd/resource_usage.txt -f 'WallTime=%es
gc3.gc3libs: ERROR: Could not open wrapper file '/home/centos/gc3libs.FIq0z7/.gc3pie_shellcmd/resource_usage.txt' for task 'GUnzipApp.3437': Could not open file '/home/centos/gc3libs.FIq0z7/.gc3pie_shellcmd/resource_usage.txt' on host '172.23.64.96': IOError: [Errno 2] No such file
gc3.gc3libs: DEBUG: Error getting status of application 'GUnzipApp.3437': InvalidValue: Could not open wrapper file '/home/centos/gc3libs.FIq0z7/.gc3pie_shellcmd/resource_usage.txt' for task 'GUnzipApp.3437': Could not open file '/home/centos/gc3libs.FIq0z7/.gc3pie_shellcmd/resource_usage.txt' on host '172.23.64.96': IOError: [Errno 2] No such file
Traceback (most recent call last):
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/core.py", line 443, in __update_application
state = lrms.update_job_state(app)
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/backends/openstack.py", line 776, in update_job_state
return self.subresources[app.os_instance_id].update_job_state(app)
File "/home/centos/gc3pie/lib/python2.7/site-packages/gc3libs/backends/shellcmd.py", line 662, in update_job_state
% (wrapper_filename, app, err), do_log=True)
gc3.gc3libs: ERROR: Could not create resource 'sciencecloud': OpenStack backend has been requested but no `python-novaclient` package was found. Please, install `python-novaclient` with`pip install python-novaclient` or `easy_install python-novaclient` and try again, or update your configuration file.. Configuration file problem?
gc3.gc3libs: WARNING: Failed creating backend for resource 'sciencecloud' of type 'openstack+shellcmd': ConfigurationError: OpenStack backend has been requested but no `python-novaclient` package was found. Please, install `python-novaclient` with`pip install python-novaclient` or `easy_install python-novaclient` and try again, or update your configuration file.
`pip install python-novaclient`.
It is quite a mistery for me since i used the previous main instance (from which i took the snapshot for the current main instance) for many successful runs of gqhg...gc3.gc3libs: ERROR: Could not create ssh connection to 172.23.65.142: SSHException: not a valid EC private key file
gc3.gc3libs: ERROR: Key file /home/centos/.ssh/cloud_jw not accepted by remote host 172.23.65.142. Please check your setup.
gc3.gc3libs: ERROR: Could not create ssh connection to 172.23.65.142: SSHException: not a valid EC private key file
gc3.gc3libs: ERROR: Key file /home/centos/.ssh/cloud_jw not accepted by remote host 172.23.65.142. Please check your setup.
gc3.gc3libs: ERROR: Got error in submitting task 'GUnzipApp.240', informing scheduler: LRMSSkipSubmissionToNextIteration: Delaying submission until some of the VMs currently pending is ready. Pending VM ids: f72c4453-5e01-4df1-813c-369efda14766
172.23.65.142 from my main instance (172.23.64.111), but i had to type the passphrase.Hi
I have built a SequentialTaskCollection consisting of 6 Applications.
When i run it on localhost it works fine, but on the science cloud i get a message likefor every application in the SequentialTaskCollection/home/centos/gc3libs.L4Kvjx/.gc3pie_shellcmd/wrapper_script.sh: line 4: exec: None: not found
A new instance is started in the science cloud and the various output directories as well as stdout and stderr files are created.
The instance created is a fresh Centos 7.2 installation to which i added some packages needed for my software to run (i.e. no gc3lib or so installed).