Ubuntu Pastebin

Paste from ahasenack at Wed, 22 Nov 2017 13:39:01 +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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
ubuntu@artful-gu-test-hang-1733388:~/deb/elinks-git-repo$ git checkout -b ubuntu/devel importer/ubuntu/devel
Switched to a new branch 'ubuntu/devel'
ubuntu@artful-gu-test-hang-1733388:~/deb/elinks-git-repo$ vi debian/changelog 
ubuntu@artful-gu-test-hang-1733388:~/deb/elinks-git-repo$ git-ubuntu build-source -v
11/22/2017 13:38:28 - DEBUG:Executing: git config gitubuntu.lpuser
11/22/2017 13:38:28 - DEBUG:Executing: grep -q "* -ident" /home/ubuntu/deb/elinks-git-repo/.git/info/attributes
11/22/2017 13:38:28 - DEBUG:Executing: grep -q "* -text" /home/ubuntu/deb/elinks-git-repo/.git/info/attributes
11/22/2017 13:38:28 - DEBUG:Executing: grep -q "* -eol" /home/ubuntu/deb/elinks-git-repo/.git/info/attributes
11/22/2017 13:38:28 - DEBUG:Executing: git config gitubuntu.lpuser
11/22/2017 13:38:28 - DEBUG:Executing: sh -c "dpkg-parsechangelog -l- -n1 -SVersion"
11/22/2017 13:38:28 - DEBUG:Executing: git status --porcelain
11/22/2017 13:38:28 - ERROR:Unable to automatically determine importer branch: No candidate branches found.
11/22/2017 13:38:28 - DEBUG:Executing: sh -c "dpkg-parsechangelog -l- -SSource"
11/22/2017 13:38:28 - DEBUG:fetch_orig_from_parent_dir(source=None) failed
11/22/2017 13:38:28 - DEBUG:fetch_orig_from_cache(source=ubuntu) failed
Traceback (most recent call last):
  File "/home/ubuntu/git/projects/usd-importer/bin/git-ubuntu", line 22, in <module>
    main()
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/__main__.py", line 243, in main
    sys.exit(args.func(args))
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/buildsource.py", line 103, in cli_main
    default_rem_args=default_rem_args,
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/build.py", line 701, in cli_main
    retry_backoffs=args.retry_backoffs,
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/build.py", line 487, in main
    retry_backoffs,
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/build.py", line 1213, in fetch_orig_and_build
    tarballs = entry.mechanism(changelog, entry.source)
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/build.py", line 266, in fetch_orig_from_pristine_tar
    changelog.upstream_version,
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/git_repository.py", line 903, in pristine_tar_exists
    all_tarballs = self.pristine_tar_list(dist, namespace)
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/git_repository.py", line 821, in pristine_tar_list
    with self.pristine_tar_branches(dist, namespace):
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/ubuntu/git/projects/usd-importer/gitubuntu/git_repository.py", line 802, in pristine_tar_branches
    pygit2.GIT_BRANCH_REMOTE,
AttributeError: 'NoneType' object has no attribute 'peel'
Download as text