Advertisement
lenkaseg

Untitled

Sep 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. fatal: [pagure]: FAILED! => {"changed": true, "cmd": [".virtualenvs/python2-pagure/bin/python", "devel/createdb.py"], "delta": "0:00:01.419506", "end": "2018-09-24 09:34:03.113012", "msg": "non-zero return code", "rc": 1, "start": "2018-09-24 09:34:01.693506", "stderr": "Traceback (most recent call last):\n File \"devel/createdb.py\", line 46, in <module>\n from pagure.lib import model\n File \"/home/vagrant/devel/pagure/lib/__init__.py\", line 60, in <module>\n import pagure.pfmarkdown\n File \"/home/vagrant/devel/pagure/pfmarkdown.py\", line 328, in <module>\n class ImagePatternLazyLoad(markdown.inlinepatterns.ImagePattern):\nAttributeError: 'module' object has no attribute 'ImagePattern'", "stderr_lines": ["Traceback (most recent call last):", " File \"devel/createdb.py\", line 46, in <module>", " from pagure.lib import model", " File \"/home/vagrant/devel/pagure/lib/__init__.py\", line 60, in <module>", " import pagure.pfmarkdown", " File \"/home/vagrant/devel/pagure/pfmarkdown.py\", line 328, in <module>", " class ImagePatternLazyLoad(markdown.inlinepatterns.ImagePattern):", "AttributeError: 'module' object has no attribute 'ImagePattern'"], "stdout": "", "stdout_lines": []}
  2. to retry, use: --limit @/home/lenka/coding/outreachy/pagure/pagure/dev/ansible/vagrant-playbook.retry
  3.  
  4. PLAY RECAP *********************************************************************
  5. pagure : ok=39 changed=38 unreachable=0 failed=1
  6.  
  7. Ansible failed to complete successfully. Any error output should be
  8. visible above. Please fix these errors and try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement