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 "linux32_noasm_asan", | 10 "linux32_noasm_asan", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
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'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'm
anaged': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/b
oringssl.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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
54 "runhooks" | 55 "runhooks" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "env": { | 58 "env": { |
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
58 }, | 60 }, |
59 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
60 }, | 62 }, |
61 { | 63 { |
62 "cmd": [ | 64 "cmd": [ |
63 "python", | 65 "python", |
64 "-u", | 66 "-u", |
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", | 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", |
66 "[CWD]/boringssl/build" | 68 "[SLAVE_BUILD]/boringssl/build" |
67 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]", |
68 "name": "rmtree clean", | 71 "name": "rmtree clean", |
69 "~followup_annotations": [ | 72 "~followup_annotations": [ |
70 "@@@STEP_LOG_LINE@python.inline@@@@", | 73 "@@@STEP_LOG_LINE@python.inline@@@@", |
71 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 74 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
72 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 75 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
73 "@@@STEP_LOG_LINE@python.inline@@@@", | 76 "@@@STEP_LOG_LINE@python.inline@@@@", |
74 "@@@STEP_LOG_LINE@python.inline@@@@", | 77 "@@@STEP_LOG_LINE@python.inline@@@@", |
75 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 78 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
76 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 79 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
77 "@@@STEP_LOG_END@python.inline@@@" | 80 "@@@STEP_LOG_END@python.inline@@@" |
78 ] | 81 ] |
79 }, | 82 }, |
80 { | 83 { |
81 "cmd": [ | 84 "cmd": [ |
82 "python", | 85 "python", |
83 "-u", | 86 "-u", |
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", | 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", |
85 "[CWD]/boringssl/build", | 88 "[SLAVE_BUILD]/boringssl/build", |
86 "511" | 89 "511" |
87 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
88 "name": "makedirs mkdir", | 92 "name": "makedirs mkdir", |
89 "~followup_annotations": [ | 93 "~followup_annotations": [ |
90 "@@@STEP_LOG_LINE@python.inline@@@@", | 94 "@@@STEP_LOG_LINE@python.inline@@@@", |
91 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 95 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
92 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 96 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
93 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 97 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
94 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
95 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
96 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
97 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
98 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
99 "@@@STEP_LOG_END@python.inline@@@" | 103 "@@@STEP_LOG_END@python.inline@@@" |
100 ] | 104 ] |
101 }, | 105 }, |
102 { | 106 { |
103 "cmd": [ | 107 "cmd": [ |
104 "python", | 108 "python", |
105 "-u", | 109 "-u", |
106 "[CWD]/boringssl/util/bot/go/env.py", | 110 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", |
107 "[CWD]/boringssl/util/bot/cmake-linux64/bin/cmake", | 111 "[SLAVE_BUILD]/boringssl/util/bot/cmake-linux64/bin/cmake", |
108 "-GNinja", | 112 "-GNinja", |
109 "-DCMAKE_ASM_FLAGS=-m32 -msse2", | 113 "-DCMAKE_ASM_FLAGS=-m32 -msse2", |
110 "-DCMAKE_CXX_COMPILER=[CWD]/boringssl/util/bot/llvm-build/bin/clang++", | 114 "-DCMAKE_CXX_COMPILER=[SLAVE_BUILD]/boringssl/util/bot/llvm-build/bin/clan
g++", |
111 "-DCMAKE_CXX_FLAGS=-m32 -msse2 -fsanitize=address", | 115 "-DCMAKE_CXX_FLAGS=-m32 -msse2 -fsanitize=address", |
112 "-DCMAKE_C_COMPILER=[CWD]/boringssl/util/bot/llvm-build/bin/clang", | 116 "-DCMAKE_C_COMPILER=[SLAVE_BUILD]/boringssl/util/bot/llvm-build/bin/clang"
, |
113 "-DCMAKE_C_FLAGS=-m32 -msse2 -fsanitize=address", | 117 "-DCMAKE_C_FLAGS=-m32 -msse2 -fsanitize=address", |
114 "-DCMAKE_SYSTEM_NAME=Linux", | 118 "-DCMAKE_SYSTEM_NAME=Linux", |
115 "-DCMAKE_SYSTEM_PROCESSOR=x86", | 119 "-DCMAKE_SYSTEM_PROCESSOR=x86", |
116 "-DOPENSSL_NO_ASM=1", | 120 "-DOPENSSL_NO_ASM=1", |
117 "[CWD]/boringssl" | 121 "[SLAVE_BUILD]/boringssl" |
118 ], | 122 ], |
119 "cwd": "[CWD]/boringssl/build", | 123 "cwd": "[SLAVE_BUILD]/boringssl/build", |
120 "name": "cmake" | 124 "name": "cmake" |
121 }, | 125 }, |
122 { | 126 { |
123 "cmd": [ | 127 "cmd": [ |
124 "python", | 128 "python", |
125 "-u", | 129 "-u", |
126 "[CWD]/boringssl/util/bot/go/env.py", | 130 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", |
127 "ninja", | 131 "ninja", |
128 "-C", | 132 "-C", |
129 "[CWD]/boringssl/build" | 133 "[SLAVE_BUILD]/boringssl/build" |
130 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]", |
131 "name": "ninja" | 136 "name": "ninja" |
132 }, | 137 }, |
133 { | 138 { |
134 "cmd": [ | 139 "cmd": [ |
135 "python", | 140 "python", |
136 "-u", | 141 "-u", |
137 "[CWD]/boringssl/util/bot/go/env.py", | 142 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", |
138 "go", | 143 "go", |
139 "run", | 144 "run", |
140 "util/all_tests.go", | 145 "util/all_tests.go", |
141 "-json-output", | 146 "-json-output", |
142 "/path/to/tmp/json" | 147 "/path/to/tmp/json" |
143 ], | 148 ], |
144 "cwd": "[CWD]/boringssl", | 149 "cwd": "[SLAVE_BUILD]/boringssl", |
145 "env": { | 150 "env": { |
146 "ASAN_SYMBOLIZER_PATH": "[CWD]/boringssl/util/bot/llvm-build/bin/llvm-symb
olizer" | 151 "ASAN_SYMBOLIZER_PATH": "[SLAVE_BUILD]/boringssl/util/bot/llvm-build/bin/l
lvm-symbolizer" |
147 }, | 152 }, |
148 "name": "unit tests", | 153 "name": "unit tests", |
149 "~followup_annotations": [ | 154 "~followup_annotations": [ |
150 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 155 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
151 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 156 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
152 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 157 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
153 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 158 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
154 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 159 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
155 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 160 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
156 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 161 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
(...skipping 29 matching lines...) Expand all Loading... |
186 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 191 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
187 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 192 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
188 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 193 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
189 "@@@STEP_LOG_END@test_utils.test_results@@@" | 194 "@@@STEP_LOG_END@test_utils.test_results@@@" |
190 ] | 195 ] |
191 }, | 196 }, |
192 { | 197 { |
193 "cmd": [ | 198 "cmd": [ |
194 "python", | 199 "python", |
195 "-u", | 200 "-u", |
196 "[CWD]/boringssl/util/bot/go/env.py", | 201 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", |
197 "go", | 202 "go", |
198 "test", | 203 "test", |
199 "-pipe", | 204 "-pipe", |
200 "-json-output", | 205 "-json-output", |
201 "/path/to/tmp/json" | 206 "/path/to/tmp/json" |
202 ], | 207 ], |
203 "cwd": "[CWD]/boringssl/ssl/test/runner", | 208 "cwd": "[SLAVE_BUILD]/boringssl/ssl/test/runner", |
204 "env": { | 209 "env": { |
205 "ASAN_SYMBOLIZER_PATH": "[CWD]/boringssl/util/bot/llvm-build/bin/llvm-symb
olizer" | 210 "ASAN_SYMBOLIZER_PATH": "[SLAVE_BUILD]/boringssl/util/bot/llvm-build/bin/l
lvm-symbolizer" |
206 }, | 211 }, |
207 "name": "ssl tests", | 212 "name": "ssl tests", |
208 "~followup_annotations": [ | 213 "~followup_annotations": [ |
209 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 214 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
210 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 215 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
211 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 216 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
212 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 217 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
213 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 218 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
214 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 219 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
215 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 220 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 252 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
248 "@@@STEP_LOG_END@test_utils.test_results@@@" | 253 "@@@STEP_LOG_END@test_utils.test_results@@@" |
249 ] | 254 ] |
250 }, | 255 }, |
251 { | 256 { |
252 "name": "$result", | 257 "name": "$result", |
253 "recipe_result": null, | 258 "recipe_result": null, |
254 "status_code": 0 | 259 "status_code": 0 |
255 } | 260 } |
256 ] | 261 ] |
OLD | NEW |