Page MenuHomeSoftware Heritage

Build 1171

You are viewing an older run of this build. View Current Build

Lint

When
Completed at Jun 1 2017, 4:58 PM · Built for 1 s
Status
Failed

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

1/usr/bin/python3: No module named flake8
2make: *** [check] Error 1
3

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2../Makefile.python:25: recipe for target 'check' failed
3

Python tests

When
Completed at Jun 1 2017, 4:59 PM · Built for 7 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2W: unknown repository 'swh-lister-github', you might want to remove it
3W: unknown repository 'swh-lister-bitbucket', you might want to remove it
4Failure: ImportError (No module named 'aiohttp') ... ERROR
5Failure: ImportError (No module named 'aiohttp') ... ERROR
6Failure: ImportError (No module named 'aiohttp') ... ERROR
7ctags_to_db (test_converters.TestConverters) ... ok
8db_to_author (test_converters.TestConverters) ... ok
9db_to_ctags (test_converters.TestConverters) ... ok
10db_to_fossology_license (test_converters.TestConverters) ... ok
11db_to_git_headers (test_converters.TestConverters) ... ok
12db_to_language (test_converters.TestConverters) ... ok
13db_to_mimetype (test_converters.TestConverters) ... ok
14db_to_release (test_converters.TestConverters) ... ok
15db_to_revision (test_converters.TestConverters) ... ok
16
17======================================================================
18ERROR: Failure: ImportError (No module named 'aiohttp')
19----------------------------------------------------------------------
20Traceback (most recent call last):
21 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
22 raise self.exc_val.with_traceback(self.tb)
23 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
24 addr.filename, addr.module)
25 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
26 return self.importFromDir(dir_path, fqname)
27 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
28 mod = load_module(part_fqname, fh, filename, desc)
29 File "/usr/lib/python3.4/imp.py", line 235, in load_module
30 return load_source(name, filename, file)
31 File "/usr/lib/python3.4/imp.py", line 171, in load_source
32 module = methods.load()
33 File "<frozen importlib._bootstrap>", line 1220, in load
34 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
35 File "<frozen importlib._bootstrap>", line 1129, in _exec
36 File "<frozen importlib._bootstrap>", line 1471, in exec_module
37 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
38 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module>
39 import aiohttp
40ImportError: No module named 'aiohttp'
41
42======================================================================
43ERROR: Failure: ImportError (No module named 'aiohttp')
44----------------------------------------------------------------------
45Traceback (most recent call last):
46 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
47 raise self.exc_val.with_traceback(self.tb)
48 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
49 addr.filename, addr.module)
50 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
51 return self.importFromDir(dir_path, fqname)
52 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
53 mod = load_module(part_fqname, fh, filename, desc)
54 File "/usr/lib/python3.4/imp.py", line 235, in load_module
55 return load_source(name, filename, file)
56 File "/usr/lib/python3.4/imp.py", line 171, in load_source
57 module = methods.load()
58 File "<frozen importlib._bootstrap>", line 1220, in load
59 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
60 File "<frozen importlib._bootstrap>", line 1129, in _exec
61 File "<frozen importlib._bootstrap>", line 1471, in exec_module
62 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
63 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_api_client.py", line 10, in <module>
64 from swh.storage.tests.server_testing import ServerTestFixture
65 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module>
66 import aiohttp
67ImportError: No module named 'aiohttp'
68
69======================================================================
70ERROR: Failure: ImportError (No module named 'aiohttp')
71----------------------------------------------------------------------
72Traceback (most recent call last):
73 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
74 raise self.exc_val.with_traceback(self.tb)
75 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
76 addr.filename, addr.module)
77 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
78 return self.importFromDir(dir_path, fqname)
79 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
80 mod = load_module(part_fqname, fh, filename, desc)
81 File "/usr/lib/python3.4/imp.py", line 235, in load_module
82 return load_source(name, filename, file)
83 File "/usr/lib/python3.4/imp.py", line 171, in load_source
84 module = methods.load()
85 File "<frozen importlib._bootstrap>", line 1220, in load
86 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
87 File "<frozen importlib._bootstrap>", line 1129, in _exec
88 File "<frozen importlib._bootstrap>", line 1471, in exec_module
89 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
90 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module>
91 from server_testing import ServerTestFixtureAsync
92 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module>
93 import aiohttp
94ImportError: No module named 'aiohttp'
95
96----------------------------------------------------------------------
97Ran 12 tests in 2.292s
98
99FAILED (errors=3)
100

