Page MenuHomeSoftware Heritage

Build 384

Lint

When
Completed at Jun 27 2016, 2:57 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Jun 27 2016, 2:57 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2W: unknown repository 'swh-loader-vcs', you might want to remove it
3db_to_author (test_converters.TestConverters) ... ok
4db_to_git_headers (test_converters.TestConverters) ... ok
5db_to_release (test_converters.TestConverters) ... ok
6db_to_revision (test_converters.TestConverters) ... ok
7
8----------------------------------------------------------------------
9Ran 4 tests in 0.418s
10
11OK
12

Update environment from working copy

When
Completed at Jun 27 2016, 2:57 PM · Built for 14 s
Status
Passed

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

1mr update: command failed
2mr update: command failed
3mr update: command failed
4mr update: command failed
5

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

53mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-scheduler
54ssh_exchange_identification: Connection closed by remote host
55fatal: Could not read from remote repository.
56
57Please make sure you have the correct access rights
58and the repository exists.
59
60mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-loader-dir
61mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-loader-dir
62Already up-to-date.
63
64mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-loader-tar
65mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-loader-tar
66Already up-to-date.
67
68mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui
69mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui
70ssh_exchange_identification: Connection closed by remote host
71fatal: Could not read from remote repository.
72
73Please make sure you have the correct access rights
74and the repository exists.
75
76mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-py-template
77mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-py-template
78Already up-to-date.
79
80mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-model
81mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-model
82Already up-to-date.
83
84mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage-testdata
85mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage-testdata
86Already up-to-date.
87
88mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage
89mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage
90From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
91 a623ce8..92e6cd8 master -> origin/master
92Updating a623ce8..92e6cd8
93Fast-forward
94 bin/swh-objstorage-add-dir | 37 --
95 bin/swh-objstorage-fsck | 28 --
96 debian/control | 1 +
97 requirements.txt | 1 +
98 setup.py | 7 -
99 swh/storage/api/client.py | 5 +-
100 swh/storage/api/common.py | 69 ----
101 swh/storage/api/server.py | 6 +-
102 swh/storage/archiver/copier.py | 2 +-
103 swh/storage/checker/__init__.py | 0
104 swh/storage/checker/checker.py | 171 ----------
105 swh/storage/exc.py | 12 -
106 swh/storage/objstorage/__init__.py | 4 -
107 swh/storage/objstorage/api/__init__.py | 0
108 swh/storage/objstorage/api/client.py | 103 ------
109 swh/storage/objstorage/api/server.py | 96 ------
110 swh/storage/objstorage/multiplexer/__init__.py | 4 -
111 .../objstorage/multiplexer/filter/__init__.py | 98 ------
112 .../objstorage/multiplexer/filter/filter.py | 48 ---
113 .../objstorage/multiplexer/filter/id_filter.py | 99 ------
114 .../multiplexer/filter/read_write_filter.py | 17 -
115 .../multiplexer/multiplexer_objstorage.py | 194 -----------
116 swh/storage/objstorage/objstorage.py | 119 -------
117 swh/storage/objstorage/objstorage_pathslicing.py | 347 -------------------
118 swh/storage/storage.py | 5 +-
119 swh/storage/tests/objstorage_testing.py | 70 ----
120 swh/storage/tests/test_archiver.py | 6 +-
121 swh/storage/tests/test_checker.py | 128 -------
122 swh/storage/tests/test_multiplexer_filter.py | 373 ---------------------
123 swh/storage/tests/test_objstorage_api.py | 88 -----
124 swh/storage/tests/test_objstorage_multiplexer.py | 78 -----
125 swh/storage/tests/test_objstorage_pathslicing.py | 76 -----
126 32 files changed, 15 insertions(+), 2277 deletions(-)
127 delete mode 100755 bin/swh-objstorage-add-dir
128 delete mode 100755 bin/swh-objstorage-fsck
129 delete mode 100644 swh/storage/api/common.py
130 delete mode 100644 swh/storage/checker/__init__.py
131 delete mode 100644 swh/storage/checker/checker.py
132 delete mode 100644 swh/storage/objstorage/__init__.py
133 delete mode 100644 swh/storage/objstorage/api/__init__.py
134 delete mode 100644 swh/storage/objstorage/api/client.py
135 delete mode 100644 swh/storage/objstorage/api/server.py
136 delete mode 100644 swh/storage/objstorage/multiplexer/__init__.py
137 delete mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py
138 delete mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py
139 delete mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py
140 delete mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py
141 delete mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py
142 delete mode 100644 swh/storage/objstorage/objstorage.py
143 delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py
144 delete mode 100644 swh/storage/tests/objstorage_testing.py
145 delete mode 100644 swh/storage/tests/test_checker.py
146 delete mode 100644 swh/storage/tests/test_multiplexer_filter.py
147 delete mode 100644 swh/storage/tests/test_objstorage_api.py
148 delete mode 100644 swh/storage/tests/test_objstorage_multiplexer.py
149 delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py
150
151mr update: finished (15 ok; 4 failed)
152

Clone on Software Heritage Worker

When
Completed at Jun 27 2016, 2:57 PM · Built instantly
Status
Passed

Event Timeline