1 | PYTHONPATH="/raid/home/fn/src/tahoe/src::/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/Nevow-0.9.18-py2.5.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/pycryptopp-0.2.10-py2.5-linux-x86_64.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/simplejson-1.7.3-py2.5-linux-x86_64.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/foolscap-0.2.3-py2.5.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/zfec-1.3.4-py2.5-linux-x86_64.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/pyutil-1.3.12-py2.5-linux-x86_64.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/argparse-0.8.0-py2.5.egg:/raid/home/fn/src/tahoe/support/lib/python2.5/site-packages/allmydata_tahoe-0.7.0_184-py2.5.egg:/raid/home/fn/src/tahoe/setuptools_darcs-1.1.7-py2.5.egg:/raid/home/fn/src/tahoe/darcsver-1.0.1-py2.5.egg" \ |
---|
2 | PYTHONUNBUFFERED=1 /usr/bin/python /usr/bin/trial --rterrors allmydata.test.test_system |
---|
3 | Running 3 tests. |
---|
4 | allmydata.test.test_system |
---|
5 | SystemTest |
---|
6 | test_mutable ... Traceback (most recent call last): |
---|
7 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1358, in _generated |
---|
8 | self._encprivkey = self._encrypt_privkey(self._writekey, privkey_s) |
---|
9 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1384, in _encrypt_privkey |
---|
10 | enc = AES(writekey) |
---|
11 | aes.Error: Precondition violation: key size is expected to be the default for AES, which is 16, but a key of size 140733193388048 was provided. |
---|
12 | [ERROR] |
---|
13 | test_upload_and_download ... [OK] |
---|
14 | test_vdrive ... Traceback (most recent call last): |
---|
15 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1358, in _generated |
---|
16 | self._encprivkey = self._encrypt_privkey(self._writekey, privkey_s) |
---|
17 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1384, in _encrypt_privkey |
---|
18 | enc = AES(writekey) |
---|
19 | aes.Error: Precondition violation: key size is expected to be the default for AES, which is 16, but a key of size 140733193388048 was provided. |
---|
20 | [ERROR] |
---|
21 | |
---|
22 | =============================================================================== |
---|
23 | [ERROR]: allmydata.test.test_system.SystemTest.test_mutable |
---|
24 | |
---|
25 | Traceback (most recent call last): |
---|
26 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1358, in _generated |
---|
27 | self._encprivkey = self._encrypt_privkey(self._writekey, privkey_s) |
---|
28 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1384, in _encrypt_privkey |
---|
29 | enc = AES(writekey) |
---|
30 | aes.Error: Precondition violation: key size is expected to be the default for AES, which is 16, but a key of size 140733193388048 was provided. |
---|
31 | =============================================================================== |
---|
32 | [ERROR]: allmydata.test.test_system.SystemTest.test_vdrive |
---|
33 | |
---|
34 | Traceback (most recent call last): |
---|
35 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1358, in _generated |
---|
36 | self._encprivkey = self._encrypt_privkey(self._writekey, privkey_s) |
---|
37 | File "/raid/home/fn/src/tahoe/src/allmydata/mutable.py", line 1384, in _encrypt_privkey |
---|
38 | enc = AES(writekey) |
---|
39 | aes.Error: Precondition violation: key size is expected to be the default for AES, which is 16, but a key of size 140733193388048 was provided. |
---|
40 | ------------------------------------------------------------------------------- |
---|
41 | Ran 3 tests in 23.977s |
---|
42 | |
---|
43 | FAILED (errors=2, successes=1) |
---|
44 | make: *** [test] Error 1 |
---|