Page MenuHomeSoftware Heritage

Build 822

Properties

Buildable
B595: Diff 409
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

History

Lint

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

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

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

Python tests

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

Build Log 3027 (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 3.227s
13
14OK
15

Update environment from working copy

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

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

82Already up-to-date.
83
84mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
85mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
86Already up-to-date.
87
88mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
89mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
90Already up-to-date.
91
92mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
93mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
94From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
95 e32f585..83349e1 master -> origin/master
96Updating e32f585..83349e1
97Fast-forward
98 dumps/swh-archiver.dump | Bin 11449 -> 11449 bytes
99 dumps/swh-archiver.sql | 2 +-
100 dumps/swh.dump | Bin 191266 -> 185669 bytes
101 dumps/swh.sql | 264 ++++++++++++------------------------------------
102 4 files changed, 65 insertions(+), 201 deletions(-)
103
104mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
105mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
106From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
107 0a84869..354f2cc master -> origin/master
108 * [new tag] v0.0.71 -> v0.0.71
109 * [new tag] v0.0.72 -> v0.0.72
110 * [new tag] v0.0.73 -> v0.0.73
111 * [new tag] v0.0.74 -> v0.0.74
112 * [new tag] v0.0.75 -> v0.0.75
113 * [new tag] v0.0.76 -> v0.0.76
114Updating 0a84869..354f2cc
115Fast-forward
116 debian/control | 10 +-
117 requirements.txt | 6 -
118 swh/web/ui/apidoc.py | 195 +++++++--------------
119 swh/web/ui/converters.py | 4 +-
120 swh/web/ui/main.py | 13 ++
121 swh/web/ui/renderers.py | 7 +-
122 swh/web/ui/static/css/jquery.dataTables.min.css | 1 -
123 swh/web/ui/static/css/style.css | 65 +++++--
124 swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes
125 .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes
126 .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes
127 .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes
128 swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes
129 swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++++++++++++++
130 swh/web/ui/static/img/swh-logo.png | Bin 47353 -> 0 bytes
131 swh/web/ui/static/lib/README | 2 -
132 swh/web/ui/static/lib/core.js | 1 -
133 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 -
134 swh/web/ui/static/lib/jquery.flot.min.js | 1 -
135 swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 -
136 swh/web/ui/static/lib/jquery.flot.time.min.js | 1 -
137 swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 -
138 swh/web/ui/static/lib/lib-typedarrays.js | 1 -
139 swh/web/ui/static/lib/sha1.js | 1 -
140 swh/web/ui/static/lib/sha256.js | 1 -
141 swh/web/ui/templates/api-endpoints.html | 20 ++-
142 swh/web/ui/templates/api.html | 2 +-
143 swh/web/ui/templates/apidoc.html | 42 +++--
144 swh/web/ui/templates/includes/apidoc-header.html | 17 +-
145 swh/web/ui/templates/includes/apidoc-header.md | 19 +-
146 swh/web/ui/templates/includes/search-form.html | 9 +-
147 swh/web/ui/templates/layout.html | 35 +++-
148 swh/web/ui/templates/origin.html | 9 +-
149 swh/web/ui/tests/test_apidoc.py | 20 +--
150 swh/web/ui/tests/test_app.py | 4 +-
151 swh/web/ui/tests/test_converters.py | 8 +-
152 swh/web/ui/tests/test_renderers.py | 6 +-
153 swh/web/ui/tests/test_utils.py | 56 +++++-
154 swh/web/ui/tests/views/test_api.py | 166 +++++++++++-------
155 swh/web/ui/tests/views/test_main.py | 16 +-
156 swh/web/ui/utils.py | 41 +++--
157 swh/web/ui/views/api.py | 53 ++++--
158 swh/web/ui/views/browse.py | 23 +--
159 swh/web/ui/views/main.py | 2 +-
160 44 files changed, 635 insertions(+), 385 deletions(-)
161 delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
162 create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png
163 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png
164 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png
165 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png
166 create mode 100644 swh/web/ui/static/img/swh-logo-archive.png
167 create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg
168 delete mode 100644 swh/web/ui/static/img/swh-logo.png
169 delete mode 100644 swh/web/ui/static/lib/README
170 delete mode 120000 swh/web/ui/static/lib/core.js
171 delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
172 delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js
173 delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js
174 delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js
175 delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js
176 delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js
177 delete mode 120000 swh/web/ui/static/lib/sha1.js
178 delete mode 120000 swh/web/ui/static/lib/sha256.js
179
180mr update: finished (21 ok)
181

Clone on Software Heritage Worker

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

Event Timeline