Properties
Properties
- Buildable
- B815: Diff 642
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 21 2017, 6:45 PM · Built for 6 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/vault/cookers/revision_git.py:171:22: W503 line break before binary operator |
3 | swh/storage/vault/cookers/revision_git.py:184:21: W503 line break before binary operator |
4 | swh/storage/vault/cookers/revision_git.py:185:26: W503 line break before binary operator |
5 | swh/storage/vault/cookers/revision_git.py:186:26: W503 line break before binary operator |
6 | ../Makefile.python:25: recipe for target 'check' failed |
7 |
Python tests
Python tests
- When
- Completed at Mar 21 2017, 6:45 PM · Built for 4 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
3 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
4 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
5 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
6 | Failure: ImportError (No module named 'pyblake2') ... ERROR |
7 | |
8 | ====================================================================== |
9 | ERROR: Failure: ImportError (No module named 'pyblake2') |
10 | ---------------------------------------------------------------------- |
11 | Traceback (most recent call last): |
12 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
13 | raise self.exc_val.with_traceback(self.tb) |
14 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
15 | addr.filename, addr.module) |
16 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
17 | return self.importFromDir(dir_path, fqname) |
18 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
19 | mod = load_module(part_fqname, fh, filename, desc) |
20 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
21 | return load_source(name, filename, file) |
22 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
23 | module = methods.load() |
24 | File "<frozen importlib._bootstrap>", line 1220, in load |
25 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
26 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
27 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
28 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
29 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_api_client.py", line 9, in <module> |
30 | from swh.storage.tests.test_storage import CommonTestStorage |
31 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/__init__.py", line 6, in <module> |
32 | from . import storage |
33 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/storage.py", line 13, in <module> |
34 | from . import converters |
35 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
36 | from swh.model import identifiers |
37 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
38 | from .hashutil import hash_data, hash_git_data |
39 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
40 | import pyblake2 |
41 | ImportError: No module named 'pyblake2' |
42 | |
43 | ====================================================================== |
44 | ERROR: Failure: ImportError (No module named 'pyblake2') |
45 | ---------------------------------------------------------------------- |
46 | Traceback (most recent call last): |
47 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
48 | raise self.exc_val.with_traceback(self.tb) |
49 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
50 | addr.filename, addr.module) |
51 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
52 | return self.importFromDir(dir_path, fqname) |
53 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
54 | mod = load_module(part_fqname, fh, filename, desc) |
55 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
56 | return load_source(name, filename, file) |
57 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
58 | module = methods.load() |
59 | File "<frozen importlib._bootstrap>", line 1220, in load |
60 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
61 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
62 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
63 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
64 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_archiver.py", line 17, in <module> |
65 | from swh.model import hashutil |
66 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
67 | import pyblake2 |
68 | ImportError: No module named 'pyblake2' |
69 | |
70 | ====================================================================== |
71 | ERROR: Failure: ImportError (No module named 'pyblake2') |
72 | ---------------------------------------------------------------------- |
73 | Traceback (most recent call last): |
74 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
75 | raise self.exc_val.with_traceback(self.tb) |
76 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
77 | addr.filename, addr.module) |
78 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
79 | return self.importFromDir(dir_path, fqname) |
80 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
81 | mod = load_module(part_fqname, fh, filename, desc) |
82 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
83 | return load_source(name, filename, file) |
84 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
85 | module = methods.load() |
86 | File "<frozen importlib._bootstrap>", line 1220, in load |
87 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
88 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
89 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
90 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
91 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_converters.py", line 11, in <module> |
92 | from swh.storage import converters |
93 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/__init__.py", line 6, in <module> |
94 | from . import storage |
95 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/storage.py", line 13, in <module> |
96 | from . import converters |
97 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
98 | from swh.model import identifiers |
99 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
100 | from .hashutil import hash_data, hash_git_data |
101 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
102 | import pyblake2 |
103 | ImportError: No module named 'pyblake2' |
104 | |
105 | ====================================================================== |
106 | ERROR: Failure: ImportError (No module named 'pyblake2') |
107 | ---------------------------------------------------------------------- |
108 | Traceback (most recent call last): |
109 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
110 | raise self.exc_val.with_traceback(self.tb) |
111 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
112 | addr.filename, addr.module) |
113 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
114 | return self.importFromDir(dir_path, fqname) |
115 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
116 | mod = load_module(part_fqname, fh, filename, desc) |
117 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
118 | return load_source(name, filename, file) |
119 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
120 | module = methods.load() |
121 | File "<frozen importlib._bootstrap>", line 1220, in load |
122 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
123 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
124 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
125 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
126 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_db.py", line 13, in <module> |
127 | from swh.model.hashutil import hash_to_bytes |
128 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
129 | import pyblake2 |
130 | ImportError: No module named 'pyblake2' |
131 | |
132 | ====================================================================== |
133 | ERROR: Failure: ImportError (No module named 'pyblake2') |
134 | ---------------------------------------------------------------------- |
135 | Traceback (most recent call last): |
136 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
137 | raise self.exc_val.with_traceback(self.tb) |
138 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
139 | addr.filename, addr.module) |
140 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
141 | return self.importFromDir(dir_path, fqname) |
142 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
143 | mod = load_module(part_fqname, fh, filename, desc) |
144 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
145 | return load_source(name, filename, file) |
146 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
147 | module = methods.load() |
148 | File "<frozen importlib._bootstrap>", line 1220, in load |
149 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
150 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
151 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
152 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
153 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_storage.py", line 22, in <module> |
154 | from swh.model import identifiers |
155 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
156 | from .hashutil import hash_data, hash_git_data |
157 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
158 | import pyblake2 |
159 | ImportError: No module named 'pyblake2' |
160 | |
161 | ---------------------------------------------------------------------- |
162 | Ran 5 tests in 0.398s |
163 | |
164 | FAILED (errors=5) |
165 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 21 2017, 6:45 PM · Built for 13 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/snippets |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/snippets |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-cloner-git |
6 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-cloner-git |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-fetcher-googlecode |
10 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-fetcher-googlecode |
11 | From ssh://forge.softwareheritage.org/diffusion/61/swh-fetcher-googlecode |
12 | 622f5ea..b8ca53a master -> origin/master |
13 | Updating 622f5ea..b8ca53a |
14 | Fast-forward |
15 | swh/fetcher/googlecode/fetcher.py | 5 +++-- |
16 | 1 file changed, 3 insertions(+), 2 deletions(-) |
17 | |
18 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-core |
19 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-core |
20 | From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core |
21 | 5db856c..d5543ef master -> origin/master |
22 | Updating 5db856c..d5543ef |
23 | Fast-forward |
24 | swh/core/hashutil.py | 170 ------------------------------------- |
25 | swh/core/tests/test_hashutil.py | 182 ---------------------------------------- |
26 | 2 files changed, 352 deletions(-) |
27 | delete mode 100644 swh/core/hashutil.py |
28 | delete mode 100644 swh/core/tests/test_hashutil.py |
29 | |
30 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-indexer |
31 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-indexer |
32 | From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer |
33 | 54f8eca..b560a31 master -> origin/master |
34 | Updating 54f8eca..b560a31 |
35 | Fast-forward |
36 | debian/control | 1 + |
37 | requirements-swh.txt | 1 + |
38 | swh/indexer/__init__.py | 1 + |
39 | swh/indexer/ctags.py | 4 +- |
40 | swh/indexer/fossology_license.py | 4 +- |
41 | swh/indexer/indexer.py | 4 +- |
42 | swh/indexer/mimetype.py | 8 +-- |
43 | swh/indexer/orchestrator.py | 14 ++-- |
44 | swh/indexer/producer.py | 50 ++++++++----- |
45 | swh/indexer/rehash.py | 147 +++++++++++++++++++++++++++++++++++++++ |
46 | swh/indexer/tasks.py | 13 +++- |
47 | 11 files changed, 213 insertions(+), 34 deletions(-) |
48 | create mode 100644 swh/indexer/rehash.py |
49 | |
50 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-journal |
51 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-journal |
52 | From ssh://forge.softwareheritage.org/diffusion/DJNL/swh-journal |
53 | 3831d5f..f71cc5a master -> origin/master |
54 | * [new tag] v0.0.1 -> v0.0.1 |
55 | Updating 3831d5f..f71cc5a |
56 | Fast-forward |
57 | swh/journal/client.py | 2 +- |
58 | 1 file changed, 1 insertion(+), 1 deletion(-) |
59 | |
60 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-lister-github |
61 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-lister-github |
62 | Already up-to-date. |
63 | |
64 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-lister-bitbucket |
65 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-lister-bitbucket |
66 | Already up-to-date. |
67 | |
68 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-antelink |
69 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-antelink |
70 | From ssh://forge.softwareheritage.org/diffusion/DLDANT/swh-loader-antelink |
71 | c6b1dd5..174e359 master -> origin/master |
72 | Updating c6b1dd5..174e359 |
73 | Fast-forward |
74 | debian/control | 1 + |
75 | requirements-swh.txt | 1 + |
76 | swh/loader/antelink/compute_checksums.py | 2 +- |
77 | swh/loader/antelink/inject_checksums.py | 12 ++++++------ |
78 | swh/loader/antelink/s3injecter.py | 5 +++-- |
79 | swh/loader/antelink/s3injecter_producer.py | 6 +++--- |
80 | swh/loader/antelink/sesiinjecter.py | 5 +++-- |
81 | swh/loader/antelink/sesiproducer.py | 6 +++--- |
82 | swh/loader/antelink/utils.py | 8 ++++---- |
83 | 9 files changed, 25 insertions(+), 21 deletions(-) |
84 | |
85 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-core |
86 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-core |
87 | Already up-to-date. |
88 | |
89 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-dir |
90 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-dir |
91 | Already up-to-date. |
92 | |
93 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-debian |
94 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-debian |
95 | From ssh://forge.softwareheritage.org/diffusion/DLDDEB/swh-loader-debian |
96 | fb6ad84..9e347df master -> origin/master |
97 | Updating fb6ad84..9e347df |
98 | Fast-forward |
99 | swh/loader/debian/loader.py | 4 ++-- |
100 | 1 file changed, 2 insertions(+), 2 deletions(-) |
101 | |
102 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-mercurial |
103 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-mercurial |
104 | Already up-to-date. |
105 | |
106 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-git |
107 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-git |
108 | From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git |
109 | fb03140..a582b76 master -> origin/master |
110 | * [new tag] v0.0.31 -> v0.0.31 |
111 | Updating fb03140..a582b76 |
112 | Fast-forward |
113 | debian/control | 4 +-- |
114 | requirements-swh.txt | 2 +- |
115 | swh/loader/git/converters.py | 33 ++++++++++++++------- |
116 | swh/loader/git/loader.py | 51 +++++++++++++++++++++++++++------ |
117 | swh/loader/git/reader.py | 7 +++-- |
118 | swh/loader/git/tests/test_converters.py | 15 ++++++---- |
119 | swh/loader/git/updater.py | 50 +++++++++++++++++++++++++++++++- |
120 | 7 files changed, 130 insertions(+), 32 deletions(-) |
121 | |
122 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-svn |
123 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-svn |
124 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
125 | ffae957..04d7f15 master -> origin/master |
126 | * [new tag] v0.0.25 -> v0.0.25 |
127 | Updating ffae957..04d7f15 |
128 | Fast-forward |
129 | debian/control | 6 ++-- |
130 | requirements-swh.txt | 2 +- |
131 | swh/loader/svn/converters.py | 48 +-------------------------- |
132 | swh/loader/svn/loader.py | 6 ++-- |
133 | swh/loader/svn/tests/test_converters.py | 58 --------------------------------- |
134 | swh/loader/svn/tests/test_loader.py | 46 +++++++++++++------------- |
135 | swh/loader/svn/utils.py | 2 +- |
136 | 7 files changed, 32 insertions(+), 136 deletions(-) |
137 | |
138 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-mirror-forge |
139 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-mirror-forge |
140 | Already up-to-date. |
141 | |
142 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-tar |
143 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-tar |
144 | From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar |
145 | edf9382..a3f0536 master -> origin/master |
146 | Updating edf9382..a3f0536 |
147 | Fast-forward |
148 | debian/control | 1 + |
149 | requirements-swh.txt | 1 + |
150 | swh/loader/tar/loader.py | 4 ++-- |
151 | swh/loader/tar/utils.py | 2 +- |
152 | 4 files changed, 5 insertions(+), 3 deletions(-) |
153 | |
154 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-model |
155 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-model |
156 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
157 | b0f7f06..a42c75e master -> origin/master |
158 | * [new tag] v0.0.14 -> v0.0.14 |
159 | Updating b0f7f06..a42c75e |
160 | Fast-forward |
161 | debian/control | 1 + |
162 | requirements-swh.txt | 1 + |
163 | swh/model/hashutil.py | 95 +++++++++++++++++++------- |
164 | swh/model/tests/test_hashutil.py | 131 +++++++++++++++++++++++++++++++++++- |
165 | swh/model/tests/test_identifiers.py | 2 +- |
166 | 5 files changed, 204 insertions(+), 26 deletions(-) |
167 | |
168 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-objstorage |
169 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-objstorage |
170 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
171 | a48a64f..d316d17 master -> origin/master |
172 | Updating a48a64f..d316d17 |
173 | Fast-forward |
174 | debian/control | 1 + |
175 | requirements-swh.txt | 1 + |
176 | swh/objstorage/cloud/objstorage_azure.py | 6 +++--- |
177 | swh/objstorage/cloud/objstorage_cloud.py | 4 ++-- |
178 | swh/objstorage/multiplexer/filter/id_filter.py | 4 ++-- |
179 | swh/objstorage/objstorage.py | 6 +++--- |
180 | swh/objstorage/objstorage_pathslicing.py | 20 +++++++++++--------- |
181 | swh/objstorage/tests/objstorage_testing.py | 6 +++--- |
182 | swh/objstorage/tests/test_checker.py | 6 +++--- |
183 | swh/objstorage/tests/test_multiplexer_filter.py | 12 ++++++------ |
184 | swh/objstorage/tests/test_objstorage_pathslicing.py | 4 ++-- |
185 | 11 files changed, 37 insertions(+), 33 deletions(-) |
186 | |
187 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-py-template |
188 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-py-template |
189 | Already up-to-date. |
190 | |
191 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler |
192 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler |
193 | Already up-to-date. |
194 | |
195 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata |
196 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata |
197 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
198 | 9211ffa..36ae27d master -> origin/master |
199 | Updating 9211ffa..36ae27d |
200 | Fast-forward |
201 | dumps/swh-archiver.dump | Bin 18407 -> 20873 bytes |
202 | dumps/swh-archiver.sql | 88 +++++++++++++++++++++++++++++-- |
203 | dumps/swh.dump | Bin 185669 -> 186008 bytes |
204 | dumps/swh.sql | 135 +++++++++++++++++++++++++++--------------------- |
205 | 4 files changed, 160 insertions(+), 63 deletions(-) |
206 | |
207 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
208 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
209 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
210 | 596678e..67b1cf5 master -> origin/master |
211 | * [new tag] v0.0.78 -> v0.0.78 |
212 | * [new tag] v0.0.79 -> v0.0.79 |
213 | * [new tag] v0.0.80 -> v0.0.80 |
214 | * [new tag] v0.0.81 -> v0.0.81 |
215 | Updating 596678e..67b1cf5 |
216 | Fast-forward |
217 | debian/changelog | 2 +- |
218 | debian/control | 1 + |
219 | requirements-swh.txt | 1 + |
220 | swh/web/ui/converters.py | 2 +- |
221 | swh/web/ui/exc.py | 24 ++++++- |
222 | swh/web/ui/query.py | 10 +-- |
223 | swh/web/ui/service.py | 6 +- |
224 | swh/web/ui/tests/test_backend.py | 109 ++++++++++++++++---------------- |
225 | swh/web/ui/tests/test_converters.py | 84 +++++++++++++------------ |
226 | swh/web/ui/tests/test_query.py | 14 ++--- |
227 | swh/web/ui/tests/test_service.py | 122 +++++++++++++++++++----------------- |
228 | swh/web/ui/tests/views/test_api.py | 108 ++++++++++++++++++++++++++++++- |
229 | swh/web/ui/views/api.py | 34 +++++++--- |
230 | swh/web/ui/views/browse.py | 4 -- |
231 | swh/web/ui/views/errorhandler.py | 16 +++-- |
232 | 15 files changed, 347 insertions(+), 190 deletions(-) |
233 | |
234 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage |
235 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage |
236 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
237 | f711c20..7eabf17 master -> origin/master |
238 | * [new tag] v0.0.82 -> v0.0.82 |
239 | Updating f711c20..7eabf17 |
240 | Fast-forward |
241 | debian/control | 5 +- |
242 | requirements-swh.txt | 2 +- |
243 | requirements.txt | 11 +- |
244 | sql/swh-func.sql | 50 +++----- |
245 | sql/swh-schema.sql | 2 +- |
246 | sql/upgrades/102.sql | 183 +++++++++++++++++++++++++++++ |
247 | swh/storage/archiver/copier.py | 4 +- |
248 | swh/storage/archiver/db.py | 2 +- |
249 | swh/storage/archiver/director.py | 5 +- |
250 | swh/storage/archiver/storage.py | 3 +- |
251 | swh/storage/archiver/updater.py | 56 +++++++++ |
252 | swh/storage/archiver/worker.py | 3 +- |
253 | swh/storage/db.py | 43 ++++--- |
254 | swh/storage/listener.py | 1 + |
255 | swh/storage/provenance/tasks.py | 6 +- |
256 | swh/storage/storage.py | 54 ++++----- |
257 | swh/storage/tests/test_api_client.py | 4 +- |
258 | swh/storage/tests/test_archiver.py | 2 +- |
259 | swh/storage/tests/test_db.py | 10 +- |
260 | swh/storage/tests/test_storage.py | 104 ++++++++-------- |
261 | swh/storage/vault/api/client.py | 2 +- |
262 | swh/storage/vault/api/cooking_tasks.py | 9 +- |
263 | swh/storage/vault/api/server.py | 17 ++- |
264 | swh/storage/vault/cache.py | 8 +- |
265 | swh/storage/vault/cookers/__init__.py | 4 +- |
266 | swh/storage/vault/cookers/base.py | 55 ++++++--- |
267 | swh/storage/vault/cookers/directory.py | 19 +-- |
268 | swh/storage/vault/cookers/revision_flat.py | 26 +--- |
269 | swh/storage/vault/cookers/revision_git.py | 162 +++++++++++++++++++++++++ |
270 | 29 files changed, 616 insertions(+), 236 deletions(-) |
271 | create mode 100644 sql/upgrades/102.sql |
272 | create mode 100644 swh/storage/archiver/updater.py |
273 | create mode 100644 swh/storage/vault/cookers/revision_git.py |
274 | |
275 | mr update: finished (24 ok) |
276 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 21 2017, 6:45 PM · Built instantly
- Status
Passed