Properties
Properties
- Buildable
- B43: Diff 22
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Apr 29 2016, 4:17 PM · Built for 4 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Apr 29 2016, 4:17 PM · Built for 3 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | mr: illegal setting "fixups=../bin/git-add-pre-commit-hook ." in untrusted /home/temp-drydock/drydock/workingcopy-155/repo/.mrconfig line 8 |
---|---|
2 | (To trust this file, list it in ~/.mrtrust.) |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | backslashescape_errors (test_converters.TestConverters) ... ok |
5 | db_to_author (test_converters.TestConverters) ... ok |
6 | db_to_git_headers (test_converters.TestConverters) ... ok |
7 | db_to_release (test_converters.TestConverters) ... ok |
8 | db_to_revision (test_converters.TestConverters) ... ok |
9 | decode_with_escape (test_converters.TestConverters) ... ok |
10 | encode_with_unescape (test_converters.TestConverters) ... ok |
11 | encode_with_unescape_invalid_escape (test_converters.TestConverters) ... ok |
12 | add_bytes_w_id (test_objstorage.TestObjStorage) ... ok |
13 | add_bytes_wo_id (test_objstorage.TestObjStorage) ... ok |
14 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
15 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
16 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ERROR |
17 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
18 | check_missing (test_objstorage.TestObjStorage) ... ok |
19 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
20 | check_ok (test_objstorage.TestObjStorage) ... ok |
21 | contains (test_objstorage.TestObjStorage) ... ok |
22 | get_bytes (test_objstorage.TestObjStorage) ... ok |
23 | get_file_path (test_objstorage.TestObjStorage) ... ok |
24 | get_missing (test_objstorage.TestObjStorage) ... ok |
25 | iter (test_objstorage.TestObjStorage) ... ok |
26 | len (test_objstorage.TestObjStorage) ... ok |
27 | content_add (test_objstorage_api.TestRemoteArchive) ... ok |
28 | content_check_invalid (test_objstorage_api.TestRemoteArchive) ... ok |
29 | content_check_missing (test_objstorage_api.TestRemoteArchive) ... ok |
30 | content_check_valid (test_objstorage_api.TestRemoteArchive) ... ok |
31 | content_get_missing (test_objstorage_api.TestRemoteArchive) ... ok |
32 | content_get_present (test_objstorage_api.TestRemoteArchive) ... ok |
33 | |
34 | ====================================================================== |
35 | ERROR: check_file_and_dirs_mode (test_objstorage.TestObjStorage) |
36 | ---------------------------------------------------------------------- |
37 | Traceback (most recent call last): |
38 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/tests/test_objstorage.py", line 107, in check_file_and_dirs_mode |
39 | objstorage.DIR_MODE) |
40 | AttributeError: 'module' object has no attribute 'DIR_MODE' |
41 | |
42 | ---------------------------------------------------------------------- |
43 | Ran 29 tests in 2.395s |
44 | |
45 | FAILED (errors=1) |
46 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Apr 29 2016, 4:17 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
54 | Already up-to-date. |
---|---|
55 | |
56 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-py-template |
57 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-py-template |
58 | Already up-to-date. |
59 | |
60 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage-testdata |
61 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage-testdata |
62 | Already up-to-date. |
63 | |
64 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage |
65 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage |
66 | Already up-to-date. |
67 | |
68 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
69 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
70 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
71 | 88573b7..573bab1 master -> origin/master |
72 | Updating 88573b7..573bab1 |
73 | Fast-forward |
74 | .gitignore | 1 + |
75 | README-uri-scheme.md | 54 ++-- |
76 | debian/control | 3 +- |
77 | requirements.txt | 3 + |
78 | swh/web/ui/backend.py | 11 + |
79 | swh/web/ui/service.py | 20 ++ |
80 | swh/web/ui/static/css/bootstrap-responsive.min.css | 9 + |
81 | swh/web/ui/static/{ => css}/style.css | 3 + |
82 | swh/web/ui/static/js/filedrop.js | 146 +++++++++++ |
83 | swh/web/ui/static/lib/core.js | 1 + |
84 | swh/web/ui/static/lib/lib-typedarrays.js | 1 + |
85 | swh/web/ui/static/lib/sha1.js | 1 + |
86 | swh/web/ui/static/lib/sha256.js | 1 + |
87 | swh/web/ui/templates/layout.html | 5 +- |
88 | swh/web/ui/templates/upload_and_search.html | 106 ++++++-- |
89 | swh/web/ui/tests/test_backend.py | 39 +++ |
90 | swh/web/ui/tests/test_service.py | 48 ++++ |
91 | swh/web/ui/tests/views/test_browse.py | 288 +++++++++------------ |
92 | swh/web/ui/views/browse.py | 103 ++++---- |
93 | 19 files changed, 590 insertions(+), 253 deletions(-) |
94 | create mode 100644 swh/web/ui/static/css/bootstrap-responsive.min.css |
95 | rename swh/web/ui/static/{ => css}/style.css (93%) |
96 | create mode 100644 swh/web/ui/static/js/filedrop.js |
97 | create mode 120000 swh/web/ui/static/lib/core.js |
98 | create mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
99 | create mode 120000 swh/web/ui/static/lib/sha1.js |
100 | create mode 120000 swh/web/ui/static/lib/sha256.js |
101 | |
102 | mr update: finished (18 ok) |
103 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Apr 29 2016, 4:17 PM · Built instantly
- Status
Passed