Page MenuHomeSoftware Heritage

Build 553

Properties

Buildable
B374: Diff 331
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

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

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

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

Python tests

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

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

Update environment from working copy

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

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

1mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-core
2mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-core
3Already up-to-date.
4
5mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/snippets
6mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/snippets
7Already up-to-date.
8
9mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-lister-github
10mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-lister-github
11Already up-to-date.
12
13mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-cloner-git
14mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-cloner-git
15Already up-to-date.
16
17mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-fetcher-googlecode
18mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-fetcher-googlecode
19Already up-to-date.
20
21mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-debian
22mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-debian
23Already up-to-date.
24
25mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-antelink
26mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-antelink
27Already up-to-date.
28
29mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-core
30mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-core
31Already up-to-date.
32
33mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-dir
34mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-dir
35Already up-to-date.
36
37mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-git
38mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-git
39Already up-to-date.
40
41mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-svn
42mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-svn
43Already up-to-date.
44
45mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model
46mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model
47Already up-to-date.
48
49mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-tar
50mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-tar
51Already up-to-date.
52
53mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-py-template
54mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-py-template
55Already up-to-date.
56
57mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-objstorage
58mr update: /home/temp-drydock/drydock/workingcopy-161/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-161/repo/swh-environment/swh-scheduler
82mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler
83Already up-to-date.
84
85mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata
86mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata
87Already up-to-date.
88
89mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui
90mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui
91Already up-to-date.
92
93mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage
94mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage
95From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
96 9fdbadd..b5780ee master -> origin/master
97Updating 9fdbadd..b5780ee
98Fast-forward
99 sql/swh-func.sql | 75 ++++++++++++++++++++++++++++++++++++----
100 sql/swh-schema.sql | 2 +-
101 sql/upgrades/072.sql | 88 +++++++++++++++++++++++++++++++++++++++++++++++
102 sql/upgrades/073.sql | 48 ++++++++++++++++++++++++++
103 swh/storage/converters.py | 14 ++++++--
104 5 files changed, 217 insertions(+), 10 deletions(-)
105 create mode 100644 sql/upgrades/072.sql
106 create mode 100644 sql/upgrades/073.sql
107
108mr update: finished (19 ok)
109

Clone on Software Heritage Worker

When
Completed at Aug 12 2016, 2:43 PM · Built instantly
Status
Passed

Event Timeline