[: 44: ==: unexpected operator /usr/lib/python2.5/site-packages/nose-1.0.0-py2.5.egg/nose/plugins/multiprocess.py:120: RuntimeWarning: multiprocessing module is not available, multiprocess plugin cannot be used "cannot be used", RuntimeWarning) .........................................................E...............F....F.F...FF.F...FE...................................E..............................................................................................F.F..F...... ====================================================================== ERROR: testRun (web2py.gluon.tests.TestFields) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_dal.py", line 130, in testRun self.assertEqual(db().select(db.t.a)[0].a, t0) File "/home/mdipierro/web2py/gluon/dal.py", line 8003, in select return adapter.select(self.query,fields,attributes) File "/home/mdipierro/web2py/gluon/dal.py", line 1390, in select rows = response(sql) File "/home/mdipierro/web2py/gluon/dal.py", line 1380, in response self.execute(sql) File "/home/mdipierro/web2py/gluon/dal.py", line 1469, in execute return self.log_execute(*a, **b) File "/home/mdipierro/web2py/gluon/dal.py", line 1463, in log_execute ret = self.cursor.execute(*a, **b) File "/usr/lib/python2.5/sqlite3/dbapi2.py", line 63, in convert_date return datetime.date(*map(int, val.split("-"))) ValueError: invalid literal for int() with base 10: '21 10:30:55' ====================================================================== ERROR: Test router syntax error ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 87, in test_router_syntax level = logger.getEffectiveLevel() AttributeError: 'NoneType' object has no attribute 'getEffectiveLevel' ====================================================================== ERROR: testRun (web2py.gluon.tests.test_dal.TestFields) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_dal.py", line 130, in testRun self.assertEqual(db().select(db.t.a)[0].a, t0) File "/home/mdipierro/web2py/gluon/dal.py", line 8003, in select return adapter.select(self.query,fields,attributes) File "/home/mdipierro/web2py/gluon/dal.py", line 1390, in select rows = response(sql) File "/home/mdipierro/web2py/gluon/dal.py", line 1380, in response self.execute(sql) File "/home/mdipierro/web2py/gluon/dal.py", line 1469, in execute return self.log_execute(*a, **b) File "/home/mdipierro/web2py/gluon/dal.py", line 1463, in log_execute ret = self.cursor.execute(*a, **b) File "/usr/lib/python2.5/sqlite3/dbapi2.py", line 63, in convert_date return datetime.date(*map(int, val.split("-"))) ValueError: invalid literal for int() with base 10: '21 10:30:55' ====================================================================== FAIL: Test controller-app name collision: admin vs welcome/admin ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 922, in test_request_collide self.assertEqual(filter_url('http://ex.domain.com'), '/examples/default/exdef') AssertionError: '/examples/default/index' != '/examples/default/exdef' ====================================================================== FAIL: Test the default-application function ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 158, in test_router_defapp self.assertEqual(filter_url('http://domain.com/favicon.ico'), '%s/applications/welcome/static/favicon.ico' % root) AssertionError: '/tmp/tmpWiBeSG/applications/welcome/static/favicon.ico' != 'None/applications/welcome/static/favicon.ico' ====================================================================== FAIL: Test URLs that map domains using test filesystem layout ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 383, in test_router_domains_fs self.assertEqual(filter_url('http://domain2.com/other'), '/welcome/other/index') AssertionError: '/welcome/default/other' != '/welcome/other/index' ====================================================================== FAIL: Test hyphen conversion ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 637, in test_router_hyphen "%s/applications/init/static/filename-with_underscore" % root) AssertionError: '/tmp/tmpWiBeSG/applications/init/static/filename-with_underscore' != 'None/applications/init/static/filename-with_underscore' ====================================================================== FAIL: Test language specifications ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 680, in test_router_lang self.assertEqual(filter_url('http://domain.com/static/file'), "%s/applications/admin/static/file" % root) AssertionError: '/tmp/tmpWiBeSG/applications/admin/static/file' != 'None/applications/admin/static/file' ====================================================================== FAIL: Tests the null router ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 111, in test_router_null self.assertEqual(filter_url('http://domain.com/favicon.ico'), '%s/applications/init/static/favicon.ico' % root) AssertionError: '/tmp/tmpWiBeSG/applications/init/static/favicon.ico' != 'None/applications/init/static/favicon.ico' ====================================================================== FAIL: Test app-specific routes.py ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_router.py", line 142, in test_router_specific self.assertEqual(filter_url('http://domain.com/examples'), '/examples/default/exdef') AssertionError: '/examples/default/index' != '/examples/default/exdef' ====================================================================== FAIL: Test the default-application function ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_routes.py", line 142, in test_routes_defapp self.assertEqual(filter_url('http://domain.com/welcome/static/abc'), '%s/applications/welcome/static/abc' % root) AssertionError: '/tmp/tmpaSUSqY/applications/welcome/static/abc' != '/tmp/tmpWiBeSG/applications/welcome/static/abc' ====================================================================== FAIL: Tests a null routes table ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_routes.py", line 90, in test_routes_null self.assertEqual(filter_url('http://domain.com/welcome/static/path/to/static'), "%s/applications/welcome/static/path/to/static" % root) AssertionError: '/tmp/tmpaSUSqY/applications/welcome/static/path/to/static' != '/tmp/tmpWiBeSG/applications/welcome/static/path/to/static' ====================================================================== FAIL: Test app-specific routes.py ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_routes.py", line 128, in test_routes_specific self.assertEqual(filter_url('http://domain.com/examples'), '/examples/default/exdef') AssertionError: '/examples/default/index' != '/examples/default/exdef' ---------------------------------------------------------------------- Ran 235 tests in 1.103s FAILED (errors=3, failures=10)