Page MenuHomeSoftware Heritage

Build 572

Lint

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

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

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

Python tests

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

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

Update environment from working copy

When
Completed at Aug 19 2016, 12:14 PM · Built for 20 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

62mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-svn
63From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn
64 837fbc1..134385e reschedule-svn-failed-task -> origin/reschedule-svn-failed-task
65 * [new tag] v0.0.12 -> v0.0.12
66 * [new tag] v0.0.13 -> v0.0.13
67Already up-to-date.
68
69mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-model
70mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-model
71Already up-to-date.
72
73mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-tar
74mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-loader-tar
75From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar
76 48e41a4..e777e55 master -> origin/master
77 * [new tag] v0.0.20 -> v0.0.20
78Updating 48e41a4..e777e55
79Fast-forward
80 debian/control | 4 ++--
81 requirements.txt | 4 ++--
82 2 files changed, 4 insertions(+), 4 deletions(-)
83
84mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-objstorage
85mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-objstorage
86From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage
87 9850ab4..b8b6e1c master -> origin/master
88 * [new tag] v0.0.2 -> v0.0.2
89Updating 9850ab4..b8b6e1c
90Fast-forward
91 debian/changelog | 6 +-
92 setup.py | 1 +
93 swh/objstorage/api/client.py | 81 +----------
94 swh/objstorage/cloud/__init__.py | 3 +
95 swh/objstorage/cloud/objstorage_cloud.py | 150 +++++++++++++++++++++
96 swh/objstorage/multiplexer/filter/filter.py | 34 +++--
97 swh/objstorage/multiplexer/filter/id_filter.py | 17 +--
98 .../multiplexer/filter/read_write_filter.py | 1 -
99 .../multiplexer/multiplexer_objstorage.py | 72 +++-------
100 swh/objstorage/objstorage.py | 36 ++++-
101 swh/objstorage/objstorage_pathslicing.py | 79 +----------
102 swh/objstorage/tests/objstorage_testing.py | 10 +-
103 swh/objstorage/tests/test_objstorage.py | 17 ---
104 .../tests/test_objstorage_pathslicing.py | 12 +-
105 14 files changed, 248 insertions(+), 271 deletions(-)
106 create mode 100644 swh/objstorage/cloud/__init__.py
107 create mode 100644 swh/objstorage/cloud/objstorage_cloud.py
108 delete mode 100644 swh/objstorage/tests/test_objstorage.py
109
110mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-py-template
111mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-py-template
112Already up-to-date.
113
114mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-scheduler
115mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-scheduler
116Already up-to-date.
117
118mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata
119mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata
120Already up-to-date.
121
122mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage
123mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage
124From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
125 b5780ee..7d7f403 master -> origin/master
126Updating b5780ee..7d7f403
127Fast-forward
128 debian/control | 9 ++-
129 debian/rules | 12 +++-
130 docs/vault-blueprint.md | 139 +++++++++++++++++++++++++++++++++++++++
131 requirements.txt | 2 +-
132 sql/swh-schema.sql | 127 ++++++++++++++++++++++++++++++++++-
133 sql/upgrades/074.sql | 112 +++++++++++++++++++++++++++++++
134 swh/storage/archiver/director.py | 29 ++++----
135 swh/storage/archiver/storage.py | 33 ++++++++--
136 swh/storage/db.py | 79 ++++++++++++++++++++--
137 swh/storage/listener.py | 100 ++++++++++++++++++++++++++++
138 10 files changed, 605 insertions(+), 37 deletions(-)
139 create mode 100644 docs/vault-blueprint.md
140 create mode 100644 sql/upgrades/074.sql
141 create mode 100644 swh/storage/listener.py
142
143mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui
144mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui
145From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
146 a4607b8..d69319d master -> origin/master
147Updating a4607b8..d69319d
148Fast-forward
149 resources/test/webapp.ini | 4 +-
150 swh/web/ui/backend.py | 10 +-
151 swh/web/ui/converters.py | 2 +
152 swh/web/ui/main.py | 8 +-
153 swh/web/ui/service.py | 30 +--
154 swh/web/ui/tests/test_app.py | 5 +-
155 swh/web/ui/tests/test_service.py | 58 +----
156 swh/web/ui/tests/views/test_api.py | 426 ++++---------------------------------
157 swh/web/ui/views/api.py | 288 +++----------------------
158 9 files changed, 84 insertions(+), 747 deletions(-)
159
160mr update: finished (20 ok)
161

Clone on Software Heritage Worker

When
Completed at Aug 19 2016, 12:13 PM · Built instantly
Status
Passed

Event Timeline