Page MenuHomeSoftware Heritage

Build 1169

Lint

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

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

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

Build Log 3934 (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 9 s
Status
Failed
1 empty logs are hidden. Show all logs.

Build Log 3933 (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-177/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-177/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-177/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-177/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-177/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.823s
98
99FAILED (errors=3)
100

Update environment from working copy

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

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

1mr update: command failed
2

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

1mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-fetcher-googlecode
2mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-fetcher-googlecode
3Already up-to-date.
4
5mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/snippets
6mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/snippets
7Already up-to-date.
8
9mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-cloner-git
10mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-cloner-git
11Already up-to-date.
12
13mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-core
14mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-core
15Already up-to-date.
16
17mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-indexer
18mr update: /home/temp-drydock/drydock/workingcopy-177/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-177/repo/swh-environment/swh-journal
31mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-journal
32Already up-to-date.
33
34mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-antelink
35mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-antelink
36Already up-to-date.
37
38mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-lister
39mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-lister
40Already up-to-date.
41
42mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-debian
43mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-debian
44Already up-to-date.
45
46mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-core
47mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-core
48Already up-to-date.
49
50mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-dir
51mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-dir
52Already up-to-date.
53
54mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-git
55mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-git
56Already up-to-date.
57
58mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-mirror-forge
59mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-mirror-forge
60ssh_exchange_identification: Connection closed by remote host
61fatal: Could not read from remote repository.
62
63Please make sure you have the correct access rights
64and the repository exists.
65
66mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-mercurial
67mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-mercurial
68Already up-to-date.
69
70mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-svn
71mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-svn
72Already up-to-date.
73
74mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-tar
75mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-loader-tar
76Already up-to-date.
77
78mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-objstorage
79mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-objstorage
80Already up-to-date.
81
82mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-model
83mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-model
84Already up-to-date.
85
86mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template
87mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template
88Already up-to-date.
89
90mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler
91mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler
92Already up-to-date.
93
94mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata
95mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata
96Already up-to-date.
97
98mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
99mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
100Already up-to-date.
101
102mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage
103mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage
104From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
105 b4dfe06..5ff3979 master -> origin/master
106Updating b4dfe06..5ff3979
107Fast-forward
108 sql/swh-data.sql | 3 +
109 sql/swh-func.sql | 128 ++++++---------
110 sql/swh-indexes.sql | 2 +-
111 sql/swh-schema.sql | 2 +-
112 swh/storage/converters.py | 38 +++--
113 swh/storage/db.py | 29 ++--
114 swh/storage/storage.py | 47 +++---
115 swh/storage/tests/test_converters.py | 55 +++++--
116 swh/storage/tests/test_storage.py | 294 ++++++++++++++++++-----------------
117 9 files changed, 315 insertions(+), 283 deletions(-)
118
119mr update: finished (22 ok; 1 failed)
120

Clone on Software Heritage Worker

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

Event Timeline