Properties
Properties
- Buildable
- B597: rDSTO598114c5da2e: sql/archiver: keep archive counts using a bucketed list
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Feb 7 2017, 6:30 PM · Built for 10 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/tests/test_storage.py:1202:80: E501 line too long (82 > 79 characters) |
3 | ../Makefile.python:25: recipe for target 'check' failed |
4 |
Python tests
Python tests
- When
- Completed at Feb 7 2017, 6:30 PM · Built for 19 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | ctags_to_db (test_converters.TestConverters) ... ok |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_ctags (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 13.336s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Feb 7 2017, 6:30 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-cloner-git |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-cloner-git |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-indexer |
6 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-indexer |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-fetcher-googlecode |
10 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-fetcher-googlecode |
11 | Already up-to-date. |
12 | |
13 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-core |
14 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-core |
15 | From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core |
16 | e3f6ea9..358c0d2 master -> origin/master |
17 | * [new tag] v0.0.29 -> v0.0.29 |
18 | Updating e3f6ea9..358c0d2 |
19 | Fast-forward |
20 | swh/core/api.py | 6 ++---- |
21 | 1 file changed, 2 insertions(+), 4 deletions(-) |
22 | |
23 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-lister-github |
24 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-lister-github |
25 | Already up-to-date. |
26 | |
27 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-antelink |
28 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-antelink |
29 | Already up-to-date. |
30 | |
31 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-journal |
32 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-journal |
33 | Already up-to-date. |
34 | |
35 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-core |
36 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-core |
37 | Already up-to-date. |
38 | |
39 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/snippets |
40 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/snippets |
41 | From ssh://forge.softwareheritage.org/diffusion/59/code-snippets |
42 | 71f5dc3..47b9829 master -> origin/master |
43 | Updating 71f5dc3..47b9829 |
44 | Fast-forward |
45 | olasd/locustio/.gitignore | 3 + |
46 | olasd/locustio/README.md | 25 + |
47 | olasd/locustio/data/README.md | 11 + |
48 | olasd/locustio/data/content.csv | 31536 ++++++++++ |
49 | olasd/locustio/data/directory.csv | 26945 +++++++++ |
50 | olasd/locustio/data/origin_visit.csv | 103785 ++++++++++++++++++++++++++++++++ |
51 | olasd/locustio/data/person.csv | 14216 +++++ |
52 | olasd/locustio/data/release.csv | 57205 ++++++++++++++++++ |
53 | olasd/locustio/data/revision.csv | 49364 +++++++++++++++ |
54 | olasd/locustio/locustfile.py | 131 + |
55 | olasd/locustio/locustfile_static.py | 53 + |
56 | olasd/locustio/swh_data.py | 45 + |
57 | olasd/locustio/venv/.placeholder | 0 |
58 | 13 files changed, 283319 insertions(+) |
59 | create mode 100644 olasd/locustio/.gitignore |
60 | create mode 100644 olasd/locustio/README.md |
61 | create mode 100644 olasd/locustio/data/README.md |
62 | create mode 100644 olasd/locustio/data/content.csv |
63 | create mode 100644 olasd/locustio/data/directory.csv |
64 | create mode 100644 olasd/locustio/data/origin_visit.csv |
65 | create mode 100644 olasd/locustio/data/person.csv |
66 | create mode 100644 olasd/locustio/data/release.csv |
67 | create mode 100644 olasd/locustio/data/revision.csv |
68 | create mode 100644 olasd/locustio/locustfile.py |
69 | create mode 100644 olasd/locustio/locustfile_static.py |
70 | create mode 100644 olasd/locustio/swh_data.py |
71 | create mode 100644 olasd/locustio/venv/.placeholder |
72 | |
73 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-debian |
74 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-debian |
75 | Already up-to-date. |
76 | |
77 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-dir |
78 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-dir |
79 | Already up-to-date. |
80 | |
81 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-git |
82 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-git |
83 | Already up-to-date. |
84 | |
85 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-svn |
86 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-svn |
87 | Already up-to-date. |
88 | |
89 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-tar |
90 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-tar |
91 | Already up-to-date. |
92 | |
93 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-model |
94 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-model |
95 | Already up-to-date. |
96 | |
97 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-py-template |
98 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-py-template |
99 | Already up-to-date. |
100 | |
101 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-objstorage |
102 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-objstorage |
103 | Already up-to-date. |
104 | |
105 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-scheduler |
106 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-scheduler |
107 | Already up-to-date. |
108 | |
109 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage |
110 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage |
111 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
112 | fed8afb..598114c master -> origin/master |
113 | * [new tag] v0.0.78 -> v0.0.78 |
114 | Updating fed8afb..598114c |
115 | Fast-forward |
116 | sql/archiver/swh-archiver-data.sql | 1 + |
117 | sql/archiver/swh-archiver-schema.sql | 94 +++++++++++++++++++++++++++++++- |
118 | sql/archiver/upgrades/006.sql | 100 +++++++++++++++++++++++++++++++++++ |
119 | sql/swh-func.sql | 50 ++++++++---------- |
120 | sql/swh-schema.sql | 2 +- |
121 | sql/upgrades/100.sql | 58 ++++++++++++++++++++ |
122 | swh/storage/tests/test_storage.py | 9 ++-- |
123 | 7 files changed, 280 insertions(+), 34 deletions(-) |
124 | create mode 100644 sql/archiver/upgrades/006.sql |
125 | create mode 100644 sql/upgrades/100.sql |
126 | |
127 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata |
128 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata |
129 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
130 | e32f585..83349e1 master -> origin/master |
131 | Updating e32f585..83349e1 |
132 | Fast-forward |
133 | dumps/swh-archiver.dump | Bin 11449 -> 11449 bytes |
134 | dumps/swh-archiver.sql | 2 +- |
135 | dumps/swh.dump | Bin 191266 -> 185669 bytes |
136 | dumps/swh.sql | 264 ++++++++++++------------------------------------ |
137 | 4 files changed, 65 insertions(+), 201 deletions(-) |
138 | |
139 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web-ui |
140 | mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web-ui |
141 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
142 | 318e268..354f2cc master -> origin/master |
143 | * [new tag] v0.0.69 -> v0.0.69 |
144 | * [new tag] v0.0.70 -> v0.0.70 |
145 | * [new tag] v0.0.71 -> v0.0.71 |
146 | * [new tag] v0.0.72 -> v0.0.72 |
147 | * [new tag] v0.0.73 -> v0.0.73 |
148 | * [new tag] v0.0.74 -> v0.0.74 |
149 | * [new tag] v0.0.75 -> v0.0.75 |
150 | * [new tag] v0.0.76 -> v0.0.76 |
151 | Updating 318e268..354f2cc |
152 | Fast-forward |
153 | debian/control | 10 +- |
154 | requirements.txt | 6 - |
155 | swh/web/ui/apidoc.py | 205 +++----- |
156 | swh/web/ui/converters.py | 4 +- |
157 | swh/web/ui/main.py | 19 +- |
158 | swh/web/ui/renderers.py | 17 +- |
159 | swh/web/ui/static/css/jquery.dataTables.min.css | 1 - |
160 | swh/web/ui/static/css/style.css | 183 ++++--- |
161 | swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes |
162 | .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes |
163 | .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes |
164 | .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes |
165 | swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes |
166 | swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++++ |
167 | swh/web/ui/static/img/swh-logo.png | Bin 47353 -> 0 bytes |
168 | swh/web/ui/static/lib/README | 2 - |
169 | swh/web/ui/static/lib/core.js | 1 - |
170 | swh/web/ui/static/lib/jquery.dataTables.min.js | 1 - |
171 | swh/web/ui/static/lib/jquery.flot.min.js | 1 - |
172 | swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 - |
173 | swh/web/ui/static/lib/jquery.flot.time.min.js | 1 - |
174 | swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 - |
175 | swh/web/ui/static/lib/lib-typedarrays.js | 1 - |
176 | swh/web/ui/static/lib/sha1.js | 1 - |
177 | swh/web/ui/static/lib/sha256.js | 1 - |
178 | swh/web/ui/static/robots.txt | 2 + |
179 | swh/web/ui/templates/api-endpoints.html | 26 +- |
180 | swh/web/ui/templates/api.html | 2 +- |
181 | swh/web/ui/templates/apidoc.html | 53 ++- |
182 | .../ui/templates/includes/apidoc-header-toc.html | 30 +- |
183 | swh/web/ui/templates/includes/apidoc-header.html | 174 ++++--- |
184 | swh/web/ui/templates/includes/apidoc-header.md | 290 ++++++----- |
185 | swh/web/ui/templates/includes/search-form.html | 9 +- |
186 | swh/web/ui/templates/layout.html | 57 ++- |
187 | swh/web/ui/templates/origin.html | 9 +- |
188 | swh/web/ui/tests/test_apidoc.py | 23 +- |
189 | swh/web/ui/tests/test_app.py | 4 +- |
190 | swh/web/ui/tests/test_converters.py | 8 +- |
191 | swh/web/ui/tests/test_renderers.py | 19 +- |
192 | swh/web/ui/tests/test_utils.py | 90 ++-- |
193 | swh/web/ui/tests/views/test_api.py | 185 ++++--- |
194 | swh/web/ui/tests/views/test_main.py | 16 +- |
195 | swh/web/ui/utils.py | 44 +- |
196 | swh/web/ui/views/api.py | 529 ++++++++++----------- |
197 | swh/web/ui/views/browse.py | 23 +- |
198 | swh/web/ui/views/main.py | 8 +- |
199 | 46 files changed, 1191 insertions(+), 1026 deletions(-) |
200 | delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css |
201 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png |
202 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png |
203 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png |
204 | create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png |
205 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.png |
206 | create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg |
207 | delete mode 100644 swh/web/ui/static/img/swh-logo.png |
208 | delete mode 100644 swh/web/ui/static/lib/README |
209 | delete mode 120000 swh/web/ui/static/lib/core.js |
210 | delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js |
211 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js |
212 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js |
213 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js |
214 | delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js |
215 | delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
216 | delete mode 120000 swh/web/ui/static/lib/sha1.js |
217 | delete mode 120000 swh/web/ui/static/lib/sha256.js |
218 | create mode 100644 swh/web/ui/static/robots.txt |
219 | |
220 | mr update: finished (21 ok) |
221 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Feb 7 2017, 6:29 PM · Built instantly
- Status
Passed