Properties
Properties
- Buildable
- B210: rDSTO746e0495b0c7: objstorage: PathslicingObjStorage now allow arbitrary slicing
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 16 2016, 3:12 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 Jun 16 2016, 3:12 PM · Built for 3 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | check_invalid_content (test_checker.TestChecker) ... ERROR |
4 | check_valid_content (test_checker.TestChecker) ... ERROR |
5 | repair_content_missing (test_checker.TestChecker) ... ERROR |
6 | repair_content_present_distributed (test_checker.TestChecker) ... ERROR |
7 | repair_content_present_first (test_checker.TestChecker) ... ERROR |
8 | repair_content_present_second (test_checker.TestChecker) ... ERROR |
9 | db_to_author (test_converters.TestConverters) ... ok |
10 | db_to_git_headers (test_converters.TestConverters) ... ok |
11 | db_to_release (test_converters.TestConverters) ... ok |
12 | db_to_revision (test_converters.TestConverters) ... ok |
13 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
14 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
15 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
16 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
17 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
18 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
19 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
20 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
21 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
22 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
23 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
24 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
25 | |
26 | ====================================================================== |
27 | ERROR: check_invalid_content (test_checker.TestChecker) |
28 | ---------------------------------------------------------------------- |
29 | Traceback (most recent call last): |
30 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
31 | self.checker = ContentChecker(config, path, depth, 'http://None') |
32 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
33 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
34 | TypeError: __init__() got multiple values for argument 'slicing' |
35 | |
36 | ====================================================================== |
37 | ERROR: check_valid_content (test_checker.TestChecker) |
38 | ---------------------------------------------------------------------- |
39 | Traceback (most recent call last): |
40 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
41 | self.checker = ContentChecker(config, path, depth, 'http://None') |
42 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
43 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
44 | TypeError: __init__() got multiple values for argument 'slicing' |
45 | |
46 | ====================================================================== |
47 | ERROR: repair_content_missing (test_checker.TestChecker) |
48 | ---------------------------------------------------------------------- |
49 | Traceback (most recent call last): |
50 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
51 | self.checker = ContentChecker(config, path, depth, 'http://None') |
52 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
53 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
54 | TypeError: __init__() got multiple values for argument 'slicing' |
55 | |
56 | ====================================================================== |
57 | ERROR: repair_content_present_distributed (test_checker.TestChecker) |
58 | ---------------------------------------------------------------------- |
59 | Traceback (most recent call last): |
60 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
61 | self.checker = ContentChecker(config, path, depth, 'http://None') |
62 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
63 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
64 | TypeError: __init__() got multiple values for argument 'slicing' |
65 | |
66 | ====================================================================== |
67 | ERROR: repair_content_present_first (test_checker.TestChecker) |
68 | ---------------------------------------------------------------------- |
69 | Traceback (most recent call last): |
70 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
71 | self.checker = ContentChecker(config, path, depth, 'http://None') |
72 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
73 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
74 | TypeError: __init__() got multiple values for argument 'slicing' |
75 | |
76 | ====================================================================== |
77 | ERROR: repair_content_present_second (test_checker.TestChecker) |
78 | ---------------------------------------------------------------------- |
79 | Traceback (most recent call last): |
80 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
81 | self.checker = ContentChecker(config, path, depth, 'http://None') |
82 | File "/home/temp-drydock/drydock/workingcopy-159/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
83 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
84 | TypeError: __init__() got multiple values for argument 'slicing' |
85 | |
86 | ---------------------------------------------------------------------- |
87 | Ran 22 tests in 1.129s |
88 | |
89 | FAILED (errors=6) |
90 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 16 2016, 3:12 PM · Built for 32 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 | mr update: command failed |
6 | mr update: command failed |
7 |
1 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/snippets |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/snippets |
3 | From ssh://forge.softwareheritage.org/diffusion/59/code-snippets |
4 | 65bb114..09a00cc master -> origin/master |
5 | Updating 65bb114..09a00cc |
6 | Fast-forward |
7 | .gitignore | 1 + |
8 | rrd/export-rrd.py | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
9 | rrd/index.html | 81 +++++++++++++++++++++++++++++++ |
10 | 3 files changed, 222 insertions(+) |
11 | create mode 100644 .gitignore |
12 | create mode 100755 rrd/export-rrd.py |
13 | create mode 100644 rrd/index.html |
14 | |
15 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-lister-github |
16 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-lister-github |
17 | Already up-to-date. |
18 | |
19 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-core |
20 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-core |
21 | ssh_exchange_identification: Connection closed by remote host |
22 | fatal: Could not read from remote repository. |
23 | |
24 | Please make sure you have the correct access rights |
25 | and the repository exists. |
26 | |
27 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-fetcher-googlecode |
28 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-fetcher-googlecode |
29 | Already up-to-date. |
30 | |
31 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-cloner-git |
32 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-cloner-git |
33 | Already up-to-date. |
34 | |
35 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-core |
36 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-core |
37 | Already up-to-date. |
38 | |
39 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-svn |
40 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-svn |
41 | ssh_exchange_identification: Connection closed by remote host |
42 | fatal: Could not read from remote repository. |
43 | |
44 | Please make sure you have the correct access rights |
45 | and the repository exists. |
46 | |
47 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-tar |
48 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-tar |
49 | ssh_exchange_identification: Connection closed by remote host |
50 | fatal: Could not read from remote repository. |
51 | |
52 | Please make sure you have the correct access rights |
53 | and the repository exists. |
54 | |
55 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-model |
56 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-model |
57 | ssh_exchange_identification: read: Connection reset by peer |
58 | fatal: Could not read from remote repository. |
59 | |
60 | Please make sure you have the correct access rights |
61 | and the repository exists. |
62 | |
63 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-py-template |
64 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-py-template |
65 | ssh_exchange_identification: Connection closed by remote host |
66 | fatal: Could not read from remote repository. |
67 | |
68 | Please make sure you have the correct access rights |
69 | and the repository exists. |
70 | |
71 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-antelink |
72 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-antelink |
73 | Already up-to-date. |
74 | |
75 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-dir |
76 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-dir |
77 | Already up-to-date. |
78 | |
79 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-debian |
80 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-debian |
81 | Already up-to-date. |
82 | |
83 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-git |
84 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-git |
85 | From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git |
86 | e2e0301..6081f9f master -> origin/master |
87 | * [new tag] v0.0.15 -> v0.0.15 |
88 | * [new tag] v0.0.14 -> v0.0.14 |
89 | Updating e2e0301..6081f9f |
90 | Fast-forward |
91 | setup.py | 2 +- |
92 | swh/loader/git/updater.py | 2 -- |
93 | 2 files changed, 1 insertion(+), 3 deletions(-) |
94 | |
95 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui |
96 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui |
97 | ssh_exchange_identification: Connection closed by remote host |
98 | fatal: Could not read from remote repository. |
99 | |
100 | Please make sure you have the correct access rights |
101 | and the repository exists. |
102 | |
103 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-scheduler |
104 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-scheduler |
105 | Already up-to-date. |
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata |
108 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata |
109 | Already up-to-date. |
110 | |
111 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage |
112 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage |
113 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
114 | faa35f7..68abde3 master -> origin/master |
115 | * [new tag] v0.0.40 -> v0.0.40 |
116 | Updating faa35f7..68abde3 |
117 | Fast-forward |
118 | debian/control | 4 +- |
119 | requirements.txt | 2 +- |
120 | swh/storage/checker/checker.py | 4 +- |
121 | swh/storage/objstorage/api/server.py | 5 +- |
122 | swh/storage/objstorage/objstorage.py | 6 ++- |
123 | swh/storage/objstorage/objstorage_pathslicing.py | 59 +++++++++++------------- |
124 | swh/storage/storage.py | 4 +- |
125 | swh/storage/tests/test_archiver.py | 2 +- |
126 | swh/storage/tests/test_checker.py | 4 +- |
127 | swh/storage/tests/test_objstorage_api.py | 21 +++------ |
128 | swh/storage/tests/test_objstorage_pathslicing.py | 6 +-- |
129 | 11 files changed, 54 insertions(+), 63 deletions(-) |
130 | |
131 | mr update: finished (12 ok; 6 failed) |
132 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 16 2016, 3:11 PM · Built instantly
- Status
Passed