OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.boringssl", | 8 "client.boringssl", |
9 "--builder", | 9 "--builder", |
10 "linux", | 10 "linux", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'm
anaged': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/b
oringssl.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'util/bot/DEPS', 'managed': True, 'name': 'boringssl', 'url': 'https://boringssl
.googlesource.com/boringssl.git'}]", |
15 "--root", | 15 "--root", |
16 "boringssl", | 16 "boringssl", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "boringssl@HEAD", | 24 "boringssl@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
48 ] | 47 ] |
49 }, | 48 }, |
50 { | 49 { |
51 "cmd": [ | 50 "cmd": [ |
52 "python", | 51 "python", |
53 "-u", | 52 "-u", |
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
55 "runhooks" | 54 "runhooks" |
56 ], | 55 ], |
57 "cwd": "[SLAVE_BUILD]", | |
58 "env": { | 56 "env": { |
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
60 }, | 58 }, |
61 "name": "gclient runhooks" | 59 "name": "gclient runhooks" |
62 }, | 60 }, |
63 { | 61 { |
64 "cmd": [ | 62 "cmd": [ |
65 "python", | 63 "python", |
66 "-u", | 64 "-u", |
67 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 65 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
68 "[SLAVE_BUILD]/boringssl/build" | 66 "[CWD]/boringssl/build" |
69 ], | 67 ], |
70 "cwd": "[SLAVE_BUILD]", | |
71 "name": "rmtree clean", | 68 "name": "rmtree clean", |
72 "~followup_annotations": [ | 69 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@python.inline@@@@", | 70 "@@@STEP_LOG_LINE@python.inline@@@@", |
74 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 71 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
75 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 72 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
76 "@@@STEP_LOG_LINE@python.inline@@@@", | 73 "@@@STEP_LOG_LINE@python.inline@@@@", |
77 "@@@STEP_LOG_LINE@python.inline@@@@", | 74 "@@@STEP_LOG_LINE@python.inline@@@@", |
78 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 75 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
79 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 76 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
80 "@@@STEP_LOG_END@python.inline@@@" | 77 "@@@STEP_LOG_END@python.inline@@@" |
81 ] | 78 ] |
82 }, | 79 }, |
83 { | 80 { |
84 "cmd": [ | 81 "cmd": [ |
85 "python", | 82 "python", |
86 "-u", | 83 "-u", |
87 "\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", | 84 "\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", |
88 "[SLAVE_BUILD]/boringssl/build", | 85 "[CWD]/boringssl/build", |
89 "511" | 86 "511" |
90 ], | 87 ], |
91 "cwd": "[SLAVE_BUILD]", | |
92 "name": "makedirs mkdir", | 88 "name": "makedirs mkdir", |
93 "~followup_annotations": [ | 89 "~followup_annotations": [ |
94 "@@@STEP_LOG_LINE@python.inline@@@@", | 90 "@@@STEP_LOG_LINE@python.inline@@@@", |
95 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 91 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
96 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 92 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
97 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 93 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 94 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 95 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 96 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 97 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 98 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
103 "@@@STEP_LOG_END@python.inline@@@" | 99 "@@@STEP_LOG_END@python.inline@@@" |
104 ] | 100 ] |
105 }, | 101 }, |
106 { | 102 { |
107 "cmd": [ | 103 "cmd": [ |
108 "python", | 104 "python", |
109 "-u", | 105 "-u", |
110 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 106 "[CWD]/boringssl/util/bot/go/env.py", |
111 "[SLAVE_BUILD]/boringssl/util/bot/cmake-linux64/bin/cmake", | 107 "[CWD]/boringssl/util/bot/cmake-linux64/bin/cmake", |
112 "-GNinja", | 108 "-GNinja", |
113 "[SLAVE_BUILD]/boringssl" | 109 "[CWD]/boringssl" |
114 ], | 110 ], |
115 "cwd": "[SLAVE_BUILD]/boringssl/build", | 111 "cwd": "[CWD]/boringssl/build", |
116 "name": "cmake" | 112 "name": "cmake" |
117 }, | 113 }, |
118 { | 114 { |
119 "cmd": [ | 115 "cmd": [ |
120 "python", | 116 "python", |
121 "-u", | 117 "-u", |
122 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 118 "[CWD]/boringssl/util/bot/go/env.py", |
123 "ninja", | 119 "ninja", |
124 "-C", | 120 "-C", |
125 "[SLAVE_BUILD]/boringssl/build" | 121 "[CWD]/boringssl/build" |
126 ], | 122 ], |
127 "cwd": "[SLAVE_BUILD]", | |
128 "name": "ninja" | 123 "name": "ninja" |
129 }, | 124 }, |
130 { | 125 { |
131 "cmd": [ | 126 "cmd": [ |
132 "python", | 127 "python", |
133 "-u", | 128 "-u", |
134 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 129 "[CWD]/boringssl/util/bot/go/env.py", |
135 "go", | 130 "go", |
136 "run", | 131 "run", |
137 "util/all_tests.go", | 132 "util/all_tests.go", |
138 "-json-output", | 133 "-json-output", |
139 "/path/to/tmp/json" | 134 "/path/to/tmp/json" |
140 ], | 135 ], |
141 "cwd": "[SLAVE_BUILD]/boringssl", | 136 "cwd": "[CWD]/boringssl", |
142 "name": "unit tests", | 137 "name": "unit tests", |
143 "~followup_annotations": [ | 138 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 139 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
145 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 140 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
146 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 141 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
147 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 142 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
148 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 143 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
149 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 144 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
150 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 145 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
151 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", | 146 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", |
(...skipping 28 matching lines...) Expand all Loading... |
180 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 175 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
181 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 176 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
182 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 177 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
183 "@@@STEP_LOG_END@test_utils.test_results@@@" | 178 "@@@STEP_LOG_END@test_utils.test_results@@@" |
184 ] | 179 ] |
185 }, | 180 }, |
186 { | 181 { |
187 "cmd": [ | 182 "cmd": [ |
188 "python", | 183 "python", |
189 "-u", | 184 "-u", |
190 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 185 "[CWD]/boringssl/util/bot/go/env.py", |
191 "go", | 186 "go", |
192 "test", | 187 "test", |
193 "-pipe", | 188 "-pipe", |
194 "-json-output", | 189 "-json-output", |
195 "/path/to/tmp/json" | 190 "/path/to/tmp/json" |
196 ], | 191 ], |
197 "cwd": "[SLAVE_BUILD]/boringssl/ssl/test/runner", | 192 "cwd": "[CWD]/boringssl/ssl/test/runner", |
198 "name": "ssl tests", | 193 "name": "ssl tests", |
199 "~followup_annotations": [ | 194 "~followup_annotations": [ |
200 "step returned non-zero exit code: 5", | 195 "step returned non-zero exit code: 5", |
201 "@@@STEP_TEXT@<br/>unexpected_failures:<br/>bad/totally-bad-probably.html<
br/>tricky/totally-maybe-not-awesome.html<br/>@@@", | 196 "@@@STEP_TEXT@<br/>unexpected_failures:<br/>bad/totally-bad-probably.html<
br/>tricky/totally-maybe-not-awesome.html<br/>@@@", |
202 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 197 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
203 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 198 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
204 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 5, @@@", | 199 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 5, @@@", |
205 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 200 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
206 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 201 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
207 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 202 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 "@@@STEP_LOG_END@test_utils.test_results@@@", | 241 "@@@STEP_LOG_END@test_utils.test_results@@@", |
247 "@@@STEP_FAILURE@@@" | 242 "@@@STEP_FAILURE@@@" |
248 ] | 243 ] |
249 }, | 244 }, |
250 { | 245 { |
251 "name": "$result", | 246 "name": "$result", |
252 "reason": "1 out of 2 aggregated steps failed. Failures: Step('ssl tests') f
ailed with return_code 5", | 247 "reason": "1 out of 2 aggregated steps failed. Failures: Step('ssl tests') f
ailed with return_code 5", |
253 "status_code": 1 | 248 "status_code": 1 |
254 } | 249 } |
255 ] | 250 ] |
OLD | NEW |