Properties
Properties
- Buildable
- B19: rDSTO1201a2ba18e8: sql/upgrades/066: add 065-066 upgrade script - Add 'svn' revision type
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Mar 18 2016, 7:15 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 bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Mar 18 2016, 7:15 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr: illegal setting "fixups=../bin/git-add-pre-commit-hook ." in untrusted /home/temp-drydock/drydock/workingcopy-154/repo/.mrconfig line 5 |
---|---|
2 | (To trust this file, list it in ~/.mrtrust.) |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | backslashescape_errors (test_converters.TestConverters) ... ok |
5 | db_to_author (test_converters.TestConverters) ... ok |
6 | db_to_git_headers (test_converters.TestConverters) ... ok |
7 | db_to_release (test_converters.TestConverters) ... ok |
8 | db_to_revision (test_converters.TestConverters) ... ok |
9 | decode_with_escape (test_converters.TestConverters) ... ok |
10 | encode_with_unescape (test_converters.TestConverters) ... ok |
11 | encode_with_unescape_invalid_escape (test_converters.TestConverters) ... ok |
12 | add_bytes_w_id (test_objstorage.TestObjStorage) ... ok |
13 | add_bytes_wo_id (test_objstorage.TestObjStorage) ... ok |
14 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
15 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
16 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok |
17 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
18 | check_missing (test_objstorage.TestObjStorage) ... ok |
19 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
20 | check_ok (test_objstorage.TestObjStorage) ... ok |
21 | contains (test_objstorage.TestObjStorage) ... ok |
22 | get_bytes (test_objstorage.TestObjStorage) ... ok |
23 | get_file_path (test_objstorage.TestObjStorage) ... ok |
24 | get_missing (test_objstorage.TestObjStorage) ... ok |
25 | iter (test_objstorage.TestObjStorage) ... ok |
26 | len (test_objstorage.TestObjStorage) ... ok |
27 | |
28 | ---------------------------------------------------------------------- |
29 | Ran 23 tests in 1.010s |
30 | |
31 | OK |
32 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 18 2016, 7:15 PM · Built for 10 s
- Status
Passed
1 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-cloner-git |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-cloner-git |
3 | Already up-to-date. |
4 | |
5 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-debian |
6 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-debian |
7 | Already up-to-date. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-lister-github |
10 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-lister-github |
11 | From ssh://forge.softwareheritage.org/diffusion/DLSGH/swh-lister-github |
12 | f13764b..9550ca3 master -> origin/master |
13 | * [new tag] v0.0.0 -> v0.0.0 |
14 | * [new tag] v0.0.2 -> v0.0.2 |
15 | * [new tag] v0.0.1 -> v0.0.1 |
16 | Updating f13764b..9550ca3 |
17 | Fast-forward |
18 | .gitignore | 4 + |
19 | MANIFEST.in | 4 + |
20 | README | 24 ++--- |
21 | TODO | 8 -- |
22 | bin/batch | 41 -------- |
23 | bin/ghlister | 135 -------------------------- |
24 | bin/reset.sh | 9 -- |
25 | bin/status | 18 ---- |
26 | debian/changelog | 5 + |
27 | debian/compat | 1 + |
28 | debian/control | 22 +++++ |
29 | debian/copyright | 22 +++++ |
30 | debian/rules | 9 ++ |
31 | debian/source/format | 1 + |
32 | etc/crontab | 5 - |
33 | requirements.txt | 7 +- |
34 | setup.py | 30 ++++++ |
35 | sql/crawler.sql | 106 --------------------- |
36 | sql/pimp_db.sql | 36 ------- |
37 | swh/lister/github/cache.py | 40 ++++++++ |
38 | swh/lister/github/constants.py | 7 ++ |
39 | swh/lister/github/converters.py | 95 +++++++++++++++++++ |
40 | swh/lister/github/db_utils.py | 18 ---- |
41 | swh/lister/github/generate_tasks.py | 111 ---------------------- |
42 | swh/lister/github/github_api.py | 137 +++++++++++++++++++++++++++ |
43 | swh/lister/github/lister.py | 184 ++++++++---------------------------- |
44 | swh/lister/github/models.py | 44 --------- |
45 | swh/lister/github/processors.py | 163 ++++++++++++++++++++++++++++++++ |
46 | swh/lister/github/req_queue.py | 31 ++++++ |
47 | swh/lister/github/storage_utils.py | 117 +++++++++++++++++++++++ |
48 | 30 files changed, 739 insertions(+), 695 deletions(-) |
49 | create mode 100644 MANIFEST.in |
50 | delete mode 100755 bin/batch |
51 | delete mode 100755 bin/ghlister |
52 | delete mode 100644 bin/reset.sh |
53 | delete mode 100755 bin/status |
54 | create mode 100644 debian/changelog |
55 | create mode 100644 debian/compat |
56 | create mode 100644 debian/control |
57 | create mode 100644 debian/copyright |
58 | create mode 100755 debian/rules |
59 | create mode 100644 debian/source/format |
60 | delete mode 100644 etc/crontab |
61 | create mode 100644 setup.py |
62 | delete mode 100644 sql/crawler.sql |
63 | delete mode 100644 sql/pimp_db.sql |
64 | create mode 100644 swh/lister/github/cache.py |
65 | create mode 100644 swh/lister/github/constants.py |
66 | create mode 100644 swh/lister/github/converters.py |
67 | delete mode 100644 swh/lister/github/db_utils.py |
68 | delete mode 100644 swh/lister/github/generate_tasks.py |
69 | create mode 100644 swh/lister/github/github_api.py |
70 | delete mode 100644 swh/lister/github/models.py |
71 | create mode 100644 swh/lister/github/processors.py |
72 | create mode 100644 swh/lister/github/req_queue.py |
73 | create mode 100644 swh/lister/github/storage_utils.py |
74 | |
75 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-core |
76 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-core |
77 | Already up-to-date. |
78 | |
79 | mr checkout: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-antelink |
80 | mr checkout: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-antelink |
81 | Cloning into 'swh-loader-antelink'... |
82 | |
83 | mr checkout: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-svn |
84 | mr checkout: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-svn |
85 | Cloning into 'swh-loader-svn'... |
86 | phabricator-ssh-exec: [Access Denied: Restricted Repository] (Can View) You do not have permission to view this object. // Members of the project "Developers" can take this action. |
87 | fatal: Could not read from remote repository. |
88 | |
89 | Please make sure you have the correct access rights |
90 | and the repository exists. |
91 | |
92 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-dir |
93 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-dir |
94 | Already up-to-date. |
95 | |
96 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-git |
97 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-git |
98 | Already up-to-date. |
99 | |
100 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-tar |
101 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-tar |
102 | From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar |
103 | 2ad542a..0c09fd1 master -> origin/master |
104 | Updating 2ad542a..0c09fd1 |
105 | Fast-forward |
106 | bin/swh-loader-tar-producer | 2 +- |
107 | 1 file changed, 1 insertion(+), 1 deletion(-) |
108 | |
109 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-model |
110 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-model |
111 | Already up-to-date. |
112 | |
113 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-py-template |
114 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-py-template |
115 | Already up-to-date. |
116 | |
117 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-scheduler |
118 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-scheduler |
119 | Already up-to-date. |
120 | |
121 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage-testdata |
122 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage-testdata |
123 | Already up-to-date. |
124 | |
125 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage |
126 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage |
127 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
128 | de2a586..1201a2b master -> origin/master |
129 | * [new tag] v0.0.36 -> v0.0.36 |
130 | Updating de2a586..1201a2b |
131 | Fast-forward |
132 | sql/swh-schema.sql | 4 ++-- |
133 | sql/upgrades/066.sql | 10 ++++++++++ |
134 | 2 files changed, 12 insertions(+), 2 deletions(-) |
135 | create mode 100644 sql/upgrades/066.sql |
136 | |
137 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-web-ui |
138 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-web-ui |
139 | Already up-to-date. |
140 | |
141 | mr update: finished (14 ok; 1 failed) |
142 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 18 2016, 7:15 PM · Built instantly
- Status
Passed