Page MenuHomeSoftware Heritage

Build 825

Lint

When
Completed at Feb 7 2017, 6:30 PM · Built for 10 s
Status
Failed

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

1make: *** [check] Error 1
2

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2swh/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

When
Completed at Feb 7 2017, 6:30 PM · Built for 19 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2ctags_to_db (test_converters.TestConverters) ... ok
3db_to_author (test_converters.TestConverters) ... ok
4db_to_ctags (test_converters.TestConverters) ... ok
5db_to_git_headers (test_converters.TestConverters) ... ok
6db_to_language (test_converters.TestConverters) ... ok
7db_to_mimetype (test_converters.TestConverters) ... ok
8db_to_release (test_converters.TestConverters) ... ok
9db_to_revision (test_converters.TestConverters) ... ok
10
11----------------------------------------------------------------------
12Ran 8 tests in 13.336s
13
14OK
15

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.

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

1mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-cloner-git
2mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-cloner-git
3Already up-to-date.
4
5mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-indexer
6mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-indexer
7Already up-to-date.
8
9mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-fetcher-googlecode
10mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-fetcher-googlecode
11Already up-to-date.
12
13mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-core
14mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-core
15From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core
16 e3f6ea9..358c0d2 master -> origin/master
17 * [new tag] v0.0.29 -> v0.0.29
18Updating e3f6ea9..358c0d2
19Fast-forward
20 swh/core/api.py | 6 ++----
21 1 file changed, 2 insertions(+), 4 deletions(-)
22
23mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-lister-github
24mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-lister-github
25Already up-to-date.
26
27mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-antelink
28mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-antelink
29Already up-to-date.
30
31mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-journal
32mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-journal
33Already up-to-date.
34
35mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-core
36mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-core
37Already up-to-date.
38
39mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/snippets
40mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/snippets
41From ssh://forge.softwareheritage.org/diffusion/59/code-snippets
42 71f5dc3..47b9829 master -> origin/master
43Updating 71f5dc3..47b9829
44Fast-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
73mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-debian
74mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-debian
75Already up-to-date.
76
77mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-dir
78mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-dir
79Already up-to-date.
80
81mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-git
82mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-git
83Already up-to-date.
84
85mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-svn
86mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-svn
87Already up-to-date.
88
89mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-tar
90mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-loader-tar
91Already up-to-date.
92
93mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-model
94mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-model
95Already up-to-date.
96
97mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-py-template
98mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-py-template
99Already up-to-date.
100
101mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-objstorage
102mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-objstorage
103Already up-to-date.
104
105mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-scheduler
106mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-scheduler
107Already up-to-date.
108
109mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage
110mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage
111From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
112 fed8afb..598114c master -> origin/master
113 * [new tag] v0.0.78 -> v0.0.78
114Updating fed8afb..598114c
115Fast-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
127mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata
128mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata
129From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
130 e32f585..83349e1 master -> origin/master
131Updating e32f585..83349e1
132Fast-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
139mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web-ui
140mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web-ui
141From 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
151Updating 318e268..354f2cc
152Fast-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
220mr update: finished (21 ok)
221

Clone on Software Heritage Worker

When
Completed at Feb 7 2017, 6:29 PM · Built instantly
Status
Passed

Event Timeline