Ubuntu Pastebin

Paste from Nish Aravamudan at Wed, 19 Apr 2017 16:18:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
04/19/2017 09:09:00 - INFO:Importing patches-unapplied 7.0.17-0ubuntu0.16.04.1~ppa1 to ubuntu/xenial
<lazr.restfulclient.resource.Collection object at 0x7fdd3ec86780>
NACC: cls = <class 'ubuntutools.lp.lpapicache.SourcePackagePublishingHistory'>, data = <class 'lazr.restfulclient.resource.Entry'>
NACC: https://api.launchpad.net/devel/, source_package_publishing_history
NACC: root-uri = https://api.launchpad.net/1.0/
NACC: cls.resource-type = source_package_publishing_history
04/19/2017 09:09:06 - ERROR:Failed to pull down source (attempt 1/1)
Traceback (most recent call last):
  File "/home/nacc/work/usd-importer/usd/source_information.py", line 217, in pull
    self._archive_srcpkg.pull()
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 369, in pull
    for url in self._source_urls(name):
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 238, in _source_urls
    yield self._mirror_url(mirror, name)
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 222, in _mirror_url
    return os.path.join(mirror, 'pool', self.component, group,
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 193, in component
    self._component = self.lp_spph.getComponent()
  File "/home/nacc/work/usd-importer/usd/source_information.py", line 78, in lp_spph
    self._spph = SourcePackagePublishingHistory(spph[0])
  File "/usr/lib/python3/dist-packages/ubuntutools/lp/lpapicache.py", line 184, in __new__
    (str(data), str(cls.resource_type)))
TypeError: 'https://api.launchpad.net/devel/~nacc/+archive/ubuntu/php7testbuilds/+sourcepub/7637202' is not a 'source_package_publishing_history' object
Download as text