Skip to content

Instantly share code, notes, and snippets.

@omega
Created August 10, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omega/c1a82fb76d92c5162bc5 to your computer and use it in GitHub Desktop.
Save omega/c1a82fb76d92c5162bc5 to your computer and use it in GitHub Desktop.
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/git-backend.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/git-backend.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt.master.test
[DEBUG ] Configuration file path: /etc/salt/master
[DEBUG ] LazyLoaded fileserver.update
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-10T14:33:18.037592'}
[DEBUG ] Sending event - data = {'fun': 'runner.fileserver.update', 'jid': '20150810103318035831', 'user': 'root', '_stamp': '2015-08-10T14:33:18.039553'}
[DEBUG ] Error loading runners.nacl: libnacl import error, perhaps missing python libnacl package
[DEBUG ] pygit2 gitfs_provider enabled
[DEBUG ] LazyLoaded git.envs
[DEBUG ] Updating git fileserver cache
[DEBUG ] Set lock for git@github.com:my/remote.git
[DEBUG ] gitfs is fetching from git@github.com:my/remote.git
[ERROR ] Exception 'Failed to authenticate SSH session: Callback returned error' caught while fetching gitfs remote git@github.com:my/remote.git
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 1161, in update
fetch = origin.fetch()
File "/usr/local/lib/python2.7/dist-packages/pygit2/remote.py", line 218, in fetch
check_error(err)
File "/usr/local/lib/python2.7/dist-packages/pygit2/errors.py", line 64, in check_error
raise GitError(message)
GitError: Failed to authenticate SSH session: Callback returned error
[DEBUG ] Removed lock for git@github.com:my/remote.git
[DEBUG ] LazyLoaded nested.output
[DEBUG ] Sending event - data = {'jid': '20150810103318035831', 'return': True, 'success': True, '_stamp': '2015-08-10T14:33:18.769621', 'user': 'root', 'fun': 'runner.fileserver.update'}
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt.master.test
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/git-backend.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/git-backend.conf
[DEBUG ] LazyLoaded local_cache.prep_jid
[INFO ] Runner completed: 20150810103318035831
[DEBUG ] Runner return: True
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment