Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created August 9, 2016 00:12
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 harlowja/9ee63a2e66f62c91128c31d18fad74ea to your computer and use it in GitHub Desktop.
Save harlowja/9ee63a2e66f62c91128c31d18fad74ea to your computer and use it in GitHub Desktop.
17:08:40 + git status
17:08:40 # Not currently on any branch.
17:08:40 # Untracked files:
17:08:40 # (use "git add <file>..." to include in what will be committed)
17:08:40 #
17:08:40 # .venv/
17:08:40 nothing added to commit but untracked files present (use "git add" to track)
17:08:40 + git diff
17:08:40 + python packages/brpm -b sysvinit -v --srpm
17:08:41 /home/jenkins/workspace/cloud-init-post-patch-package-cent6/cloudinit/util.py:217: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
17:08:41 if not hasattr(self, 'message'):
17:08:41 Traceback (most recent call last):
17:08:41 File "packages/brpm", line 218, in <module>
17:08:41 sys.exit(main())
17:08:41 File "packages/brpm", line 172, in main
17:08:41 'make-tarball', ['--long', '--output=' + real_archive_fn])
17:08:41 File "packages/brpm", line 50, in run_helper
17:08:41 (stdout, _stderr) = util.subp(cmd)
17:08:41 File "/home/jenkins/workspace/cloud-init-post-patch-package-cent6/cloudinit/util.py", line 1724, in subp
17:08:41 cmd=args)
17:08:41 cloudinit.util.ProcessExecutionError: Unexpected error while running command.
17:08:41 Command: ['/home/jenkins/workspace/cloud-init-post-patch-package-cent6/tools/make-tarball', '--long', u'--output=/tmp/rpmbuild2PvxOO/rpmbuild/SOURCES/cloud-init-0.7.6-1030-g41d472e.tar.gz']
17:08:41 Exit code: 128
17:08:41 Reason: -
17:08:41 Stdout: ''
17:08:41 Stderr: "fatal: Unknown archive format 'tar.gz'\n"
17:08:41 Build step 'Execute shell' marked build as failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment