1 | -*- mode: compilation; default-directory: "~/src/foolscap-trunk/" -*- |
---|
2 | Compilation started at Wed May 27 23:50:21 |
---|
3 | |
---|
4 | python setup.py nosetests |
---|
5 | running nosetests |
---|
6 | running egg_info |
---|
7 | creating foolscap.egg-info |
---|
8 | writing requirements to foolscap.egg-info/requires.txt |
---|
9 | writing foolscap.egg-info/PKG-INFO |
---|
10 | writing top-level names to foolscap.egg-info/top_level.txt |
---|
11 | writing dependency_links to foolscap.egg-info/dependency_links.txt |
---|
12 | writing manifest file 'foolscap.egg-info/SOURCES.txt' |
---|
13 | reading manifest file 'foolscap.egg-info/SOURCES.txt' |
---|
14 | reading manifest template 'MANIFEST.in' |
---|
15 | writing manifest file 'foolscap.egg-info/SOURCES.txt' |
---|
16 | running build_ext |
---|
17 | ...................................................................................................F..FF.......F....................................................................................EEEEEEEEE....EEEEEEEEEEEEEE...................EEEEEEEE..............E...............EEEEEEE..EE.EEE........EEEEE........E..EEE...EEEEE.EEEE.EEE...........EEEEE..............E.E........EEEEEE................EEEEEEEE......................................E.............................E.....EE........EEEEEEE.EE.E.EEE.......... |
---|
18 | ====================================================================== |
---|
19 | ERROR: runTest |
---|
20 | ---------------------------------------------------------------------- |
---|
21 | Traceback (most recent call last): |
---|
22 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
23 | result = f(*args, **kw) |
---|
24 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
25 | result = f(*a, **kw) |
---|
26 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
27 | s = Tub() |
---|
28 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
29 | self.setupEncryption(certData) |
---|
30 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
31 | cert = self.createCertificate() |
---|
32 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
33 | 132) |
---|
34 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
35 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
36 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
37 | dn._copyFrom(req.get_subject()) |
---|
38 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
39 | value = getattr(x509name, name, None) |
---|
40 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
41 | |
---|
42 | ====================================================================== |
---|
43 | ERROR: testClone |
---|
44 | ---------------------------------------------------------------------- |
---|
45 | Traceback (most recent call last): |
---|
46 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
47 | result = f(*args, **kw) |
---|
48 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
49 | result = f(*a, **kw) |
---|
50 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
51 | s = Tub() |
---|
52 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
53 | self.setupEncryption(certData) |
---|
54 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
55 | cert = self.createCertificate() |
---|
56 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
57 | 132) |
---|
58 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
59 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
60 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
61 | dn._copyFrom(req.get_subject()) |
---|
62 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
63 | value = getattr(x509name, name, None) |
---|
64 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
65 | |
---|
66 | ====================================================================== |
---|
67 | ERROR: testGetPort1 |
---|
68 | ---------------------------------------------------------------------- |
---|
69 | Traceback (most recent call last): |
---|
70 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
71 | result = f(*args, **kw) |
---|
72 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
73 | result = f(*a, **kw) |
---|
74 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
75 | s = Tub() |
---|
76 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
77 | self.setupEncryption(certData) |
---|
78 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
79 | cert = self.createCertificate() |
---|
80 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
81 | 132) |
---|
82 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
83 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
84 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
85 | dn._copyFrom(req.get_subject()) |
---|
86 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
87 | value = getattr(x509name, name, None) |
---|
88 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
89 | |
---|
90 | ====================================================================== |
---|
91 | ERROR: testGetPort2 |
---|
92 | ---------------------------------------------------------------------- |
---|
93 | Traceback (most recent call last): |
---|
94 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
95 | result = f(*args, **kw) |
---|
96 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
97 | result = f(*a, **kw) |
---|
98 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
99 | s = Tub() |
---|
100 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
101 | self.setupEncryption(certData) |
---|
102 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
103 | cert = self.createCertificate() |
---|
104 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
105 | 132) |
---|
106 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
107 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
108 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
109 | dn._copyFrom(req.get_subject()) |
---|
110 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
111 | value = getattr(x509name, name, None) |
---|
112 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
113 | |
---|
114 | ====================================================================== |
---|
115 | ERROR: testListenOn |
---|
116 | ---------------------------------------------------------------------- |
---|
117 | Traceback (most recent call last): |
---|
118 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
119 | result = f(*args, **kw) |
---|
120 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
121 | result = f(*a, **kw) |
---|
122 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
123 | s = Tub() |
---|
124 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
125 | self.setupEncryption(certData) |
---|
126 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
127 | cert = self.createCertificate() |
---|
128 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
129 | 132) |
---|
130 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
131 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
132 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
133 | dn._copyFrom(req.get_subject()) |
---|
134 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
135 | value = getattr(x509name, name, None) |
---|
136 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
137 | |
---|
138 | ====================================================================== |
---|
139 | ERROR: testShared |
---|
140 | ---------------------------------------------------------------------- |
---|
141 | Traceback (most recent call last): |
---|
142 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
143 | result = f(*args, **kw) |
---|
144 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
145 | result = f(*a, **kw) |
---|
146 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
147 | s = Tub() |
---|
148 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
149 | self.setupEncryption(certData) |
---|
150 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
151 | cert = self.createCertificate() |
---|
152 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
153 | 132) |
---|
154 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
155 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
156 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
157 | dn._copyFrom(req.get_subject()) |
---|
158 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
159 | value = getattr(x509name, name, None) |
---|
160 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
161 | |
---|
162 | ====================================================================== |
---|
163 | ERROR: testSharedTransfer |
---|
164 | ---------------------------------------------------------------------- |
---|
165 | Traceback (most recent call last): |
---|
166 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
167 | result = f(*args, **kw) |
---|
168 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
169 | result = f(*a, **kw) |
---|
170 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
171 | s = Tub() |
---|
172 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
173 | self.setupEncryption(certData) |
---|
174 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
175 | cert = self.createCertificate() |
---|
176 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
177 | 132) |
---|
178 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
179 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
180 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
181 | dn._copyFrom(req.get_subject()) |
---|
182 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
183 | value = getattr(x509name, name, None) |
---|
184 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
185 | |
---|
186 | ====================================================================== |
---|
187 | ERROR: runTest |
---|
188 | ---------------------------------------------------------------------- |
---|
189 | Traceback (most recent call last): |
---|
190 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
191 | result = f(*args, **kw) |
---|
192 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
193 | result = f(*a, **kw) |
---|
194 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
195 | s = Tub() |
---|
196 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
197 | self.setupEncryption(certData) |
---|
198 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
199 | cert = self.createCertificate() |
---|
200 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
201 | 132) |
---|
202 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
203 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
204 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
205 | dn._copyFrom(req.get_subject()) |
---|
206 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
207 | value = getattr(x509name, name, None) |
---|
208 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
209 | |
---|
210 | ====================================================================== |
---|
211 | ERROR: testPersist |
---|
212 | ---------------------------------------------------------------------- |
---|
213 | Traceback (most recent call last): |
---|
214 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
215 | result = f(*args, **kw) |
---|
216 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
217 | result = f(*a, **kw) |
---|
218 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_crypto.py", line 50, in setUp |
---|
219 | s = Tub() |
---|
220 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
221 | self.setupEncryption(certData) |
---|
222 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
223 | cert = self.createCertificate() |
---|
224 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
225 | 132) |
---|
226 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
227 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
228 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
229 | dn._copyFrom(req.get_subject()) |
---|
230 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
231 | value = getattr(x509name, name, None) |
---|
232 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
233 | |
---|
234 | ====================================================================== |
---|
235 | ERROR: runTest |
---|
236 | ---------------------------------------------------------------------- |
---|
237 | Traceback (most recent call last): |
---|
238 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
239 | result = f(*args, **kw) |
---|
240 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
241 | result = f(*a, **kw) |
---|
242 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 418, in setUp |
---|
243 | Base.setUp(self) |
---|
244 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
245 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
246 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
247 | return Tub(certData, certFile, options) |
---|
248 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
249 | self.setupEncryption(certData) |
---|
250 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
251 | cert = self.createCertificate() |
---|
252 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
253 | 132) |
---|
254 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
255 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
256 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
257 | dn._copyFrom(req.get_subject()) |
---|
258 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
259 | value = getattr(x509name, name, None) |
---|
260 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
261 | |
---|
262 | ====================================================================== |
---|
263 | ERROR: testReturn_swissnum |
---|
264 | ---------------------------------------------------------------------- |
---|
265 | Traceback (most recent call last): |
---|
266 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
267 | result = f(*args, **kw) |
---|
268 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
269 | result = f(*a, **kw) |
---|
270 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 418, in setUp |
---|
271 | Base.setUp(self) |
---|
272 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
273 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
274 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
275 | return Tub(certData, certFile, options) |
---|
276 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
277 | self.setupEncryption(certData) |
---|
278 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
279 | cert = self.createCertificate() |
---|
280 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
281 | 132) |
---|
282 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
283 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
284 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
285 | dn._copyFrom(req.get_subject()) |
---|
286 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
287 | value = getattr(x509name, name, None) |
---|
288 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
289 | |
---|
290 | ====================================================================== |
---|
291 | ERROR: test_hang |
---|
292 | ---------------------------------------------------------------------- |
---|
293 | Traceback (most recent call last): |
---|
294 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
295 | result = f(*args, **kw) |
---|
296 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
297 | result = f(*a, **kw) |
---|
298 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 418, in setUp |
---|
299 | Base.setUp(self) |
---|
300 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
301 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
302 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
303 | return Tub(certData, certFile, options) |
---|
304 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
305 | self.setupEncryption(certData) |
---|
306 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
307 | cert = self.createCertificate() |
---|
308 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
309 | 132) |
---|
310 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
311 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
312 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
313 | dn._copyFrom(req.get_subject()) |
---|
314 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
315 | value = getattr(x509name, name, None) |
---|
316 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
317 | |
---|
318 | ====================================================================== |
---|
319 | ERROR: test_location |
---|
320 | ---------------------------------------------------------------------- |
---|
321 | Traceback (most recent call last): |
---|
322 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
323 | result = f(*args, **kw) |
---|
324 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
325 | result = f(*a, **kw) |
---|
326 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 418, in setUp |
---|
327 | Base.setUp(self) |
---|
328 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
329 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
330 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
331 | return Tub(certData, certFile, options) |
---|
332 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
333 | self.setupEncryption(certData) |
---|
334 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
335 | cert = self.createCertificate() |
---|
336 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
337 | 132) |
---|
338 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
339 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
340 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
341 | dn._copyFrom(req.get_subject()) |
---|
342 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
343 | value = getattr(x509name, name, None) |
---|
344 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
345 | |
---|
346 | ====================================================================== |
---|
347 | ERROR: test_swissnum |
---|
348 | ---------------------------------------------------------------------- |
---|
349 | Traceback (most recent call last): |
---|
350 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
351 | result = f(*args, **kw) |
---|
352 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
353 | result = f(*a, **kw) |
---|
354 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 418, in setUp |
---|
355 | Base.setUp(self) |
---|
356 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
357 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
358 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
359 | return Tub(certData, certFile, options) |
---|
360 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
361 | self.setupEncryption(certData) |
---|
362 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
363 | cert = self.createCertificate() |
---|
364 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
365 | 132) |
---|
366 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
367 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
368 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
369 | dn._copyFrom(req.get_subject()) |
---|
370 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
371 | value = getattr(x509name, name, None) |
---|
372 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
373 | |
---|
374 | ====================================================================== |
---|
375 | ERROR: test_tubid |
---|
376 | ---------------------------------------------------------------------- |
---|
377 | Traceback (most recent call last): |
---|
378 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
379 | result = f(*args, **kw) |
---|
380 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
381 | result = f(*a, **kw) |
---|
382 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 418, in setUp |
---|
383 | Base.setUp(self) |
---|
384 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
385 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
386 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
387 | return Tub(certData, certFile, options) |
---|
388 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
389 | self.setupEncryption(certData) |
---|
390 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
391 | cert = self.createCertificate() |
---|
392 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
393 | 132) |
---|
394 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
395 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
396 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
397 | dn._copyFrom(req.get_subject()) |
---|
398 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
399 | value = getattr(x509name, name, None) |
---|
400 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
401 | |
---|
402 | ====================================================================== |
---|
403 | ERROR: runTest |
---|
404 | ---------------------------------------------------------------------- |
---|
405 | Traceback (most recent call last): |
---|
406 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
407 | result = f(*args, **kw) |
---|
408 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
409 | result = f(*a, **kw) |
---|
410 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
411 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
412 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
413 | return Tub(certData, certFile, options) |
---|
414 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
415 | self.setupEncryption(certData) |
---|
416 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
417 | cert = self.createCertificate() |
---|
418 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
419 | 132) |
---|
420 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
421 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
422 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
423 | dn._copyFrom(req.get_subject()) |
---|
424 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
425 | value = getattr(x509name, name, None) |
---|
426 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
427 | |
---|
428 | ====================================================================== |
---|
429 | ERROR: testContainers |
---|
430 | ---------------------------------------------------------------------- |
---|
431 | Traceback (most recent call last): |
---|
432 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
433 | result = f(*args, **kw) |
---|
434 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
435 | result = f(*a, **kw) |
---|
436 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
437 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
438 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
439 | return Tub(certData, certFile, options) |
---|
440 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
441 | self.setupEncryption(certData) |
---|
442 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
443 | cert = self.createCertificate() |
---|
444 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
445 | 132) |
---|
446 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
447 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
448 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
449 | dn._copyFrom(req.get_subject()) |
---|
450 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
451 | value = getattr(x509name, name, None) |
---|
452 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
453 | |
---|
454 | ====================================================================== |
---|
455 | ERROR: testGift |
---|
456 | ---------------------------------------------------------------------- |
---|
457 | Traceback (most recent call last): |
---|
458 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
459 | result = f(*args, **kw) |
---|
460 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
461 | result = f(*a, **kw) |
---|
462 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
463 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
464 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
465 | return Tub(certData, certFile, options) |
---|
466 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
467 | self.setupEncryption(certData) |
---|
468 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
469 | cert = self.createCertificate() |
---|
470 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
471 | 132) |
---|
472 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
473 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
474 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
475 | dn._copyFrom(req.get_subject()) |
---|
476 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
477 | value = getattr(x509name, name, None) |
---|
478 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
479 | |
---|
480 | ====================================================================== |
---|
481 | ERROR: testImplicitGift |
---|
482 | ---------------------------------------------------------------------- |
---|
483 | Traceback (most recent call last): |
---|
484 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
485 | result = f(*args, **kw) |
---|
486 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
487 | result = f(*a, **kw) |
---|
488 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
489 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
490 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
491 | return Tub(certData, certFile, options) |
---|
492 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
493 | self.setupEncryption(certData) |
---|
494 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
495 | cert = self.createCertificate() |
---|
496 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
497 | 132) |
---|
498 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
499 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
500 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
501 | dn._copyFrom(req.get_subject()) |
---|
502 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
503 | value = getattr(x509name, name, None) |
---|
504 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
505 | |
---|
506 | ====================================================================== |
---|
507 | ERROR: testOrdering |
---|
508 | ---------------------------------------------------------------------- |
---|
509 | Traceback (most recent call last): |
---|
510 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
511 | result = f(*args, **kw) |
---|
512 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
513 | result = f(*a, **kw) |
---|
514 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
515 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
516 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
517 | return Tub(certData, certFile, options) |
---|
518 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
519 | self.setupEncryption(certData) |
---|
520 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
521 | cert = self.createCertificate() |
---|
522 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
523 | 132) |
---|
524 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
525 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
526 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
527 | dn._copyFrom(req.get_subject()) |
---|
528 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
529 | value = getattr(x509name, name, None) |
---|
530 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
531 | |
---|
532 | ====================================================================== |
---|
533 | ERROR: testReturn |
---|
534 | ---------------------------------------------------------------------- |
---|
535 | Traceback (most recent call last): |
---|
536 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
537 | result = f(*args, **kw) |
---|
538 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
539 | result = f(*a, **kw) |
---|
540 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
541 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
542 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
543 | return Tub(certData, certFile, options) |
---|
544 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
545 | self.setupEncryption(certData) |
---|
546 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
547 | cert = self.createCertificate() |
---|
548 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
549 | 132) |
---|
550 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
551 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
552 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
553 | dn._copyFrom(req.get_subject()) |
---|
554 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
555 | value = getattr(x509name, name, None) |
---|
556 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
557 | |
---|
558 | ====================================================================== |
---|
559 | ERROR: testReturnInContainer |
---|
560 | ---------------------------------------------------------------------- |
---|
561 | Traceback (most recent call last): |
---|
562 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
563 | result = f(*args, **kw) |
---|
564 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
565 | result = f(*a, **kw) |
---|
566 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
567 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
568 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
569 | return Tub(certData, certFile, options) |
---|
570 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
571 | self.setupEncryption(certData) |
---|
572 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
573 | cert = self.createCertificate() |
---|
574 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
575 | 132) |
---|
576 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
577 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
578 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
579 | dn._copyFrom(req.get_subject()) |
---|
580 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
581 | value = getattr(x509name, name, None) |
---|
582 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
583 | |
---|
584 | ====================================================================== |
---|
585 | ERROR: test_constraint |
---|
586 | ---------------------------------------------------------------------- |
---|
587 | Traceback (most recent call last): |
---|
588 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
589 | result = f(*args, **kw) |
---|
590 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
591 | result = f(*a, **kw) |
---|
592 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_gifts.py", line 32, in setUp |
---|
593 | self.services = [GoodEnoughTub() for i in range(4)] |
---|
594 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
595 | return Tub(certData, certFile, options) |
---|
596 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
597 | self.setupEncryption(certData) |
---|
598 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
599 | cert = self.createCertificate() |
---|
600 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
601 | 132) |
---|
602 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
603 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
604 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
605 | dn._copyFrom(req.get_subject()) |
---|
606 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
607 | value = getattr(x509name, name, None) |
---|
608 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
609 | |
---|
610 | ====================================================================== |
---|
611 | ERROR: do_testDisconnect |
---|
612 | ---------------------------------------------------------------------- |
---|
613 | Traceback (most recent call last): |
---|
614 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
615 | result = f(*args, **kw) |
---|
616 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
617 | result = f(*a, **kw) |
---|
618 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
619 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
620 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
621 | return Tub(certData, certFile, options) |
---|
622 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
623 | self.setupEncryption(certData) |
---|
624 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
625 | cert = self.createCertificate() |
---|
626 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
627 | 132) |
---|
628 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
629 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
630 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
631 | dn._copyFrom(req.get_subject()) |
---|
632 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
633 | value = getattr(x509name, name, None) |
---|
634 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
635 | |
---|
636 | ====================================================================== |
---|
637 | ERROR: do_testNoDisconnect |
---|
638 | ---------------------------------------------------------------------- |
---|
639 | Traceback (most recent call last): |
---|
640 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
641 | result = f(*args, **kw) |
---|
642 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
643 | result = f(*a, **kw) |
---|
644 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
645 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
646 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
647 | return Tub(certData, certFile, options) |
---|
648 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
649 | self.setupEncryption(certData) |
---|
650 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
651 | cert = self.createCertificate() |
---|
652 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
653 | 132) |
---|
654 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
655 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
656 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
657 | dn._copyFrom(req.get_subject()) |
---|
658 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
659 | value = getattr(x509name, name, None) |
---|
660 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
661 | |
---|
662 | ====================================================================== |
---|
663 | ERROR: runTest |
---|
664 | ---------------------------------------------------------------------- |
---|
665 | Traceback (most recent call last): |
---|
666 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
667 | result = f(*args, **kw) |
---|
668 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
669 | result = f(*a, **kw) |
---|
670 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
671 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
672 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
673 | return Tub(certData, certFile, options) |
---|
674 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
675 | self.setupEncryption(certData) |
---|
676 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
677 | cert = self.createCertificate() |
---|
678 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
679 | 132) |
---|
680 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
681 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
682 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
683 | dn._copyFrom(req.get_subject()) |
---|
684 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
685 | value = getattr(x509name, name, None) |
---|
686 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
687 | |
---|
688 | ====================================================================== |
---|
689 | ERROR: testDisconnect0 |
---|
690 | ---------------------------------------------------------------------- |
---|
691 | Traceback (most recent call last): |
---|
692 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
693 | result = f(*args, **kw) |
---|
694 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
695 | result = f(*a, **kw) |
---|
696 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
697 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
698 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
699 | return Tub(certData, certFile, options) |
---|
700 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
701 | self.setupEncryption(certData) |
---|
702 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
703 | cert = self.createCertificate() |
---|
704 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
705 | 132) |
---|
706 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
707 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
708 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
709 | dn._copyFrom(req.get_subject()) |
---|
710 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
711 | value = getattr(x509name, name, None) |
---|
712 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
713 | |
---|
714 | ====================================================================== |
---|
715 | ERROR: testDisconnect1 |
---|
716 | ---------------------------------------------------------------------- |
---|
717 | Traceback (most recent call last): |
---|
718 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
719 | result = f(*args, **kw) |
---|
720 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
721 | result = f(*a, **kw) |
---|
722 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
723 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
724 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
725 | return Tub(certData, certFile, options) |
---|
726 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
727 | self.setupEncryption(certData) |
---|
728 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
729 | cert = self.createCertificate() |
---|
730 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
731 | 132) |
---|
732 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
733 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
734 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
735 | dn._copyFrom(req.get_subject()) |
---|
736 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
737 | value = getattr(x509name, name, None) |
---|
738 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
739 | |
---|
740 | ====================================================================== |
---|
741 | ERROR: testNoDisconnect0 |
---|
742 | ---------------------------------------------------------------------- |
---|
743 | Traceback (most recent call last): |
---|
744 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
745 | result = f(*args, **kw) |
---|
746 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
747 | result = f(*a, **kw) |
---|
748 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
749 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
750 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
751 | return Tub(certData, certFile, options) |
---|
752 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
753 | self.setupEncryption(certData) |
---|
754 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
755 | cert = self.createCertificate() |
---|
756 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
757 | 132) |
---|
758 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
759 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
760 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
761 | dn._copyFrom(req.get_subject()) |
---|
762 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
763 | value = getattr(x509name, name, None) |
---|
764 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
765 | |
---|
766 | ====================================================================== |
---|
767 | ERROR: testNoDisconnect1 |
---|
768 | ---------------------------------------------------------------------- |
---|
769 | Traceback (most recent call last): |
---|
770 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
771 | result = f(*args, **kw) |
---|
772 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
773 | result = f(*a, **kw) |
---|
774 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
775 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
776 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
777 | return Tub(certData, certFile, options) |
---|
778 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
779 | self.setupEncryption(certData) |
---|
780 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
781 | cert = self.createCertificate() |
---|
782 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
783 | 132) |
---|
784 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
785 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
786 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
787 | dn._copyFrom(req.get_subject()) |
---|
788 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
789 | value = getattr(x509name, name, None) |
---|
790 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
791 | |
---|
792 | ====================================================================== |
---|
793 | ERROR: testSendPings |
---|
794 | ---------------------------------------------------------------------- |
---|
795 | Traceback (most recent call last): |
---|
796 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
797 | result = f(*args, **kw) |
---|
798 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
799 | result = f(*a, **kw) |
---|
800 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_keepalive.py", line 27, in setUp |
---|
801 | s0, s1 = self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
802 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
803 | return Tub(certData, certFile, options) |
---|
804 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
805 | self.setupEncryption(certData) |
---|
806 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
807 | cert = self.createCertificate() |
---|
808 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
809 | 132) |
---|
810 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
811 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
812 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
813 | dn._copyFrom(req.get_subject()) |
---|
814 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
815 | value = getattr(x509name, name, None) |
---|
816 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
817 | |
---|
818 | ====================================================================== |
---|
819 | ERROR: testTubLogger |
---|
820 | ---------------------------------------------------------------------- |
---|
821 | Traceback (most recent call last): |
---|
822 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
823 | result = f(*args, **kw) |
---|
824 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
825 | result = f(*a, **kw) |
---|
826 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 75, in testTubLogger |
---|
827 | t = GoodEnoughTub() |
---|
828 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
829 | return Tub(certData, certFile, options) |
---|
830 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
831 | self.setupEncryption(certData) |
---|
832 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
833 | cert = self.createCertificate() |
---|
834 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
835 | 132) |
---|
836 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
837 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
838 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
839 | dn._copyFrom(req.get_subject()) |
---|
840 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
841 | value = getattr(x509name, name, None) |
---|
842 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
843 | |
---|
844 | ====================================================================== |
---|
845 | ERROR: test_log_gatherer |
---|
846 | ---------------------------------------------------------------------- |
---|
847 | Traceback (most recent call last): |
---|
848 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
849 | result = f(*args, **kw) |
---|
850 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
851 | result = f(*a, **kw) |
---|
852 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1286, in test_log_gatherer |
---|
853 | gatherer.setServiceParent(self.parent) |
---|
854 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
855 | self.parent.addService(self) |
---|
856 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
857 | service.startService() |
---|
858 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 169, in startService |
---|
859 | GatheringBase.startService(self) |
---|
860 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
861 | self._tub = self.tub_class(certFile=certFile) |
---|
862 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
863 | return Tub(certData, certFile, options) |
---|
864 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
865 | self.setupEncryptionFile(certFile) |
---|
866 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
867 | self.setupEncryption(certData) |
---|
868 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
869 | cert = self.createCertificate() |
---|
870 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
871 | 132) |
---|
872 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
873 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
874 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
875 | dn._copyFrom(req.get_subject()) |
---|
876 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
877 | value = getattr(x509name, name, None) |
---|
878 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
879 | |
---|
880 | ====================================================================== |
---|
881 | ERROR: test_log_gatherer2 |
---|
882 | ---------------------------------------------------------------------- |
---|
883 | Traceback (most recent call last): |
---|
884 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
885 | result = f(*args, **kw) |
---|
886 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
887 | result = f(*a, **kw) |
---|
888 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1321, in test_log_gatherer2 |
---|
889 | gatherer.setServiceParent(self.parent) |
---|
890 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
891 | self.parent.addService(self) |
---|
892 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
893 | service.startService() |
---|
894 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 169, in startService |
---|
895 | GatheringBase.startService(self) |
---|
896 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
897 | self._tub = self.tub_class(certFile=certFile) |
---|
898 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
899 | return Tub(certData, certFile, options) |
---|
900 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
901 | self.setupEncryptionFile(certFile) |
---|
902 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
903 | self.setupEncryption(certData) |
---|
904 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
905 | cert = self.createCertificate() |
---|
906 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
907 | 132) |
---|
908 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
909 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
910 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
911 | dn._copyFrom(req.get_subject()) |
---|
912 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
913 | value = getattr(x509name, name, None) |
---|
914 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
915 | |
---|
916 | ====================================================================== |
---|
917 | ERROR: test_log_gatherer_empty_furlfile |
---|
918 | ---------------------------------------------------------------------- |
---|
919 | Traceback (most recent call last): |
---|
920 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
921 | result = f(*args, **kw) |
---|
922 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
923 | result = f(*a, **kw) |
---|
924 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1483, in test_log_gatherer_empty_furlfile |
---|
925 | t = GoodEnoughTub() |
---|
926 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
927 | return Tub(certData, certFile, options) |
---|
928 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
929 | self.setupEncryption(certData) |
---|
930 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
931 | cert = self.createCertificate() |
---|
932 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
933 | 132) |
---|
934 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
935 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
936 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
937 | dn._copyFrom(req.get_subject()) |
---|
938 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
939 | value = getattr(x509name, name, None) |
---|
940 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
941 | |
---|
942 | ====================================================================== |
---|
943 | ERROR: test_log_gatherer_furlfile |
---|
944 | ---------------------------------------------------------------------- |
---|
945 | Traceback (most recent call last): |
---|
946 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
947 | result = f(*args, **kw) |
---|
948 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
949 | result = f(*a, **kw) |
---|
950 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1352, in test_log_gatherer_furlfile |
---|
951 | gatherer.setServiceParent(self.parent) |
---|
952 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
953 | self.parent.addService(self) |
---|
954 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
955 | service.startService() |
---|
956 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 169, in startService |
---|
957 | GatheringBase.startService(self) |
---|
958 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
959 | self._tub = self.tub_class(certFile=certFile) |
---|
960 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
961 | return Tub(certData, certFile, options) |
---|
962 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
963 | self.setupEncryptionFile(certFile) |
---|
964 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
965 | self.setupEncryption(certData) |
---|
966 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
967 | cert = self.createCertificate() |
---|
968 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
969 | 132) |
---|
970 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
971 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
972 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
973 | dn._copyFrom(req.get_subject()) |
---|
974 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
975 | value = getattr(x509name, name, None) |
---|
976 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
977 | |
---|
978 | ====================================================================== |
---|
979 | ERROR: test_log_gatherer_furlfile2 |
---|
980 | ---------------------------------------------------------------------- |
---|
981 | Traceback (most recent call last): |
---|
982 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
983 | result = f(*args, **kw) |
---|
984 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
985 | result = f(*a, **kw) |
---|
986 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1383, in test_log_gatherer_furlfile2 |
---|
987 | gatherer.setServiceParent(self.parent) |
---|
988 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
989 | self.parent.addService(self) |
---|
990 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
991 | service.startService() |
---|
992 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 169, in startService |
---|
993 | GatheringBase.startService(self) |
---|
994 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
995 | self._tub = self.tub_class(certFile=certFile) |
---|
996 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
997 | return Tub(certData, certFile, options) |
---|
998 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
999 | self.setupEncryptionFile(certFile) |
---|
1000 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
1001 | self.setupEncryption(certData) |
---|
1002 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1003 | cert = self.createCertificate() |
---|
1004 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1005 | 132) |
---|
1006 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1007 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1008 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1009 | dn._copyFrom(req.get_subject()) |
---|
1010 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1011 | value = getattr(x509name, name, None) |
---|
1012 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1013 | |
---|
1014 | ====================================================================== |
---|
1015 | ERROR: test_log_gatherer_furlfile_multiple |
---|
1016 | ---------------------------------------------------------------------- |
---|
1017 | Traceback (most recent call last): |
---|
1018 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1019 | result = f(*args, **kw) |
---|
1020 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1021 | result = f(*a, **kw) |
---|
1022 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1418, in test_log_gatherer_furlfile_multiple |
---|
1023 | gatherer1.setServiceParent(self.parent) |
---|
1024 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
1025 | self.parent.addService(self) |
---|
1026 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
1027 | service.startService() |
---|
1028 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 169, in startService |
---|
1029 | GatheringBase.startService(self) |
---|
1030 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
1031 | self._tub = self.tub_class(certFile=certFile) |
---|
1032 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1033 | return Tub(certData, certFile, options) |
---|
1034 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
1035 | self.setupEncryptionFile(certFile) |
---|
1036 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
1037 | self.setupEncryption(certData) |
---|
1038 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1039 | cert = self.createCertificate() |
---|
1040 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1041 | 132) |
---|
1042 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1043 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1044 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1045 | dn._copyFrom(req.get_subject()) |
---|
1046 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1047 | value = getattr(x509name, name, None) |
---|
1048 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1049 | |
---|
1050 | ====================================================================== |
---|
1051 | ERROR: test_log_gatherer_missing_furlfile |
---|
1052 | ---------------------------------------------------------------------- |
---|
1053 | Traceback (most recent call last): |
---|
1054 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1055 | result = f(*args, **kw) |
---|
1056 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1057 | result = f(*a, **kw) |
---|
1058 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1504, in test_log_gatherer_missing_furlfile |
---|
1059 | t = GoodEnoughTub() |
---|
1060 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1061 | return Tub(certData, certFile, options) |
---|
1062 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1063 | self.setupEncryption(certData) |
---|
1064 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1065 | cert = self.createCertificate() |
---|
1066 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1067 | 132) |
---|
1068 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1069 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1070 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1071 | dn._copyFrom(req.get_subject()) |
---|
1072 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1073 | value = getattr(x509name, name, None) |
---|
1074 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1075 | |
---|
1076 | ====================================================================== |
---|
1077 | ERROR: test_connect |
---|
1078 | ---------------------------------------------------------------------- |
---|
1079 | Traceback (most recent call last): |
---|
1080 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1081 | result = f(*args, **kw) |
---|
1082 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1083 | result = f(*a, **kw) |
---|
1084 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1021, in test_connect |
---|
1085 | ig.setServiceParent(self.parent) |
---|
1086 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
1087 | self.parent.addService(self) |
---|
1088 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
1089 | service.startService() |
---|
1090 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 438, in startService |
---|
1091 | GatheringBase.startService(self) |
---|
1092 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
1093 | self._tub = self.tub_class(certFile=certFile) |
---|
1094 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1095 | return Tub(certData, certFile, options) |
---|
1096 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
1097 | self.setupEncryptionFile(certFile) |
---|
1098 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
1099 | self.setupEncryption(certData) |
---|
1100 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1101 | cert = self.createCertificate() |
---|
1102 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1103 | 132) |
---|
1104 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1105 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1106 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1107 | dn._copyFrom(req.get_subject()) |
---|
1108 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1109 | value = getattr(x509name, name, None) |
---|
1110 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1111 | |
---|
1112 | ====================================================================== |
---|
1113 | ERROR: test_emit |
---|
1114 | ---------------------------------------------------------------------- |
---|
1115 | Traceback (most recent call last): |
---|
1116 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1117 | result = f(*args, **kw) |
---|
1118 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1119 | result = f(*a, **kw) |
---|
1120 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 1035, in test_emit |
---|
1121 | ig.setServiceParent(self.parent) |
---|
1122 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 185, in setServiceParent |
---|
1123 | self.parent.addService(self) |
---|
1124 | File "/opt/local/lib/python2.5/site-packages/twisted/application/service.py", line 305, in addService |
---|
1125 | service.startService() |
---|
1126 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 438, in startService |
---|
1127 | GatheringBase.startService(self) |
---|
1128 | File "/Users/dave/src/foolscap-trunk/foolscap/logging/gatherer.py", line 41, in startService |
---|
1129 | self._tub = self.tub_class(certFile=certFile) |
---|
1130 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1131 | return Tub(certData, certFile, options) |
---|
1132 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
1133 | self.setupEncryptionFile(certFile) |
---|
1134 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
1135 | self.setupEncryption(certData) |
---|
1136 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1137 | cert = self.createCertificate() |
---|
1138 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1139 | 132) |
---|
1140 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1141 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1142 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1143 | dn._copyFrom(req.get_subject()) |
---|
1144 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1145 | value = getattr(x509name, name, None) |
---|
1146 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1147 | |
---|
1148 | ====================================================================== |
---|
1149 | ERROR: test_get_incidents |
---|
1150 | ---------------------------------------------------------------------- |
---|
1151 | Traceback (most recent call last): |
---|
1152 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1153 | result = f(*args, **kw) |
---|
1154 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1155 | result = f(*a, **kw) |
---|
1156 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 789, in test_get_incidents |
---|
1157 | t = GoodEnoughTub() |
---|
1158 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1159 | return Tub(certData, certFile, options) |
---|
1160 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1161 | self.setupEncryption(certData) |
---|
1162 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1163 | cert = self.createCertificate() |
---|
1164 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1165 | 132) |
---|
1166 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1167 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1168 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1169 | dn._copyFrom(req.get_subject()) |
---|
1170 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1171 | value = getattr(x509name, name, None) |
---|
1172 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1173 | |
---|
1174 | ====================================================================== |
---|
1175 | ERROR: test_list_incident_names |
---|
1176 | ---------------------------------------------------------------------- |
---|
1177 | Traceback (most recent call last): |
---|
1178 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1179 | result = f(*args, **kw) |
---|
1180 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1181 | result = f(*a, **kw) |
---|
1182 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 757, in test_list_incident_names |
---|
1183 | t = GoodEnoughTub() |
---|
1184 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1185 | return Tub(certData, certFile, options) |
---|
1186 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1187 | self.setupEncryption(certData) |
---|
1188 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1189 | cert = self.createCertificate() |
---|
1190 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1191 | 132) |
---|
1192 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1193 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1194 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1195 | dn._copyFrom(req.get_subject()) |
---|
1196 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1197 | value = getattr(x509name, name, None) |
---|
1198 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1199 | |
---|
1200 | ====================================================================== |
---|
1201 | ERROR: test_subscribe |
---|
1202 | ---------------------------------------------------------------------- |
---|
1203 | Traceback (most recent call last): |
---|
1204 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1205 | result = f(*args, **kw) |
---|
1206 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1207 | result = f(*a, **kw) |
---|
1208 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 867, in test_subscribe |
---|
1209 | t = GoodEnoughTub() |
---|
1210 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1211 | return Tub(certData, certFile, options) |
---|
1212 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1213 | self.setupEncryption(certData) |
---|
1214 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1215 | cert = self.createCertificate() |
---|
1216 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1217 | 132) |
---|
1218 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1219 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1220 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1221 | dn._copyFrom(req.get_subject()) |
---|
1222 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1223 | value = getattr(x509name, name, None) |
---|
1224 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1225 | |
---|
1226 | ====================================================================== |
---|
1227 | ERROR: test_logport_furlfile1 |
---|
1228 | ---------------------------------------------------------------------- |
---|
1229 | Traceback (most recent call last): |
---|
1230 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1231 | result = f(*args, **kw) |
---|
1232 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1233 | result = f(*a, **kw) |
---|
1234 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 454, in test_logport_furlfile1 |
---|
1235 | t = GoodEnoughTub() |
---|
1236 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1237 | return Tub(certData, certFile, options) |
---|
1238 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1239 | self.setupEncryption(certData) |
---|
1240 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1241 | cert = self.createCertificate() |
---|
1242 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1243 | 132) |
---|
1244 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1245 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1246 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1247 | dn._copyFrom(req.get_subject()) |
---|
1248 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1249 | value = getattr(x509name, name, None) |
---|
1250 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1251 | |
---|
1252 | ====================================================================== |
---|
1253 | ERROR: test_logport_furlfile2 |
---|
1254 | ---------------------------------------------------------------------- |
---|
1255 | Traceback (most recent call last): |
---|
1256 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1257 | result = f(*args, **kw) |
---|
1258 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1259 | result = f(*a, **kw) |
---|
1260 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 470, in test_logport_furlfile2 |
---|
1261 | t = GoodEnoughTub() |
---|
1262 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1263 | return Tub(certData, certFile, options) |
---|
1264 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1265 | self.setupEncryption(certData) |
---|
1266 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1267 | cert = self.createCertificate() |
---|
1268 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1269 | 132) |
---|
1270 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1271 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1272 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1273 | dn._copyFrom(req.get_subject()) |
---|
1274 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1275 | value = getattr(x509name, name, None) |
---|
1276 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1277 | |
---|
1278 | ====================================================================== |
---|
1279 | ERROR: test_logpublisher |
---|
1280 | ---------------------------------------------------------------------- |
---|
1281 | Traceback (most recent call last): |
---|
1282 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1283 | result = f(*args, **kw) |
---|
1284 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1285 | result = f(*a, **kw) |
---|
1286 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 486, in test_logpublisher |
---|
1287 | t = GoodEnoughTub() |
---|
1288 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1289 | return Tub(certData, certFile, options) |
---|
1290 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1291 | self.setupEncryption(certData) |
---|
1292 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1293 | cert = self.createCertificate() |
---|
1294 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1295 | 132) |
---|
1296 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1297 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1298 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1299 | dn._copyFrom(req.get_subject()) |
---|
1300 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1301 | value = getattr(x509name, name, None) |
---|
1302 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1303 | |
---|
1304 | ====================================================================== |
---|
1305 | ERROR: test_logpublisher_catchup |
---|
1306 | ---------------------------------------------------------------------- |
---|
1307 | Traceback (most recent call last): |
---|
1308 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1309 | result = f(*args, **kw) |
---|
1310 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1311 | result = f(*a, **kw) |
---|
1312 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 667, in test_logpublisher_catchup |
---|
1313 | t = GoodEnoughTub() |
---|
1314 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1315 | return Tub(certData, certFile, options) |
---|
1316 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1317 | self.setupEncryption(certData) |
---|
1318 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1319 | cert = self.createCertificate() |
---|
1320 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1321 | 132) |
---|
1322 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1323 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1324 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1325 | dn._copyFrom(req.get_subject()) |
---|
1326 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1327 | value = getattr(x509name, name, None) |
---|
1328 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1329 | |
---|
1330 | ====================================================================== |
---|
1331 | ERROR: test_logpublisher_overload |
---|
1332 | ---------------------------------------------------------------------- |
---|
1333 | Traceback (most recent call last): |
---|
1334 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1335 | result = f(*args, **kw) |
---|
1336 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1337 | result = f(*a, **kw) |
---|
1338 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_logging.py", line 608, in test_logpublisher_overload |
---|
1339 | t = GoodEnoughTub() |
---|
1340 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1341 | return Tub(certData, certFile, options) |
---|
1342 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1343 | self.setupEncryption(certData) |
---|
1344 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1345 | cert = self.createCertificate() |
---|
1346 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1347 | 132) |
---|
1348 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1349 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1350 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1351 | dn._copyFrom(req.get_subject()) |
---|
1352 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1353 | value = getattr(x509name, name, None) |
---|
1354 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1355 | |
---|
1356 | ====================================================================== |
---|
1357 | ERROR: testConnectAuthenticated |
---|
1358 | ---------------------------------------------------------------------- |
---|
1359 | Traceback (most recent call last): |
---|
1360 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1361 | result = f(*args, **kw) |
---|
1362 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1363 | result = f(*a, **kw) |
---|
1364 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_loopback.py", line 56, in testConnectAuthenticated |
---|
1365 | tub = foolscap.Tub() |
---|
1366 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1367 | self.setupEncryption(certData) |
---|
1368 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1369 | cert = self.createCertificate() |
---|
1370 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1371 | 132) |
---|
1372 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1373 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1374 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1375 | dn._copyFrom(req.get_subject()) |
---|
1376 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1377 | value = getattr(x509name, name, None) |
---|
1378 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1379 | |
---|
1380 | ====================================================================== |
---|
1381 | ERROR: testAuthenticated |
---|
1382 | ---------------------------------------------------------------------- |
---|
1383 | Traceback (most recent call last): |
---|
1384 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1385 | result = f(*args, **kw) |
---|
1386 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1387 | result = f(*a, **kw) |
---|
1388 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 205, in testAuthenticated |
---|
1389 | url, portnum = self.makeServer(True) |
---|
1390 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 132, in makeServer |
---|
1391 | self.tub = tub = Tub(options=options) |
---|
1392 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1393 | self.setupEncryption(certData) |
---|
1394 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1395 | cert = self.createCertificate() |
---|
1396 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1397 | 132) |
---|
1398 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1399 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1400 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1401 | dn._copyFrom(req.get_subject()) |
---|
1402 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1403 | value = getattr(x509name, name, None) |
---|
1404 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1405 | |
---|
1406 | ====================================================================== |
---|
1407 | ERROR: testHalfAuthenticated1 |
---|
1408 | ---------------------------------------------------------------------- |
---|
1409 | Traceback (most recent call last): |
---|
1410 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1411 | result = f(*args, **kw) |
---|
1412 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1413 | result = f(*a, **kw) |
---|
1414 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 225, in testHalfAuthenticated1 |
---|
1415 | url, portnum = self.makeServer(True) |
---|
1416 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 132, in makeServer |
---|
1417 | self.tub = tub = Tub(options=options) |
---|
1418 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1419 | self.setupEncryption(certData) |
---|
1420 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1421 | cert = self.createCertificate() |
---|
1422 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1423 | 132) |
---|
1424 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1425 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1426 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1427 | dn._copyFrom(req.get_subject()) |
---|
1428 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1429 | value = getattr(x509name, name, None) |
---|
1430 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1431 | |
---|
1432 | ====================================================================== |
---|
1433 | ERROR: testHalfAuthenticated2 |
---|
1434 | ---------------------------------------------------------------------- |
---|
1435 | Traceback (most recent call last): |
---|
1436 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1437 | result = f(*args, **kw) |
---|
1438 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1439 | result = f(*a, **kw) |
---|
1440 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 237, in testHalfAuthenticated2 |
---|
1441 | client = Tub() |
---|
1442 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1443 | self.setupEncryption(certData) |
---|
1444 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1445 | cert = self.createCertificate() |
---|
1446 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1447 | 132) |
---|
1448 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1449 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1450 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1451 | dn._copyFrom(req.get_subject()) |
---|
1452 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1453 | value = getattr(x509name, name, None) |
---|
1454 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1455 | |
---|
1456 | ====================================================================== |
---|
1457 | ERROR: test1 |
---|
1458 | ---------------------------------------------------------------------- |
---|
1459 | Traceback (most recent call last): |
---|
1460 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1461 | result = f(*args, **kw) |
---|
1462 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1463 | result = f(*a, **kw) |
---|
1464 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 579, in test1 |
---|
1465 | self.makeServers(lo1={'debug_slow_connectionMade': True}) |
---|
1466 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1467 | a = Tub(options=t1opts) |
---|
1468 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1469 | self.setupEncryption(certData) |
---|
1470 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1471 | cert = self.createCertificate() |
---|
1472 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1473 | 132) |
---|
1474 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1475 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1476 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1477 | dn._copyFrom(req.get_subject()) |
---|
1478 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1479 | value = getattr(x509name, name, None) |
---|
1480 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1481 | |
---|
1482 | ====================================================================== |
---|
1483 | ERROR: test2 |
---|
1484 | ---------------------------------------------------------------------- |
---|
1485 | Traceback (most recent call last): |
---|
1486 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1487 | result = f(*args, **kw) |
---|
1488 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1489 | result = f(*a, **kw) |
---|
1490 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 597, in test2 |
---|
1491 | self.makeServers(lo1={'debug_slow_connectionMade': True}) |
---|
1492 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1493 | a = Tub(options=t1opts) |
---|
1494 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1495 | self.setupEncryption(certData) |
---|
1496 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1497 | cert = self.createCertificate() |
---|
1498 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1499 | 132) |
---|
1500 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1501 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1502 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1503 | dn._copyFrom(req.get_subject()) |
---|
1504 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1505 | value = getattr(x509name, name, None) |
---|
1506 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1507 | |
---|
1508 | ====================================================================== |
---|
1509 | ERROR: test3 |
---|
1510 | ---------------------------------------------------------------------- |
---|
1511 | Traceback (most recent call last): |
---|
1512 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1513 | result = f(*args, **kw) |
---|
1514 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1515 | result = f(*a, **kw) |
---|
1516 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 605, in test3 |
---|
1517 | self.makeServers(lo1={'debug_slow_sendPlaintextServer': True}) |
---|
1518 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1519 | a = Tub(options=t1opts) |
---|
1520 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1521 | self.setupEncryption(certData) |
---|
1522 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1523 | cert = self.createCertificate() |
---|
1524 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1525 | 132) |
---|
1526 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1527 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1528 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1529 | dn._copyFrom(req.get_subject()) |
---|
1530 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1531 | value = getattr(x509name, name, None) |
---|
1532 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1533 | |
---|
1534 | ====================================================================== |
---|
1535 | ERROR: test4 |
---|
1536 | ---------------------------------------------------------------------- |
---|
1537 | Traceback (most recent call last): |
---|
1538 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1539 | result = f(*args, **kw) |
---|
1540 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1541 | result = f(*a, **kw) |
---|
1542 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 613, in test4 |
---|
1543 | self.makeServers(lo1={'debug_slow_sendHello': True}) |
---|
1544 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1545 | a = Tub(options=t1opts) |
---|
1546 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1547 | self.setupEncryption(certData) |
---|
1548 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1549 | cert = self.createCertificate() |
---|
1550 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1551 | 132) |
---|
1552 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1553 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1554 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1555 | dn._copyFrom(req.get_subject()) |
---|
1556 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1557 | value = getattr(x509name, name, None) |
---|
1558 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1559 | |
---|
1560 | ====================================================================== |
---|
1561 | ERROR: test5 |
---|
1562 | ---------------------------------------------------------------------- |
---|
1563 | Traceback (most recent call last): |
---|
1564 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1565 | result = f(*args, **kw) |
---|
1566 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1567 | result = f(*a, **kw) |
---|
1568 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 638, in test5 |
---|
1569 | self.makeServers(lo1={'debug_slow_sendDecision': True}) |
---|
1570 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1571 | a = Tub(options=t1opts) |
---|
1572 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1573 | self.setupEncryption(certData) |
---|
1574 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1575 | cert = self.createCertificate() |
---|
1576 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1577 | 132) |
---|
1578 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1579 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1580 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1581 | dn._copyFrom(req.get_subject()) |
---|
1582 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1583 | value = getattr(x509name, name, None) |
---|
1584 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1585 | |
---|
1586 | ====================================================================== |
---|
1587 | ERROR: test1 |
---|
1588 | ---------------------------------------------------------------------- |
---|
1589 | Traceback (most recent call last): |
---|
1590 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1591 | result = f(*args, **kw) |
---|
1592 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1593 | result = f(*a, **kw) |
---|
1594 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 579, in test1 |
---|
1595 | self.makeServers(lo1={'debug_slow_connectionMade': True}) |
---|
1596 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1597 | a = Tub(options=t1opts) |
---|
1598 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1599 | self.setupEncryption(certData) |
---|
1600 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1601 | cert = self.createCertificate() |
---|
1602 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1603 | 132) |
---|
1604 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1605 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1606 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1607 | dn._copyFrom(req.get_subject()) |
---|
1608 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1609 | value = getattr(x509name, name, None) |
---|
1610 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1611 | |
---|
1612 | ====================================================================== |
---|
1613 | ERROR: test2 |
---|
1614 | ---------------------------------------------------------------------- |
---|
1615 | Traceback (most recent call last): |
---|
1616 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1617 | result = f(*args, **kw) |
---|
1618 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1619 | result = f(*a, **kw) |
---|
1620 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 597, in test2 |
---|
1621 | self.makeServers(lo1={'debug_slow_connectionMade': True}) |
---|
1622 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1623 | a = Tub(options=t1opts) |
---|
1624 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1625 | self.setupEncryption(certData) |
---|
1626 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1627 | cert = self.createCertificate() |
---|
1628 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1629 | 132) |
---|
1630 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1631 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1632 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1633 | dn._copyFrom(req.get_subject()) |
---|
1634 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1635 | value = getattr(x509name, name, None) |
---|
1636 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1637 | |
---|
1638 | ====================================================================== |
---|
1639 | ERROR: test3 |
---|
1640 | ---------------------------------------------------------------------- |
---|
1641 | Traceback (most recent call last): |
---|
1642 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1643 | result = f(*args, **kw) |
---|
1644 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1645 | result = f(*a, **kw) |
---|
1646 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 605, in test3 |
---|
1647 | self.makeServers(lo1={'debug_slow_sendPlaintextServer': True}) |
---|
1648 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1649 | a = Tub(options=t1opts) |
---|
1650 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1651 | self.setupEncryption(certData) |
---|
1652 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1653 | cert = self.createCertificate() |
---|
1654 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1655 | 132) |
---|
1656 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1657 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1658 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1659 | dn._copyFrom(req.get_subject()) |
---|
1660 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1661 | value = getattr(x509name, name, None) |
---|
1662 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1663 | |
---|
1664 | ====================================================================== |
---|
1665 | ERROR: test4 |
---|
1666 | ---------------------------------------------------------------------- |
---|
1667 | Traceback (most recent call last): |
---|
1668 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1669 | result = f(*args, **kw) |
---|
1670 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1671 | result = f(*a, **kw) |
---|
1672 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 613, in test4 |
---|
1673 | self.makeServers(lo1={'debug_slow_sendHello': True}) |
---|
1674 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1675 | a = Tub(options=t1opts) |
---|
1676 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1677 | self.setupEncryption(certData) |
---|
1678 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1679 | cert = self.createCertificate() |
---|
1680 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1681 | 132) |
---|
1682 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1683 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1684 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1685 | dn._copyFrom(req.get_subject()) |
---|
1686 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1687 | value = getattr(x509name, name, None) |
---|
1688 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1689 | |
---|
1690 | ====================================================================== |
---|
1691 | ERROR: testAuthenticated |
---|
1692 | ---------------------------------------------------------------------- |
---|
1693 | Traceback (most recent call last): |
---|
1694 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1695 | result = f(*args, **kw) |
---|
1696 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1697 | result = f(*a, **kw) |
---|
1698 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 686, in testAuthenticated |
---|
1699 | self.makeServers() |
---|
1700 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1701 | a = Tub(options=t1opts) |
---|
1702 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1703 | self.setupEncryption(certData) |
---|
1704 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1705 | cert = self.createCertificate() |
---|
1706 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1707 | 132) |
---|
1708 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1709 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1710 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1711 | dn._copyFrom(req.get_subject()) |
---|
1712 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1713 | value = getattr(x509name, name, None) |
---|
1714 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1715 | |
---|
1716 | ====================================================================== |
---|
1717 | ERROR: testHalfAuthenticated1 |
---|
1718 | ---------------------------------------------------------------------- |
---|
1719 | Traceback (most recent call last): |
---|
1720 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1721 | result = f(*args, **kw) |
---|
1722 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1723 | result = f(*a, **kw) |
---|
1724 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 717, in testHalfAuthenticated1 |
---|
1725 | self.makeServers(tubAauthenticated=True, tubBauthenticated=False) |
---|
1726 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1727 | a = Tub(options=t1opts) |
---|
1728 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1729 | self.setupEncryption(certData) |
---|
1730 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1731 | cert = self.createCertificate() |
---|
1732 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1733 | 132) |
---|
1734 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1735 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1736 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1737 | dn._copyFrom(req.get_subject()) |
---|
1738 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1739 | value = getattr(x509name, name, None) |
---|
1740 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1741 | |
---|
1742 | ====================================================================== |
---|
1743 | ERROR: testHalfAuthenticated2 |
---|
1744 | ---------------------------------------------------------------------- |
---|
1745 | Traceback (most recent call last): |
---|
1746 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1747 | result = f(*args, **kw) |
---|
1748 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1749 | result = f(*a, **kw) |
---|
1750 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 734, in testHalfAuthenticated2 |
---|
1751 | self.makeServers(tubAauthenticated=True, tubBauthenticated=False) |
---|
1752 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 498, in makeServers |
---|
1753 | a = Tub(options=t1opts) |
---|
1754 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1755 | self.setupEncryption(certData) |
---|
1756 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1757 | cert = self.createCertificate() |
---|
1758 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1759 | 132) |
---|
1760 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1761 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1762 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1763 | dn._copyFrom(req.get_subject()) |
---|
1764 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1765 | value = getattr(x509name, name, None) |
---|
1766 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1767 | |
---|
1768 | ====================================================================== |
---|
1769 | ERROR: test1 |
---|
1770 | ---------------------------------------------------------------------- |
---|
1771 | Traceback (most recent call last): |
---|
1772 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1773 | result = f(*args, **kw) |
---|
1774 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1775 | result = f(*a, **kw) |
---|
1776 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 424, in test1 |
---|
1777 | url = self.makeServers(lo1={'debug_slow_connectionMade': True}) |
---|
1778 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 381, in makeServers |
---|
1779 | self.tub = tub = Tub(options=tubopts) |
---|
1780 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1781 | self.setupEncryption(certData) |
---|
1782 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1783 | cert = self.createCertificate() |
---|
1784 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1785 | 132) |
---|
1786 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1787 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1788 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1789 | dn._copyFrom(req.get_subject()) |
---|
1790 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1791 | value = getattr(x509name, name, None) |
---|
1792 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1793 | |
---|
1794 | ====================================================================== |
---|
1795 | ERROR: test2 |
---|
1796 | ---------------------------------------------------------------------- |
---|
1797 | Traceback (most recent call last): |
---|
1798 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1799 | result = f(*args, **kw) |
---|
1800 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1801 | result = f(*a, **kw) |
---|
1802 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 440, in test2 |
---|
1803 | url = self.makeServers(lo2={'debug_slow_connectionMade': True}) |
---|
1804 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 381, in makeServers |
---|
1805 | self.tub = tub = Tub(options=tubopts) |
---|
1806 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1807 | self.setupEncryption(certData) |
---|
1808 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1809 | cert = self.createCertificate() |
---|
1810 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1811 | 132) |
---|
1812 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1813 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1814 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1815 | dn._copyFrom(req.get_subject()) |
---|
1816 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1817 | value = getattr(x509name, name, None) |
---|
1818 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1819 | |
---|
1820 | ====================================================================== |
---|
1821 | ERROR: test3 |
---|
1822 | ---------------------------------------------------------------------- |
---|
1823 | Traceback (most recent call last): |
---|
1824 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1825 | result = f(*args, **kw) |
---|
1826 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1827 | result = f(*a, **kw) |
---|
1828 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 452, in test3 |
---|
1829 | url = self.makeServers(lo2={'debug_slow_sendPlaintextServer': True}) |
---|
1830 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 381, in makeServers |
---|
1831 | self.tub = tub = Tub(options=tubopts) |
---|
1832 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1833 | self.setupEncryption(certData) |
---|
1834 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1835 | cert = self.createCertificate() |
---|
1836 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1837 | 132) |
---|
1838 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1839 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1840 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1841 | dn._copyFrom(req.get_subject()) |
---|
1842 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1843 | value = getattr(x509name, name, None) |
---|
1844 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1845 | |
---|
1846 | ====================================================================== |
---|
1847 | ERROR: test4 |
---|
1848 | ---------------------------------------------------------------------- |
---|
1849 | Traceback (most recent call last): |
---|
1850 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1851 | result = f(*args, **kw) |
---|
1852 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1853 | result = f(*a, **kw) |
---|
1854 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 463, in test4 |
---|
1855 | url = self.makeServers(lo2={'debug_slow_sendHello': True}) |
---|
1856 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 381, in makeServers |
---|
1857 | self.tub = tub = Tub(options=tubopts) |
---|
1858 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1859 | self.setupEncryption(certData) |
---|
1860 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1861 | cert = self.createCertificate() |
---|
1862 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1863 | 132) |
---|
1864 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1865 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1866 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1867 | dn._copyFrom(req.get_subject()) |
---|
1868 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1869 | value = getattr(x509name, name, None) |
---|
1870 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1871 | |
---|
1872 | ====================================================================== |
---|
1873 | ERROR: test5 |
---|
1874 | ---------------------------------------------------------------------- |
---|
1875 | Traceback (most recent call last): |
---|
1876 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1877 | result = f(*args, **kw) |
---|
1878 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1879 | result = f(*a, **kw) |
---|
1880 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 478, in test5 |
---|
1881 | url = self.makeServers(lo2={'debug_slow_sendDecision': True}) |
---|
1882 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 381, in makeServers |
---|
1883 | self.tub = tub = Tub(options=tubopts) |
---|
1884 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1885 | self.setupEncryption(certData) |
---|
1886 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1887 | cert = self.createCertificate() |
---|
1888 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1889 | 132) |
---|
1890 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1891 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1892 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1893 | dn._copyFrom(req.get_subject()) |
---|
1894 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1895 | value = getattr(x509name, name, None) |
---|
1896 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1897 | |
---|
1898 | ====================================================================== |
---|
1899 | ERROR: testVersusHTTPClientAuthenticated |
---|
1900 | ---------------------------------------------------------------------- |
---|
1901 | Traceback (most recent call last): |
---|
1902 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1903 | result = f(*args, **kw) |
---|
1904 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1905 | result = f(*a, **kw) |
---|
1906 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 296, in testVersusHTTPClientAuthenticated |
---|
1907 | url, portnum = self.makeServer(True) |
---|
1908 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 132, in makeServer |
---|
1909 | self.tub = tub = Tub(options=options) |
---|
1910 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1911 | self.setupEncryption(certData) |
---|
1912 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1913 | cert = self.createCertificate() |
---|
1914 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1915 | 132) |
---|
1916 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1917 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1918 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1919 | dn._copyFrom(req.get_subject()) |
---|
1920 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1921 | value = getattr(x509name, name, None) |
---|
1922 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1923 | |
---|
1924 | ====================================================================== |
---|
1925 | ERROR: testVersusHTTPServerAuthenticated |
---|
1926 | ---------------------------------------------------------------------- |
---|
1927 | Traceback (most recent call last): |
---|
1928 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1929 | result = f(*args, **kw) |
---|
1930 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1931 | result = f(*a, **kw) |
---|
1932 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_negotiate.py", line 250, in testVersusHTTPServerAuthenticated |
---|
1933 | client = Tub() |
---|
1934 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1935 | self.setupEncryption(certData) |
---|
1936 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1937 | cert = self.createCertificate() |
---|
1938 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1939 | 132) |
---|
1940 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1941 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1942 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1943 | dn._copyFrom(req.get_subject()) |
---|
1944 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1945 | value = getattr(x509name, name, None) |
---|
1946 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1947 | |
---|
1948 | ====================================================================== |
---|
1949 | ERROR: runTest |
---|
1950 | ---------------------------------------------------------------------- |
---|
1951 | Traceback (most recent call last): |
---|
1952 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1953 | result = f(*args, **kw) |
---|
1954 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1955 | result = f(*a, **kw) |
---|
1956 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 390, in setUp |
---|
1957 | self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
1958 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1959 | return Tub(certData, certFile, options) |
---|
1960 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1961 | self.setupEncryption(certData) |
---|
1962 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1963 | cert = self.createCertificate() |
---|
1964 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1965 | 132) |
---|
1966 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1967 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1968 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1969 | dn._copyFrom(req.get_subject()) |
---|
1970 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1971 | value = getattr(x509name, name, None) |
---|
1972 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1973 | |
---|
1974 | ====================================================================== |
---|
1975 | ERROR: testBoundMethod |
---|
1976 | ---------------------------------------------------------------------- |
---|
1977 | Traceback (most recent call last): |
---|
1978 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
1979 | result = f(*args, **kw) |
---|
1980 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
1981 | result = f(*a, **kw) |
---|
1982 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 390, in setUp |
---|
1983 | self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
1984 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
1985 | return Tub(certData, certFile, options) |
---|
1986 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
1987 | self.setupEncryption(certData) |
---|
1988 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
1989 | cert = self.createCertificate() |
---|
1990 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
1991 | 132) |
---|
1992 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
1993 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
1994 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
1995 | dn._copyFrom(req.get_subject()) |
---|
1996 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
1997 | value = getattr(x509name, name, None) |
---|
1998 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
1999 | |
---|
2000 | ====================================================================== |
---|
2001 | ERROR: testFunction |
---|
2002 | ---------------------------------------------------------------------- |
---|
2003 | Traceback (most recent call last): |
---|
2004 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2005 | result = f(*args, **kw) |
---|
2006 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2007 | result = f(*a, **kw) |
---|
2008 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 390, in setUp |
---|
2009 | self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
2010 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2011 | return Tub(certData, certFile, options) |
---|
2012 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2013 | self.setupEncryption(certData) |
---|
2014 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2015 | cert = self.createCertificate() |
---|
2016 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2017 | 132) |
---|
2018 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2019 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2020 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2021 | dn._copyFrom(req.get_subject()) |
---|
2022 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2023 | value = getattr(x509name, name, None) |
---|
2024 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2025 | |
---|
2026 | ====================================================================== |
---|
2027 | ERROR: testGetSturdyRef |
---|
2028 | ---------------------------------------------------------------------- |
---|
2029 | Traceback (most recent call last): |
---|
2030 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2031 | result = f(*args, **kw) |
---|
2032 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2033 | result = f(*a, **kw) |
---|
2034 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 390, in setUp |
---|
2035 | self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
2036 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2037 | return Tub(certData, certFile, options) |
---|
2038 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2039 | self.setupEncryption(certData) |
---|
2040 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2041 | cert = self.createCertificate() |
---|
2042 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2043 | 132) |
---|
2044 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2045 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2046 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2047 | dn._copyFrom(req.get_subject()) |
---|
2048 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2049 | value = getattr(x509name, name, None) |
---|
2050 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2051 | |
---|
2052 | ====================================================================== |
---|
2053 | ERROR: testLogLocalFailure |
---|
2054 | ---------------------------------------------------------------------- |
---|
2055 | Traceback (most recent call last): |
---|
2056 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2057 | result = f(*args, **kw) |
---|
2058 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2059 | result = f(*a, **kw) |
---|
2060 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 390, in setUp |
---|
2061 | self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
2062 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2063 | return Tub(certData, certFile, options) |
---|
2064 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2065 | self.setupEncryption(certData) |
---|
2066 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2067 | cert = self.createCertificate() |
---|
2068 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2069 | 132) |
---|
2070 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2071 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2072 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2073 | dn._copyFrom(req.get_subject()) |
---|
2074 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2075 | value = getattr(x509name, name, None) |
---|
2076 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2077 | |
---|
2078 | ====================================================================== |
---|
2079 | ERROR: testLogRemoteFailure |
---|
2080 | ---------------------------------------------------------------------- |
---|
2081 | Traceback (most recent call last): |
---|
2082 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2083 | result = f(*args, **kw) |
---|
2084 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2085 | result = f(*a, **kw) |
---|
2086 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 390, in setUp |
---|
2087 | self.services = [GoodEnoughTub(), GoodEnoughTub()] |
---|
2088 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2089 | return Tub(certData, certFile, options) |
---|
2090 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2091 | self.setupEncryption(certData) |
---|
2092 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2093 | cert = self.createCertificate() |
---|
2094 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2095 | 132) |
---|
2096 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2097 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2098 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2099 | dn._copyFrom(req.get_subject()) |
---|
2100 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2101 | value = getattr(x509name, name, None) |
---|
2102 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2103 | |
---|
2104 | ====================================================================== |
---|
2105 | ERROR: TODO_testStatic |
---|
2106 | ---------------------------------------------------------------------- |
---|
2107 | Traceback (most recent call last): |
---|
2108 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2109 | result = f(*args, **kw) |
---|
2110 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2111 | result = f(*a, **kw) |
---|
2112 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2113 | self.services = [GoodEnoughTub()] |
---|
2114 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2115 | return Tub(certData, certFile, options) |
---|
2116 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2117 | self.setupEncryption(certData) |
---|
2118 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2119 | cert = self.createCertificate() |
---|
2120 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2121 | 132) |
---|
2122 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2123 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2124 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2125 | dn._copyFrom(req.get_subject()) |
---|
2126 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2127 | value = getattr(x509name, name, None) |
---|
2128 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2129 | |
---|
2130 | ====================================================================== |
---|
2131 | ERROR: runTest |
---|
2132 | ---------------------------------------------------------------------- |
---|
2133 | Traceback (most recent call last): |
---|
2134 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2135 | result = f(*args, **kw) |
---|
2136 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2137 | result = f(*a, **kw) |
---|
2138 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2139 | self.services = [GoodEnoughTub()] |
---|
2140 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2141 | return Tub(certData, certFile, options) |
---|
2142 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2143 | self.setupEncryption(certData) |
---|
2144 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2145 | cert = self.createCertificate() |
---|
2146 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2147 | 132) |
---|
2148 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2149 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2150 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2151 | dn._copyFrom(req.get_subject()) |
---|
2152 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2153 | value = getattr(x509name, name, None) |
---|
2154 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2155 | |
---|
2156 | ====================================================================== |
---|
2157 | ERROR: testBadMethod |
---|
2158 | ---------------------------------------------------------------------- |
---|
2159 | Traceback (most recent call last): |
---|
2160 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2161 | result = f(*args, **kw) |
---|
2162 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2163 | result = f(*a, **kw) |
---|
2164 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2165 | self.services = [GoodEnoughTub()] |
---|
2166 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2167 | return Tub(certData, certFile, options) |
---|
2168 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2169 | self.setupEncryption(certData) |
---|
2170 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2171 | cert = self.createCertificate() |
---|
2172 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2173 | 132) |
---|
2174 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2175 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2176 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2177 | dn._copyFrom(req.get_subject()) |
---|
2178 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2179 | value = getattr(x509name, name, None) |
---|
2180 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2181 | |
---|
2182 | ====================================================================== |
---|
2183 | ERROR: testBadMethod2 |
---|
2184 | ---------------------------------------------------------------------- |
---|
2185 | Traceback (most recent call last): |
---|
2186 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2187 | result = f(*args, **kw) |
---|
2188 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2189 | result = f(*a, **kw) |
---|
2190 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2191 | self.services = [GoodEnoughTub()] |
---|
2192 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2193 | return Tub(certData, certFile, options) |
---|
2194 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2195 | self.setupEncryption(certData) |
---|
2196 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2197 | cert = self.createCertificate() |
---|
2198 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2199 | 132) |
---|
2200 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2201 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2202 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2203 | dn._copyFrom(req.get_subject()) |
---|
2204 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2205 | value = getattr(x509name, name, None) |
---|
2206 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2207 | |
---|
2208 | ====================================================================== |
---|
2209 | ERROR: testConnect1 |
---|
2210 | ---------------------------------------------------------------------- |
---|
2211 | Traceback (most recent call last): |
---|
2212 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2213 | result = f(*args, **kw) |
---|
2214 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2215 | result = f(*a, **kw) |
---|
2216 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2217 | self.services = [GoodEnoughTub()] |
---|
2218 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2219 | return Tub(certData, certFile, options) |
---|
2220 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2221 | self.setupEncryption(certData) |
---|
2222 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2223 | cert = self.createCertificate() |
---|
2224 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2225 | 132) |
---|
2226 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2227 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2228 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2229 | dn._copyFrom(req.get_subject()) |
---|
2230 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2231 | value = getattr(x509name, name, None) |
---|
2232 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2233 | |
---|
2234 | ====================================================================== |
---|
2235 | ERROR: testConnect2 |
---|
2236 | ---------------------------------------------------------------------- |
---|
2237 | Traceback (most recent call last): |
---|
2238 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2239 | result = f(*args, **kw) |
---|
2240 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2241 | result = f(*a, **kw) |
---|
2242 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2243 | self.services = [GoodEnoughTub()] |
---|
2244 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2245 | return Tub(certData, certFile, options) |
---|
2246 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2247 | self.setupEncryption(certData) |
---|
2248 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2249 | cert = self.createCertificate() |
---|
2250 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2251 | 132) |
---|
2252 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2253 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2254 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2255 | dn._copyFrom(req.get_subject()) |
---|
2256 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2257 | value = getattr(x509name, name, None) |
---|
2258 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2259 | |
---|
2260 | ====================================================================== |
---|
2261 | ERROR: testConnect3 |
---|
2262 | ---------------------------------------------------------------------- |
---|
2263 | Traceback (most recent call last): |
---|
2264 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2265 | result = f(*args, **kw) |
---|
2266 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2267 | result = f(*a, **kw) |
---|
2268 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2269 | self.services = [GoodEnoughTub()] |
---|
2270 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2271 | return Tub(certData, certFile, options) |
---|
2272 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2273 | self.setupEncryption(certData) |
---|
2274 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2275 | cert = self.createCertificate() |
---|
2276 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2277 | 132) |
---|
2278 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2279 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2280 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2281 | dn._copyFrom(req.get_subject()) |
---|
2282 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2283 | value = getattr(x509name, name, None) |
---|
2284 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2285 | |
---|
2286 | ====================================================================== |
---|
2287 | ERROR: testRegister |
---|
2288 | ---------------------------------------------------------------------- |
---|
2289 | Traceback (most recent call last): |
---|
2290 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2291 | result = f(*args, **kw) |
---|
2292 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2293 | result = f(*a, **kw) |
---|
2294 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_pb.py", line 536, in setUp |
---|
2295 | self.services = [GoodEnoughTub()] |
---|
2296 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2297 | return Tub(certData, certFile, options) |
---|
2298 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2299 | self.setupEncryption(certData) |
---|
2300 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2301 | cert = self.createCertificate() |
---|
2302 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2303 | 132) |
---|
2304 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2305 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2306 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2307 | dn._copyFrom(req.get_subject()) |
---|
2308 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2309 | value = getattr(x509name, name, None) |
---|
2310 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2311 | |
---|
2312 | ====================================================================== |
---|
2313 | ERROR: TODO_testNonweakrefable |
---|
2314 | ---------------------------------------------------------------------- |
---|
2315 | Traceback (most recent call last): |
---|
2316 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2317 | result = f(*args, **kw) |
---|
2318 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2319 | result = f(*a, **kw) |
---|
2320 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_registration.py", line 52, in TODO_testNonweakrefable |
---|
2321 | url = tub.registerReference(target) |
---|
2322 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 709, in registerReference |
---|
2323 | name = self._assignName(ref, name) |
---|
2324 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 736, in _assignName |
---|
2325 | self.referenceToName[ref] = name |
---|
2326 | File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/weakref.py", line 249, in __setitem__ |
---|
2327 | self.data[ref(key, self._remove)] = value |
---|
2328 | TypeError: cannot create weak reference to 'list' object |
---|
2329 | |
---|
2330 | ====================================================================== |
---|
2331 | ERROR: NOT_test_data_synchronous |
---|
2332 | ---------------------------------------------------------------------- |
---|
2333 | Traceback (most recent call last): |
---|
2334 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2335 | result = f(*args, **kw) |
---|
2336 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2337 | result = f(*a, **kw) |
---|
2338 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_serialize.py", line 42, in NOT_test_data_synchronous |
---|
2339 | obj2 = foolscap.unserialize(data) |
---|
2340 | File "/Users/dave/src/foolscap-trunk/foolscap/storage.py", line 449, in unserialize |
---|
2341 | raise RuntimeError("input streams not implemented yet") |
---|
2342 | RuntimeError: input streams not implemented yet |
---|
2343 | |
---|
2344 | ====================================================================== |
---|
2345 | ERROR: test_referenceable |
---|
2346 | ---------------------------------------------------------------------- |
---|
2347 | Traceback (most recent call last): |
---|
2348 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2349 | result = f(*args, **kw) |
---|
2350 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2351 | result = f(*a, **kw) |
---|
2352 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_serialize.py", line 125, in test_referenceable |
---|
2353 | t1 = GoodEnoughTub() |
---|
2354 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2355 | return Tub(certData, certFile, options) |
---|
2356 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2357 | self.setupEncryption(certData) |
---|
2358 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2359 | cert = self.createCertificate() |
---|
2360 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2361 | 132) |
---|
2362 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2363 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2364 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2365 | dn._copyFrom(req.get_subject()) |
---|
2366 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2367 | value = getattr(x509name, name, None) |
---|
2368 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2369 | |
---|
2370 | ====================================================================== |
---|
2371 | ERROR: test_referenceables_die |
---|
2372 | ---------------------------------------------------------------------- |
---|
2373 | Traceback (most recent call last): |
---|
2374 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2375 | result = f(*args, **kw) |
---|
2376 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2377 | result = f(*a, **kw) |
---|
2378 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_serialize.py", line 152, in test_referenceables_die |
---|
2379 | t1 = GoodEnoughTub() |
---|
2380 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2381 | return Tub(certData, certFile, options) |
---|
2382 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2383 | self.setupEncryption(certData) |
---|
2384 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2385 | cert = self.createCertificate() |
---|
2386 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2387 | 132) |
---|
2388 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2389 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2390 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2391 | dn._copyFrom(req.get_subject()) |
---|
2392 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2393 | value = getattr(x509name, name, None) |
---|
2394 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2395 | |
---|
2396 | ====================================================================== |
---|
2397 | ERROR: test_furlfile |
---|
2398 | ---------------------------------------------------------------------- |
---|
2399 | Traceback (most recent call last): |
---|
2400 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2401 | result = f(*args, **kw) |
---|
2402 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2403 | result = f(*a, **kw) |
---|
2404 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 134, in test_furlfile |
---|
2405 | t1 = Tub(certFile=cfn) |
---|
2406 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
2407 | self.setupEncryptionFile(certFile) |
---|
2408 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
2409 | self.setupEncryption(certData) |
---|
2410 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2411 | cert = self.createCertificate() |
---|
2412 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2413 | 132) |
---|
2414 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2415 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2416 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2417 | dn._copyFrom(req.get_subject()) |
---|
2418 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2419 | value = getattr(x509name, name, None) |
---|
2420 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2421 | |
---|
2422 | ====================================================================== |
---|
2423 | ERROR: test_tubid_check |
---|
2424 | ---------------------------------------------------------------------- |
---|
2425 | Traceback (most recent call last): |
---|
2426 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2427 | result = f(*args, **kw) |
---|
2428 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2429 | result = f(*a, **kw) |
---|
2430 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 160, in test_tubid_check |
---|
2431 | t1 = Tub() # gets a new key |
---|
2432 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2433 | self.setupEncryption(certData) |
---|
2434 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2435 | cert = self.createCertificate() |
---|
2436 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2437 | 132) |
---|
2438 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2439 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2440 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2441 | dn._copyFrom(req.get_subject()) |
---|
2442 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2443 | value = getattr(x509name, name, None) |
---|
2444 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2445 | |
---|
2446 | ====================================================================== |
---|
2447 | ERROR: runTest |
---|
2448 | ---------------------------------------------------------------------- |
---|
2449 | Traceback (most recent call last): |
---|
2450 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2451 | result = f(*args, **kw) |
---|
2452 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2453 | result = f(*a, **kw) |
---|
2454 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 263, in setUp |
---|
2455 | self.tubA, self.tubB = [GoodEnoughTub(), GoodEnoughTub()] |
---|
2456 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2457 | return Tub(certData, certFile, options) |
---|
2458 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2459 | self.setupEncryption(certData) |
---|
2460 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2461 | cert = self.createCertificate() |
---|
2462 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2463 | 132) |
---|
2464 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2465 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2466 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2467 | dn._copyFrom(req.get_subject()) |
---|
2468 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2469 | value = getattr(x509name, name, None) |
---|
2470 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2471 | |
---|
2472 | ====================================================================== |
---|
2473 | ERROR: testNameLookup |
---|
2474 | ---------------------------------------------------------------------- |
---|
2475 | Traceback (most recent call last): |
---|
2476 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2477 | result = f(*args, **kw) |
---|
2478 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2479 | result = f(*a, **kw) |
---|
2480 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 263, in setUp |
---|
2481 | self.tubA, self.tubB = [GoodEnoughTub(), GoodEnoughTub()] |
---|
2482 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2483 | return Tub(certData, certFile, options) |
---|
2484 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2485 | self.setupEncryption(certData) |
---|
2486 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2487 | cert = self.createCertificate() |
---|
2488 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2489 | 132) |
---|
2490 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2491 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2492 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2493 | dn._copyFrom(req.get_subject()) |
---|
2494 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2495 | value = getattr(x509name, name, None) |
---|
2496 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2497 | |
---|
2498 | ====================================================================== |
---|
2499 | ERROR: runTest |
---|
2500 | ---------------------------------------------------------------------- |
---|
2501 | Traceback (most recent call last): |
---|
2502 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2503 | result = f(*args, **kw) |
---|
2504 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2505 | result = f(*a, **kw) |
---|
2506 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 194, in setUp |
---|
2507 | self.tubB = GoodEnoughTub() |
---|
2508 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2509 | return Tub(certData, certFile, options) |
---|
2510 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2511 | self.setupEncryption(certData) |
---|
2512 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2513 | cert = self.createCertificate() |
---|
2514 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2515 | 132) |
---|
2516 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2517 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2518 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2519 | dn._copyFrom(req.get_subject()) |
---|
2520 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2521 | value = getattr(x509name, name, None) |
---|
2522 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2523 | |
---|
2524 | ====================================================================== |
---|
2525 | ERROR: test_queued_getref |
---|
2526 | ---------------------------------------------------------------------- |
---|
2527 | Traceback (most recent call last): |
---|
2528 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2529 | result = f(*args, **kw) |
---|
2530 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2531 | result = f(*a, **kw) |
---|
2532 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 194, in setUp |
---|
2533 | self.tubB = GoodEnoughTub() |
---|
2534 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2535 | return Tub(certData, certFile, options) |
---|
2536 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2537 | self.setupEncryption(certData) |
---|
2538 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2539 | cert = self.createCertificate() |
---|
2540 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2541 | 132) |
---|
2542 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2543 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2544 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2545 | dn._copyFrom(req.get_subject()) |
---|
2546 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2547 | value = getattr(x509name, name, None) |
---|
2548 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2549 | |
---|
2550 | ====================================================================== |
---|
2551 | ERROR: test_queued_reconnector |
---|
2552 | ---------------------------------------------------------------------- |
---|
2553 | Traceback (most recent call last): |
---|
2554 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2555 | result = f(*args, **kw) |
---|
2556 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2557 | result = f(*a, **kw) |
---|
2558 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 194, in setUp |
---|
2559 | self.tubB = GoodEnoughTub() |
---|
2560 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2561 | return Tub(certData, certFile, options) |
---|
2562 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2563 | self.setupEncryption(certData) |
---|
2564 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2565 | cert = self.createCertificate() |
---|
2566 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2567 | 132) |
---|
2568 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2569 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2570 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2571 | dn._copyFrom(req.get_subject()) |
---|
2572 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2573 | value = getattr(x509name, name, None) |
---|
2574 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2575 | |
---|
2576 | ====================================================================== |
---|
2577 | ERROR: test_set_location |
---|
2578 | ---------------------------------------------------------------------- |
---|
2579 | Traceback (most recent call last): |
---|
2580 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2581 | result = f(*args, **kw) |
---|
2582 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2583 | result = f(*a, **kw) |
---|
2584 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 91, in test_set_location |
---|
2585 | t = GoodEnoughTub() |
---|
2586 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2587 | return Tub(certData, certFile, options) |
---|
2588 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2589 | self.setupEncryption(certData) |
---|
2590 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2591 | cert = self.createCertificate() |
---|
2592 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2593 | 132) |
---|
2594 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2595 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2596 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2597 | dn._copyFrom(req.get_subject()) |
---|
2598 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2599 | value = getattr(x509name, name, None) |
---|
2600 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2601 | |
---|
2602 | ====================================================================== |
---|
2603 | ERROR: test_set_location_automatically |
---|
2604 | ---------------------------------------------------------------------- |
---|
2605 | Traceback (most recent call last): |
---|
2606 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2607 | result = f(*args, **kw) |
---|
2608 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2609 | result = f(*a, **kw) |
---|
2610 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 99, in test_set_location_automatically |
---|
2611 | t = GoodEnoughTub() |
---|
2612 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2613 | return Tub(certData, certFile, options) |
---|
2614 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2615 | self.setupEncryption(certData) |
---|
2616 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2617 | cert = self.createCertificate() |
---|
2618 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2619 | 132) |
---|
2620 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2621 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2622 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2623 | dn._copyFrom(req.get_subject()) |
---|
2624 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2625 | value = getattr(x509name, name, None) |
---|
2626 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2627 | |
---|
2628 | ====================================================================== |
---|
2629 | ERROR: test_doublestop |
---|
2630 | ---------------------------------------------------------------------- |
---|
2631 | Traceback (most recent call last): |
---|
2632 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2633 | result = f(*args, **kw) |
---|
2634 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2635 | result = f(*a, **kw) |
---|
2636 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 348, in test_doublestop |
---|
2637 | tub = GoodEnoughTub() |
---|
2638 | File "/Users/dave/src/foolscap-trunk/foolscap/test/common.py", line 412, in GoodEnoughTub |
---|
2639 | return Tub(certData, certFile, options) |
---|
2640 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2641 | self.setupEncryption(certData) |
---|
2642 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2643 | cert = self.createCertificate() |
---|
2644 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2645 | 132) |
---|
2646 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2647 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2648 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2649 | dn._copyFrom(req.get_subject()) |
---|
2650 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2651 | value = getattr(x509name, name, None) |
---|
2652 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2653 | |
---|
2654 | ====================================================================== |
---|
2655 | ERROR: test_certdata |
---|
2656 | ---------------------------------------------------------------------- |
---|
2657 | Traceback (most recent call last): |
---|
2658 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2659 | result = f(*args, **kw) |
---|
2660 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2661 | result = f(*a, **kw) |
---|
2662 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 56, in test_certdata |
---|
2663 | t1 = Tub() |
---|
2664 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2665 | self.setupEncryption(certData) |
---|
2666 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2667 | cert = self.createCertificate() |
---|
2668 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2669 | 132) |
---|
2670 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2671 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2672 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2673 | dn._copyFrom(req.get_subject()) |
---|
2674 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2675 | value = getattr(x509name, name, None) |
---|
2676 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2677 | |
---|
2678 | ====================================================================== |
---|
2679 | ERROR: test_certfile |
---|
2680 | ---------------------------------------------------------------------- |
---|
2681 | Traceback (most recent call last): |
---|
2682 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2683 | result = f(*args, **kw) |
---|
2684 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2685 | result = f(*a, **kw) |
---|
2686 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 64, in test_certfile |
---|
2687 | t1 = Tub(certFile=fn) |
---|
2688 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 222, in __init__ |
---|
2689 | self.setupEncryptionFile(certFile) |
---|
2690 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 234, in setupEncryptionFile |
---|
2691 | self.setupEncryption(certData) |
---|
2692 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2693 | cert = self.createCertificate() |
---|
2694 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2695 | 132) |
---|
2696 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2697 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2698 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2699 | dn._copyFrom(req.get_subject()) |
---|
2700 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2701 | value = getattr(x509name, name, None) |
---|
2702 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2703 | |
---|
2704 | ====================================================================== |
---|
2705 | ERROR: test_generate |
---|
2706 | ---------------------------------------------------------------------- |
---|
2707 | Traceback (most recent call last): |
---|
2708 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred |
---|
2709 | result = f(*args, **kw) |
---|
2710 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
---|
2711 | result = f(*a, **kw) |
---|
2712 | File "/Users/dave/src/foolscap-trunk/foolscap/test/test_tub.py", line 50, in test_generate |
---|
2713 | t = Tub() |
---|
2714 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 224, in __init__ |
---|
2715 | self.setupEncryption(certData) |
---|
2716 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 249, in setupEncryption |
---|
2717 | cert = self.createCertificate() |
---|
2718 | File "/Users/dave/src/foolscap-trunk/foolscap/pb.py", line 449, in createCertificate |
---|
2719 | 132) |
---|
2720 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 539, in signCertificateRequest |
---|
2721 | hlreq = CertificateRequest.load(requestData, requestFormat) |
---|
2722 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 310, in load |
---|
2723 | dn._copyFrom(req.get_subject()) |
---|
2724 | File "/opt/local/lib/python2.5/site-packages/twisted/internet/_sslverify.py", line 64, in _copyFrom |
---|
2725 | value = getattr(x509name, name, None) |
---|
2726 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range |
---|
2727 | |
---|
2728 | ====================================================================== |
---|
2729 | FAIL: test_boundMethod_newstyle |
---|
2730 | ---------------------------------------------------------------------- |
---|
2731 | UnsupportedTrialFeature: ('skip', 'new-style classes still broken') |
---|
2732 | |
---|
2733 | ====================================================================== |
---|
2734 | FAIL: test_classMethod_newstyle |
---|
2735 | ---------------------------------------------------------------------- |
---|
2736 | UnsupportedTrialFeature: ('skip', 'new-style classes still broken') |
---|
2737 | |
---|
2738 | ====================================================================== |
---|
2739 | FAIL: test_class_newstyle |
---|
2740 | ---------------------------------------------------------------------- |
---|
2741 | UnsupportedTrialFeature: ('skip', 'new-style classes still broken') |
---|
2742 | |
---|
2743 | ====================================================================== |
---|
2744 | FAIL: test_instance_newstyle |
---|
2745 | ---------------------------------------------------------------------- |
---|
2746 | UnsupportedTrialFeature: ('skip', 'new-style classes still broken') |
---|
2747 | |
---|
2748 | ---------------------------------------------------------------------- |
---|
2749 | Ran 520 tests in 43.668s |
---|
2750 | |
---|
2751 | FAILED (errors=103, failures=4) |
---|
2752 | |
---|
2753 | Compilation exited abnormally with code 1 at Wed May 27 23:51:25 |
---|