Page MenuHomeSoftware Heritage

Build 295

Properties

Buildable
B195: Diff 164
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

When
Completed at Jun 14 2016, 6:04 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1040 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir
2

Python tests

When
Completed at Jun 14 2016, 6:04 PM · Built for 1 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1039 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1W: unknown repository 'swh-environment', you might want to remove it
2W: unknown repository 'swh-loader-vcs', you might want to remove it
3check_invalid_content (test_checker.TestChecker) ... ok
4check_valid_content (test_checker.TestChecker) ... ok
5repair_content_missing (test_checker.TestChecker) ... ok
6repair_content_present_distributed (test_checker.TestChecker) ... ok
7repair_content_present_first (test_checker.TestChecker) ... ok
8repair_content_present_second (test_checker.TestChecker) ... ok
9db_to_author (test_converters.TestConverters) ... ok
10db_to_git_headers (test_converters.TestConverters) ... ok
11db_to_release (test_converters.TestConverters) ... ok
12db_to_revision (test_converters.TestConverters) ... ok
13add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
14add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
15check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
16check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
17check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
18check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
19contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
20get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
21get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
22iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
23len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
24restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
25
26----------------------------------------------------------------------
27Ran 22 tests in 0.504s
28
29OK
30

Update environment from working copy

When
Completed at Jun 14 2016, 6:04 PM · Built for 6 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1036 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

99 swh/loader/svn/ra.py | 516 ++++++++++++++++++++++++++++++++
100 swh/loader/svn/svn.py | 317 ++++++++++----------
101 swh/loader/svn/tasks.py | 14 +-
102 swh/loader/svn/tests/test_converters.py | 56 ++--
103 swh/loader/svn/tests/test_svn.py | 24 --
104 swh/loader/svn/tests/test_utils.py | 96 ++++++
105 swh/loader/svn/utils.py | 123 ++++++++
106 17 files changed, 1638 insertions(+), 358 deletions(-)
107 create mode 100644 README
108 create mode 100644 docs/swh-loader-svn.txt
109 create mode 100644 swh/loader/svn/ra.py
110 delete mode 100644 swh/loader/svn/tests/test_svn.py
111 create mode 100644 swh/loader/svn/tests/test_utils.py
112 create mode 100644 swh/loader/svn/utils.py
113
114mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-py-template
115mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-py-template
116Already up-to-date.
117
118mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler
119mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler
120Already up-to-date.
121
122mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model
123mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model
124From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model
125 87fcced..cec445d master -> origin/master
126 * [new tag] v0.0.12 -> v0.0.12
127 * [new tag] v0.0.11 -> v0.0.11
128Updating 87fcced..cec445d
129Fast-forward
130 debian/rules | 2 +-
131 swh/model/git.py | 259 ++------------
132 swh/model/tests/test_git.py | 829 +++++++++++++++++++++-----------------------
133 3 files changed, 415 insertions(+), 675 deletions(-)
134
135mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage
136mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage
137From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
138 363f3e6..8c6e8d7 master -> origin/master
139 * [new tag] v0.0.40 -> v0.0.40
140Updating 363f3e6..8c6e8d7
141Fast-forward
142 bin/swh-objstorage-add-dir | 2 +-
143 debian/control | 4 +-
144 debian/rules | 2 +-
145 requirements.txt | 2 +-
146 swh/storage/archiver/director.py | 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_archiver.py | 1 -
155 swh/storage/tests/test_checker.py | 17 +-
156 swh/storage/tests/test_objstorage.py | 163 ---------
157 swh/storage/tests/test_objstorage_api.py | 12 +-
158 swh/storage/tests/test_objstorage_pathslicing.py | 78 ++++
159 17 files changed, 594 insertions(+), 578 deletions(-)
160 create mode 100644 swh/storage/objstorage/objstorage_pathslicing.py
161 create mode 100644 swh/storage/tests/objstorage_testing.py
162 delete mode 100644 swh/storage/tests/test_objstorage.py
163 create mode 100644 swh/storage/tests/test_objstorage_pathslicing.py
164
165mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata
166mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata
167Already up-to-date.
168
169mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui
170mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui
171From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
172 e9360a4..6003846 master -> origin/master
173Updating e9360a4..6003846
174Fast-forward
175 debian/control | 5 +-
176 requirements.txt | 2 +-
177 swh/web/ui/converters.py | 10 +-
178 swh/web/ui/service.py | 18 +++-
179 swh/web/ui/templates/content.html | 5 +
180 swh/web/ui/templates/directory.html | 7 +-
181 swh/web/ui/templates/entity.html | 5 +
182 swh/web/ui/templates/origin.html | 5 +
183 swh/web/ui/templates/person.html | 5 +
184 swh/web/ui/templates/release.html | 12 ++-
185 swh/web/ui/templates/revision-directory.html | 23 ++++-
186 swh/web/ui/templates/revision-log.html | 23 ++++-
187 swh/web/ui/templates/revision.html | 19 +++-
188 swh/web/ui/templates/upload_and_search.html | 18 ++--
189 swh/web/ui/tests/test_converters.py | 27 ++++++
190 swh/web/ui/tests/test_service.py | 39 ++++++++
191 swh/web/ui/tests/views/test_api.py | 45 +++++----
192 swh/web/ui/tests/views/test_browse.py | 135 ++++++++++++++-------------
193 swh/web/ui/views/api.py | 48 +++++++++-
194 swh/web/ui/views/browse.py | 54 ++++-------
195 20 files changed, 360 insertions(+), 145 deletions(-)
196
197mr update: finished (18 ok)
198

Clone on Software Heritage Worker

When
Completed at Jun 14 2016, 6:04 PM · Built instantly
Status
Passed

Event Timeline