Page MenuHomeSoftware Heritage

Build 1084

Lint

When
Completed at Mar 21 2017, 2:26 PM · Built for 16 s
Status
Failed

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

1make: *** [check] Error 1
2

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2swh/storage/db.py:403:80: E501 line too long (82 > 79 characters)
3swh/storage/vault/cookers/revision_git.py:149:18: W503 line break before binary operator
4swh/storage/vault/cookers/revision_git.py:150:18: W503 line break before binary operator
5../Makefile.python:25: recipe for target 'check' failed
6

Python tests

When
Completed at Mar 21 2017, 2:26 PM · Built for 7 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2Failure: ImportError (No module named 'pyblake2') ... ERROR
3Failure: ImportError (No module named 'pyblake2') ... ERROR
4Failure: ImportError (No module named 'pyblake2') ... ERROR
5Failure: ImportError (No module named 'pyblake2') ... ERROR
6Failure: ImportError (No module named 'pyblake2') ... ERROR
7
8======================================================================
9ERROR: Failure: ImportError (No module named 'pyblake2')
10----------------------------------------------------------------------
11Traceback (most recent call last):
12 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
13 raise self.exc_val.with_traceback(self.tb)
14 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
15 addr.filename, addr.module)
16 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
17 return self.importFromDir(dir_path, fqname)
18 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
19 mod = load_module(part_fqname, fh, filename, desc)
20 File "/usr/lib/python3.4/imp.py", line 235, in load_module
21 return load_source(name, filename, file)
22 File "/usr/lib/python3.4/imp.py", line 171, in load_source
23 module = methods.load()
24 File "<frozen importlib._bootstrap>", line 1220, in load
25 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
26 File "<frozen importlib._bootstrap>", line 1129, in _exec
27 File "<frozen importlib._bootstrap>", line 1471, in exec_module
28 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
29 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_api_client.py", line 9, in <module>
30 from swh.storage.tests.test_storage import CommonTestStorage
31 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/__init__.py", line 6, in <module>
32 from . import storage
33 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/storage.py", line 13, in <module>
34 from . import converters
35 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/converters.py", line 9, in <module>
36 from swh.model import identifiers
37 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module>
38 from .hashutil import hash_data, hash_git_data
39 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module>
40 import pyblake2
41ImportError: No module named 'pyblake2'
42
43======================================================================
44ERROR: Failure: ImportError (No module named 'pyblake2')
45----------------------------------------------------------------------
46Traceback (most recent call last):
47 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
48 raise self.exc_val.with_traceback(self.tb)
49 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
50 addr.filename, addr.module)
51 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
52 return self.importFromDir(dir_path, fqname)
53 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
54 mod = load_module(part_fqname, fh, filename, desc)
55 File "/usr/lib/python3.4/imp.py", line 235, in load_module
56 return load_source(name, filename, file)
57 File "/usr/lib/python3.4/imp.py", line 171, in load_source
58 module = methods.load()
59 File "<frozen importlib._bootstrap>", line 1220, in load
60 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
61 File "<frozen importlib._bootstrap>", line 1129, in _exec
62 File "<frozen importlib._bootstrap>", line 1471, in exec_module
63 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
64 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_archiver.py", line 17, in <module>
65 from swh.model import hashutil
66 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module>
67 import pyblake2
68ImportError: No module named 'pyblake2'
69
70======================================================================
71ERROR: Failure: ImportError (No module named 'pyblake2')
72----------------------------------------------------------------------
73Traceback (most recent call last):
74 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
75 raise self.exc_val.with_traceback(self.tb)
76 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
77 addr.filename, addr.module)
78 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
79 return self.importFromDir(dir_path, fqname)
80 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
81 mod = load_module(part_fqname, fh, filename, desc)
82 File "/usr/lib/python3.4/imp.py", line 235, in load_module
83 return load_source(name, filename, file)
84 File "/usr/lib/python3.4/imp.py", line 171, in load_source
85 module = methods.load()
86 File "<frozen importlib._bootstrap>", line 1220, in load
87 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
88 File "<frozen importlib._bootstrap>", line 1129, in _exec
89 File "<frozen importlib._bootstrap>", line 1471, in exec_module
90 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
91 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_converters.py", line 11, in <module>
92 from swh.storage import converters
93 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/__init__.py", line 6, in <module>
94 from . import storage
95 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/storage.py", line 13, in <module>
96 from . import converters
97 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/converters.py", line 9, in <module>
98 from swh.model import identifiers
99 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module>
100 from .hashutil import hash_data, hash_git_data
101 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module>
102 import pyblake2
103ImportError: No module named 'pyblake2'
104
105======================================================================
106ERROR: Failure: ImportError (No module named 'pyblake2')
107----------------------------------------------------------------------
108Traceback (most recent call last):
109 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
110 raise self.exc_val.with_traceback(self.tb)
111 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
112 addr.filename, addr.module)
113 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
114 return self.importFromDir(dir_path, fqname)
115 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
116 mod = load_module(part_fqname, fh, filename, desc)
117 File "/usr/lib/python3.4/imp.py", line 235, in load_module
118 return load_source(name, filename, file)
119 File "/usr/lib/python3.4/imp.py", line 171, in load_source
120 module = methods.load()
121 File "<frozen importlib._bootstrap>", line 1220, in load
122 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
123 File "<frozen importlib._bootstrap>", line 1129, in _exec
124 File "<frozen importlib._bootstrap>", line 1471, in exec_module
125 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
126 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_db.py", line 13, in <module>
127 from swh.model.hashutil import hash_to_bytes
128 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module>
129 import pyblake2
130ImportError: No module named 'pyblake2'
131
132======================================================================
133ERROR: Failure: ImportError (No module named 'pyblake2')
134----------------------------------------------------------------------
135Traceback (most recent call last):
136 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
137 raise self.exc_val.with_traceback(self.tb)
138 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
139 addr.filename, addr.module)
140 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
141 return self.importFromDir(dir_path, fqname)
142 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
143 mod = load_module(part_fqname, fh, filename, desc)
144 File "/usr/lib/python3.4/imp.py", line 235, in load_module
145 return load_source(name, filename, file)
146 File "/usr/lib/python3.4/imp.py", line 171, in load_source
147 module = methods.load()
148 File "<frozen importlib._bootstrap>", line 1220, in load
149 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
150 File "<frozen importlib._bootstrap>", line 1129, in _exec
151 File "<frozen importlib._bootstrap>", line 1471, in exec_module
152 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
153 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_storage.py", line 22, in <module>
154 from swh.model import identifiers
155 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module>
156 from .hashutil import hash_data, hash_git_data
157 File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module>
158 import pyblake2
159ImportError: No module named 'pyblake2'
160
161----------------------------------------------------------------------
162Ran 5 tests in 1.293s
163
164FAILED (errors=5)
165

