| 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.dynamorio", | 8 "client.dynamorio", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux-v8-dr", | 10 "linux-v8-dr", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'dynamorio', 'url
': 'https://chromium.googlesource.com/external/dynamorio'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}, {'d
eps_file': 'DEPS', 'managed': True, 'name': 'dynamorio', 'url': 'https://chromiu
m.googlesource.com/external/dynamorio'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 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 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 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@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 57 ] | 58 ] |
| 58 }, | 59 }, |
| 59 { | 60 { |
| 60 "cmd": [ | 61 "cmd": [ |
| 61 "python", | 62 "python", |
| 62 "-u", | 63 "-u", |
| 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 64 "runhooks" | 65 "runhooks" |
| 65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
| 66 "env": { | 68 "env": { |
| 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=x64 use_
goma=1 v8_target_arch=x64", | 70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1
v8_target_arch=x64", |
| 69 "GYP_GENERATORS": "ninja", | 71 "GYP_GENERATORS": "ninja", |
| 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 71 }, | 73 }, |
| 72 "name": "gclient runhooks" | 74 "name": "gclient runhooks" |
| 73 }, | 75 }, |
| 74 { | 76 { |
| 75 "cmd": [ | 77 "cmd": [ |
| 76 "python", | 78 "python", |
| 77 "-u", | 79 "-u", |
| 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 79 "--show-path", | 81 "--show-path", |
| 80 "python", | 82 "python", |
| 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
| 83 "name": "cleanup_temp" | 86 "name": "cleanup_temp" |
| 84 }, | 87 }, |
| 85 { | 88 { |
| 86 "allow_subannotations": true, | 89 "allow_subannotations": true, |
| 87 "cmd": [ | 90 "cmd": [ |
| 88 "python", | 91 "python", |
| 89 "-u", | 92 "-u", |
| 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 91 "--src-dir", | 94 "--src-dir", |
| 92 "[CWD]/v8", | 95 "[SLAVE_BUILD]/v8", |
| 93 "--output-json", | 96 "--output-json", |
| 94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
| 95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
| 96 "env": { | 100 "env": { |
| 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 98 }, | 102 }, |
| 99 "name": "clang_revision", | 103 "name": "clang_revision", |
| 100 "~followup_annotations": [ | 104 "~followup_annotations": [ |
| 101 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@}@@@", | 107 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 104 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
| 105 ] | 109 ] |
| 106 }, | 110 }, |
| 107 { | 111 { |
| 108 "cmd": [ | 112 "cmd": [ |
| 109 "python", | 113 "python", |
| 110 "-u", | 114 "-u", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 112 "--show-path", | 116 "--show-path", |
| 113 "python", | 117 "python", |
| 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 115 "--gsutil-py-path", | 119 "--gsutil-py-path", |
| 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 117 "--ninja-path", | 121 "--ninja-path", |
| 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 119 "--target", | 123 "--target", |
| 120 "Release", | 124 "Release", |
| 121 "--src-dir", | 125 "--src-dir", |
| 122 "[CWD]/v8", | 126 "[SLAVE_BUILD]/v8", |
| 123 "--goma-cache-dir", | 127 "--goma-cache-dir", |
| 124 "[ROOT]/b/build/slave/goma_cache", | 128 "[GOMA_CACHE]", |
| 125 "--build-tool", | 129 "--build-tool", |
| 126 "ninja", | 130 "ninja", |
| 127 "--compiler", | 131 "--compiler", |
| 128 "goma-clang", | 132 "goma-clang", |
| 129 "--goma-jsonstatus", | 133 "--goma-jsonstatus", |
| 130 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
| 131 "--goma-service-account-json-file", | 135 "--goma-service-account-json-file", |
| 132 "/creds/service_accounts/service-account-goma-client.json", | 136 "/creds/service_accounts/service-account-goma-client.json", |
| 133 "--goma-dir", | 137 "--goma-dir", |
| 134 "[ROOT]/b/build/goma", | 138 "[BUILD]/goma", |
| 135 "--" | 139 "--" |
| 136 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
| 137 "env": { | 142 "env": { |
| 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 139 }, | 144 }, |
| 140 "name": "compile", | 145 "name": "compile", |
| 141 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 144 ] | 149 ] |
| 145 }, | 150 }, |
| 146 { | 151 { |
| 147 "cmd": [ | 152 "cmd": [ |
| 148 "python", | 153 "python", |
| 149 "-u", | 154 "-u", |
| 150 "\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", | 155 "\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", |
| 151 "[CWD]/dynamorio/build", | 156 "[SLAVE_BUILD]/dynamorio/build", |
| 152 "511" | 157 "511" |
| 153 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
| 154 "name": "makedirs Create Build Dir", | 160 "name": "makedirs Create Build Dir", |
| 155 "~followup_annotations": [ | 161 "~followup_annotations": [ |
| 156 "@@@STEP_LOG_LINE@python.inline@@@@", | 162 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 163 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 158 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 164 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 159 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 165 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 160 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 166 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 161 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 167 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 168 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 169 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 170 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 165 "@@@STEP_LOG_END@python.inline@@@" | 171 "@@@STEP_LOG_END@python.inline@@@" |
| 166 ] | 172 ] |
| 167 }, | 173 }, |
| 168 { | 174 { |
| 169 "cmd": [ | 175 "cmd": [ |
| 170 "cmake", | 176 "cmake", |
| 171 "..", | 177 "..", |
| 172 "-DDEBUG=OFF" | 178 "-DDEBUG=OFF" |
| 173 ], | 179 ], |
| 174 "cwd": "[CWD]/dynamorio/build", | 180 "cwd": "[SLAVE_BUILD]/dynamorio/build", |
| 175 "name": "Configure Release x64 DynamoRIO" | 181 "name": "Configure Release x64 DynamoRIO" |
| 176 }, | 182 }, |
| 177 { | 183 { |
| 178 "cmd": [ | 184 "cmd": [ |
| 179 "make", | 185 "make", |
| 180 "-j5" | 186 "-j5" |
| 181 ], | 187 ], |
| 182 "cwd": "[CWD]/dynamorio/build", | 188 "cwd": "[SLAVE_BUILD]/dynamorio/build", |
| 183 "name": "Compile Release x64 DynamoRIO" | 189 "name": "Compile Release x64 DynamoRIO" |
| 184 }, | 190 }, |
| 185 { | 191 { |
| 186 "cmd": [ | 192 "cmd": [ |
| 187 "python", | 193 "python", |
| 188 "-u", | 194 "-u", |
| 189 "[CWD]/v8/tools/run-tests.py", | 195 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| 190 "--progress=verbose", | 196 "--progress=verbose", |
| 191 "--mode", | 197 "--mode", |
| 192 "Release", | 198 "Release", |
| 193 "--arch", | 199 "--arch", |
| 194 "x64", | 200 "x64", |
| 195 "--outdir", | 201 "--outdir", |
| 196 "out", | 202 "out", |
| 197 "--buildbot", | 203 "--buildbot", |
| 198 "--timeout=200", | 204 "--timeout=200", |
| 199 "--random-seed=-358114921", | 205 "--random-seed=-358114921", |
| 200 "bot_default", | 206 "bot_default", |
| 201 "--exhaustive-variants", | 207 "--exhaustive-variants", |
| 202 "--command_prefix", | 208 "--command_prefix", |
| 203 "[CWD]/dynamorio/build/bin64/drrun -reset_every_nth_pending 0 --", | 209 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun -reset_every_nth_pending 0 --", |
| 204 "--rerun-failures-count=2", | 210 "--rerun-failures-count=2", |
| 205 "--json-test-results", | 211 "--json-test-results", |
| 206 "/path/to/tmp/json" | 212 "/path/to/tmp/json" |
| 207 ], | 213 ], |
| 208 "cwd": "[CWD]/v8", | 214 "cwd": "[SLAVE_BUILD]/v8", |
| 209 "name": "Check", | 215 "name": "Check", |
| 210 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 211 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 217 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 212 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 218 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 213 "@@@STEP_LOG_LINE@durations@@@@", | 219 "@@@STEP_LOG_LINE@durations@@@@", |
| 214 "@@@STEP_LOG_LINE@durations@Details:@@@", | 220 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 215 "@@@STEP_LOG_LINE@durations@@@@", | 221 "@@@STEP_LOG_LINE@durations@@@@", |
| 216 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 222 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 217 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 223 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 218 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 224 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 219 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 225 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 220 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 226 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 221 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 227 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 222 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 228 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 223 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 229 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 224 "@@@STEP_LOG_END@durations@@@" | 230 "@@@STEP_LOG_END@durations@@@" |
| 225 ] | 231 ] |
| 226 }, | 232 }, |
| 227 { | 233 { |
| 228 "name": "$result", | 234 "name": "$result", |
| 229 "recipe_result": null, | 235 "recipe_result": null, |
| 230 "status_code": 0 | 236 "status_code": 0 |
| 231 } | 237 } |
| 232 ] | 238 ] |
| OLD | NEW |