Page MenuHomeSoftware Heritage

Build 555

Lint

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

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

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

Python tests

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

Build Log 1849 (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.579s
10
11OK
12

Update environment from working copy

When
Completed at Aug 16 2016, 2:16 PM · Built for 11 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-cloner-git
2mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-cloner-git
3Already up-to-date.
4
5mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-core
6mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-core
7Already up-to-date.
8
9mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/snippets
10mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/snippets
11Already up-to-date.
12
13mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-fetcher-googlecode
14mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-fetcher-googlecode
15Already up-to-date.
16
17mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-lister-github
18mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-lister-github
19Already up-to-date.
20
21mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-antelink
22mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-antelink
23Already up-to-date.
24
25mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-dir
26mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-dir
27Already up-to-date.
28
29mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-debian
30mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-debian
31Already up-to-date.
32
33mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-core
34mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-core
35Already up-to-date.
36
37mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-git
38mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-git
39Already up-to-date.
40
41mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-tar
42mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-tar
43Already up-to-date.
44
45mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-svn
46mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-svn
47Already up-to-date.
48
49mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model
50mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model
51Already up-to-date.
52
53mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template
54mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template
55Already up-to-date.
56
57mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-objstorage
58mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-objstorage
59From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage
60 38d4238..742b86e master -> origin/master
61Updating 38d4238..742b86e
62Fast-forward
63 swh/objstorage/__init__.py | 4 +-
64 swh/objstorage/api/client.py | 81 +-----
65 swh/objstorage/checker.py | 304 +++++++++++++--------
66 swh/objstorage/cloud/__init__.py | 3 +
67 swh/objstorage/cloud/objstorage_cloud.py | 155 +++++++++++
68 swh/objstorage/multiplexer/filter/filter.py | 34 ++-
69 swh/objstorage/multiplexer/filter/id_filter.py | 17 +-
70 .../multiplexer/filter/read_write_filter.py | 1 -
71 .../multiplexer/multiplexer_objstorage.py | 72 ++---
72 swh/objstorage/objstorage.py | 36 ++-
73 swh/objstorage/objstorage_pathslicing.py | 79 +-----
74 swh/objstorage/tests/test_checker.py | 157 ++++++-----
75 swh/objstorage/tests/test_objstorage.py | 17 --
76 13 files changed, 517 insertions(+), 443 deletions(-)
77 create mode 100644 swh/objstorage/cloud/__init__.py
78 create mode 100644 swh/objstorage/cloud/objstorage_cloud.py
79 delete mode 100644 swh/objstorage/tests/test_objstorage.py
80
81mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata
82mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata
83Already up-to-date.
84
85mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler
86mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler
87Already up-to-date.
88
89mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage
90mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage
91From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
92 ddaf1a0..1e97458 master -> origin/master
93Updating ddaf1a0..1e97458
94Fast-forward
95 docs/vault-blueprint.md | 139 ++++++++++++++++++++++++++++++++++++++++++++++++
96 sql/swh-func.sql | 59 ++++++++++++++++++++
97 sql/swh-schema.sql | 2 +-
98 sql/upgrades/073.sql | 48 +++++++++++++++++
99 4 files changed, 247 insertions(+), 1 deletion(-)
100 create mode 100644 docs/vault-blueprint.md
101 create mode 100644 sql/upgrades/073.sql
102
103mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui
104mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui
105From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
106 a4607b8..d69319d master -> origin/master
107Updating a4607b8..d69319d
108Fast-forward
109 resources/test/webapp.ini | 4 +-
110 swh/web/ui/backend.py | 10 +-
111 swh/web/ui/converters.py | 2 +
112 swh/web/ui/main.py | 8 +-
113 swh/web/ui/service.py | 30 +--
114 swh/web/ui/tests/test_app.py | 5 +-
115 swh/web/ui/tests/test_service.py | 58 +----
116 swh/web/ui/tests/views/test_api.py | 426 ++++---------------------------------
117 swh/web/ui/views/api.py | 288 +++----------------------
118 9 files changed, 84 insertions(+), 747 deletions(-)
119
120mr update: finished (19 ok)
121

Clone on Software Heritage Worker

When
Completed at Aug 16 2016, 2:15 PM · Built instantly
Status
Passed

Event Timeline