Properties
Properties
- Buildable
- B537: rDSTOf7becdeb8743: Add the means to pipe contents to another queue once copied
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Oct 13 2016, 3:36 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Oct 13 2016, 3:36 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | db_to_author (test_converters.TestConverters) ... ok |
3 | db_to_git_headers (test_converters.TestConverters) ... ok |
4 | db_to_release (test_converters.TestConverters) ... ok |
5 | db_to_revision (test_converters.TestConverters) ... ok |
6 | |
7 | ---------------------------------------------------------------------- |
8 | Ran 4 tests in 0.708s |
9 | |
10 | OK |
11 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Oct 13 2016, 3:36 PM · Built for 17 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-fetcher-googlecode |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-fetcher-googlecode |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-cloner-git |
6 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-cloner-git |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-indexer |
10 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-indexer |
11 | From ssh://forge.softwareheritage.org/diffusion/78/swh-indexer |
12 | af824af..8f9fba6 master -> origin/master |
13 | * [new tag] v0.0.8 -> v0.0.8 |
14 | * [new tag] v0.0.7 -> v0.0.7 |
15 | Updating af824af..8f9fba6 |
16 | Fast-forward |
17 | debian/control | 6 +- |
18 | requirements.txt | 4 +- |
19 | swh/indexer/__init__.py | 26 +++ |
20 | swh/indexer/converters.py | 18 --- |
21 | swh/indexer/file_properties.py | 39 ----- |
22 | swh/indexer/indexer.py | 191 ++++++++++++++++++++++ |
23 | swh/indexer/language.py | 236 ++++++--------------------- |
24 | swh/indexer/mimetype.py | 109 +++++++++++++ |
25 | swh/indexer/orchestrator.py | 48 ++++++ |
26 | swh/indexer/producer.py | 145 +++++++---------- |
27 | swh/indexer/storage.py | 122 -------------- |
28 | swh/indexer/tasks.py | 38 ++--- |
29 | swh/indexer/worker.py | 353 ----------------------------------------- |
30 | 13 files changed, 493 insertions(+), 842 deletions(-) |
31 | create mode 100644 swh/indexer/__init__.py |
32 | delete mode 100644 swh/indexer/converters.py |
33 | delete mode 100644 swh/indexer/file_properties.py |
34 | create mode 100644 swh/indexer/indexer.py |
35 | create mode 100644 swh/indexer/mimetype.py |
36 | create mode 100644 swh/indexer/orchestrator.py |
37 | delete mode 100644 swh/indexer/storage.py |
38 | delete mode 100644 swh/indexer/worker.py |
39 | |
40 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-core |
41 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-core |
42 | From ssh://forge.softwareheritage.org/diffusion/DCORE/swh-core |
43 | fe81921..3cce81f master -> origin/master |
44 | * [new tag] v0.0.26 -> v0.0.26 |
45 | Updating fe81921..3cce81f |
46 | Fast-forward |
47 | swh/core/config.py | 30 +++++++++++++++++++++++++++--- |
48 | swh/core/tests/test_config.py | 35 ++++++++++++++++++++++++++++++++--- |
49 | 2 files changed, 59 insertions(+), 6 deletions(-) |
50 | |
51 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/snippets |
52 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/snippets |
53 | From ssh://forge.softwareheritage.org/diffusion/59/code-snippets |
54 | a7ac914..9bf40bb master -> origin/master |
55 | Updating a7ac914..9bf40bb |
56 | Fast-forward |
57 | olasd/azure/create-vm.sh | 36 +++++++++++++++++++++++++++ |
58 | olasd/azure/provision-vm.sh | 60 +++++++++++++++++++++++++++++++++++++++++++++ |
59 | 2 files changed, 96 insertions(+) |
60 | create mode 100644 olasd/azure/create-vm.sh |
61 | create mode 100644 olasd/azure/provision-vm.sh |
62 | |
63 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-journal |
64 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-journal |
65 | Already up-to-date. |
66 | |
67 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-lister-github |
68 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-lister-github |
69 | Already up-to-date. |
70 | |
71 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-debian |
72 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-debian |
73 | Already up-to-date. |
74 | |
75 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-core |
76 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-core |
77 | Already up-to-date. |
78 | |
79 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-antelink |
80 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-antelink |
81 | Already up-to-date. |
82 | |
83 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-dir |
84 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-dir |
85 | Already up-to-date. |
86 | |
87 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-git |
88 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-git |
89 | Already up-to-date. |
90 | |
91 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-tar |
92 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-tar |
93 | Already up-to-date. |
94 | |
95 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-svn |
96 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-svn |
97 | Already up-to-date. |
98 | |
99 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-model |
100 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-model |
101 | Already up-to-date. |
102 | |
103 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-py-template |
104 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-py-template |
105 | Already up-to-date. |
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-objstorage |
108 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-objstorage |
109 | Already up-to-date. |
110 | |
111 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata |
112 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata |
113 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
114 | 7678e03..55fab7b master -> origin/master |
115 | Updating 7678e03..55fab7b |
116 | Fast-forward |
117 | dumps/swh.dump | Bin 129429 -> 137494 bytes |
118 | dumps/swh.sql | 509 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- |
119 | 2 files changed, 482 insertions(+), 27 deletions(-) |
120 | |
121 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-scheduler |
122 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-scheduler |
123 | Already up-to-date. |
124 | |
125 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage |
126 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage |
127 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
128 | fd717f3..f7becde master -> origin/master |
129 | * [new tag] v0.0.68 -> v0.0.68 |
130 | * [new tag] v0.0.65 -> v0.0.65 |
131 | * [new tag] v0.0.66 -> v0.0.66 |
132 | * [new tag] v0.0.67 -> v0.0.67 |
133 | Updating fd717f3..f7becde |
134 | Fast-forward |
135 | sql/swh-func.sql | 119 +++++++++- |
136 | sql/swh-schema.sql | 414 +++++++++++++++++++++++++++++++++- |
137 | sql/upgrades/087.sql | 451 ++++++++++++++++++++++++++++++++++++++ |
138 | sql/upgrades/088.sql | 113 ++++++++++ |
139 | swh/storage/api/client.py | 22 +- |
140 | swh/storage/api/server.py | 24 ++ |
141 | swh/storage/archiver/worker.py | 46 +++- |
142 | swh/storage/db.py | 39 +++- |
143 | swh/storage/provenance/tasks.py | 17 +- |
144 | swh/storage/storage.py | 62 +++++- |
145 | swh/storage/tests/test_storage.py | 220 +++++++++++++++++++ |
146 | 11 files changed, 1496 insertions(+), 31 deletions(-) |
147 | create mode 100644 sql/upgrades/088.sql |
148 | |
149 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
150 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
151 | Already up-to-date. |
152 | |
153 | mr update: finished (21 ok) |
154 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Oct 13 2016, 3:35 PM · Built instantly
- Status
Passed