ewiger / gc3pie

Automatically exported from code.google.com/p/gc3pie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: global name 'source' is not defined

GoogleCodeExporter opened this issue · comments

Seen during a run of `gcelljunction`, while Hobbes was having problems
so some VMs were unreachable::

    gc3.gc3libs: ERROR: Could not create ssh connection to 130.60.24.239: error: [Errno 51] Network is unreachable
    gc3.gc3libs: WARNING: Ignored error while updating state of Task GCellJunctionTask.2350: NameError: global name 'source' is not defined

This was not a debug run so the exact location of the error is
unknown, but it's likely to be in either the OpenStack or the ShellCmd
backends.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 19 Aug 2014 at 8:46

Possibly fixed in SVN r4009.

Likely, a copy+paste error in functions `Transport.exists` and 
`SshTransport.exists`.

Original comment by riccardo.murri@gmail.com on 19 Aug 2014 at 9:11

  • Changed state: Started
No further reports of this particular error in almost one year; assuming it's 
been fixed.

Original comment by riccardo.murri@gmail.com on 25 Jun 2015 at 8:10

  • Changed state: Fixed