Properties
Properties
- Buildable
- B924: Diff 724
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 29 2017, 3:07 PM · Built for 5 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 29 2017, 3:07 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | ./pythonpath.sh: line 7: local: can only be used in a function |
---|---|
2 | ./pythonpath.sh: line 11: local: can only be used in a function |
3 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
4 | W: unknown repository 'swh-cloner-git', you might want to remove it |
5 | W: unknown repository 'swh-environment', you might want to remove it |
6 | W: unknown repository 'swh-lister-github', you might want to remove it |
7 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
8 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
9 | ctags_to_db (test_converters.TestConverters) ... ok |
10 | db_to_author (test_converters.TestConverters) ... ok |
11 | db_to_ctags (test_converters.TestConverters) ... ok |
12 | db_to_fossology_license (test_converters.TestConverters) ... ok |
13 | db_to_git_headers (test_converters.TestConverters) ... ok |
14 | db_to_language (test_converters.TestConverters) ... ok |
15 | db_to_mimetype (test_converters.TestConverters) ... ok |
16 | db_to_release (test_converters.TestConverters) ... ok |
17 | db_to_revision (test_converters.TestConverters) ... ok |
18 | |
19 | ---------------------------------------------------------------------- |
20 | Ran 9 tests in 1.613s |
21 | |
22 | OK |
23 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 29 2017, 3:07 PM · Built for 22 s
- Status
Passed
1 empty logs are hidden. Show all logs.
157 | sql/archiver/upgrades/004.sql | 44 ---- |
---|---|
158 | sql/archiver/upgrades/005.sql | 24 -- |
159 | sql/archiver/upgrades/006.sql | 100 ------- |
160 | sql/archiver/upgrades/007.sql | 21 -- |
161 | sql/archiver/upgrades/008.sql | 49 ---- |
162 | sql/archiver/upgrades/009.sql | 42 --- |
163 | swh/storage/archiver/__init__.py | 5 - |
164 | swh/storage/archiver/copier.py | 56 ---- |
165 | swh/storage/archiver/db.py | 224 ---------------- |
166 | swh/storage/archiver/director.py | 312 ---------------------- |
167 | swh/storage/archiver/storage.py | 361 -------------------------- |
168 | swh/storage/archiver/tasks.py | 28 -- |
169 | swh/storage/archiver/updater.py | 56 ---- |
170 | swh/storage/archiver/worker.py | 426 ------------------------------ |
171 | swh/storage/tests/test_archiver.py | 486 ----------------------------------- |
172 | 23 files changed, 2428 deletions(-) |
173 | delete mode 100644 sql/archiver/Makefile |
174 | delete mode 100644 sql/archiver/swh-archiver-data.sql |
175 | delete mode 100644 sql/archiver/swh-archiver-func.sql |
176 | delete mode 100644 sql/archiver/swh-archiver-schema.sql |
177 | delete mode 100644 sql/archiver/upgrades/002.sql |
178 | delete mode 100644 sql/archiver/upgrades/003.sql |
179 | delete mode 100644 sql/archiver/upgrades/004.sql |
180 | delete mode 100644 sql/archiver/upgrades/005.sql |
181 | delete mode 100644 sql/archiver/upgrades/006.sql |
182 | delete mode 100644 sql/archiver/upgrades/007.sql |
183 | delete mode 100644 sql/archiver/upgrades/008.sql |
184 | delete mode 100644 sql/archiver/upgrades/009.sql |
185 | delete mode 100644 swh/storage/archiver/__init__.py |
186 | delete mode 100644 swh/storage/archiver/copier.py |
187 | delete mode 100644 swh/storage/archiver/db.py |
188 | delete mode 100644 swh/storage/archiver/director.py |
189 | delete mode 100644 swh/storage/archiver/storage.py |
190 | delete mode 100644 swh/storage/archiver/tasks.py |
191 | delete mode 100644 swh/storage/archiver/updater.py |
192 | delete mode 100644 swh/storage/archiver/worker.py |
193 | delete mode 100644 swh/storage/tests/test_archiver.py |
194 | |
195 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui |
196 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui |
197 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
198 | 3471862..edf7e7a master -> origin/master |
199 | Updating 3471862..edf7e7a |
200 | Fast-forward |
201 | swh/web/ui/tests/views/test_api.py | 64 +++++------ |
202 | swh/web/ui/views/api.py | 214 ++++++++++++++++--------------------- |
203 | 2 files changed, 122 insertions(+), 156 deletions(-) |
204 | |
205 | mr update: finished (22 ok) |
206 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 29 2017, 3:06 PM · Built instantly
- Status
Passed