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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114 | dh binary --with python3
dh: Compatibility levels before 9 are deprecated (level 7 in use)
dh_testdir
dh_update_autotools_config
dh_auto_configure
dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use)
dh_auto_build
dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/update-applet'
cd tests && python3 test_package-data-downloader.py
0% [Working]127.0.0.1 - - [24/Nov/2016 19:22:05] "GET /canary-file.txt HTTP/1.1" 200 -
Get:1 http://localhost:26392/canary-file.txt [4 B]
Fetched 4 B in 0s (87 B/s)
test_package-data-downloader.py:65: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmp1a7rgdd0/partial/canary-file.txt' mode='r' encoding='UTF-8'>
open(destfile).read().encode('utf-8')).hexdigest(),
.....test_package-data-downloader.py:392: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpetjr6k_d/data-downloads-failed' mode='r' encoding='UTF-8'>
data = open(package_data_downloader.NOTIFIER_FILE).read()
..download-failure: processing...
download-failure: downloading http://localhost:9698/not-there.txt
0% [Working]127.0.0.1 - - [24/Nov/2016 19:22:05] code 404, message File not found
127.0.0.1 - - [24/Nov/2016 19:22:05] "GET /not-there.txt HTTP/1.1" 404 -
Err:1 http://localhost:9698/not-there.txt
404 File not found
E: Failed to fetch http://localhost:9698/not-there.txt 404 File not found
E: Download Failed
../data/package_data_downloader.py:269: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmp4tkyzlwu/datadir/download-failure' mode='r' encoding='UTF-8'>
break
.download-failure-with-notifierfile: processing...
download-failure-with-notifierfile: downloading http://localhost:24733/not-there.txt
0% [Working]127.0.0.1 - - [24/Nov/2016 19:22:06] code 404, message File not found
127.0.0.1 - - [24/Nov/2016 19:22:06] "GET /not-there.txt HTTP/1.1" 404 -
Err:1 http://localhost:24733/not-there.txt
404 File not found
E: Failed to fetch http://localhost:24733/not-there.txt 404 File not found
E: Download Failed
../data/package_data_downloader.py:269: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpx_lr1mkr/datadir/download-failure-with-notifierfile' mode='r' encoding='UTF-8'>
break
..script-failure: processing...
script-failure: downloading http://localhost:31310/canary-file.txt
0% [Working]127.0.0.1 - - [24/Nov/2016 19:22:06] "GET /canary-file.txt HTTP/1.1" 200 -
Get:1 http://localhost:31310/canary-file.txt [4 B]
Fetched 4 B in 0s (91 B/s)
../data/package_data_downloader.py:281: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpqj6f14pq/datadir/script-failure' mode='r' encoding='UTF-8'>
break
.failure: processing...
failure: downloading http://localhost:25818/canary-file.txt
0% [Working]127.0.0.1 - - [24/Nov/2016 19:22:06] "GET /canary-file.txt HTTP/1.1" 200 -
Get:1 http://localhost:25818/canary-file.txt [4 B]
Fetched 4 B in 0s (91 B/s)
../data/package_data_downloader.py:281: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpw3oc4q_z/datadir/failure' mode='r' encoding='UTF-8'>
break
....older-stampfile: processing...
older-stampfile: downloading http://localhost:56793/canary-file.txt
0% [Working]127.0.0.1 - - [24/Nov/2016 19:22:06] "GET /canary-file.txt HTTP/1.1" 200 -
Get:1 http://localhost:56793/canary-file.txt [4 B]
Fetched 4 B in 0s (92 B/s)
../data/package_data_downloader.py:281: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmp2r92yarq/datadir/older-stampfile' mode='r' encoding='UTF-8'>
break
.
----------------------------------------------------------------------
Ran 16 tests in 0.515s
OK
make[1]: Leaving directory '/tmp/update-applet'
dh_testroot
dh_prep
dh_installdirs
dh_installdirs: Compatibility levels before 9 are deprecated (level 7 in use)
dh_auto_install
dh_auto_install: Compatibility levels before 9 are deprecated (level 7 in use)
dh_install
dh_install: Compatibility levels before 9 are deprecated (level 7 in use)
dh_install: Cannot find (any matches for) "etc/xdg/autostart/update-notifier.desktop" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: etc/xdg/autostart/update-notifier.desktop
dh_install: Cannot find (any matches for) "usr/share/update-notifier/ui/hooks-dialog.ui" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/update-notifier/ui/hooks-dialog.ui
dh_install: Cannot find (any matches for) "usr/share/icons/hicolor/16x16/" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/icons/hicolor/16x16/
dh_install: Cannot find (any matches for) "usr/share/icons/hicolor/22x22/" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/icons/hicolor/22x22/
dh_install: Cannot find (any matches for) "usr/share/icons/hicolor/24x24/" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/icons/hicolor/24x24/
dh_install: Cannot find (any matches for) "usr/share/icons/hicolor/48x48/" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/icons/hicolor/48x48/
dh_install: Cannot find (any matches for) "usr/share/glib-2.0/schemas/com.ubuntu.update-notifier.gschema.xml" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/glib-2.0/schemas/com.ubuntu.update-notifier.gschema.xml
dh_install: Cannot find (any matches for) "usr/share/GConf/gsettings/update-notifier.convert" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/share/GConf/gsettings/update-notifier.convert
dh_install: Cannot find (any matches for) "usr/bin/update-notifier" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/bin/update-notifier
dh_install: Cannot find (any matches for) "usr/bin/distro-cd-updater" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/bin/distro-cd-updater
dh_install: Cannot find (any matches for) "usr/bin/local-avahi-notification" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/bin/local-avahi-notification
dh_install: Cannot find (any matches for) "usr/bin/system-crash-notification" (tried in "." and "debian/tmp")
dh_install: update-notifier missing files: usr/bin/system-crash-notification
dh_install: Cannot find (any matches for) "usr/share/polkit-1/actions/com.ubuntu.update-notifier.policy" (tried in "." and "debian/tmp")
dh_install: update-notifier-common missing files: usr/share/polkit-1/actions/com.ubuntu.update-notifier.policy
dh_install: Cannot find (any matches for) "usr/share/update-notifier/notify-reboot-required" (tried in "." and "debian/tmp")
dh_install: update-notifier-common missing files: usr/share/update-notifier/notify-reboot-required
dh_install: Cannot find (any matches for) "usr/share/update-notifier/package-data-downloads-failed" (tried in "." and "debian/tmp")
dh_install: update-notifier-common missing files: usr/share/update-notifier/package-data-downloads-failed
dh_install: Cannot find (any matches for) "usr/share/update-notifier/package-data-downloads-failed-permanently" (tried in "." and "debian/tmp")
dh_install: update-notifier-common missing files: usr/share/update-notifier/package-data-downloads-failed-permanently
dh_install: Cannot find (any matches for) "usr/lib/update-notifier/" (tried in "." and "debian/tmp")
dh_install: update-notifier-common missing files: usr/lib/update-notifier/
dh_install: Cannot find (any matches for) "usr/share/locale" (tried in "." and "debian/tmp")
dh_install: update-notifier-common missing files: usr/share/locale
dh_install: missing files, aborting
debian/rules:6: recipe for target 'binary' failed
make: *** [binary] Error 2
debuild: fatal error at line 1358:
couldn't exec fakeroot debian/rules: Inappropriate ioctl for device
|