Update environment from working copy

When
Completed at Jun 1 2017, 4:58 PM · Built for 41 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/snippets
2mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/snippets
3Already up-to-date.
4
5mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-cloner-git
6mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-cloner-git
7Already up-to-date.
8
9mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-fetcher-googlecode
10mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-fetcher-googlecode
11Already up-to-date.
12
13mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-core
14mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-core
15Already up-to-date.
16
17mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-indexer
18mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-indexer
19From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer
20 12561fa..6371109 master -> origin/master
21Updating 12561fa..6371109
22Fast-forward
23 swh/indexer/ctags.py | 20 ++++++++------------
24 swh/indexer/fossology_license.py | 28 ++++++++++++----------------
25 swh/indexer/indexer.py | 19 +++++++++++++++++++
26 swh/indexer/language.py | 27 ++++++++++++++++++---------
27 swh/indexer/mimetype.py | 13 +++++--------
28 5 files changed, 62 insertions(+), 45 deletions(-)
29
30mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-journal
31mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-journal
32Already up-to-date.
33
34mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-lister
35mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-lister
36Already up-to-date.
37
38mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-antelink
39mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-antelink
40Already up-to-date.
41
42mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-core
43mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-core
44Already up-to-date.
45
46mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-debian
47mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-debian
48Already up-to-date.
49
50mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-dir
51mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-dir
52Already up-to-date.
53
54mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-mercurial
55mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-mercurial
56Already up-to-date.
57
58mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-git
59mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-git
60Already up-to-date.
61
62mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-tar
63mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-tar
64Already up-to-date.
65
66mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn
67mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn
68Already up-to-date.
69
70mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-mirror-forge
71mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-mirror-forge
72Already up-to-date.
73
74mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model
75mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model
76Already up-to-date.
77
78mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
79mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
80Already up-to-date.
81
82mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template
83mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template
84Already up-to-date.
85
86mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler
87mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler
88From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler
89 324a3cc..07ea766 master -> origin/master
90Updating 324a3cc..07ea766
91Fast-forward
92 bin/swh-worker-control | 39 +++++++++++++++++++++++++++++-----
93 swh/scheduler/celery_backend/config.py | 9 ++++++++
94 2 files changed, 43 insertions(+), 5 deletions(-)
95
96mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
97mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
98Already up-to-date.
99
100mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
101mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
102Already up-to-date.
103
104mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
105mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
106From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
107 85fdb1c..5ff3979 master -> origin/master
108Updating 85fdb1c..5ff3979
109Fast-forward
110 sql/swh-data.sql | 3 +
111 sql/swh-func.sql | 128 ++++++---------
112 sql/swh-indexes.sql | 2 +-
113 sql/swh-schema.sql | 2 +-
114 swh/storage/converters.py | 38 +++--
115 swh/storage/db.py | 29 ++--
116 swh/storage/storage.py | 47 +++---
117 swh/storage/tests/server_testing.py | 107 ++++++++++---
118 swh/storage/tests/test_archiver.py | 8 +-
119 swh/storage/tests/test_converters.py | 55 +++++--
120 swh/storage/tests/test_storage.py | 294 ++++++++++++++++++-----------------
121 11 files changed, 405 insertions(+), 308 deletions(-)
122
123mr update: finished (23 ok)
124

Clone on Software Heritage Worker

When
Completed at Jun 1 2017, 4:58 PM · Built instantly
Status
Passed