Properties
Properties
- Buildable
- B9: rDSTObfc8984cf23e: revision.metadata JSON Schema: set allowed values to: tar, zip, dsc
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 8 2016, 4:22 PM · Built for 11 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 | swh/storage/converters.py:35:80: E501 line too long (82 > 79 characters) |
3 | swh/storage/db.py:133:40: E701 multiple statements on one line (colon) |
4 | swh/storage/db.py:136:39: E701 multiple statements on one line (colon) |
5 | swh/storage/db.py:139:50: E701 multiple statements on one line (colon) |
6 | swh/storage/db.py:142:45: E701 multiple statements on one line (colon) |
7 | swh/storage/db.py:145:46: E701 multiple statements on one line (colon) |
8 | swh/storage/db.py:148:37: E701 multiple statements on one line (colon) |
9 | swh/storage/db.py:192:46: E701 multiple statements on one line (colon) |
10 | swh/storage/db.py:195:48: E701 multiple statements on one line (colon) |
11 | swh/storage/db.py:198:54: E701 multiple statements on one line (colon) |
12 | swh/storage/db.py:201:47: E701 multiple statements on one line (colon) |
13 | swh/storage/db.py:204:46: E701 multiple statements on one line (colon) |
14 | swh/storage/db.py:207:57: E701 multiple statements on one line (colon) |
15 | swh/storage/db.py:210:53: E701 multiple statements on one line (colon) |
16 | swh/storage/db.py:298:80: E501 line too long (88 > 79 characters) |
17 | swh/storage/db.py:341:80: E501 line too long (85 > 79 characters) |
18 | swh/storage/objstorage.py:50:80: E501 line too long (80 > 79 characters) |
19 | swh/storage/objstorage.py:194:80: E501 line too long (83 > 79 characters) |
20 | swh/storage/objstorage.py:356:80: E501 line too long (81 > 79 characters) |
21 | swh/storage/tests/test_db.py:47:25: E126 continuation line over-indented for hanging indent |
22 | swh/storage/tests/test_storage.py:616:18: E121 continuation line indentation is not a multiple of four |
23 | ../Makefile.python:25: recipe for target 'check' failed |
24 |
Python tests
Python tests
- When
- Completed at Mar 8 2016, 4:22 PM · Built for 9 s
- Status
Failed
52 | pg_createdb(dbname) |
---|---|
53 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 35, in pg_createdb |
54 | subprocess.check_call(['createdb', dbname]) |
55 | File "/usr/lib/python3.4/subprocess.py", line 561, in check_call |
56 | raise CalledProcessError(retcode, cmd) |
57 | subprocess.CalledProcessError: Command '['createdb', 'softwareheritage-test']' returned non-zero exit status 1 |
58 | |
59 | During handling of the above exception, another exception occurred: |
60 | |
61 | Traceback (most recent call last): |
62 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 210, in run |
63 | self.setUp() |
64 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 293, in setUp |
65 | self.setupContext(ancestor) |
66 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 316, in setupContext |
67 | try_run(context, names) |
68 | File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run |
69 | return func() |
70 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 141, in setUpClass |
71 | dump=cls.TEST_DB_DUMP, dumptype=cls.TEST_DB_DUMP_TYPE) |
72 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 47, in db_create |
73 | pg_dropdb(dbname) # the db already existed |
74 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 31, in pg_dropdb |
75 | subprocess.check_call(['dropdb', dbname]) |
76 | File "/usr/lib/python3.4/subprocess.py", line 561, in check_call |
77 | raise CalledProcessError(retcode, cmd) |
78 | subprocess.CalledProcessError: Command '['dropdb', 'softwareheritage-test']' returned non-zero exit status 1 |
79 | |
80 | ====================================================================== |
81 | ERROR: test suite for <class 'test_db.TestDb'> |
82 | ---------------------------------------------------------------------- |
83 | Traceback (most recent call last): |
84 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 45, in db_create |
85 | pg_createdb(dbname) |
86 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 35, in pg_createdb |
87 | subprocess.check_call(['createdb', dbname]) |
88 | File "/usr/lib/python3.4/subprocess.py", line 561, in check_call |
89 | raise CalledProcessError(retcode, cmd) |
90 | subprocess.CalledProcessError: Command '['createdb', 'softwareheritage-test']' returned non-zero exit status 1 |
91 | |
92 | During handling of the above exception, another exception occurred: |
93 | |
94 | Traceback (most recent call last): |
95 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 210, in run |
96 | self.setUp() |
97 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 293, in setUp |
98 | self.setupContext(ancestor) |
99 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 316, in setupContext |
100 | try_run(context, names) |
101 | File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run |
102 | return func() |
103 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 141, in setUpClass |
104 | dump=cls.TEST_DB_DUMP, dumptype=cls.TEST_DB_DUMP_TYPE) |
105 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 47, in db_create |
106 | pg_dropdb(dbname) # the db already existed |
107 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 31, in pg_dropdb |
108 | subprocess.check_call(['dropdb', dbname]) |
109 | File "/usr/lib/python3.4/subprocess.py", line 561, in check_call |
110 | raise CalledProcessError(retcode, cmd) |
111 | subprocess.CalledProcessError: Command '['dropdb', 'softwareheritage-test']' returned non-zero exit status 1 |
112 | |
113 | ====================================================================== |
114 | ERROR: test suite for <class 'test_storage.TestStorage'> |
115 | ---------------------------------------------------------------------- |
116 | Traceback (most recent call last): |
117 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 45, in db_create |
118 | pg_createdb(dbname) |
119 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 35, in pg_createdb |
120 | subprocess.check_call(['createdb', dbname]) |
121 | File "/usr/lib/python3.4/subprocess.py", line 561, in check_call |
122 | raise CalledProcessError(retcode, cmd) |
123 | subprocess.CalledProcessError: Command '['createdb', 'softwareheritage-test']' returned non-zero exit status 1 |
124 | |
125 | During handling of the above exception, another exception occurred: |
126 | |
127 | Traceback (most recent call last): |
128 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 210, in run |
129 | self.setUp() |
130 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 293, in setUp |
131 | self.setupContext(ancestor) |
132 | File "/usr/lib/python3/dist-packages/nose/suite.py", line 316, in setupContext |
133 | try_run(context, names) |
134 | File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run |
135 | return func() |
136 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 141, in setUpClass |
137 | dump=cls.TEST_DB_DUMP, dumptype=cls.TEST_DB_DUMP_TYPE) |
138 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 47, in db_create |
139 | pg_dropdb(dbname) # the db already existed |
140 | File "/usr/lib/python3/dist-packages/swh/core/tests/db_testing.py", line 31, in pg_dropdb |
141 | subprocess.check_call(['dropdb', dbname]) |
142 | File "/usr/lib/python3.4/subprocess.py", line 561, in check_call |
143 | raise CalledProcessError(retcode, cmd) |
144 | subprocess.CalledProcessError: Command '['dropdb', 'softwareheritage-test']' returned non-zero exit status 1 |
145 | |
146 | ---------------------------------------------------------------------- |
147 | Ran 23 tests in 6.390s |
148 | |
149 | FAILED (errors=3) |
150 | make: *** [coverage] Error 1 |
151 |
1 | nosetests3 -v --with-coverage --cover-package swh.storage --cover-inclusive --cover-branches ./swh/storage/tests |
---|---|
2 | ../Makefile.python:21: recipe for target 'coverage' failed |
3 |
Pull environment
Pull environment
- When
- Completed at Mar 8 2016, 4:22 PM · Built for 8 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-core |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-core |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-debian |
6 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-debian |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-dir |
10 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-dir |
11 | Already up-to-date. |
12 | |
13 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-lister-github |
14 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-lister-github |
15 | Already up-to-date. |
16 | |
17 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-cloner-git |
18 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-cloner-git |
19 | Already up-to-date. |
20 | |
21 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-scheduler |
22 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-scheduler |
23 | Already up-to-date. |
24 | |
25 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-py-template |
26 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-py-template |
27 | Already up-to-date. |
28 | |
29 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-tar |
30 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-tar |
31 | Already up-to-date. |
32 | |
33 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-git |
34 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-loader-git |
35 | Already up-to-date. |
36 | |
37 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-model |
38 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-model |
39 | Already up-to-date. |
40 | |
41 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-storage-testdata |
42 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-storage-testdata |
43 | Already up-to-date. |
44 | |
45 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-storage |
46 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-storage |
47 | Already up-to-date. |
48 | |
49 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-web-ui |
50 | mr update: /home/temp-drydock/drydock/workingcopy-153/repo/swh-environment/swh-web-ui |
51 | Already up-to-date. |
52 | |
53 | mr update: finished (13 ok) |
54 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 8 2016, 4:21 PM · Built instantly
- Status
Passed