Update environment from working copy

When
Completed at Mar 21 2017, 2:26 PM · Built for 27 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/snippets
2mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/snippets
3Already up-to-date.
4
5mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-fetcher-googlecode
6mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-fetcher-googlecode
7Already up-to-date.
8
9mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-cloner-git
10mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-cloner-git
11Already up-to-date.
12
13mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-core
14mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-core
15From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core
16 5db856c..d5543ef master -> origin/master
17Updating 5db856c..d5543ef
18Fast-forward
19 swh/core/hashutil.py | 170 -------------------------------------
20 swh/core/tests/test_hashutil.py | 182 ----------------------------------------
21 2 files changed, 352 deletions(-)
22 delete mode 100644 swh/core/hashutil.py
23 delete mode 100644 swh/core/tests/test_hashutil.py
24
25mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-indexer
26mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-indexer
27From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer
28 54f8eca..b560a31 master -> origin/master
29Updating 54f8eca..b560a31
30Fast-forward
31 debian/control | 1 +
32 requirements-swh.txt | 1 +
33 swh/indexer/__init__.py | 1 +
34 swh/indexer/ctags.py | 4 +-
35 swh/indexer/fossology_license.py | 4 +-
36 swh/indexer/indexer.py | 4 +-
37 swh/indexer/mimetype.py | 8 +--
38 swh/indexer/orchestrator.py | 14 ++--
39 swh/indexer/producer.py | 50 ++++++++-----
40 swh/indexer/rehash.py | 147 +++++++++++++++++++++++++++++++++++++++
41 swh/indexer/tasks.py | 13 +++-
42 11 files changed, 213 insertions(+), 34 deletions(-)
43 create mode 100644 swh/indexer/rehash.py
44
45mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-bitbucket
46mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-bitbucket
47Already up-to-date.
48
49mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-journal
50mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-journal
51From ssh://forge.softwareheritage.org/diffusion/DJNL/swh-journal
52 3831d5f..f71cc5a master -> origin/master
53Updating 3831d5f..f71cc5a
54Fast-forward
55 swh/journal/client.py | 2 +-
56 1 file changed, 1 insertion(+), 1 deletion(-)
57
58mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-github
59mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-lister-github
60Already up-to-date.
61
62mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-antelink
63mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-antelink
64Already up-to-date.
65
66mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-core
67mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-core
68Already up-to-date.
69
70mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-debian
71mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-debian
72Already up-to-date.
73
74mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-dir
75mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-dir
76Already up-to-date.
77
78mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-mercurial
79mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-mercurial
80Already up-to-date.
81
82mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-git
83mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-git
84From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git
85 16075cb..a582b76 master -> origin/master
86 * [new tag] v0.0.31 -> v0.0.31
87Updating 16075cb..a582b76
88Fast-forward
89 debian/control | 2 +-
90 swh/loader/git/converters.py | 27 +++++++++++++-----
91 swh/loader/git/loader.py | 49 +++++++++++++++++++++++++++------
92 swh/loader/git/tests/test_converters.py | 3 ++
93 swh/loader/git/updater.py | 48 ++++++++++++++++++++++++++++++++
94 5 files changed, 113 insertions(+), 16 deletions(-)
95
96mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn
97mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-svn
98From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn
99 ffae957..04d7f15 master -> origin/master
100 * [new tag] v0.0.25 -> v0.0.25
101Updating ffae957..04d7f15
102Fast-forward
103 debian/control | 6 ++--
104 requirements-swh.txt | 2 +-
105 swh/loader/svn/converters.py | 48 +--------------------------
106 swh/loader/svn/loader.py | 6 ++--
107 swh/loader/svn/tests/test_converters.py | 58 ---------------------------------
108 swh/loader/svn/tests/test_loader.py | 46 +++++++++++++-------------
109 swh/loader/svn/utils.py | 2 +-
110 7 files changed, 32 insertions(+), 136 deletions(-)
111
112mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-mirror-forge
113mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-mirror-forge
114Already up-to-date.
115
116mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar
117mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar
118Already up-to-date.
119
120mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model
121mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model
122From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model
123 3e325ca..a42c75e master -> origin/master
124Updating 3e325ca..a42c75e
125Fast-forward
126 debian/control | 1 +
127 requirements-swh.txt | 1 +
128 swh/model/hashutil.py | 83 ++++++++++++++++++++++++++++------------
129 swh/model/tests/test_hashutil.py | 31 +++++++++++++++
130 4 files changed, 92 insertions(+), 24 deletions(-)
131
132mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template
133mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template
134Already up-to-date.
135
136mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage
137mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage
138From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage
139 a48a64f..d316d17 master -> origin/master
140Updating a48a64f..d316d17
141Fast-forward
142 debian/control | 1 +
143 requirements-swh.txt | 1 +
144 swh/objstorage/cloud/objstorage_azure.py | 6 +++---
145 swh/objstorage/cloud/objstorage_cloud.py | 4 ++--
146 swh/objstorage/multiplexer/filter/id_filter.py | 4 ++--
147 swh/objstorage/objstorage.py | 6 +++---
148 swh/objstorage/objstorage_pathslicing.py | 20 +++++++++++---------
149 swh/objstorage/tests/objstorage_testing.py | 6 +++---
150 swh/objstorage/tests/test_checker.py | 6 +++---
151 swh/objstorage/tests/test_multiplexer_filter.py | 12 ++++++------
152 swh/objstorage/tests/test_objstorage_pathslicing.py | 4 ++--
153 11 files changed, 37 insertions(+), 33 deletions(-)
154
155mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler
156mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler
157Already up-to-date.
158
159mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata
160mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata
161From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
162 9211ffa..36ae27d master -> origin/master
163Updating 9211ffa..36ae27d
164Fast-forward
165 dumps/swh-archiver.dump | Bin 18407 -> 20873 bytes
166 dumps/swh-archiver.sql | 88 +++++++++++++++++++++++++++++--
167 dumps/swh.dump | Bin 185669 -> 186008 bytes
168 dumps/swh.sql | 135 +++++++++++++++++++++++++++---------------------
169 4 files changed, 160 insertions(+), 63 deletions(-)
170
171mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
172mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
173From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
174 cb03a7d..627bde4 master -> origin/master
175Updating cb03a7d..627bde4
176Fast-forward
177 sql/swh-func.sql | 50 +++-----
178 sql/swh-schema.sql | 2 +-
179 sql/upgrades/102.sql | 183 +++++++++++++++++++++++++++++
180 swh/storage/db.py | 40 ++++---
181 swh/storage/listener.py | 1 +
182 swh/storage/storage.py | 42 ++++---
183 swh/storage/tests/test_api_client.py | 4 +-
184 swh/storage/tests/test_storage.py | 66 ++++++-----
185 swh/storage/vault/api/cooking_tasks.py | 5 +-
186 swh/storage/vault/api/server.py | 17 ++-
187 swh/storage/vault/cookers/base.py | 44 +++----
188 swh/storage/vault/cookers/directory.py | 4 +-
189 swh/storage/vault/cookers/revision_flat.py | 9 +-
190 swh/storage/vault/cookers/revision_git.py | 34 ++++--
191 14 files changed, 343 insertions(+), 158 deletions(-)
192 create mode 100644 sql/upgrades/102.sql
193
194mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui
195mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui
196From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
197 0e37496..67b1cf5 master -> origin/master
198 * [new tag] v0.0.81 -> v0.0.81
199Updating 0e37496..67b1cf5
200Fast-forward
201 debian/control | 1 +
202 requirements-swh.txt | 1 +
203 swh/web/ui/converters.py | 2 +-
204 swh/web/ui/query.py | 10 +--
205 swh/web/ui/service.py | 6 +-
206 swh/web/ui/tests/test_backend.py | 109 ++++++++++++++++----------------
207 swh/web/ui/tests/test_converters.py | 84 +++++++++++++------------
208 swh/web/ui/tests/test_query.py | 14 ++---
209 swh/web/ui/tests/test_service.py | 122 +++++++++++++++++++-----------------
210 swh/web/ui/views/browse.py | 4 --
211 10 files changed, 180 insertions(+), 173 deletions(-)
212
213mr update: finished (24 ok)
214

Clone on Software Heritage Worker

When
Completed at Mar 21 2017, 2:26 PM · Built instantly
Status
Passed

Event Timeline