Properties
Properties
- Buildable
- B261: rDSTO92e6cd845775: Update debian packaging configuration files
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 27 2016, 2:57 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 |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 27 2016, 2:57 PM · Built for 1 s
- Status
Passed
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 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 0.559s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 27 2016, 2:57 PM · Built for 23 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 | mr update: command failed |
6 |
83 | Fast-forward |
---|---|
84 | README | 36 ++- |
85 | bin/{hashtree.py => swh-hashtree} | 2 +- |
86 | resources/svn.ini | 11 +- |
87 | scratch/scratch.py | 149 ------------ |
88 | swh/loader/svn/converters.py | 119 ++++++++-- |
89 | swh/loader/svn/loader.py | 365 ++++++++++++++++++++++-------- |
90 | swh/loader/svn/ra.py | 199 ++++++++++------ |
91 | swh/loader/svn/svn.py | 167 +++++++++++--- |
92 | swh/loader/svn/tasks.py | 21 +- |
93 | swh/loader/svn/tests/test_converters.py | 185 +++++++++------ |
94 | swh/loader/svn/tests/test_loader.org | 284 +++++++++++++++++++++++ |
95 | swh/loader/svn/tests/test_loader.py | 390 ++++++++++++++++++++++++++++++++ |
96 | swh/loader/svn/tests/test_utils.py | 4 +- |
97 | swh/loader/svn/utils.py | 3 +- |
98 | 14 files changed, 1469 insertions(+), 466 deletions(-) |
99 | rename bin/{hashtree.py => swh-hashtree} (91%) |
100 | delete mode 100644 scratch/scratch.py |
101 | create mode 100644 swh/loader/svn/tests/test_loader.org |
102 | create mode 100644 swh/loader/svn/tests/test_loader.py |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-scheduler |
105 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-scheduler |
106 | Already up-to-date. |
107 | |
108 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
109 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
110 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
111 | ed34e78..c504df0 master -> origin/master |
112 | Updating ed34e78..c504df0 |
113 | Fast-forward |
114 | svn-folders/pkg-gourmet-with-updates.tgz | Bin 0 -> 29298 bytes |
115 | svn-folders/pkg-gourmet.tgz | Bin 0 -> 28325 bytes |
116 | 2 files changed, 0 insertions(+), 0 deletions(-) |
117 | create mode 100644 svn-folders/pkg-gourmet-with-updates.tgz |
118 | create mode 100644 svn-folders/pkg-gourmet.tgz |
119 | |
120 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
121 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
122 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
123 | 2b9a9c6..f3cf763 master -> origin/master |
124 | Updating 2b9a9c6..f3cf763 |
125 | Fast-forward |
126 | swh/web/ui/backend.py | 19 +++++ |
127 | swh/web/ui/service.py | 25 ++++++ |
128 | swh/web/ui/tests/test_backend.py | 86 ++++++++++++++++++++ |
129 | swh/web/ui/tests/test_service.py | 158 +++++++++++++++++++++++++++++++++++++ |
130 | swh/web/ui/tests/views/test_api.py | 98 +++++++++++++++++++++++ |
131 | swh/web/ui/views/api.py | 25 ++++-- |
132 | 6 files changed, 405 insertions(+), 6 deletions(-) |
133 | |
134 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
135 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
136 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
137 | cbaed54..92e6cd8 master -> origin/master |
138 | Updating cbaed54..92e6cd8 |
139 | Fast-forward |
140 | bin/swh-objstorage-add-dir | 37 --- |
141 | bin/swh-objstorage-fsck | 28 -- |
142 | debian/control | 1 + |
143 | requirements.txt | 1 + |
144 | setup.py | 5 - |
145 | swh/storage/api/client.py | 5 +- |
146 | swh/storage/api/common.py | 69 ----- |
147 | swh/storage/api/server.py | 6 +- |
148 | swh/storage/archiver/copier.py | 2 +- |
149 | swh/storage/checker/__init__.py | 0 |
150 | swh/storage/checker/checker.py | 171 ----------- |
151 | swh/storage/exc.py | 12 - |
152 | swh/storage/objstorage/__init__.py | 4 - |
153 | swh/storage/objstorage/api/__init__.py | 0 |
154 | swh/storage/objstorage/api/client.py | 103 ------- |
155 | swh/storage/objstorage/api/server.py | 96 ------- |
156 | swh/storage/objstorage/objstorage.py | 119 -------- |
157 | swh/storage/objstorage/objstorage_pathslicing.py | 347 ----------------------- |
158 | swh/storage/storage.py | 5 +- |
159 | swh/storage/tests/objstorage_testing.py | 70 ----- |
160 | swh/storage/tests/test_archiver.py | 6 +- |
161 | swh/storage/tests/test_checker.py | 128 --------- |
162 | swh/storage/tests/test_objstorage_api.py | 88 ------ |
163 | swh/storage/tests/test_objstorage_pathslicing.py | 76 ----- |
164 | 24 files changed, 15 insertions(+), 1364 deletions(-) |
165 | delete mode 100755 bin/swh-objstorage-add-dir |
166 | delete mode 100755 bin/swh-objstorage-fsck |
167 | delete mode 100644 swh/storage/api/common.py |
168 | delete mode 100644 swh/storage/checker/__init__.py |
169 | delete mode 100644 swh/storage/checker/checker.py |
170 | delete mode 100644 swh/storage/objstorage/__init__.py |
171 | delete mode 100644 swh/storage/objstorage/api/__init__.py |
172 | delete mode 100644 swh/storage/objstorage/api/client.py |
173 | delete mode 100644 swh/storage/objstorage/api/server.py |
174 | delete mode 100644 swh/storage/objstorage/objstorage.py |
175 | delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
176 | delete mode 100644 swh/storage/tests/objstorage_testing.py |
177 | delete mode 100644 swh/storage/tests/test_checker.py |
178 | delete mode 100644 swh/storage/tests/test_objstorage_api.py |
179 | delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
180 | |
181 | mr update: finished (14 ok; 5 failed) |
182 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 27 2016, 2:57 PM · Built instantly
- Status
Passed