Properties
Properties
- Buildable
- B34: Diff 10
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Apr 28 2016, 10:35 AM · Built for 5 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-web-ui-dev |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Apr 28 2016, 10:35 AM · Built for 3 s
- Status
Failed
861 | |
---|---|
862 | ====================================================================== |
863 | ERROR: search_get_query_hash_bad_input (ui.tests.views.test_browse.SearchView) |
864 | ---------------------------------------------------------------------- |
865 | Traceback (most recent call last): |
866 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
867 | return func(*args, **keywargs) |
868 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 63, in search_get_query_hash_bad_input |
869 | self.assertEqual(self.get_context_variable('q'), 'sha1_git:789') |
870 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 181, in get_context_variable |
871 | raise RuntimeError("Signals not supported") |
872 | RuntimeError: Signals not supported |
873 | |
874 | ====================================================================== |
875 | ERROR: search_get_query_hash_found (ui.tests.views.test_browse.SearchView) |
876 | ---------------------------------------------------------------------- |
877 | Traceback (most recent call last): |
878 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
879 | return func(*args, **keywargs) |
880 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 80, in search_get_query_hash_found |
881 | self.assertEqual(self.get_context_variable('q'), 'sha1:123') |
882 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 181, in get_context_variable |
883 | raise RuntimeError("Signals not supported") |
884 | RuntimeError: Signals not supported |
885 | |
886 | ====================================================================== |
887 | ERROR: search_get_query_hash_not_found (ui.tests.views.test_browse.SearchView) |
888 | ---------------------------------------------------------------------- |
889 | Traceback (most recent call last): |
890 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
891 | return func(*args, **keywargs) |
892 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 43, in search_get_query_hash_not_found |
893 | self.assertEqual(self.get_context_variable('q'), 'sha1:456') |
894 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 181, in get_context_variable |
895 | raise RuntimeError("Signals not supported") |
896 | RuntimeError: Signals not supported |
897 | |
898 | ====================================================================== |
899 | ERROR: search_post_hashes_bad_input (ui.tests.views.test_browse.SearchView) |
900 | ---------------------------------------------------------------------- |
901 | Traceback (most recent call last): |
902 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
903 | return func(*args, **keywargs) |
904 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 107, in search_post_hashes_bad_input |
905 | self.assertEqual(self.get_context_variable('search_stats'), |
906 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 181, in get_context_variable |
907 | raise RuntimeError("Signals not supported") |
908 | RuntimeError: Signals not supported |
909 | |
910 | ====================================================================== |
911 | ERROR: search_post_hashes_none (ui.tests.views.test_browse.SearchView) |
912 | ---------------------------------------------------------------------- |
913 | Traceback (most recent call last): |
914 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
915 | return func(*args, **keywargs) |
916 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 138, in search_post_hashes_none |
917 | self.assertEqual(len(self.get_context_variable('responses')), 2) |
918 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 181, in get_context_variable |
919 | raise RuntimeError("Signals not supported") |
920 | RuntimeError: Signals not supported |
921 | |
922 | ====================================================================== |
923 | ERROR: search_post_hashes_some (ui.tests.views.test_browse.SearchView) |
924 | ---------------------------------------------------------------------- |
925 | Traceback (most recent call last): |
926 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
927 | return func(*args, **keywargs) |
928 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 173, in search_post_hashes_some |
929 | self.assertEqual(len(self.get_context_variable('responses')), 2) |
930 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 181, in get_context_variable |
931 | raise RuntimeError("Signals not supported") |
932 | RuntimeError: Signals not supported |
933 | |
934 | ====================================================================== |
935 | ERROR: homepage (ui.tests.views.test_main.MainViewTestCase) |
936 | ---------------------------------------------------------------------- |
937 | Traceback (most recent call last): |
938 | File "/usr/lib/python3.4/unittest/mock.py", line 1136, in patched |
939 | return func(*args, **keywargs) |
940 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_main.py", line 27, in homepage |
941 | self.assert_template_used('home.html') |
942 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 159, in assertTemplateUsed |
943 | raise RuntimeError("Signals not supported") |
944 | RuntimeError: Signals not supported |
945 | |
946 | ====================================================================== |
947 | ERROR: info (ui.tests.views.test_main.MainViewTestCase) |
948 | ---------------------------------------------------------------------- |
949 | Traceback (most recent call last): |
950 | File "/home/temp-drydock/drydock/workingcopy-156/repo/swh-web-ui/swh/web/ui/tests/views/test_main.py", line 39, in info |
951 | self.assert_template_used('about.html') |
952 | File "/usr/lib/python3/dist-packages/flask_testing/utils.py", line 159, in assertTemplateUsed |
953 | raise RuntimeError("Signals not supported") |
954 | RuntimeError: Signals not supported |
955 | |
956 | ---------------------------------------------------------------------- |
957 | Ran 272 tests in 1.426s |
958 | |
959 | FAILED (errors=57) |
960 |
1 | api_revision {'sha1_git': 'rev-id'} |
---|---|
2 | api_revision_log {'sha1_git': 'rev-id'} |
3 | api_revision_history {'sha1_git': '123', 'sha1_git_root': 'sha1_git_root'} |
4 | api_revision_history {'sha1_git': '456', 'sha1_git_root': 'sha1_git_root'} |
5 | api_revision {'sha1_git': 'rev-id'} |
6 | api_revision_log {'sha1_git': 'rev-id'} |
7 | api_person {'person_id': '1'} |
8 | api_person {'person_id': '2'} |
9 | api_directory {'sha1_git': '123'} |
10 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Apr 28 2016, 10:35 AM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-cloner-git |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-cloner-git |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-lister-github |
6 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-lister-github |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-fetcher-googlecode |
10 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-fetcher-googlecode |
11 | Already up-to-date. |
12 | |
13 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-core |
14 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-core |
15 | Already up-to-date. |
16 | |
17 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/snippets |
18 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/snippets |
19 | Already up-to-date. |
20 | |
21 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-antelink |
22 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-antelink |
23 | Already up-to-date. |
24 | |
25 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-debian |
26 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-debian |
27 | Already up-to-date. |
28 | |
29 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-dir |
30 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-dir |
31 | Already up-to-date. |
32 | |
33 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-git |
34 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-git |
35 | Already up-to-date. |
36 | |
37 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-svn |
38 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-svn |
39 | Already up-to-date. |
40 | |
41 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-tar |
42 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-tar |
43 | Already up-to-date. |
44 | |
45 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-model |
46 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-model |
47 | Already up-to-date. |
48 | |
49 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-vcs |
50 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-loader-vcs |
51 | Already up-to-date. |
52 | |
53 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-scheduler |
54 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-scheduler |
55 | Already up-to-date. |
56 | |
57 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-py-template |
58 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-py-template |
59 | Already up-to-date. |
60 | |
61 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-storage-testdata |
62 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-storage-testdata |
63 | Already up-to-date. |
64 | |
65 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-storage |
66 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-storage |
67 | Already up-to-date. |
68 | |
69 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-web-ui |
70 | mr update: /home/temp-drydock/drydock/workingcopy-156/repo/swh-environment/swh-web-ui |
71 | Already up-to-date. |
72 | |
73 | mr update: finished (18 ok) |
74 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Apr 28 2016, 10:35 AM · Built instantly
- Status
Passed