Ubuntu Pastebin

Paste from elopio at Fri, 12 Jun 2015 15:29:06 +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
$ ./run-functional-tests.py 
Building debs...
Building using working tree
Building package in split mode
Looking for a way to retrieve the upstream tarball
Using apt to look for the upstream tarball.
apt could not find the needed tarball.
Trying to use get-packaged-orig-source to retrieve needed tarball.
dh: Unknown sequence get-packaged-orig-source (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
make: *** [get-packaged-orig-source] Error 255
Trying to run get-packaged-orig-source rule failed
Trying to use get-orig-source to retrieve needed tarball (deprecated).
dh: Unknown sequence get-orig-source (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
make: *** [get-orig-source] Error 255
Trying to run get-orig-source rule failed
Using uscan to look for the upstream tarball.
No watch file to use to retrieve upstream tarball.
Using the current branch without the 'debian' directory to create the tarball
Building the package in /home/elopio/workspace/canonical/snappy/reviews/fgimenez/build-area/ubuntu-snappy-1.1.1, using debuild -uc -us
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed
bzr: ERROR: The build failed.
Traceback (most recent call last):
  File "./run-functional-tests.py", line 103, in <module>
    sys.exit(main())
  File "./run-functional-tests.py", line 92, in main
    build_debs()
  File "./run-functional-tests.py", line 51, in build_debs
    '--', '-uc', '-us',
  File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['bzr-buildpackage', '--result-dir=/tmp/snappy-test/debs', '/home/elopio/workspace/canonical/snappy/reviews/fgimenez/go-functional-tests', '--', '-uc', '-us']' returned non-zero exit status 3
Download as text