Page MenuHomeSoftware Heritage

Build 797

Lint

When
Completed at Dec 2 2016, 4:29 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

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

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

1W: unknown repository 'swh-environment', you might want to remove it
2ctags_to_db (test_converters.TestConverters) ... ok
3db_to_author (test_converters.TestConverters) ... ok
4db_to_ctags (test_converters.TestConverters) ... ok
5db_to_git_headers (test_converters.TestConverters) ... ok
6db_to_language (test_converters.TestConverters) ... ok
7db_to_mimetype (test_converters.TestConverters) ... ok
8db_to_release (test_converters.TestConverters) ... ok
9db_to_revision (test_converters.TestConverters) ... ok
10
11----------------------------------------------------------------------
12Ran 8 tests in 0.627s
13
14OK
15

Update environment from working copy

When
Completed at Dec 2 2016, 4:29 PM · Built for 18 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

41mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-dir
42Already up-to-date.
43
44mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-svn
45mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-svn
46Already up-to-date.
47
48mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model
49mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-model
50Already up-to-date.
51
52mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-git
53mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-git
54From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git
55 * [new tag] v0.0.23 -> v0.0.23
56Already up-to-date.
57
58mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-tar
59mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-loader-tar
60Already up-to-date.
61
62mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage
63mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage
64Already up-to-date.
65
66mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-py-template
67mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-py-template
68Already up-to-date.
69
70mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-scheduler
71mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-scheduler
72Already up-to-date.
73
74mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata
75mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata
76Already up-to-date.
77
78mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
79mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
80From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
81 bc7f776..7ef1700 master -> origin/master
82 * [new tag] v0.0.71 -> v0.0.71
83 * [new tag] v0.0.72 -> v0.0.72
84 * [new tag] v0.0.73 -> v0.0.73
85 * [new tag] v0.0.74 -> v0.0.74
86Updating bc7f776..7ef1700
87Fast-forward
88 sql/clusters.dot | 12 +-
89 ...er_configuration.tool_configuration.schema.json | 11 +
90 sql/swh-data.sql | 43 +-
91 sql/swh-func.sql | 256 +++++++++--
92 sql/swh-init.sql | 2 +-
93 sql/swh-schema.sql | 59 +--
94 sql/upgrades/091.sql | 40 ++
95 sql/upgrades/092.sql | 29 ++
96 sql/upgrades/093.sql | 61 +++
97 sql/upgrades/094.sql | 25 ++
98 sql/upgrades/095.sql | 25 ++
99 sql/upgrades/096.sql | 38 ++
100 sql/upgrades/097.sql | 490 +++++++++++++++++++++
101 swh/storage/api/client.py | 7 +
102 swh/storage/api/server.py | 6 +
103 swh/storage/converters.py | 70 +++
104 swh/storage/db.py | 50 ++-
105 swh/storage/exc.py | 2 +-
106 swh/storage/storage.py | 93 ++--
107 swh/storage/tests/test_converters.py | 81 ++++
108 swh/storage/tests/test_storage.py | 437 ++++++++++++++++--
109 21 files changed, 1688 insertions(+), 149 deletions(-)
110 create mode 100644 sql/json/indexer_configuration.tool_configuration.schema.json
111 create mode 100644 sql/upgrades/091.sql
112 create mode 100644 sql/upgrades/092.sql
113 create mode 100644 sql/upgrades/093.sql
114 create mode 100644 sql/upgrades/094.sql
115 create mode 100644 sql/upgrades/095.sql
116 create mode 100644 sql/upgrades/096.sql
117 create mode 100644 sql/upgrades/097.sql
118
119mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web-ui
120mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web-ui
121From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
122 bfdd9f9..49c7f4e master -> origin/master
123 * [new tag] v0.0.47 -> v0.0.47
124 * [new tag] v0.0.48 -> v0.0.48
125 * [new tag] v0.0.49 -> v0.0.49
126Updating bfdd9f9..49c7f4e
127Fast-forward
128 swh/web/ui/static/css/style.css | 11 ++++--
129 swh/web/ui/templates/browse.html | 6 +++
130 .../ui/templates/includes/home-search-symbol.html | 43 ++++++++++++++++++++++
131 swh/web/ui/templates/includes/search-form.html | 28 --------------
132 swh/web/ui/templates/search.html | 9 ++++-
133 swh/web/ui/templates/symbols.html | 43 ++++++++++++++++------
134 swh/web/ui/views/api.py | 6 +--
135 swh/web/ui/views/browse.py | 5 +++
136 8 files changed, 104 insertions(+), 47 deletions(-)
137 create mode 100644 swh/web/ui/templates/includes/home-search-symbol.html
138
139mr update: finished (21 ok)
140

Clone on Software Heritage Worker

When
Completed at Dec 2 2016, 4:29 PM · Built instantly
Status
Passed

Event Timeline