Properties
Properties
- Buildable
- B180: rDSTO7c72d902f855: Update the storage module in order to follow objstorage refactoring
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 13 2016, 2:51 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 13 2016, 2:51 PM · Built for 1 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | Failure: ImportError (cannot import name '_obj_path') ... ERROR |
4 | db_to_author (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_release (test_converters.TestConverters) ... ok |
7 | db_to_revision (test_converters.TestConverters) ... ok |
8 | Failure: ImportError (cannot import name '_obj_path') ... ERROR |
9 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
10 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
11 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
12 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
13 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
14 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
15 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
16 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
17 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
18 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
19 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
20 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
21 | |
22 | ====================================================================== |
23 | ERROR: Failure: ImportError (cannot import name '_obj_path') |
24 | ---------------------------------------------------------------------- |
25 | Traceback (most recent call last): |
26 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
27 | raise self.exc_val.with_traceback(self.tb) |
28 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
29 | addr.filename, addr.module) |
30 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
31 | return self.importFromDir(dir_path, fqname) |
32 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
33 | mod = load_module(part_fqname, fh, filename, desc) |
34 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
35 | return load_source(name, filename, file) |
36 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
37 | module = methods.load() |
38 | File "<frozen importlib._bootstrap>", line 1220, in load |
39 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
40 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
41 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
42 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
43 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/tests/test_checker.py", line 14, in <module> |
44 | from swh.storage.objstorage.objstorage import _obj_path |
45 | ImportError: cannot import name '_obj_path' |
46 | |
47 | ====================================================================== |
48 | ERROR: Failure: ImportError (cannot import name '_obj_path') |
49 | ---------------------------------------------------------------------- |
50 | Traceback (most recent call last): |
51 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
52 | raise self.exc_val.with_traceback(self.tb) |
53 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
54 | addr.filename, addr.module) |
55 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
56 | return self.importFromDir(dir_path, fqname) |
57 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
58 | mod = load_module(part_fqname, fh, filename, desc) |
59 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
60 | return load_source(name, filename, file) |
61 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
62 | module = methods.load() |
63 | File "<frozen importlib._bootstrap>", line 1220, in load |
64 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
65 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
66 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
67 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
68 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/tests/test_objstorage_api.py", line 15, in <module> |
69 | from swh.storage.objstorage.objstorage import _obj_path |
70 | ImportError: cannot import name '_obj_path' |
71 | |
72 | ---------------------------------------------------------------------- |
73 | Ran 18 tests in 0.489s |
74 | |
75 | FAILED (errors=2) |
76 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 13 2016, 2:50 PM · Built for 18 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 |
1 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-fetcher-googlecode |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-fetcher-googlecode |
3 | ssh_exchange_identification: Connection closed by remote host |
4 | fatal: Could not read from remote repository. |
5 | |
6 | Please make sure you have the correct access rights |
7 | and the repository exists. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-lister-github |
10 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-lister-github |
11 | ssh_exchange_identification: Connection closed by remote host |
12 | fatal: Could not read from remote repository. |
13 | |
14 | Please make sure you have the correct access rights |
15 | and the repository exists. |
16 | |
17 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/snippets |
18 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/snippets |
19 | ssh_exchange_identification: Connection closed by remote host |
20 | fatal: Could not read from remote repository. |
21 | |
22 | Please make sure you have the correct access rights |
23 | and the repository exists. |
24 | |
25 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-core |
26 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-core |
27 | From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core |
28 | e2306b1..792cbab master -> origin/master |
29 | Updating e2306b1..792cbab |
30 | Fast-forward |
31 | swh/core/__init__.py | 0 |
32 | 1 file changed, 0 insertions(+), 0 deletions(-) |
33 | create mode 100644 swh/core/__init__.py |
34 | |
35 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-core |
36 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-core |
37 | From ssh://forge.softwareheritage.org/diffusion/60/swh-loader-core |
38 | 38580c3..a49ac5d master -> origin/master |
39 | * [new tag] v0.0.10 -> v0.0.10 |
40 | * [new tag] v0.0.9 -> v0.0.9 |
41 | Updating 38580c3..a49ac5d |
42 | Fast-forward |
43 | debian/control | 2 +- |
44 | requirements.txt | 2 +- |
45 | 2 files changed, 2 insertions(+), 2 deletions(-) |
46 | |
47 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-debian |
48 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-debian |
49 | Already up-to-date. |
50 | |
51 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-antelink |
52 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-antelink |
53 | Already up-to-date. |
54 | |
55 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-cloner-git |
56 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-cloner-git |
57 | Already up-to-date. |
58 | |
59 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-svn |
60 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-svn |
61 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
62 | 272f1e5..a1333e4 master -> origin/master |
63 | ea807af..4bcfe90 subvertpy -> origin/subvertpy |
64 | * [new tag] git-svn-like-ok -> git-svn-like-ok |
65 | * [new tag] v0.0.8 -> v0.0.8 |
66 | * [new tag] update-ready-again -> update-ready-again |
67 | Updating 272f1e5..a1333e4 |
68 | Fast-forward |
69 | .gitignore | 1 + |
70 | README | 115 +++++++ |
71 | README-dev.org | 8 +- |
72 | bin/hashtree.py | 53 +--- |
73 | debian/control | 7 +- |
74 | docs/comparison-git-svn-swh-svn.org | 348 ++++++++++++++++++++- |
75 | docs/swh-loader-svn.txt | 195 ++++++++++++ |
76 | requirements.txt | 7 +- |
77 | swh/loader/svn/converters.py | 8 +- |
78 | swh/loader/svn/loader.py | 102 +++---- |
79 | swh/loader/svn/ra.py | 516 ++++++++++++++++++++++++++++++++ |
80 | swh/loader/svn/svn.py | 315 ++++++++++--------- |
81 | swh/loader/svn/tasks.py | 14 +- |
82 | swh/loader/svn/tests/test_converters.py | 32 +- |
83 | swh/loader/svn/tests/test_svn.py | 24 -- |
84 | swh/loader/svn/tests/test_utils.py | 96 ++++++ |
85 | swh/loader/svn/utils.py | 123 ++++++++ |
86 | 17 files changed, 1630 insertions(+), 334 deletions(-) |
87 | create mode 100644 README |
88 | create mode 100644 docs/swh-loader-svn.txt |
89 | create mode 100644 swh/loader/svn/ra.py |
90 | delete mode 100644 swh/loader/svn/tests/test_svn.py |
91 | create mode 100644 swh/loader/svn/tests/test_utils.py |
92 | create mode 100644 swh/loader/svn/utils.py |
93 | |
94 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-git |
95 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-git |
96 | Already up-to-date. |
97 | |
98 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-tar |
99 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-tar |
100 | From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar |
101 | * [new tag] v0.0.19 -> v0.0.19 |
102 | Already up-to-date. |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-dir |
105 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-loader-dir |
106 | From ssh://forge.softwareheritage.org/diffusion/DLDDIR/swh-loader-dir |
107 | 9177236..13f94a8 master -> origin/master |
108 | * [new tag] v0.0.20 -> v0.0.20 |
109 | * [new tag] v0.0.21 -> v0.0.21 |
110 | Updating 9177236..13f94a8 |
111 | Fast-forward |
112 | debian/control | 4 ++-- |
113 | requirements.txt | 4 ++-- |
114 | swh/loader/dir/loader.py | 6 +++--- |
115 | 3 files changed, 7 insertions(+), 7 deletions(-) |
116 | |
117 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-model |
118 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-model |
119 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
120 | 87fcced..5f7c931 master -> origin/master |
121 | * [new tag] v0.0.11 -> v0.0.11 |
122 | Updating 87fcced..5f7c931 |
123 | Fast-forward |
124 | swh/model/git.py | 259 ++------------ |
125 | swh/model/tests/test_git.py | 831 +++++++++++++++++++++----------------------- |
126 | 2 files changed, 416 insertions(+), 674 deletions(-) |
127 | |
128 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-py-template |
129 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-py-template |
130 | Already up-to-date. |
131 | |
132 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-scheduler |
133 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-scheduler |
134 | Already up-to-date. |
135 | |
136 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage-testdata |
137 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage-testdata |
138 | Already up-to-date. |
139 | |
140 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage |
141 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage |
142 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
143 | 363f3e6..45eab09 master -> origin/master |
144 | Updating 363f3e6..45eab09 |
145 | Fast-forward |
146 | bin/swh-objstorage-add-dir | 2 +- |
147 | swh/storage/checker/checker.py | 6 +- |
148 | swh/storage/objstorage/__init__.py | 5 +- |
149 | swh/storage/objstorage/api/server.py | 13 +- |
150 | swh/storage/objstorage/objstorage.py | 435 +++-------------------- |
151 | swh/storage/objstorage/objstorage_pathslicing.py | 350 ++++++++++++++++++ |
152 | swh/storage/storage.py | 10 +- |
153 | swh/storage/tests/objstorage_testing.py | 70 ++++ |
154 | swh/storage/tests/test_checker.py | 17 +- |
155 | swh/storage/tests/test_objstorage.py | 163 --------- |
156 | swh/storage/tests/test_objstorage_api.py | 12 +- |
157 | swh/storage/tests/test_objstorage_pathslicing.py | 78 ++++ |
158 | 12 files changed, 589 insertions(+), 572 deletions(-) |
159 | create mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
160 | create mode 100644 swh/storage/tests/objstorage_testing.py |
161 | delete mode 100644 swh/storage/tests/test_objstorage.py |
162 | create mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
163 | |
164 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
165 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
166 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
167 | e9360a4..110ba85 master -> origin/master |
168 | Updating e9360a4..110ba85 |
169 | Fast-forward |
170 | swh/web/ui/converters.py | 10 +++++++++- |
171 | swh/web/ui/templates/content.html | 5 +++++ |
172 | swh/web/ui/templates/directory.html | 7 ++++++- |
173 | swh/web/ui/templates/entity.html | 5 +++++ |
174 | swh/web/ui/templates/origin.html | 5 +++++ |
175 | swh/web/ui/templates/person.html | 5 +++++ |
176 | swh/web/ui/templates/release.html | 12 ++++++++++-- |
177 | swh/web/ui/templates/revision-directory.html | 23 +++++++++++++++++++---- |
178 | swh/web/ui/templates/revision-log.html | 23 +++++++++++++++++++---- |
179 | swh/web/ui/templates/revision.html | 19 +++++++++++++++++-- |
180 | swh/web/ui/tests/test_converters.py | 27 +++++++++++++++++++++++++++ |
181 | 11 files changed, 127 insertions(+), 14 deletions(-) |
182 | |
183 | mr update: finished (15 ok; 3 failed) |
184 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 13 2016, 2:50 PM · Built instantly
- Status
Passed