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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423 | Building using working tree
Building package in native mode
Purging the build dir: /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1
Building the package in /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1, using debuild
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package python-selenium
dpkg-buildpackage: source version 2.44.0ubuntu1
dpkg-buildpackage: source distribution vivid
dpkg-buildpackage: source changed by Thomi Richards <thomi.richards@canonical.com>
dpkg-source --before-build python-selenium-2.44.0ubuntu1
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean --with python2,python3 --buildsystem=pybuild
dh_testdir -O--buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
pybuild --clean -i python{version} -p 2.7 --dir .
I: pybuild base:170: python2.7 setup.py clean
running clean
removing '/home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
pybuild --clean -i python{version} -p 3.4 --dir .
I: pybuild base:170: python3.4 setup.py clean
running clean
removing '/home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.4' does not exist -- can't clean it
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
dh_clean -O--buildsystem=pybuild
rm -f debian/python-selenium.substvars
rm -f debian/python-selenium.*.debhelper
rm -rf debian/python-selenium/
rm -f debian/python3-selenium.substvars
rm -f debian/python3-selenium.*.debhelper
rm -rf debian/python3-selenium/
rm -f debian/*.debhelper.log
rm -f debian/files
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
rm -f *-stamp
dpkg-source -b python-selenium-2.44.0ubuntu1
dpkg-source: info: using source format `1.0'
dpkg-source: info: building python-selenium in python-selenium_2.44.0ubuntu1.tar.gz
dpkg-source: info: building python-selenium in python-selenium_2.44.0ubuntu1.dsc
debian/rules build
dh build --with python2,python3 --buildsystem=pybuild
dh_testdir -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
pybuild --configure -i python{version} -p 2.7 --dir .
I: pybuild base:170: python2.7 setup.py config
running config
pybuild --configure -i python{version} -p 3.4 --dir .
I: pybuild base:170: python3.4 setup.py config
running config
dh_auto_build -O--buildsystem=pybuild
pybuild --build -i python{version} -p 2.7 --dir .
I: pybuild base:170: /usr/bin/python setup.py build
running build
running build_py
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium
copying py/selenium/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium
copying py/selenium/selenium.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/common
copying py/selenium/common/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/common
copying py/selenium/common/exceptions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/common
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver
copying py/selenium/webdriver/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/android
copying py/selenium/webdriver/android/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/android
copying py/selenium/webdriver/android/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/android
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/options.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/keys.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/action_chains.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/touch_actions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/utils.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/by.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/proxy.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/desired_capabilities.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
copying py/selenium/webdriver/common/alert.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/html5
copying py/selenium/webdriver/common/html5/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/html5
copying py/selenium/webdriver/common/html5/application_cache.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/html5
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/abstract_event_listener.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/event_firing_webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/expected_conditions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/ui.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/events.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/wait.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/select.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
copying py/selenium/webdriver/support/color.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/firefox_binary.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/extension_connection.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/firefox_profile.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie
copying py/selenium/webdriver/ie/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie
copying py/selenium/webdriver/ie/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie
copying py/selenium/webdriver/ie/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera
copying py/selenium/webdriver/opera/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera
copying py/selenium/webdriver/opera/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera
copying py/selenium/webdriver/opera/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs
copying py/selenium/webdriver/phantomjs/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs
copying py/selenium/webdriver/phantomjs/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs
copying py/selenium/webdriver/phantomjs/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/errorhandler.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/mobile.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/webelement.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/utils.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/command.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/switch_to.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/remote_connection.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote
running egg_info
creating selenium.egg-info
writing selenium.egg-info/PKG-INFO
writing top-level names to selenium.egg-info/top_level.txt
writing dependency_links to selenium.egg-info/dependency_links.txt
writing manifest file 'selenium.egg-info/SOURCES.txt'
reading manifest file 'selenium.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/x86'
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/amd64'
writing manifest file 'selenium.egg-info/SOURCES.txt'
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari
copying py/selenium/webdriver/safari/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari
copying py/selenium/webdriver/safari/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari
copying py/selenium/webdriver/safari/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari
copying py/selenium/webdriver/firefox/webdriver.xpi -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/webdriver_prefs.json -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox
pybuild --build -i python{version} -p 3.4 --dir .
I: pybuild base:170: /usr/bin/python3 setup.py build
running build
running build_py
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium
copying py/selenium/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium
copying py/selenium/selenium.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/common
copying py/selenium/common/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/common
copying py/selenium/common/exceptions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/common
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver
copying py/selenium/webdriver/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/android
copying py/selenium/webdriver/android/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/android
copying py/selenium/webdriver/android/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/android
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/chrome
copying py/selenium/webdriver/chrome/options.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/chrome
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/keys.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/action_chains.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/touch_actions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/utils.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/by.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/proxy.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/desired_capabilities.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
copying py/selenium/webdriver/common/alert.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common/html5
copying py/selenium/webdriver/common/html5/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common/html5
copying py/selenium/webdriver/common/html5/application_cache.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/common/html5
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/abstract_event_listener.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/event_firing_webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/expected_conditions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/ui.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/events.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/wait.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/select.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
copying py/selenium/webdriver/support/color.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/support
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/firefox_binary.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/extension_connection.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/firefox_profile.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/ie
copying py/selenium/webdriver/ie/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/ie
copying py/selenium/webdriver/ie/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/ie
copying py/selenium/webdriver/ie/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/ie
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/opera
copying py/selenium/webdriver/opera/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/opera
copying py/selenium/webdriver/opera/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/opera
copying py/selenium/webdriver/opera/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/opera
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/phantomjs
copying py/selenium/webdriver/phantomjs/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/phantomjs
copying py/selenium/webdriver/phantomjs/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/phantomjs
copying py/selenium/webdriver/phantomjs/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/phantomjs
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/errorhandler.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/mobile.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/webelement.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/utils.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/command.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/switch_to.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
copying py/selenium/webdriver/remote/remote_connection.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/remote
running egg_info
writing dependency_links to selenium.egg-info/dependency_links.txt
writing top-level names to selenium.egg-info/top_level.txt
writing selenium.egg-info/PKG-INFO
reading manifest file 'selenium.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/x86'
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/amd64'
writing manifest file 'selenium.egg-info/SOURCES.txt'
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/safari
copying py/selenium/webdriver/safari/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/safari
copying py/selenium/webdriver/safari/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/safari
copying py/selenium/webdriver/safari/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/safari
copying py/selenium/webdriver/firefox/webdriver.xpi -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
copying py/selenium/webdriver/firefox/webdriver_prefs.json -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build/selenium/webdriver/firefox
dh_auto_test -O--buildsystem=pybuild
pybuild --test -i python{version} -p 2.7 --dir .
I: pybuild base:170: cd /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build; python2.7 -m unittest discover -v
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
pybuild --test -i python{version} -p 3.4 --dir .
I: pybuild base:170: cd /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_3.4/build; python3.4 -m unittest discover -v
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
fakeroot debian/rules binary
dh binary --with python2,python3 --buildsystem=pybuild
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
rm -f debian/python-selenium.substvars
rm -f debian/python-selenium.*.debhelper
rm -rf debian/python-selenium/
rm -f debian/python3-selenium.substvars
rm -f debian/python3-selenium.*.debhelper
rm -rf debian/python3-selenium/
dh_auto_install -O--buildsystem=pybuild
install -d debian/python-selenium
install -d debian/python3-selenium
pybuild --install -i python{version} -p 2.7 --dir . --dest-dir /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/tmp
I: pybuild base:170: /usr/bin/python setup.py install --root /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium
running install
running build
running build_py
running egg_info
writing selenium.egg-info/PKG-INFO
writing top-level names to selenium.egg-info/top_level.txt
writing dependency_links to selenium.egg-info/dependency_links.txt
reading manifest file 'selenium.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/x86'
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/amd64'
writing manifest file 'selenium.egg-info/SOURCES.txt'
running install_lib
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/opera/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/chrome/options.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/firefox_binary.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/webdriver_prefs.json -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/extension_connection.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/webdriver.xpi -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/firefox/firefox_profile.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/android
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/android/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/android
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/android/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/android
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/ie/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/html5
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/html5/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/html5
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/html5/application_cache.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/html5
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/keys.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/action_chains.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/touch_actions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/utils.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/by.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/proxy.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/desired_capabilities.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/common/alert.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/abstract_event_listener.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/event_firing_webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/expected_conditions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/ui.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/events.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/wait.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/select.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/support/color.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/errorhandler.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/mobile.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/webelement.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/utils.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/command.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/switch_to.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/remote/remote_connection.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/safari/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs/service.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/webdriver/phantomjs/webdriver.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/common/__init__.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/common/exceptions.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/common
copying /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/.pybuild/pythonX.Y_2.7/build/selenium/selenium.py -> /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera/service.py to service.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/opera/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome/service.py to service.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/chrome/options.py to options.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_binary.py to firefox_binary.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox/extension_connection.py to extension_connection.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox/firefox_profile.py to firefox_profile.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/android/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/android/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie/service.py to service.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/ie/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/html5/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/html5/application_cache.py to application_cache.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/keys.py to keys.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/action_chains.py to action_chains.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/touch_actions.py to touch_actions.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/utils.py to utils.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/by.py to by.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/proxy.py to proxy.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/desired_capabilities.py to desired_capabilities.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/common/alert.py to alert.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/abstract_event_listener.py to abstract_event_listener.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/event_firing_webdriver.py to event_firing_webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/expected_conditions.py to expected_conditions.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/ui.py to ui.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/events.py to events.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/wait.py to wait.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/select.py to select.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/support/color.py to color.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py to errorhandler.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/mobile.py to mobile.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webelement.py to webelement.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/utils.py to utils.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/command.py to command.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/switch_to.py to switch_to.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/remote_connection.py to remote_connection.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari/service.py to service.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/safari/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/service.py to service.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/webdriver.py to webdriver.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/common/__init__.py to __init__.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/common/exceptions.py to exceptions.pyc
byte-compiling /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/selenium.py to selenium.pyc
running install_data
creating /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium/usr/lib/python2.7/dist-packages/selenium/webdriver/firefox/x86
error: can't copy 'py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so': doesn't exist or not a regular file
E: pybuild pybuild:256: install: plugin distutils failed with: exit code=1: /usr/bin/python setup.py install --root /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/python-selenium
dh_auto_install: pybuild --install -i python{version} -p 2.7 --dir . --dest-dir /home/thomi/code/canonical/packaging_scratch/selenium/build-area/python-selenium-2.44.0ubuntu1/debian/tmp returned exit code 13
debian/rules:9: recipe for target 'binary' failed
make: *** [binary] Error 13
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc failed
bzr: ERROR: The build failed.
|