Page MenuHomeSoftware Heritage

Build 1171

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

Lint

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

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

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

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2swh/storage/db.py:198:40: E701 multiple statements on one line (colon)
3swh/storage/db.py:201:39: E701 multiple statements on one line (colon)
4swh/storage/db.py:204:50: E701 multiple statements on one line (colon)
5swh/storage/db.py:207:45: E701 multiple statements on one line (colon)
6swh/storage/db.py:210:46: E701 multiple statements on one line (colon)
7swh/storage/db.py:213:37: E701 multiple statements on one line (colon)
8swh/storage/db.py:216:45: E701 multiple statements on one line (colon)
9swh/storage/db.py:219:53: E701 multiple statements on one line (colon)
10swh/storage/db.py:235:46: E701 multiple statements on one line (colon)
11swh/storage/db.py:238:48: E701 multiple statements on one line (colon)
12swh/storage/db.py:241:54: E701 multiple statements on one line (colon)
13swh/storage/db.py:244:47: E701 multiple statements on one line (colon)
14swh/storage/db.py:247:46: E701 multiple statements on one line (colon)
15swh/storage/db.py:250:57: E701 multiple statements on one line (colon)
16swh/storage/db.py:253:53: E701 multiple statements on one line (colon)
17swh/storage/db.py:256:51: E701 multiple statements on one line (colon)
18swh/storage/db.py:824:28: E121 continuation line indentation is not a multiple of four
19swh/storage/db.py:836:28: E121 continuation line indentation is not a multiple of four
20swh/storage/db.py:848:56: E701 multiple statements on one line (colon)
21swh/storage/db.py:859:48: E701 multiple statements on one line (colon)
22swh/storage/db.py:877:48: E701 multiple statements on one line (colon)
23swh/storage/db.py:880:56: E701 multiple statements on one line (colon)
24swh/storage/db.py:929:28: E121 continuation line indentation is not a multiple of four
25swh/storage/db.py:939:28: E121 continuation line indentation is not a multiple of four
26swh/storage/db.py:949:65: E701 multiple statements on one line (colon)
27swh/storage/db.py:960:57: E701 multiple statements on one line (colon)
28swh/storage/db.py:963:65: E701 multiple statements on one line (colon)
29swh/storage/db.py:1004:34: E121 continuation line indentation is not a multiple of four
30swh/storage/storage.py:511:80: E501 line too long (80 > 79 characters)
31swh/storage/storage.py:1607:19: E121 continuation line indentation is not a multiple of four
32swh/storage/provenance/tasks.py:92:25: E126 continuation line over-indented for hanging indent
33swh/storage/tests/test_db.py:49:25: E126 continuation line over-indented for hanging indent
34swh/storage/tests/test_storage.py:1546:28: E121 continuation line indentation is not a multiple of four
35swh/storage/tests/test_storage.py:1569:32: E121 continuation line indentation is not a multiple of four
36swh/storage/tests/test_storage.py:1574:28: E121 continuation line indentation is not a multiple of four
37swh/storage/tests/test_storage.py:1742:17: E126 continuation line over-indented for hanging indent
38swh/storage/tests/test_storage.py:1743:17: E126 continuation line over-indented for hanging indent
39swh/storage/api/server.py:29:13: E124 closing bracket does not match visual indentation
40../Makefile.python:25: recipe for target 'check' failed
41

Python tests

When
Completed at Jun 1 2017, 6:58 PM · Built for 10 s
Status
Failed
1 empty logs are hidden. Show all logs.

Build Log 3961 (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 'multidict') ... ERROR
5ctags_to_db (test_converters.TestConverters) ... ok
6db_to_author (test_converters.TestConverters) ... ok
7db_to_ctags (test_converters.TestConverters) ... ok
8db_to_fossology_license (test_converters.TestConverters) ... ok
9db_to_git_headers (test_converters.TestConverters) ... ok
10db_to_language (test_converters.TestConverters) ... ok
11db_to_mimetype (test_converters.TestConverters) ... ok
12db_to_release (test_converters.TestConverters) ... ok
13db_to_revision (test_converters.TestConverters) ... ok
14
15======================================================================
16ERROR: Failure: ImportError (No module named 'multidict')
17----------------------------------------------------------------------
18Traceback (most recent call last):
19 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
20 raise self.exc_val.with_traceback(self.tb)
21 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
22 addr.filename, addr.module)
23 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
24 return self.importFromDir(dir_path, fqname)
25 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
26 mod = load_module(part_fqname, fh, filename, desc)
27 File "/usr/lib/python3.4/imp.py", line 235, in load_module
28 return load_source(name, filename, file)
29 File "/usr/lib/python3.4/imp.py", line 171, in load_source
30 module = methods.load()
31 File "<frozen importlib._bootstrap>", line 1220, in load
32 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
33 File "<frozen importlib._bootstrap>", line 1129, in _exec
34 File "<frozen importlib._bootstrap>", line 1471, in exec_module
35 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
36 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_archiver.py", line 27, in <module>
37 from swh.objstorage.api.server import make_app
38 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-objstorage/swh/objstorage/api/server.py", line 11, in <module>
39 from swh.core.api_async import (SWHRemoteAPI, decode_request,
40 File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-core/swh/core/api_async.py", line 5, in <module>
41 import multidict
42ImportError: No module named 'multidict'
43
44----------------------------------------------------------------------
45Ran 10 tests in 3.492s
46
47FAILED (errors=1)
48

Update environment from working copy

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

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

44mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-mercurial
45mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-mercurial
46Already up-to-date.
47
48mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-git
49mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-git
50Already up-to-date.
51
52mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-tar
53mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-tar
54Already up-to-date.
55
56mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn
57mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn
58Already up-to-date.
59
60mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-mirror-forge
61mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-mirror-forge
62Already up-to-date.
63
64mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model
65mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model
66Already up-to-date.
67
68mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template
69mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template
70Already up-to-date.
71
72mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
73mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
74Already up-to-date.
75
76mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler
77mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler
78Already up-to-date.
79
80mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
81mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
82Already up-to-date.
83
84mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
85mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
86Already up-to-date.
87
88mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
89mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
90Already up-to-date.
91
92mr update: finished (23 ok)
93

Clone on Software Heritage Worker

When
Completed at Jun 1 2017, 6:57 PM · Built instantly
Status
Passed