OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@204787" | 22 "src@204787" |
23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
24 "name": "bot_update", | 25 "name": "bot_update", |
25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
26 "@@@STEP_LOG_LINE@json.output@{@@@", | 27 "@@@STEP_LOG_LINE@json.output@{@@@", |
27 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
28 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
29 "@@@STEP_LOG_LINE@json.output@}@@@", | 30 "@@@STEP_LOG_LINE@json.output@}@@@", |
30 "@@@STEP_LOG_END@json.output@@@" | 31 "@@@STEP_LOG_END@json.output@@@" |
31 ] | 32 ] |
32 }, | 33 }, |
33 { | 34 { |
34 "cmd": [ | 35 "cmd": [ |
35 "python", | 36 "python", |
36 "-u", | 37 "-u", |
37 "[DEPOT_TOOLS]/gclient.py", | 38 "[DEPOT_TOOLS]/gclient.py", |
38 "config", | 39 "config", |
39 "--spec", | 40 "--spec", |
40 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" | 41 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" |
41 ], | 42 ], |
| 43 "cwd": "[SLAVE_BUILD]", |
42 "name": "gclient setup" | 44 "name": "gclient setup" |
43 }, | 45 }, |
44 { | 46 { |
45 "cmd": [ | 47 "cmd": [ |
46 "python", | 48 "python", |
47 "-u", | 49 "-u", |
48 "[DEPOT_TOOLS]/gclient.py", | 50 "[DEPOT_TOOLS]/gclient.py", |
49 "sync", | 51 "sync", |
50 "--nohooks", | 52 "--nohooks", |
51 "--force", | 53 "--force", |
52 "--verbose", | 54 "--verbose", |
53 "--delete_unversioned_trees", | 55 "--delete_unversioned_trees", |
54 "--revision", | 56 "--revision", |
55 "src@204787", | 57 "src@204787", |
56 "--output-json", | 58 "--output-json", |
57 "/path/to/tmp/json" | 59 "/path/to/tmp/json" |
58 ], | 60 ], |
| 61 "cwd": "[SLAVE_BUILD]", |
59 "name": "gclient sync", | 62 "name": "gclient sync", |
60 "~followup_annotations": [ | 63 "~followup_annotations": [ |
61 "@@@STEP_LOG_LINE@json.output@{@@@", | 64 "@@@STEP_LOG_LINE@json.output@{@@@", |
62 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
63 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
64 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 68 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
66 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 71 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
89 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
90 ] | 93 ] |
91 }, | 94 }, |
92 { | 95 { |
93 "cmd": [ | 96 "cmd": [ |
94 "python", | 97 "python", |
95 "-u", | 98 "-u", |
96 "[DEPOT_TOOLS]/gclient.py", | 99 "[DEPOT_TOOLS]/gclient.py", |
97 "runhooks" | 100 "runhooks" |
98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
99 "env": { | 103 "env": { |
100 "GYP_CHROMIUM_NO_ACTION": "1" | 104 "GYP_CHROMIUM_NO_ACTION": "1" |
101 }, | 105 }, |
102 "name": "gclient runhooks" | 106 "name": "gclient runhooks" |
103 }, | 107 }, |
104 { | 108 { |
105 "cmd": [ | 109 "cmd": [ |
106 "[SLAVE_BUILD]/src/build/util/lastchange.py", | 110 "[SLAVE_BUILD]/src/build/util/lastchange.py", |
107 "-o", | 111 "-o", |
108 "[SLAVE_BUILD]/src/build/util/LASTCHANGE", | 112 "[SLAVE_BUILD]/src/build/util/LASTCHANGE", |
109 "-s", | 113 "-s", |
110 "[SLAVE_BUILD]/src" | 114 "[SLAVE_BUILD]/src" |
111 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
112 "name": "Chromium LASTCHANGE" | 117 "name": "Chromium LASTCHANGE" |
113 }, | 118 }, |
114 { | 119 { |
115 "cmd": [ | 120 "cmd": [ |
116 "[SLAVE_BUILD]/src/build/util/lastchange.py", | 121 "[SLAVE_BUILD]/src/build/util/lastchange.py", |
117 "-o", | 122 "-o", |
118 "[SLAVE_BUILD]/src/build/util/LASTCHANGE.blink", | 123 "[SLAVE_BUILD]/src/build/util/LASTCHANGE.blink", |
119 "-s", | 124 "-s", |
120 "[SLAVE_BUILD]/src/third_party/WebKit" | 125 "[SLAVE_BUILD]/src/third_party/WebKit" |
121 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
122 "name": "Blink LASTCHANGE" | 128 "name": "Blink LASTCHANGE" |
123 }, | 129 }, |
124 { | 130 { |
125 "cmd": [ | 131 "cmd": [ |
126 "python", | 132 "python", |
127 "-u", | 133 "-u", |
128 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 134 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
129 "[SLAVE_BUILD]/android-src", | 135 "[SLAVE_BUILD]/android-src", |
130 "511" | 136 "511" |
131 ], | 137 ], |
| 138 "cwd": "[SLAVE_BUILD]", |
132 "name": "makedirs android source root", | 139 "name": "makedirs android source root", |
133 "~followup_annotations": [ | 140 "~followup_annotations": [ |
134 "@@@STEP_LOG_LINE@python.inline@@@@", | 141 "@@@STEP_LOG_LINE@python.inline@@@@", |
135 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 142 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
136 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 143 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
137 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 144 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
138 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 145 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
139 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 146 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
140 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 147 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
141 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 148 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
(...skipping 30 matching lines...) Expand all Loading... |
172 "@@@STEP_EXCEPTION@@@" | 179 "@@@STEP_EXCEPTION@@@" |
173 ] | 180 ] |
174 }, | 181 }, |
175 { | 182 { |
176 "cmd": [ | 183 "cmd": [ |
177 "python", | 184 "python", |
178 "-u", | 185 "-u", |
179 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 186 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
180 "[SLAVE_BUILD]" | 187 "[SLAVE_BUILD]" |
181 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
182 "name": "cleanup index.lock", | 190 "name": "cleanup index.lock", |
183 "~followup_annotations": [ | 191 "~followup_annotations": [ |
184 "@@@STEP_LOG_LINE@python.inline@@@@", | 192 "@@@STEP_LOG_LINE@python.inline@@@@", |
185 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 193 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
186 "@@@STEP_LOG_LINE@python.inline@@@@", | 194 "@@@STEP_LOG_LINE@python.inline@@@@", |
187 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 195 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
188 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 196 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
189 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 197 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
190 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 198 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
191 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 199 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 "step returned non-zero exit code: 1", | 232 "step returned non-zero exit code: 1", |
225 "@@@STEP_EXCEPTION@@@" | 233 "@@@STEP_EXCEPTION@@@" |
226 ] | 234 ] |
227 }, | 235 }, |
228 { | 236 { |
229 "name": "$final_result", | 237 "name": "$final_result", |
230 "reason": "Infra Failure: Step('repo sync - retry') returned 1", | 238 "reason": "Infra Failure: Step('repo sync - retry') returned 1", |
231 "status_code": 1 | 239 "status_code": 1 |
232 } | 240 } |
233 ] | 241 ] |
OLD | NEW |