| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o
s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n
chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", | 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o
s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n
chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[CWD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | |
| 10 "name": "rmcontents everything", | 9 "name": "rmcontents everything", |
| 11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 13 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in
os.listdir(path)):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in
os.listdir(path)):@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@
", | 19 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@
", |
| 21 "@@@STEP_LOG_LINE@python.inline@ else:@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ else:@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", |
| 23 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
| 24 ] | 23 ] |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 "cmd": [ | 26 "cmd": [ |
| 28 "python", | 27 "python", |
| 29 "-u", | 28 "-u", |
| 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 31 "--master", | 30 "--master", |
| 32 "client.flutter", | 31 "client.flutter", |
| 33 "--builder", | 32 "--builder", |
| 34 "Linux Engine", | 33 "Linux Engine", |
| 35 "--slave", | 34 "--slave", |
| 36 "fake-m1", | 35 "fake-m1", |
| 37 "--spec", | 36 "--spec", |
| 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/git
hub.com/flutter/engine'}]\ntarget_os = ['android']", | 37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour
ce.com/external/github.com/flutter/engine'}]\ntarget_os = ['android']", |
| 39 "--root", | 38 "--root", |
| 40 "src", | 39 "src", |
| 41 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 42 "{\"src\": \"got_engine_revision\"}", | 41 "{\"src\": \"got_engine_revision\"}", |
| 43 "--git-cache-dir", | 42 "--git-cache-dir", |
| 44 "[GIT_CACHE]", | 43 "[ROOT]/b/build/slave/cache_dir", |
| 45 "--output_json", | 44 "--output_json", |
| 46 "/path/to/tmp/json", | 45 "/path/to/tmp/json", |
| 47 "--revision", | 46 "--revision", |
| 48 "src@HEAD", | 47 "src@HEAD", |
| 49 "--force", | 48 "--force", |
| 50 "--output_manifest" | 49 "--output_manifest" |
| 51 ], | 50 ], |
| 52 "cwd": "[SLAVE_BUILD]", | |
| 53 "env": { | 51 "env": { |
| 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 55 }, | 53 }, |
| 56 "name": "bot_update", | 54 "name": "bot_update", |
| 57 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 58 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 81 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242
}\"@@@" | 79 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242
}\"@@@" |
| 82 ] | 80 ] |
| 83 }, | 81 }, |
| 84 { | 82 { |
| 85 "cmd": [ | 83 "cmd": [ |
| 86 "python", | 84 "python", |
| 87 "-u", | 85 "-u", |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 89 "runhooks" | 87 "runhooks" |
| 90 ], | 88 ], |
| 91 "cwd": "[SLAVE_BUILD]", | |
| 92 "env": { | 89 "env": { |
| 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 94 }, | 91 }, |
| 95 "name": "gclient runhooks" | 92 "name": "gclient runhooks" |
| 96 }, | 93 }, |
| 97 { | 94 { |
| 98 "cmd": [ | 95 "cmd": [ |
| 99 "[SLAVE_BUILD]/src/sky/tools/gn", | 96 "[CWD]/src/sky/tools/gn", |
| 100 "--debug" | 97 "--debug" |
| 101 ], | 98 ], |
| 102 "cwd": "[SLAVE_BUILD]", | |
| 103 "env": { | 99 "env": { |
| 104 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 100 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 105 }, | 101 }, |
| 106 "name": "gn --debug" | 102 "name": "gn --debug" |
| 107 }, | 103 }, |
| 108 { | 104 { |
| 109 "cmd": [ | 105 "cmd": [ |
| 110 "ninja", | 106 "ninja", |
| 111 "-C", | 107 "-C", |
| 112 "[SLAVE_BUILD]/src/out/Debug", | 108 "[CWD]/src/out/Debug", |
| 113 "generate_dart_ui" | 109 "generate_dart_ui" |
| 114 ], | 110 ], |
| 115 "cwd": "[SLAVE_BUILD]", | |
| 116 "env": { | 111 "env": { |
| 117 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 112 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 118 }, | 113 }, |
| 119 "name": "build Debug generate_dart_ui" | 114 "name": "build Debug generate_dart_ui" |
| 120 }, | 115 }, |
| 121 { | 116 { |
| 122 "cmd": [ | 117 "cmd": [ |
| 123 "/bin/sh", | 118 "/bin/sh", |
| 124 "travis/analyze.sh" | 119 "travis/analyze.sh" |
| 125 ], | 120 ], |
| 126 "cwd": "[SLAVE_BUILD]/src", | 121 "cwd": "[CWD]/src", |
| 127 "env": { | 122 "env": { |
| 128 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 123 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 129 }, | 124 }, |
| 130 "name": "analyze dart_ui" | 125 "name": "analyze dart_ui" |
| 131 }, | 126 }, |
| 132 { | 127 { |
| 133 "cmd": [ | 128 "cmd": [ |
| 134 "[SLAVE_BUILD]/src/tools/android/download_android_tools.py" | 129 "[CWD]/src/tools/android/download_android_tools.py" |
| 135 ], | 130 ], |
| 136 "cwd": "[SLAVE_BUILD]", | |
| 137 "env": { | 131 "env": { |
| 138 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 132 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 139 }, | 133 }, |
| 140 "name": "download android tools" | 134 "name": "download android tools" |
| 141 }, | 135 }, |
| 142 { | 136 { |
| 143 "cmd": [ | 137 "cmd": [ |
| 144 "[SLAVE_BUILD]/src/sky/tools/gn", | 138 "[CWD]/src/sky/tools/gn", |
| 145 "--release" | 139 "--release" |
| 146 ], | 140 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "env": { | 141 "env": { |
| 149 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 142 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 150 }, | 143 }, |
| 151 "name": "gn --release" | 144 "name": "gn --release" |
| 152 }, | 145 }, |
| 153 { | 146 { |
| 154 "cmd": [ | 147 "cmd": [ |
| 155 "ninja", | 148 "ninja", |
| 156 "-C", | 149 "-C", |
| 157 "[SLAVE_BUILD]/src/out/Release" | 150 "[CWD]/src/out/Release" |
| 158 ], | 151 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "env": { | 152 "env": { |
| 161 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 153 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 162 }, | 154 }, |
| 163 "name": "build Release" | 155 "name": "build Release" |
| 164 }, | 156 }, |
| 165 { | 157 { |
| 166 "cmd": [ | 158 "cmd": [ |
| 167 "python", | 159 "python", |
| 168 "-u", | 160 "-u", |
| 169 "RECIPE_MODULE[build::zip]/resources/zip.py" | 161 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 170 ], | 162 ], |
| 171 "cwd": "[SLAVE_BUILD]", | |
| 172 "env": { | 163 "env": { |
| 173 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 164 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 174 }, | 165 }, |
| 175 "name": "Zip linux-x64 Artifacts", | 166 "name": "Zip linux-x64 Artifacts", |
| 176 "stdin": "{\"entries\": [{\"archive_name\": \"flutter.mojo\", \"path\": \"[S
LAVE_BUILD]/src/out/Release/flutter.mojo\", \"type\": \"file\"}, {\"archive_name
\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/Release/icudtl.dat\", \"ty
pe\": \"file\"}, {\"archive_name\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src
/out/Release/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"sky_snapshot
\", \"path\": \"[SLAVE_BUILD]/src/out/Release/sky_snapshot\", \"type\": \"file\"
}], \"output\": \"[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD
]/src\"}" | 167 "stdin": "{\"entries\": [{\"archive_name\": \"flutter.mojo\", \"path\": \"[C
WD]/src/out/Release/flutter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"ic
udtl.dat\", \"path\": \"[CWD]/src/out/Release/icudtl.dat\", \"type\": \"file\"},
{\"archive_name\": \"sky_shell\", \"path\": \"[CWD]/src/out/Release/sky_shell\"
, \"type\": \"file\"}, {\"archive_name\": \"sky_snapshot\", \"path\": \"[CWD]/sr
c/out/Release/sky_snapshot\", \"type\": \"file\"}], \"output\": \"[TMP]/tmp_tmp_
1/artifacts.zip\", \"root\": \"[CWD]/src\"}" |
| 177 }, | 168 }, |
| 178 { | 169 { |
| 179 "cmd": [ | 170 "cmd": [ |
| 180 "python", | 171 "python", |
| 181 "-u", | 172 "-u", |
| 182 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 183 "--", | 174 "--", |
| 184 "[DEPOT_TOOLS]/gsutil.py", | 175 "[ROOT]/b/depot_tools/gsutil.py", |
| 185 "----", | 176 "----", |
| 186 "cp", | 177 "cp", |
| 187 "[TMP_BASE]/tmp_tmp_1/artifacts.zip", | 178 "[TMP]/tmp_tmp_1/artifacts.zip", |
| 188 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux
-x64/artifacts.zip" | 179 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux
-x64/artifacts.zip" |
| 189 ], | 180 ], |
| 190 "cwd": "[SLAVE_BUILD]", | |
| 191 "env": { | 181 "env": { |
| 192 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 182 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 193 }, | 183 }, |
| 194 "name": "gsutil upload linux-x64/artifacts.zip", | 184 "name": "gsutil upload linux-x64/artifacts.zip", |
| 195 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 196 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux-x64/artifacts.zip@@@" | 186 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux-x64/artifacts.zip@@@" |
| 197 ] | 187 ] |
| 198 }, | 188 }, |
| 199 { | 189 { |
| 200 "cmd": [ | 190 "cmd": [ |
| 201 "python", | 191 "python", |
| 202 "-u", | 192 "-u", |
| 203 "\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", | 193 "\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", |
| 204 "[TMP_BASE]/tmp_tmp_1" | 194 "[TMP]/tmp_tmp_1" |
| 205 ], | 195 ], |
| 206 "cwd": "[SLAVE_BUILD]", | |
| 207 "env": { | 196 "env": { |
| 208 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 197 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 209 }, | 198 }, |
| 210 "name": "rmtree temp dir", | 199 "name": "rmtree temp dir", |
| 211 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 212 "@@@STEP_LOG_LINE@python.inline@@@@", | 201 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 215 "@@@STEP_LOG_LINE@python.inline@@@@", | 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 216 "@@@STEP_LOG_LINE@python.inline@@@@", | 205 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 217 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 218 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 219 "@@@STEP_LOG_END@python.inline@@@" | 208 "@@@STEP_LOG_END@python.inline@@@" |
| 220 ] | 209 ] |
| 221 }, | 210 }, |
| 222 { | 211 { |
| 223 "cmd": [ | 212 "cmd": [ |
| 224 "dart", | 213 "dart", |
| 225 "[SLAVE_BUILD]/src/sky/shell/testing/observatory/test.dart", | 214 "[CWD]/src/sky/shell/testing/observatory/test.dart", |
| 226 "[SLAVE_BUILD]/src/out/Release/sky_shell", | 215 "[CWD]/src/out/Release/sky_shell", |
| 227 "[SLAVE_BUILD]/src/sky/shell/testing/observatory/empty_main.dart" | 216 "[CWD]/src/sky/shell/testing/observatory/empty_main.dart" |
| 228 ], | 217 ], |
| 229 "cwd": "[SLAVE_BUILD]/src", | 218 "cwd": "[CWD]/src", |
| 230 "env": { | 219 "env": { |
| 231 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 220 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 232 }, | 221 }, |
| 233 "name": "test observatory and service protocol" | 222 "name": "test observatory and service protocol" |
| 234 }, | 223 }, |
| 235 { | 224 { |
| 236 "cmd": [ | 225 "cmd": [ |
| 237 "[SLAVE_BUILD]/src/sky/tools/gn", | 226 "[CWD]/src/sky/tools/gn", |
| 238 "--release", | 227 "--release", |
| 239 "--android", | 228 "--android", |
| 240 "--enable-gcm", | 229 "--enable-gcm", |
| 241 "--enable-firebase" | 230 "--enable-firebase" |
| 242 ], | 231 ], |
| 243 "cwd": "[SLAVE_BUILD]", | |
| 244 "env": { | 232 "env": { |
| 245 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 233 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 246 }, | 234 }, |
| 247 "name": "gn --release --android --enable-gcm --enable-firebase" | 235 "name": "gn --release --android --enable-gcm --enable-firebase" |
| 248 }, | 236 }, |
| 249 { | 237 { |
| 250 "cmd": [ | 238 "cmd": [ |
| 251 "ninja", | 239 "ninja", |
| 252 "-C", | 240 "-C", |
| 253 "[SLAVE_BUILD]/src/out/android_Release", | 241 "[CWD]/src/out/android_Release", |
| 254 ":dist", | 242 ":dist", |
| 255 "gcm", | 243 "gcm", |
| 256 "sky/services/firebase" | 244 "sky/services/firebase" |
| 257 ], | 245 ], |
| 258 "cwd": "[SLAVE_BUILD]", | |
| 259 "env": { | 246 "env": { |
| 260 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 247 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 261 }, | 248 }, |
| 262 "name": "build android_Release :dist gcm sky/services/firebase" | 249 "name": "build android_Release :dist gcm sky/services/firebase" |
| 263 }, | 250 }, |
| 264 { | 251 { |
| 265 "cmd": [ | 252 "cmd": [ |
| 266 "python", | 253 "python", |
| 267 "-u", | 254 "-u", |
| 268 "RECIPE_MODULE[build::zip]/resources/zip.py" | 255 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 269 ], | 256 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "env": { | 257 "env": { |
| 272 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 258 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 273 }, | 259 }, |
| 274 "name": "Zip android-arm Artifacts", | 260 "name": "Zip android-arm Artifacts", |
| 275 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/
out/android_Release/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\":
\"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release/flutter.jar\
", \"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[SLAVE_
BUILD]/src/out/android_Release/flutter.mojo\", \"type\": \"file\"}, {\"archive_n
ame\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release/ge
n/sky/shell/shell/shell/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"},
{\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_Re
lease/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\",
\"path\": \"[SLAVE_BUILD]/src/out/android_Release/gen/sky/shell/shell/classes.d
ex.jar\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_2/artifacts.zip
\", \"root\": \"[SLAVE_BUILD]/src\"}" | 261 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[CWD]/src/build/android/ant/chromium-debug.keystore\", \"type\": \"file
\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[CWD]/src/out/android_Rele
ase/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\"
, \"path\": \"[CWD]/src/out/android_Release/flutter.jar\", \"type\": \"file\"},
{\"archive_name\": \"flutter.mojo\", \"path\": \"[CWD]/src/out/android_Release/f
lutter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"pa
th\": \"[CWD]/src/out/android_Release/gen/sky/shell/shell/shell/libs/armeabi-v7a
/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"pa
th\": \"[CWD]/src/out/android_Release/icudtl.dat\", \"type\": \"file\"}, {\"arch
ive_name\": \"classes.dex.jar\", \"path\": \"[CWD]/src/out/android_Release/gen/s
ky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"output\": \"[TMP]/tmp_
tmp_2/artifacts.zip\", \"root\": \"[CWD]/src\"}" |
| 276 }, | 262 }, |
| 277 { | 263 { |
| 278 "cmd": [ | 264 "cmd": [ |
| 279 "python", | 265 "python", |
| 280 "-u", | 266 "-u", |
| 281 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 267 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 282 "--", | 268 "--", |
| 283 "[DEPOT_TOOLS]/gsutil.py", | 269 "[ROOT]/b/depot_tools/gsutil.py", |
| 284 "----", | 270 "----", |
| 285 "cp", | 271 "cp", |
| 286 "[TMP_BASE]/tmp_tmp_2/artifacts.zip", | 272 "[TMP]/tmp_tmp_2/artifacts.zip", |
| 287 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm/artifacts.zip" | 273 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm/artifacts.zip" |
| 288 ], | 274 ], |
| 289 "cwd": "[SLAVE_BUILD]", | |
| 290 "env": { | 275 "env": { |
| 291 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 276 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 292 }, | 277 }, |
| 293 "name": "gsutil upload android-arm/artifacts.zip", | 278 "name": "gsutil upload android-arm/artifacts.zip", |
| 294 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 295 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm/artifacts.zip@@@" | 280 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm/artifacts.zip@@@" |
| 296 ] | 281 ] |
| 297 }, | 282 }, |
| 298 { | 283 { |
| 299 "cmd": [ | 284 "cmd": [ |
| 300 "python", | 285 "python", |
| 301 "-u", | 286 "-u", |
| 302 "\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", | 287 "\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", |
| 303 "[TMP_BASE]/tmp_tmp_2" | 288 "[TMP]/tmp_tmp_2" |
| 304 ], | 289 ], |
| 305 "cwd": "[SLAVE_BUILD]", | |
| 306 "env": { | 290 "env": { |
| 307 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 291 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 308 }, | 292 }, |
| 309 "name": "rmtree temp dir (2)", | 293 "name": "rmtree temp dir (2)", |
| 310 "~followup_annotations": [ | 294 "~followup_annotations": [ |
| 311 "@@@STEP_LOG_LINE@python.inline@@@@", | 295 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 312 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 296 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 313 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 297 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 314 "@@@STEP_LOG_LINE@python.inline@@@@", | 298 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 315 "@@@STEP_LOG_LINE@python.inline@@@@", | 299 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 316 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 300 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 317 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 301 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 318 "@@@STEP_LOG_END@python.inline@@@" | 302 "@@@STEP_LOG_END@python.inline@@@" |
| 319 ] | 303 ] |
| 320 }, | 304 }, |
| 321 { | 305 { |
| 322 "cmd": [ | 306 "cmd": [ |
| 323 "[SLAVE_BUILD]/src/sky/tools/gn", | 307 "[CWD]/src/sky/tools/gn", |
| 324 "--release", | 308 "--release", |
| 325 "--android", | 309 "--android", |
| 326 "--deploy" | 310 "--deploy" |
| 327 ], | 311 ], |
| 328 "cwd": "[SLAVE_BUILD]", | |
| 329 "env": { | 312 "env": { |
| 330 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 313 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 331 }, | 314 }, |
| 332 "name": "gn --release --android --deploy" | 315 "name": "gn --release --android --deploy" |
| 333 }, | 316 }, |
| 334 { | 317 { |
| 335 "cmd": [ | 318 "cmd": [ |
| 336 "ninja", | 319 "ninja", |
| 337 "-C", | 320 "-C", |
| 338 "[SLAVE_BUILD]/src/out/android_Release_Deploy", | 321 "[CWD]/src/out/android_Release_Deploy", |
| 339 ":dist" | 322 ":dist" |
| 340 ], | 323 ], |
| 341 "cwd": "[SLAVE_BUILD]", | |
| 342 "env": { | 324 "env": { |
| 343 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 325 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 344 }, | 326 }, |
| 345 "name": "build android_Release_Deploy :dist" | 327 "name": "build android_Release_Deploy :dist" |
| 346 }, | 328 }, |
| 347 { | 329 { |
| 348 "cmd": [ | 330 "cmd": [ |
| 349 "python", | 331 "python", |
| 350 "-u", | 332 "-u", |
| 351 "RECIPE_MODULE[build::zip]/resources/zip.py" | 333 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 352 ], | 334 ], |
| 353 "cwd": "[SLAVE_BUILD]", | |
| 354 "env": { | 335 "env": { |
| 355 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 336 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 356 }, | 337 }, |
| 357 "name": "Zip android-arm-release Artifacts", | 338 "name": "Zip android-arm-release Artifacts", |
| 358 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/
out/android_Release_Deploy/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_
name\": \"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release_Deplo
y/flutter.jar\", \"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"pat
h\": \"[SLAVE_BUILD]/src/out/android_Release_Deploy/flutter.mojo\", \"type\": \"
file\"}, {\"archive_name\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/o
ut/android_Release_Deploy/gen/sky/shell/shell/shell/libs/armeabi-v7a/libsky_shel
l.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLA
VE_BUILD]/src/out/android_Release_Deploy/icudtl.dat\", \"type\": \"file\"}, {\"a
rchive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Re
lease_Deploy/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"outp
ut\": \"[TMP_BASE]/tmp_tmp_3/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" | 339 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[CWD]/src/build/android/ant/chromium-debug.keystore\", \"type\": \"file
\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[CWD]/src/out/android_Rele
ase_Deploy/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutte
r.jar\", \"path\": \"[CWD]/src/out/android_Release_Deploy/flutter.jar\", \"type\
": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[CWD]/src/out/and
roid_Release_Deploy/flutter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"li
bsky_shell.so\", \"path\": \"[CWD]/src/out/android_Release_Deploy/gen/sky/shell/
shell/shell/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_
name\": \"icudtl.dat\", \"path\": \"[CWD]/src/out/android_Release_Deploy/icudtl.
dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"
[CWD]/src/out/android_Release_Deploy/gen/sky/shell/shell/classes.dex.jar\", \"ty
pe\": \"file\"}], \"output\": \"[TMP]/tmp_tmp_3/artifacts.zip\", \"root\": \"[CW
D]/src\"}" |
| 359 }, | 340 }, |
| 360 { | 341 { |
| 361 "cmd": [ | 342 "cmd": [ |
| 362 "python", | 343 "python", |
| 363 "-u", | 344 "-u", |
| 364 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 345 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 365 "--", | 346 "--", |
| 366 "[DEPOT_TOOLS]/gsutil.py", | 347 "[ROOT]/b/depot_tools/gsutil.py", |
| 367 "----", | 348 "----", |
| 368 "cp", | 349 "cp", |
| 369 "[TMP_BASE]/tmp_tmp_3/artifacts.zip", | 350 "[TMP]/tmp_tmp_3/artifacts.zip", |
| 370 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-release/artifacts.zip" | 351 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-release/artifacts.zip" |
| 371 ], | 352 ], |
| 372 "cwd": "[SLAVE_BUILD]", | |
| 373 "env": { | 353 "env": { |
| 374 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 354 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 375 }, | 355 }, |
| 376 "name": "gsutil upload android-arm-release/artifacts.zip", | 356 "name": "gsutil upload android-arm-release/artifacts.zip", |
| 377 "~followup_annotations": [ | 357 "~followup_annotations": [ |
| 378 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/artifacts.
zip@@@" | 358 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/artifacts.
zip@@@" |
| 379 ] | 359 ] |
| 380 }, | 360 }, |
| 381 { | 361 { |
| 382 "cmd": [ | 362 "cmd": [ |
| 383 "python", | 363 "python", |
| 384 "-u", | 364 "-u", |
| 385 "\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", | 365 "\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", |
| 386 "[TMP_BASE]/tmp_tmp_3" | 366 "[TMP]/tmp_tmp_3" |
| 387 ], | 367 ], |
| 388 "cwd": "[SLAVE_BUILD]", | |
| 389 "env": { | 368 "env": { |
| 390 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 369 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 391 }, | 370 }, |
| 392 "name": "rmtree temp dir (3)", | 371 "name": "rmtree temp dir (3)", |
| 393 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 394 "@@@STEP_LOG_LINE@python.inline@@@@", | 373 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 395 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 374 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 396 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 375 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 397 "@@@STEP_LOG_LINE@python.inline@@@@", | 376 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 398 "@@@STEP_LOG_LINE@python.inline@@@@", | 377 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 399 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 378 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 400 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 379 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 401 "@@@STEP_LOG_END@python.inline@@@" | 380 "@@@STEP_LOG_END@python.inline@@@" |
| 402 ] | 381 ] |
| 403 }, | 382 }, |
| 404 { | 383 { |
| 405 "cmd": [ | 384 "cmd": [ |
| 406 "python", | 385 "python", |
| 407 "-u", | 386 "-u", |
| 408 "RECIPE_MODULE[build::zip]/resources/zip.py" | 387 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 409 ], | 388 ], |
| 410 "cwd": "[SLAVE_BUILD]", | |
| 411 "env": { | 389 "env": { |
| 412 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 390 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 413 }, | 391 }, |
| 414 "name": "Zip sky_engine Package", | 392 "name": "Zip sky_engine Package", |
| 415 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_Release/
dist/packages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_tm
p_4/sky_engine.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_Release/dist/pac
kages\"}" | 393 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/android_Release/dist/pac
kages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[TMP]/tmp_tmp_4/sky_engin
e.zip\", \"root\": \"[CWD]/src/out/android_Release/dist/packages\"}" |
| 416 }, | 394 }, |
| 417 { | 395 { |
| 418 "cmd": [ | 396 "cmd": [ |
| 419 "python", | 397 "python", |
| 420 "-u", | 398 "-u", |
| 421 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 399 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 422 "--", | 400 "--", |
| 423 "[DEPOT_TOOLS]/gsutil.py", | 401 "[ROOT]/b/depot_tools/gsutil.py", |
| 424 "----", | 402 "----", |
| 425 "cp", | 403 "cp", |
| 426 "[TMP_BASE]/tmp_tmp_4/sky_engine.zip", | 404 "[TMP]/tmp_tmp_4/sky_engine.zip", |
| 427 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_e
ngine.zip" | 405 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_e
ngine.zip" |
| 428 ], | 406 ], |
| 429 "cwd": "[SLAVE_BUILD]", | |
| 430 "env": { | 407 "env": { |
| 431 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 408 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 432 }, | 409 }, |
| 433 "name": "gsutil upload sky_engine.zip", | 410 "name": "gsutil upload sky_engine.zip", |
| 434 "~followup_annotations": [ | 411 "~followup_annotations": [ |
| 435 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_engine.zip@@@" | 412 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_engine.zip@@@" |
| 436 ] | 413 ] |
| 437 }, | 414 }, |
| 438 { | 415 { |
| 439 "cmd": [ | 416 "cmd": [ |
| 440 "python", | 417 "python", |
| 441 "-u", | 418 "-u", |
| 442 "\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", | 419 "\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", |
| 443 "[TMP_BASE]/tmp_tmp_4" | 420 "[TMP]/tmp_tmp_4" |
| 444 ], | 421 ], |
| 445 "cwd": "[SLAVE_BUILD]", | |
| 446 "env": { | 422 "env": { |
| 447 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 423 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 448 }, | 424 }, |
| 449 "name": "rmtree temp dir (4)", | 425 "name": "rmtree temp dir (4)", |
| 450 "~followup_annotations": [ | 426 "~followup_annotations": [ |
| 451 "@@@STEP_LOG_LINE@python.inline@@@@", | 427 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 452 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 428 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 453 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 429 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 454 "@@@STEP_LOG_LINE@python.inline@@@@", | 430 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 455 "@@@STEP_LOG_LINE@python.inline@@@@", | 431 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 456 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 432 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 457 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 433 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 458 "@@@STEP_LOG_END@python.inline@@@" | 434 "@@@STEP_LOG_END@python.inline@@@" |
| 459 ] | 435 ] |
| 460 }, | 436 }, |
| 461 { | 437 { |
| 462 "cmd": [ | 438 "cmd": [ |
| 463 "python", | 439 "python", |
| 464 "-u", | 440 "-u", |
| 465 "RECIPE_MODULE[build::zip]/resources/zip.py" | 441 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 466 ], | 442 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "env": { | 443 "env": { |
| 469 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 444 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 470 }, | 445 }, |
| 471 "name": "Zip sky_services Package", | 446 "name": "Zip sky_services Package", |
| 472 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_Release/
dist/packages/sky_services\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_
tmp_5/sky_services.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_Release/dist
/packages\"}" | 447 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/android_Release/dist/pac
kages/sky_services\", \"type\": \"dir\"}], \"output\": \"[TMP]/tmp_tmp_5/sky_ser
vices.zip\", \"root\": \"[CWD]/src/out/android_Release/dist/packages\"}" |
| 473 }, | 448 }, |
| 474 { | 449 { |
| 475 "cmd": [ | 450 "cmd": [ |
| 476 "python", | 451 "python", |
| 477 "-u", | 452 "-u", |
| 478 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 453 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 479 "--", | 454 "--", |
| 480 "[DEPOT_TOOLS]/gsutil.py", | 455 "[ROOT]/b/depot_tools/gsutil.py", |
| 481 "----", | 456 "----", |
| 482 "cp", | 457 "cp", |
| 483 "[TMP_BASE]/tmp_tmp_5/sky_services.zip", | 458 "[TMP]/tmp_tmp_5/sky_services.zip", |
| 484 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_s
ervices.zip" | 459 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_s
ervices.zip" |
| 485 ], | 460 ], |
| 486 "cwd": "[SLAVE_BUILD]", | |
| 487 "env": { | 461 "env": { |
| 488 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 462 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 489 }, | 463 }, |
| 490 "name": "gsutil upload sky_services.zip", | 464 "name": "gsutil upload sky_services.zip", |
| 491 "~followup_annotations": [ | 465 "~followup_annotations": [ |
| 492 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_services.zip@@@" | 466 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_services.zip@@@" |
| 493 ] | 467 ] |
| 494 }, | 468 }, |
| 495 { | 469 { |
| 496 "cmd": [ | 470 "cmd": [ |
| 497 "python", | 471 "python", |
| 498 "-u", | 472 "-u", |
| 499 "\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", | 473 "\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", |
| 500 "[TMP_BASE]/tmp_tmp_5" | 474 "[TMP]/tmp_tmp_5" |
| 501 ], | 475 ], |
| 502 "cwd": "[SLAVE_BUILD]", | |
| 503 "env": { | 476 "env": { |
| 504 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 477 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 505 }, | 478 }, |
| 506 "name": "rmtree temp dir (5)", | 479 "name": "rmtree temp dir (5)", |
| 507 "~followup_annotations": [ | 480 "~followup_annotations": [ |
| 508 "@@@STEP_LOG_LINE@python.inline@@@@", | 481 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 509 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 482 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 510 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 483 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 511 "@@@STEP_LOG_LINE@python.inline@@@@", | 484 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 512 "@@@STEP_LOG_LINE@python.inline@@@@", | 485 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 513 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 486 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 514 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 487 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 515 "@@@STEP_LOG_END@python.inline@@@" | 488 "@@@STEP_LOG_END@python.inline@@@" |
| 516 ] | 489 ] |
| 517 }, | 490 }, |
| 518 { | 491 { |
| 519 "cmd": [ | 492 "cmd": [ |
| 520 "python", | 493 "python", |
| 521 "-u", | 494 "-u", |
| 522 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 495 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 523 "--", | 496 "--", |
| 524 "[DEPOT_TOOLS]/gsutil.py", | 497 "[ROOT]/b/depot_tools/gsutil.py", |
| 525 "----", | 498 "----", |
| 526 "cp", | 499 "cp", |
| 527 "[SLAVE_BUILD]/src/out/android_Release/gen/sky/services/firebase/firebase_
lib.dex.jar", | 500 "[CWD]/src/out/android_Release/gen/sky/services/firebase/firebase_lib.dex.
jar", |
| 528 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb
ase/firebase_lib.dex.jar" | 501 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb
ase/firebase_lib.dex.jar" |
| 529 ], | 502 ], |
| 530 "cwd": "[SLAVE_BUILD]", | |
| 531 "env": { | 503 "env": { |
| 532 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 504 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 533 }, | 505 }, |
| 534 "name": "gsutil upload firebase_lib.dex.jar", | 506 "name": "gsutil upload firebase_lib.dex.jar", |
| 535 "~followup_annotations": [ | 507 "~followup_annotations": [ |
| 536 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/firebase_lib.dex.jar@
@@" | 508 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/firebase_lib.dex.jar@
@@" |
| 537 ] | 509 ] |
| 538 }, | 510 }, |
| 539 { | 511 { |
| 540 "cmd": [ | 512 "cmd": [ |
| 541 "python", | 513 "python", |
| 542 "-u", | 514 "-u", |
| 543 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 515 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 544 "--", | 516 "--", |
| 545 "[DEPOT_TOOLS]/gsutil.py", | 517 "[ROOT]/b/depot_tools/gsutil.py", |
| 546 "----", | 518 "----", |
| 547 "cp", | 519 "cp", |
| 548 "[SLAVE_BUILD]/src/out/android_Release/gen/sky/services/firebase/interface
s_java.dex.jar", | 520 "[CWD]/src/out/android_Release/gen/sky/services/firebase/interfaces_java.d
ex.jar", |
| 549 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb
ase/interfaces_java.dex.jar" | 521 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb
ase/interfaces_java.dex.jar" |
| 550 ], | 522 ], |
| 551 "cwd": "[SLAVE_BUILD]", | |
| 552 "env": { | 523 "env": { |
| 553 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 524 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 554 }, | 525 }, |
| 555 "name": "gsutil upload interfaces_java.dex.jar", | 526 "name": "gsutil upload interfaces_java.dex.jar", |
| 556 "~followup_annotations": [ | 527 "~followup_annotations": [ |
| 557 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/interfaces_java.dex.j
ar@@@" | 528 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/interfaces_java.dex.j
ar@@@" |
| 558 ] | 529 ] |
| 559 }, | 530 }, |
| 560 { | 531 { |
| 561 "cmd": [ | 532 "cmd": [ |
| 562 "python", | 533 "python", |
| 563 "-u", | 534 "-u", |
| 564 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 535 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 565 "--", | 536 "--", |
| 566 "[DEPOT_TOOLS]/gsutil.py", | 537 "[ROOT]/b/depot_tools/gsutil.py", |
| 567 "----", | 538 "----", |
| 568 "cp", | 539 "cp", |
| 569 "[SLAVE_BUILD]/src/out/android_Release/gen/third_party/gcm/gcm_lib.dex.jar
", | 540 "[CWD]/src/out/android_Release/gen/third_party/gcm/gcm_lib.dex.jar", |
| 570 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/g
cm_lib.dex.jar" | 541 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/g
cm_lib.dex.jar" |
| 571 ], | 542 ], |
| 572 "cwd": "[SLAVE_BUILD]", | |
| 573 "env": { | 543 "env": { |
| 574 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 544 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 575 }, | 545 }, |
| 576 "name": "gsutil upload gcm_lib.dex.jar", | 546 "name": "gsutil upload gcm_lib.dex.jar", |
| 577 "~followup_annotations": [ | 547 "~followup_annotations": [ |
| 578 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/gcm_lib.dex.jar@@@" | 548 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/gcm_lib.dex.jar@@@" |
| 579 ] | 549 ] |
| 580 }, | 550 }, |
| 581 { | 551 { |
| 582 "cmd": [ | 552 "cmd": [ |
| 583 "python", | 553 "python", |
| 584 "-u", | 554 "-u", |
| 585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 555 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 586 "--", | 556 "--", |
| 587 "[DEPOT_TOOLS]/gsutil.py", | 557 "[ROOT]/b/depot_tools/gsutil.py", |
| 588 "----", | 558 "----", |
| 589 "cp", | 559 "cp", |
| 590 "[SLAVE_BUILD]/src/out/android_Release/gen/third_party/gcm/interfaces_java
.dex.jar", | 560 "[CWD]/src/out/android_Release/gen/third_party/gcm/interfaces_java.dex.jar
", |
| 591 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/i
nterfaces_java.dex.jar" | 561 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/i
nterfaces_java.dex.jar" |
| 592 ], | 562 ], |
| 593 "cwd": "[SLAVE_BUILD]", | |
| 594 "env": { | 563 "env": { |
| 595 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 564 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 596 }, | 565 }, |
| 597 "name": "gsutil upload interfaces_java.dex.jar (2)", | 566 "name": "gsutil upload interfaces_java.dex.jar (2)", |
| 598 "~followup_annotations": [ | 567 "~followup_annotations": [ |
| 599 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/interfaces_java.dex.jar@@@
" | 568 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/interfaces_java.dex.jar@@@
" |
| 600 ] | 569 ] |
| 601 }, | 570 }, |
| 602 { | 571 { |
| 603 "cmd": [ | 572 "cmd": [ |
| 604 "[SLAVE_BUILD]/src/sky/tools/gn", | 573 "[CWD]/src/sky/tools/gn", |
| 605 "--release", | 574 "--release", |
| 606 "--android", | 575 "--android", |
| 607 "--simulator" | 576 "--simulator" |
| 608 ], | 577 ], |
| 609 "cwd": "[SLAVE_BUILD]", | |
| 610 "env": { | 578 "env": { |
| 611 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 579 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 612 }, | 580 }, |
| 613 "name": "gn --release --android --simulator" | 581 "name": "gn --release --android --simulator" |
| 614 }, | 582 }, |
| 615 { | 583 { |
| 616 "cmd": [ | 584 "cmd": [ |
| 617 "ninja", | 585 "ninja", |
| 618 "-C", | 586 "-C", |
| 619 "[SLAVE_BUILD]/src/out/android_sim_Release" | 587 "[CWD]/src/out/android_sim_Release" |
| 620 ], | 588 ], |
| 621 "cwd": "[SLAVE_BUILD]", | |
| 622 "env": { | 589 "env": { |
| 623 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 590 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 624 }, | 591 }, |
| 625 "name": "build android_sim_Release" | 592 "name": "build android_sim_Release" |
| 626 }, | 593 }, |
| 627 { | 594 { |
| 628 "cmd": [ | 595 "cmd": [ |
| 629 "python", | 596 "python", |
| 630 "-u", | 597 "-u", |
| 631 "RECIPE_MODULE[build::zip]/resources/zip.py" | 598 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 632 ], | 599 ], |
| 633 "cwd": "[SLAVE_BUILD]", | |
| 634 "env": { | 600 "env": { |
| 635 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 601 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 636 }, | 602 }, |
| 637 "name": "Zip android-x64 Artifacts", | 603 "name": "Zip android-x64 Artifacts", |
| 638 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/
out/android_sim_Release/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_nam
e\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_sim_Release/
gen/sky/shell/shell/shell/libs/x86_64/libsky_shell.so\", \"type\": \"file\"}, {\
"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_sim_R
elease/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\"
, \"path\": \"[SLAVE_BUILD]/src/out/android_sim_Release/gen/sky/shell/shell/clas
ses.dex.jar\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_6/artifact
s.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" | 604 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[CWD]/src/build/android/ant/chromium-debug.keystore\", \"type\": \"file
\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[CWD]/src/out/android_sim_
Release/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"libsky_sh
ell.so\", \"path\": \"[CWD]/src/out/android_sim_Release/gen/sky/shell/shell/shel
l/libs/x86_64/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudt
l.dat\", \"path\": \"[CWD]/src/out/android_sim_Release/icudtl.dat\", \"type\": \
"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[CWD]/src/out/andr
oid_sim_Release/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"o
utput\": \"[TMP]/tmp_tmp_6/artifacts.zip\", \"root\": \"[CWD]/src\"}" |
| 639 }, | 605 }, |
| 640 { | 606 { |
| 641 "cmd": [ | 607 "cmd": [ |
| 642 "python", | 608 "python", |
| 643 "-u", | 609 "-u", |
| 644 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 610 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 645 "--", | 611 "--", |
| 646 "[DEPOT_TOOLS]/gsutil.py", | 612 "[ROOT]/b/depot_tools/gsutil.py", |
| 647 "----", | 613 "----", |
| 648 "cp", | 614 "cp", |
| 649 "[TMP_BASE]/tmp_tmp_6/artifacts.zip", | 615 "[TMP]/tmp_tmp_6/artifacts.zip", |
| 650 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x64/artifacts.zip" | 616 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x64/artifacts.zip" |
| 651 ], | 617 ], |
| 652 "cwd": "[SLAVE_BUILD]", | |
| 653 "env": { | 618 "env": { |
| 654 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 619 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 655 }, | 620 }, |
| 656 "name": "gsutil upload android-x64/artifacts.zip", | 621 "name": "gsutil upload android-x64/artifacts.zip", |
| 657 "~followup_annotations": [ | 622 "~followup_annotations": [ |
| 658 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/artifacts.zip@@@" | 623 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/artifacts.zip@@@" |
| 659 ] | 624 ] |
| 660 }, | 625 }, |
| 661 { | 626 { |
| 662 "cmd": [ | 627 "cmd": [ |
| 663 "python", | 628 "python", |
| 664 "-u", | 629 "-u", |
| 665 "\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", | 630 "\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", |
| 666 "[TMP_BASE]/tmp_tmp_6" | 631 "[TMP]/tmp_tmp_6" |
| 667 ], | 632 ], |
| 668 "cwd": "[SLAVE_BUILD]", | |
| 669 "env": { | 633 "env": { |
| 670 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 634 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 671 }, | 635 }, |
| 672 "name": "rmtree temp dir (6)", | 636 "name": "rmtree temp dir (6)", |
| 673 "~followup_annotations": [ | 637 "~followup_annotations": [ |
| 674 "@@@STEP_LOG_LINE@python.inline@@@@", | 638 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 675 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 639 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 676 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 640 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 677 "@@@STEP_LOG_LINE@python.inline@@@@", | 641 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 678 "@@@STEP_LOG_LINE@python.inline@@@@", | 642 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 679 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 643 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 680 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 644 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 681 "@@@STEP_LOG_END@python.inline@@@" | 645 "@@@STEP_LOG_END@python.inline@@@" |
| 682 ] | 646 ] |
| 683 }, | 647 }, |
| 684 { | 648 { |
| 685 "name": "$result", | 649 "name": "$result", |
| 686 "recipe_result": null, | 650 "recipe_result": null, |
| 687 "status_code": 0 | 651 "status_code": 0 |
| 688 } | 652 } |
| 689 ] | 653 ] |
| OLD | NEW |