| 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 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "name": "rmcontents everything", | 9 "name": "rmcontents everything", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "cmd": [ | 158 "cmd": [ |
| 159 "python", | 159 "python", |
| 160 "-u", | 160 "-u", |
| 161 "RECIPE_MODULE[build::zip]/resources/zip.py" | 161 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 162 ], | 162 ], |
| 163 "env": { | 163 "env": { |
| 164 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 164 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 165 }, | 165 }, |
| 166 "name": "Zip linux-x64 Artifacts", | 166 "name": "Zip linux-x64 artifacts.zip", |
| 167 "stdin": "{\"entries\": [{\"archive_name\": \"flutter.mojo\", \"path\": \"[S
LAVE_BUILD]/src/out/host_debug/flutter.mojo\", \"type\": \"file\"}, {\"archive_n
ame\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/icudtl.dat\"
, \"type\": \"file\"}, {\"archive_name\": \"sky_shell\", \"path\": \"[SLAVE_BUIL
D]/src/out/host_debug/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"sky
_snapshot\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/sky_snapshot\", \"type
\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"
[SLAVE_BUILD]/src\"}" | 167 "stdin": "{\"entries\": [{\"archive_name\": \"flutter.mojo\", \"path\": \"[S
LAVE_BUILD]/src/out/host_debug/flutter.mojo\", \"type\": \"file\"}, {\"archive_n
ame\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/icudtl.dat\"
, \"type\": \"file\"}, {\"archive_name\": \"sky_shell\", \"path\": \"[SLAVE_BUIL
D]/src/out/host_debug/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"sky
_snapshot\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/sky_snapshot\", \"type
\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"
[SLAVE_BUILD]/src\"}" |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 "cmd": [ | 170 "cmd": [ |
| 171 "python", | 171 "python", |
| 172 "-u", | 172 "-u", |
| 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 174 "--", | 174 "--", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 176 "----", | 176 "----", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 189 { | 189 { |
| 190 "cmd": [ | 190 "cmd": [ |
| 191 "python", | 191 "python", |
| 192 "-u", | 192 "-u", |
| 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", | 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", |
| 194 "[TMP_BASE]/tmp_tmp_1" | 194 "[TMP_BASE]/tmp_tmp_1" |
| 195 ], | 195 ], |
| 196 "env": { | 196 "env": { |
| 197 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 197 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 198 }, | 198 }, |
| 199 "name": "rmtree temp dir", | 199 "name": "rmtree temp dir for linux-x64 UploadArtifacts artifacts.zip", |
| 200 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 201 "@@@STEP_LOG_LINE@python.inline@@@@", | 201 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 203 "@@@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.@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@@@@", | 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", | 205 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 206 "@@@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]):@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 208 "@@@STEP_LOG_END@python.inline@@@" | 208 "@@@STEP_LOG_END@python.inline@@@" |
| 209 ] | 209 ] |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "cmd": [ | 249 "cmd": [ |
| 250 "python", | 250 "python", |
| 251 "-u", | 251 "-u", |
| 252 "RECIPE_MODULE[build::zip]/resources/zip.py" | 252 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 253 ], | 253 ], |
| 254 "env": { | 254 "env": { |
| 255 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 255 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 256 }, | 256 }, |
| 257 "name": "Zip android-arm Artifacts", | 257 "name": "Zip android-arm artifacts.zip", |
| 258 "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_debug/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \
"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug/flutter.jar\", \
"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[SLAVE_BUIL
D]/src/out/android_debug/flutter.mojo\", \"type\": \"file\"}, {\"archive_name\":
\"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug/gen/sky/sh
ell/shell/shell/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"arch
ive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug/icud
tl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\":
\"[SLAVE_BUILD]/src/out/android_debug/gen/sky/shell/shell/classes.dex.jar\", \"
type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_2/artifacts.zip\", \"root\"
: \"[SLAVE_BUILD]/src\"}" | 258 "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_debug/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \
"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug/flutter.jar\", \
"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[SLAVE_BUIL
D]/src/out/android_debug/flutter.mojo\", \"type\": \"file\"}, {\"archive_name\":
\"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug/gen/sky/sh
ell/shell/shell/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"arch
ive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug/icud
tl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\":
\"[SLAVE_BUILD]/src/out/android_debug/gen/sky/shell/shell/classes.dex.jar\", \"
type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_2/artifacts.zip\", \"root\"
: \"[SLAVE_BUILD]/src\"}" |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 264 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 265 "--", | 265 "--", |
| 266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 267 "----", | 267 "----", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 280 { | 280 { |
| 281 "cmd": [ | 281 "cmd": [ |
| 282 "python", | 282 "python", |
| 283 "-u", | 283 "-u", |
| 284 "\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", | 284 "\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", |
| 285 "[TMP_BASE]/tmp_tmp_2" | 285 "[TMP_BASE]/tmp_tmp_2" |
| 286 ], | 286 ], |
| 287 "env": { | 287 "env": { |
| 288 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 288 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 289 }, | 289 }, |
| 290 "name": "rmtree temp dir (2)", | 290 "name": "rmtree temp dir for android-arm UploadArtifacts artifacts.zip", |
| 291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@python.inline@@@@", | 292 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 293 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 293 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 294 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 295 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 296 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 297 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 299 "@@@STEP_LOG_END@python.inline@@@" |
| 300 ] |
| 301 }, |
| 302 { |
| 303 "cmd": [ |
| 304 "python", |
| 305 "-u", |
| 306 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 307 ], |
| 308 "env": { |
| 309 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 310 }, |
| 311 "name": "Zip android-arm symbols.zip", |
| 312 "stdin": "{\"entries\": [{\"archive_name\": \"libsky_shell.so\", \"path\": \
"[SLAVE_BUILD]/src/out/android_debug/libsky_shell.so\", \"type\": \"file\"}], \"
output\": \"[TMP_BASE]/tmp_tmp_3/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\
"}" |
| 313 }, |
| 314 { |
| 315 "cmd": [ |
| 316 "python", |
| 317 "-u", |
| 318 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 319 "--", |
| 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 321 "----", |
| 322 "cp", |
| 323 "[TMP_BASE]/tmp_tmp_3/artifacts.zip", |
| 324 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm/symbols.zip" |
| 325 ], |
| 326 "env": { |
| 327 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 328 }, |
| 329 "name": "gsutil upload \"android-arm/symbols.zip\"", |
| 330 "~followup_annotations": [ |
| 331 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm/symbols.zip@@@" |
| 332 ] |
| 333 }, |
| 334 { |
| 335 "cmd": [ |
| 336 "python", |
| 337 "-u", |
| 338 "\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", |
| 339 "[TMP_BASE]/tmp_tmp_3" |
| 340 ], |
| 341 "env": { |
| 342 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 343 }, |
| 344 "name": "rmtree temp dir for android-arm UploadArtifacts symbols.zip", |
| 345 "~followup_annotations": [ |
| 346 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 347 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 294 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 348 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 295 "@@@STEP_LOG_LINE@python.inline@@@@", | 349 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 296 "@@@STEP_LOG_LINE@python.inline@@@@", | 350 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 297 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 351 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 352 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 299 "@@@STEP_LOG_END@python.inline@@@" | 353 "@@@STEP_LOG_END@python.inline@@@" |
| 300 ] | 354 ] |
| 301 }, | 355 }, |
| 302 { | 356 { |
| 303 "cmd": [ | 357 "cmd": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 323 }, | 377 }, |
| 324 { | 378 { |
| 325 "cmd": [ | 379 "cmd": [ |
| 326 "python", | 380 "python", |
| 327 "-u", | 381 "-u", |
| 328 "RECIPE_MODULE[build::zip]/resources/zip.py" | 382 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 329 ], | 383 ], |
| 330 "env": { | 384 "env": { |
| 331 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 385 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 332 }, | 386 }, |
| 333 "name": "Zip android-arm-profile Artifacts", | 387 "name": "Zip android-arm-profile artifacts.zip", |
| 334 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL
D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n
ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bi
ndings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\": \"dar
t_vm_entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindin
gs/dart_vm_entry_points_android.txt\", \"type\": \"file\"}, {\"archive_name\": \
"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/apks/SkyShell
.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\", \"path\": \"[SL
AVE_BUILD]/src/out/android_profile/flutter.jar\", \"type\": \"file\"}, {\"archiv
e_name\": \"flutter.mojo\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/fl
utter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"pat
h\": \"[SLAVE_BUILD]/src/out/android_profile/gen/sky/shell/shell/shell/libs/arme
abi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\
", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/icudtl.dat\", \"type\": \"f
ile\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/ou
t/android_profile/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \
"output\": \"[TMP_BASE]/tmp_tmp_3/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src
\"}" | 388 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL
D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n
ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bi
ndings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\": \"dar
t_vm_entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindin
gs/dart_vm_entry_points_android.txt\", \"type\": \"file\"}, {\"archive_name\": \
"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/apks/SkyShell
.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\", \"path\": \"[SL
AVE_BUILD]/src/out/android_profile/flutter.jar\", \"type\": \"file\"}, {\"archiv
e_name\": \"flutter.mojo\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/fl
utter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"pat
h\": \"[SLAVE_BUILD]/src/out/android_profile/gen/sky/shell/shell/shell/libs/arme
abi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\
", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/icudtl.dat\", \"type\": \"f
ile\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/ou
t/android_profile/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \
"output\": \"[TMP_BASE]/tmp_tmp_4/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src
\"}" |
| 335 }, | 389 }, |
| 336 { | 390 { |
| 337 "cmd": [ | 391 "cmd": [ |
| 338 "python", | 392 "python", |
| 339 "-u", | 393 "-u", |
| 340 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 394 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 341 "--", | 395 "--", |
| 342 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 396 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 343 "----", | 397 "----", |
| 344 "cp", | 398 "cp", |
| 345 "[TMP_BASE]/tmp_tmp_3/artifacts.zip", | 399 "[TMP_BASE]/tmp_tmp_4/artifacts.zip", |
| 346 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-profile/artifacts.zip" | 400 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-profile/artifacts.zip" |
| 347 ], | 401 ], |
| 348 "env": { | 402 "env": { |
| 349 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 403 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 350 }, | 404 }, |
| 351 "name": "gsutil upload \"android-arm-profile/artifacts.zip\"", | 405 "name": "gsutil upload \"android-arm-profile/artifacts.zip\"", |
| 352 "~followup_annotations": [ | 406 "~followup_annotations": [ |
| 353 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-profile/artifacts.
zip@@@" | 407 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-profile/artifacts.
zip@@@" |
| 354 ] | 408 ] |
| 355 }, | 409 }, |
| 356 { | 410 { |
| 357 "cmd": [ | 411 "cmd": [ |
| 358 "python", | 412 "python", |
| 359 "-u", | 413 "-u", |
| 360 "\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", | 414 "\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", |
| 361 "[TMP_BASE]/tmp_tmp_3" | 415 "[TMP_BASE]/tmp_tmp_4" |
| 362 ], | 416 ], |
| 363 "env": { | 417 "env": { |
| 364 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 418 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 365 }, | 419 }, |
| 366 "name": "rmtree temp dir (3)", | 420 "name": "rmtree temp dir for android-arm-profile UploadArtifacts artifacts.z
ip", |
| 367 "~followup_annotations": [ | 421 "~followup_annotations": [ |
| 368 "@@@STEP_LOG_LINE@python.inline@@@@", | 422 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 369 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 423 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 370 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 424 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@@@@", | 425 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 372 "@@@STEP_LOG_LINE@python.inline@@@@", | 426 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 373 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 427 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 374 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 428 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 375 "@@@STEP_LOG_END@python.inline@@@" | 429 "@@@STEP_LOG_END@python.inline@@@" |
| 376 ] | 430 ] |
| 377 }, | 431 }, |
| 378 { | 432 { |
| 379 "cmd": [ | 433 "cmd": [ |
| 380 "python", | 434 "python", |
| 381 "-u", | 435 "-u", |
| 382 "RECIPE_MODULE[build::zip]/resources/zip.py" | 436 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 383 ], | 437 ], |
| 384 "env": { | 438 "env": { |
| 385 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 439 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 386 }, | 440 }, |
| 387 "name": "Zip android-arm-profile Artifacts (2)", | 441 "name": "Zip android-arm-profile linux-x64.zip", |
| 388 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S
LAVE_BUILD]/src/out/android_profile/clang_x86/gen_snapshot\", \"type\": \"file\"
}], \"output\": \"[TMP_BASE]/tmp_tmp_4/artifacts.zip\", \"root\": \"[SLAVE_BUILD
]/src\"}" | 442 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S
LAVE_BUILD]/src/out/android_profile/clang_x86/gen_snapshot\", \"type\": \"file\"
}], \"output\": \"[TMP_BASE]/tmp_tmp_5/artifacts.zip\", \"root\": \"[SLAVE_BUILD
]/src\"}" |
| 389 }, | 443 }, |
| 390 { | 444 { |
| 391 "cmd": [ | 445 "cmd": [ |
| 392 "python", | 446 "python", |
| 393 "-u", | 447 "-u", |
| 394 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 448 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 395 "--", | 449 "--", |
| 396 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 450 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 397 "----", | 451 "----", |
| 398 "cp", | 452 "cp", |
| 399 "[TMP_BASE]/tmp_tmp_4/artifacts.zip", | 453 "[TMP_BASE]/tmp_tmp_5/artifacts.zip", |
| 400 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-profile/linux-x64.zip" | 454 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-profile/linux-x64.zip" |
| 401 ], | 455 ], |
| 402 "env": { | 456 "env": { |
| 403 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 457 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 404 }, | 458 }, |
| 405 "name": "gsutil upload \"android-arm-profile/linux-x64.zip\"", | 459 "name": "gsutil upload \"android-arm-profile/linux-x64.zip\"", |
| 406 "~followup_annotations": [ | 460 "~followup_annotations": [ |
| 407 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-profile/linux-x64.
zip@@@" | 461 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-profile/linux-x64.
zip@@@" |
| 408 ] | 462 ] |
| 409 }, | 463 }, |
| 410 { | 464 { |
| 411 "cmd": [ | 465 "cmd": [ |
| 412 "python", | 466 "python", |
| 413 "-u", | 467 "-u", |
| 414 "\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", | 468 "\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", |
| 415 "[TMP_BASE]/tmp_tmp_4" | 469 "[TMP_BASE]/tmp_tmp_5" |
| 416 ], | 470 ], |
| 417 "env": { | 471 "env": { |
| 418 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 472 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 419 }, | 473 }, |
| 420 "name": "rmtree temp dir (4)", | 474 "name": "rmtree temp dir for android-arm-profile UploadArtifacts linux-x64.z
ip", |
| 421 "~followup_annotations": [ | 475 "~followup_annotations": [ |
| 422 "@@@STEP_LOG_LINE@python.inline@@@@", | 476 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 423 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 477 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 478 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 479 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 483 "@@@STEP_LOG_END@python.inline@@@" |
| 484 ] |
| 485 }, |
| 486 { |
| 487 "cmd": [ |
| 488 "python", |
| 489 "-u", |
| 490 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 491 ], |
| 492 "env": { |
| 493 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 494 }, |
| 495 "name": "Zip upload_dir symbols.zip", |
| 496 "stdin": "{\"entries\": [{\"archive_name\": \"libsky_shell.so\", \"path\": \
"[SLAVE_BUILD]/src/out/android_profile/libsky_shell.so\", \"type\": \"file\"}],
\"output\": \"[TMP_BASE]/tmp_tmp_6/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/sr
c\"}" |
| 497 }, |
| 498 { |
| 499 "cmd": [ |
| 500 "python", |
| 501 "-u", |
| 502 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 503 "--", |
| 504 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 505 "----", |
| 506 "cp", |
| 507 "[TMP_BASE]/tmp_tmp_6/artifacts.zip", |
| 508 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/uploa
d_dir/symbols.zip" |
| 509 ], |
| 510 "env": { |
| 511 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 512 }, |
| 513 "name": "gsutil upload \"upload_dir/symbols.zip\"", |
| 514 "~followup_annotations": [ |
| 515 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/upload_dir/symbols.zip@@@" |
| 516 ] |
| 517 }, |
| 518 { |
| 519 "cmd": [ |
| 520 "python", |
| 521 "-u", |
| 522 "\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", |
| 523 "[TMP_BASE]/tmp_tmp_6" |
| 524 ], |
| 525 "env": { |
| 526 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 527 }, |
| 528 "name": "rmtree temp dir for upload_dir UploadArtifacts symbols.zip", |
| 529 "~followup_annotations": [ |
| 530 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 531 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 424 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 532 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 425 "@@@STEP_LOG_LINE@python.inline@@@@", | 533 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 426 "@@@STEP_LOG_LINE@python.inline@@@@", | 534 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 427 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 535 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 428 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 536 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 429 "@@@STEP_LOG_END@python.inline@@@" | 537 "@@@STEP_LOG_END@python.inline@@@" |
| 430 ] | 538 ] |
| 431 }, | 539 }, |
| 432 { | 540 { |
| 433 "cmd": [ | 541 "cmd": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 453 }, | 561 }, |
| 454 { | 562 { |
| 455 "cmd": [ | 563 "cmd": [ |
| 456 "python", | 564 "python", |
| 457 "-u", | 565 "-u", |
| 458 "RECIPE_MODULE[build::zip]/resources/zip.py" | 566 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 459 ], | 567 ], |
| 460 "env": { | 568 "env": { |
| 461 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 569 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 462 }, | 570 }, |
| 463 "name": "Zip android-arm-release Artifacts", | 571 "name": "Zip android-arm-release artifacts.zip", |
| 464 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL
D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n
ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bi
ndings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\": \"dar
t_vm_entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindin
gs/dart_vm_entry_points_android.txt\", \"type\": \"file\"}, {\"archive_name\": \
"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/apks/SkyShell
.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\", \"path\": \"[SL
AVE_BUILD]/src/out/android_release/flutter.jar\", \"type\": \"file\"}, {\"archiv
e_name\": \"flutter.mojo\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/fl
utter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"pat
h\": \"[SLAVE_BUILD]/src/out/android_release/gen/sky/shell/shell/shell/libs/arme
abi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\
", \"path\": \"[SLAVE_BUILD]/src/out/android_release/icudtl.dat\", \"type\": \"f
ile\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/ou
t/android_release/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \
"output\": \"[TMP_BASE]/tmp_tmp_5/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src
\"}" | 572 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p
ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\"
: \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL
D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n
ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bi
ndings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\": \"dar
t_vm_entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindin
gs/dart_vm_entry_points_android.txt\", \"type\": \"file\"}, {\"archive_name\": \
"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/apks/SkyShell
.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\", \"path\": \"[SL
AVE_BUILD]/src/out/android_release/flutter.jar\", \"type\": \"file\"}, {\"archiv
e_name\": \"flutter.mojo\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/fl
utter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"pat
h\": \"[SLAVE_BUILD]/src/out/android_release/gen/sky/shell/shell/shell/libs/arme
abi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\
", \"path\": \"[SLAVE_BUILD]/src/out/android_release/icudtl.dat\", \"type\": \"f
ile\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/ou
t/android_release/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \
"output\": \"[TMP_BASE]/tmp_tmp_7/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src
\"}" |
| 465 }, | 573 }, |
| 466 { | 574 { |
| 467 "cmd": [ | 575 "cmd": [ |
| 468 "python", | 576 "python", |
| 469 "-u", | 577 "-u", |
| 470 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 578 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 471 "--", | 579 "--", |
| 472 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 580 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 473 "----", | 581 "----", |
| 474 "cp", | 582 "cp", |
| 475 "[TMP_BASE]/tmp_tmp_5/artifacts.zip", | 583 "[TMP_BASE]/tmp_tmp_7/artifacts.zip", |
| 476 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-release/artifacts.zip" | 584 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-release/artifacts.zip" |
| 477 ], | 585 ], |
| 478 "env": { | 586 "env": { |
| 479 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 587 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 480 }, | 588 }, |
| 481 "name": "gsutil upload \"android-arm-release/artifacts.zip\"", | 589 "name": "gsutil upload \"android-arm-release/artifacts.zip\"", |
| 482 "~followup_annotations": [ | 590 "~followup_annotations": [ |
| 483 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/artifacts.
zip@@@" | 591 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/artifacts.
zip@@@" |
| 484 ] | 592 ] |
| 485 }, | 593 }, |
| 486 { | 594 { |
| 487 "cmd": [ | 595 "cmd": [ |
| 488 "python", | 596 "python", |
| 489 "-u", | 597 "-u", |
| 490 "\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", | 598 "\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", |
| 491 "[TMP_BASE]/tmp_tmp_5" | 599 "[TMP_BASE]/tmp_tmp_7" |
| 492 ], | 600 ], |
| 493 "env": { | 601 "env": { |
| 494 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 602 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 495 }, | 603 }, |
| 496 "name": "rmtree temp dir (5)", | 604 "name": "rmtree temp dir for android-arm-release UploadArtifacts artifacts.z
ip", |
| 497 "~followup_annotations": [ | 605 "~followup_annotations": [ |
| 498 "@@@STEP_LOG_LINE@python.inline@@@@", | 606 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 499 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 607 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 500 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 608 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 501 "@@@STEP_LOG_LINE@python.inline@@@@", | 609 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 502 "@@@STEP_LOG_LINE@python.inline@@@@", | 610 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 503 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 611 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 504 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 612 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 505 "@@@STEP_LOG_END@python.inline@@@" | 613 "@@@STEP_LOG_END@python.inline@@@" |
| 506 ] | 614 ] |
| 507 }, | 615 }, |
| 508 { | 616 { |
| 509 "cmd": [ | 617 "cmd": [ |
| 510 "python", | 618 "python", |
| 511 "-u", | 619 "-u", |
| 512 "RECIPE_MODULE[build::zip]/resources/zip.py" | 620 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 513 ], | 621 ], |
| 514 "env": { | 622 "env": { |
| 515 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 623 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 516 }, | 624 }, |
| 517 "name": "Zip android-arm-release Artifacts (2)", | 625 "name": "Zip android-arm-release linux-x64.zip", |
| 518 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S
LAVE_BUILD]/src/out/android_release/clang_x86/gen_snapshot\", \"type\": \"file\"
}], \"output\": \"[TMP_BASE]/tmp_tmp_6/artifacts.zip\", \"root\": \"[SLAVE_BUILD
]/src\"}" | 626 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S
LAVE_BUILD]/src/out/android_release/clang_x86/gen_snapshot\", \"type\": \"file\"
}], \"output\": \"[TMP_BASE]/tmp_tmp_8/artifacts.zip\", \"root\": \"[SLAVE_BUILD
]/src\"}" |
| 519 }, | 627 }, |
| 520 { | 628 { |
| 521 "cmd": [ | 629 "cmd": [ |
| 522 "python", | 630 "python", |
| 523 "-u", | 631 "-u", |
| 524 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 632 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 525 "--", | 633 "--", |
| 526 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 634 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 527 "----", | 635 "----", |
| 528 "cp", | 636 "cp", |
| 529 "[TMP_BASE]/tmp_tmp_6/artifacts.zip", | 637 "[TMP_BASE]/tmp_tmp_8/artifacts.zip", |
| 530 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-release/linux-x64.zip" | 638 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-arm-release/linux-x64.zip" |
| 531 ], | 639 ], |
| 532 "env": { | 640 "env": { |
| 533 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 641 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 534 }, | 642 }, |
| 535 "name": "gsutil upload \"android-arm-release/linux-x64.zip\"", | 643 "name": "gsutil upload \"android-arm-release/linux-x64.zip\"", |
| 536 "~followup_annotations": [ | 644 "~followup_annotations": [ |
| 537 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/linux-x64.
zip@@@" | 645 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/linux-x64.
zip@@@" |
| 538 ] | 646 ] |
| 539 }, | 647 }, |
| 540 { | 648 { |
| 541 "cmd": [ | 649 "cmd": [ |
| 542 "python", | 650 "python", |
| 543 "-u", | 651 "-u", |
| 544 "\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", | 652 "\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", |
| 545 "[TMP_BASE]/tmp_tmp_6" | 653 "[TMP_BASE]/tmp_tmp_8" |
| 546 ], | 654 ], |
| 547 "env": { | 655 "env": { |
| 548 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 656 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 549 }, | 657 }, |
| 550 "name": "rmtree temp dir (6)", | 658 "name": "rmtree temp dir for android-arm-release UploadArtifacts linux-x64.z
ip", |
| 551 "~followup_annotations": [ | 659 "~followup_annotations": [ |
| 552 "@@@STEP_LOG_LINE@python.inline@@@@", | 660 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 553 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 661 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 662 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 663 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 664 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 665 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 666 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 667 "@@@STEP_LOG_END@python.inline@@@" |
| 668 ] |
| 669 }, |
| 670 { |
| 671 "cmd": [ |
| 672 "python", |
| 673 "-u", |
| 674 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 675 ], |
| 676 "env": { |
| 677 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 678 }, |
| 679 "name": "Zip upload_dir symbols.zip (2)", |
| 680 "stdin": "{\"entries\": [{\"archive_name\": \"libsky_shell.so\", \"path\": \
"[SLAVE_BUILD]/src/out/android_release/libsky_shell.so\", \"type\": \"file\"}],
\"output\": \"[TMP_BASE]/tmp_tmp_9/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/sr
c\"}" |
| 681 }, |
| 682 { |
| 683 "cmd": [ |
| 684 "python", |
| 685 "-u", |
| 686 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 687 "--", |
| 688 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 689 "----", |
| 690 "cp", |
| 691 "[TMP_BASE]/tmp_tmp_9/artifacts.zip", |
| 692 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/uploa
d_dir/symbols.zip" |
| 693 ], |
| 694 "env": { |
| 695 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 696 }, |
| 697 "name": "gsutil upload \"upload_dir/symbols.zip\" (2)", |
| 698 "~followup_annotations": [ |
| 699 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/upload_dir/symbols.zip@@@" |
| 700 ] |
| 701 }, |
| 702 { |
| 703 "cmd": [ |
| 704 "python", |
| 705 "-u", |
| 706 "\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", |
| 707 "[TMP_BASE]/tmp_tmp_9" |
| 708 ], |
| 709 "env": { |
| 710 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 711 }, |
| 712 "name": "rmtree temp dir for upload_dir UploadArtifacts symbols.zip (2)", |
| 713 "~followup_annotations": [ |
| 714 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 715 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 554 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 716 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 555 "@@@STEP_LOG_LINE@python.inline@@@@", | 717 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 556 "@@@STEP_LOG_LINE@python.inline@@@@", | 718 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 557 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 719 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 558 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 720 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 559 "@@@STEP_LOG_END@python.inline@@@" | 721 "@@@STEP_LOG_END@python.inline@@@" |
| 560 ] | 722 ] |
| 561 }, | 723 }, |
| 562 { | 724 { |
| 563 "cmd": [ | 725 "cmd": [ |
| 564 "python", | 726 "python", |
| 565 "-u", | 727 "-u", |
| 566 "RECIPE_MODULE[build::zip]/resources/zip.py" | 728 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 567 ], | 729 ], |
| 568 "env": { | 730 "env": { |
| 569 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 731 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 570 }, | 732 }, |
| 571 "name": "Zip sky_engine Package", | 733 "name": "Zip sky_engine Package", |
| 572 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_debug/di
st/packages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_tmp_
7/sky_engine.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_debug/dist/package
s\"}" | 734 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_debug/di
st/packages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_tmp_
10/sky_engine.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_debug/dist/packag
es\"}" |
| 573 }, | 735 }, |
| 574 { | 736 { |
| 575 "cmd": [ | 737 "cmd": [ |
| 576 "python", | 738 "python", |
| 577 "-u", | 739 "-u", |
| 578 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 740 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 579 "--", | 741 "--", |
| 580 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 742 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 581 "----", | 743 "----", |
| 582 "cp", | 744 "cp", |
| 583 "[TMP_BASE]/tmp_tmp_7/sky_engine.zip", | 745 "[TMP_BASE]/tmp_tmp_10/sky_engine.zip", |
| 584 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_e
ngine.zip" | 746 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_e
ngine.zip" |
| 585 ], | 747 ], |
| 586 "env": { | 748 "env": { |
| 587 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 749 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 588 }, | 750 }, |
| 589 "name": "gsutil upload sky_engine.zip", | 751 "name": "gsutil upload sky_engine.zip", |
| 590 "~followup_annotations": [ | 752 "~followup_annotations": [ |
| 591 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_engine.zip@@@" | 753 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_engine.zip@@@" |
| 592 ] | 754 ] |
| 593 }, | 755 }, |
| 594 { | 756 { |
| 595 "cmd": [ | 757 "cmd": [ |
| 596 "python", | 758 "python", |
| 597 "-u", | 759 "-u", |
| 598 "\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", | 760 "\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", |
| 599 "[TMP_BASE]/tmp_tmp_7" | 761 "[TMP_BASE]/tmp_tmp_10" |
| 600 ], | 762 ], |
| 601 "env": { | 763 "env": { |
| 602 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 764 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 603 }, | 765 }, |
| 604 "name": "rmtree temp dir (7)", | 766 "name": "rmtree temp dir for UploadDartPackage sky_engine", |
| 605 "~followup_annotations": [ | 767 "~followup_annotations": [ |
| 606 "@@@STEP_LOG_LINE@python.inline@@@@", | 768 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 607 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 769 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 608 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 770 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 609 "@@@STEP_LOG_LINE@python.inline@@@@", | 771 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 610 "@@@STEP_LOG_LINE@python.inline@@@@", | 772 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 611 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 773 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 612 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 774 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 613 "@@@STEP_LOG_END@python.inline@@@" | 775 "@@@STEP_LOG_END@python.inline@@@" |
| 614 ] | 776 ] |
| 615 }, | 777 }, |
| 616 { | 778 { |
| 617 "cmd": [ | 779 "cmd": [ |
| 618 "python", | 780 "python", |
| 619 "-u", | 781 "-u", |
| 620 "RECIPE_MODULE[build::zip]/resources/zip.py" | 782 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 621 ], | 783 ], |
| 622 "env": { | 784 "env": { |
| 623 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 785 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 624 }, | 786 }, |
| 625 "name": "Zip sky_services Package", | 787 "name": "Zip sky_services Package", |
| 626 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_debug/di
st/packages/sky_services\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_tm
p_8/sky_services.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_debug/dist/pac
kages\"}" | 788 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_debug/di
st/packages/sky_services\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_tm
p_11/sky_services.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_debug/dist/pa
ckages\"}" |
| 627 }, | 789 }, |
| 628 { | 790 { |
| 629 "cmd": [ | 791 "cmd": [ |
| 630 "python", | 792 "python", |
| 631 "-u", | 793 "-u", |
| 632 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 794 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 633 "--", | 795 "--", |
| 634 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 796 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 635 "----", | 797 "----", |
| 636 "cp", | 798 "cp", |
| 637 "[TMP_BASE]/tmp_tmp_8/sky_services.zip", | 799 "[TMP_BASE]/tmp_tmp_11/sky_services.zip", |
| 638 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_s
ervices.zip" | 800 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_s
ervices.zip" |
| 639 ], | 801 ], |
| 640 "env": { | 802 "env": { |
| 641 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 803 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 642 }, | 804 }, |
| 643 "name": "gsutil upload sky_services.zip", | 805 "name": "gsutil upload sky_services.zip", |
| 644 "~followup_annotations": [ | 806 "~followup_annotations": [ |
| 645 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_services.zip@@@" | 807 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_services.zip@@@" |
| 646 ] | 808 ] |
| 647 }, | 809 }, |
| 648 { | 810 { |
| 649 "cmd": [ | 811 "cmd": [ |
| 650 "python", | 812 "python", |
| 651 "-u", | 813 "-u", |
| 652 "\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", | 814 "\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", |
| 653 "[TMP_BASE]/tmp_tmp_8" | 815 "[TMP_BASE]/tmp_tmp_11" |
| 654 ], | 816 ], |
| 655 "env": { | 817 "env": { |
| 656 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 818 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 657 }, | 819 }, |
| 658 "name": "rmtree temp dir (8)", | 820 "name": "rmtree temp dir for UploadDartPackage sky_services", |
| 659 "~followup_annotations": [ | 821 "~followup_annotations": [ |
| 660 "@@@STEP_LOG_LINE@python.inline@@@@", | 822 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 661 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 823 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 662 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 824 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 663 "@@@STEP_LOG_LINE@python.inline@@@@", | 825 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 664 "@@@STEP_LOG_LINE@python.inline@@@@", | 826 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 665 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 827 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 666 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 828 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 667 "@@@STEP_LOG_END@python.inline@@@" | 829 "@@@STEP_LOG_END@python.inline@@@" |
| 668 ] | 830 ] |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 }, | 893 }, |
| 732 { | 894 { |
| 733 "cmd": [ | 895 "cmd": [ |
| 734 "python", | 896 "python", |
| 735 "-u", | 897 "-u", |
| 736 "RECIPE_MODULE[build::zip]/resources/zip.py" | 898 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 737 ], | 899 ], |
| 738 "env": { | 900 "env": { |
| 739 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 901 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 740 }, | 902 }, |
| 741 "name": "Zip android-x64 Artifacts", | 903 "name": "Zip android-x64 artifacts.zip", |
| 742 "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_debug_x64/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\
": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x64/gen/
sky/shell/shell/shell/libs/x86_64/libsky_shell.so\", \"type\": \"file\"}, {\"arc
hive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x64
/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"pa
th\": \"[SLAVE_BUILD]/src/out/android_debug_x64/gen/sky/shell/shell/classes.dex.
jar\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_9/artifacts.zip\",
\"root\": \"[SLAVE_BUILD]/src\"}" | 904 "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_debug_x64/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\
": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x64/gen/
sky/shell/shell/shell/libs/x86_64/libsky_shell.so\", \"type\": \"file\"}, {\"arc
hive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x64
/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"pa
th\": \"[SLAVE_BUILD]/src/out/android_debug_x64/gen/sky/shell/shell/classes.dex.
jar\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_12/artifacts.zip\"
, \"root\": \"[SLAVE_BUILD]/src\"}" |
| 743 }, | 905 }, |
| 744 { | 906 { |
| 745 "cmd": [ | 907 "cmd": [ |
| 746 "python", | 908 "python", |
| 747 "-u", | 909 "-u", |
| 748 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 910 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 749 "--", | 911 "--", |
| 750 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 912 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 751 "----", | 913 "----", |
| 752 "cp", | 914 "cp", |
| 753 "[TMP_BASE]/tmp_tmp_9/artifacts.zip", | 915 "[TMP_BASE]/tmp_tmp_12/artifacts.zip", |
| 754 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x64/artifacts.zip" | 916 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x64/artifacts.zip" |
| 755 ], | 917 ], |
| 756 "env": { | 918 "env": { |
| 757 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 919 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 758 }, | 920 }, |
| 759 "name": "gsutil upload \"android-x64/artifacts.zip\"", | 921 "name": "gsutil upload \"android-x64/artifacts.zip\"", |
| 760 "~followup_annotations": [ | 922 "~followup_annotations": [ |
| 761 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/artifacts.zip@@@" | 923 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/artifacts.zip@@@" |
| 762 ] | 924 ] |
| 763 }, | 925 }, |
| 764 { | 926 { |
| 765 "cmd": [ | 927 "cmd": [ |
| 766 "python", | 928 "python", |
| 767 "-u", | 929 "-u", |
| 768 "\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", | 930 "\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", |
| 769 "[TMP_BASE]/tmp_tmp_9" | 931 "[TMP_BASE]/tmp_tmp_12" |
| 770 ], | 932 ], |
| 771 "env": { | 933 "env": { |
| 772 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 934 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 773 }, | 935 }, |
| 774 "name": "rmtree temp dir (9)", | 936 "name": "rmtree temp dir for android-x64 UploadArtifacts artifacts.zip", |
| 775 "~followup_annotations": [ | 937 "~followup_annotations": [ |
| 776 "@@@STEP_LOG_LINE@python.inline@@@@", | 938 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 777 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 939 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 940 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 941 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 942 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 943 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 944 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 945 "@@@STEP_LOG_END@python.inline@@@" |
| 946 ] |
| 947 }, |
| 948 { |
| 949 "cmd": [ |
| 950 "python", |
| 951 "-u", |
| 952 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 953 ], |
| 954 "env": { |
| 955 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 956 }, |
| 957 "name": "Zip android-x64 symbols.zip", |
| 958 "stdin": "{\"entries\": [{\"archive_name\": \"libsky_shell.so\", \"path\": \
"[SLAVE_BUILD]/src/out/android_debug_x64/libsky_shell.so\", \"type\": \"file\"}]
, \"output\": \"[TMP_BASE]/tmp_tmp_13/artifacts.zip\", \"root\": \"[SLAVE_BUILD]
/src\"}" |
| 959 }, |
| 960 { |
| 961 "cmd": [ |
| 962 "python", |
| 963 "-u", |
| 964 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 965 "--", |
| 966 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 967 "----", |
| 968 "cp", |
| 969 "[TMP_BASE]/tmp_tmp_13/artifacts.zip", |
| 970 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x64/symbols.zip" |
| 971 ], |
| 972 "env": { |
| 973 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 974 }, |
| 975 "name": "gsutil upload \"android-x64/symbols.zip\"", |
| 976 "~followup_annotations": [ |
| 977 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/symbols.zip@@@" |
| 978 ] |
| 979 }, |
| 980 { |
| 981 "cmd": [ |
| 982 "python", |
| 983 "-u", |
| 984 "\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", |
| 985 "[TMP_BASE]/tmp_tmp_13" |
| 986 ], |
| 987 "env": { |
| 988 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 989 }, |
| 990 "name": "rmtree temp dir for android-x64 UploadArtifacts symbols.zip", |
| 991 "~followup_annotations": [ |
| 992 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 993 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 778 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 994 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 779 "@@@STEP_LOG_LINE@python.inline@@@@", | 995 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 780 "@@@STEP_LOG_LINE@python.inline@@@@", | 996 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 781 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 997 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 782 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 998 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 783 "@@@STEP_LOG_END@python.inline@@@" | 999 "@@@STEP_LOG_END@python.inline@@@" |
| 784 ] | 1000 ] |
| 785 }, | 1001 }, |
| 786 { | 1002 { |
| 787 "cmd": [ | 1003 "cmd": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 807 }, | 1023 }, |
| 808 { | 1024 { |
| 809 "cmd": [ | 1025 "cmd": [ |
| 810 "python", | 1026 "python", |
| 811 "-u", | 1027 "-u", |
| 812 "RECIPE_MODULE[build::zip]/resources/zip.py" | 1028 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 813 ], | 1029 ], |
| 814 "env": { | 1030 "env": { |
| 815 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 1031 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 816 }, | 1032 }, |
| 817 "name": "Zip android-x86 Artifacts", | 1033 "name": "Zip android-x86 artifacts.zip", |
| 818 "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_debug_x86/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\
": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x86/gen/
sky/shell/shell/shell/libs/x86/libsky_shell.so\", \"type\": \"file\"}, {\"archiv
e_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x86/ic
udtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\
": \"[SLAVE_BUILD]/src/out/android_debug_x86/gen/sky/shell/shell/classes.dex.jar
\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_10/artifacts.zip\", \
"root\": \"[SLAVE_BUILD]/src\"}" | 1034 "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_debug_x86/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\
": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x86/gen/
sky/shell/shell/shell/libs/x86/libsky_shell.so\", \"type\": \"file\"}, {\"archiv
e_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_debug_x86/ic
udtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\
": \"[SLAVE_BUILD]/src/out/android_debug_x86/gen/sky/shell/shell/classes.dex.jar
\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_14/artifacts.zip\", \
"root\": \"[SLAVE_BUILD]/src\"}" |
| 819 }, | 1035 }, |
| 820 { | 1036 { |
| 821 "cmd": [ | 1037 "cmd": [ |
| 822 "python", | 1038 "python", |
| 823 "-u", | 1039 "-u", |
| 824 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1040 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 825 "--", | 1041 "--", |
| 826 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 1042 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 827 "----", | 1043 "----", |
| 828 "cp", | 1044 "cp", |
| 829 "[TMP_BASE]/tmp_tmp_10/artifacts.zip", | 1045 "[TMP_BASE]/tmp_tmp_14/artifacts.zip", |
| 830 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x86/artifacts.zip" | 1046 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x86/artifacts.zip" |
| 831 ], | 1047 ], |
| 832 "env": { | 1048 "env": { |
| 833 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 1049 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 834 }, | 1050 }, |
| 835 "name": "gsutil upload \"android-x86/artifacts.zip\"", | 1051 "name": "gsutil upload \"android-x86/artifacts.zip\"", |
| 836 "~followup_annotations": [ | 1052 "~followup_annotations": [ |
| 837 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x86/artifacts.zip@@@" | 1053 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x86/artifacts.zip@@@" |
| 838 ] | 1054 ] |
| 839 }, | 1055 }, |
| 840 { | 1056 { |
| 841 "cmd": [ | 1057 "cmd": [ |
| 842 "python", | 1058 "python", |
| 843 "-u", | 1059 "-u", |
| 844 "\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", | 1060 "\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", |
| 845 "[TMP_BASE]/tmp_tmp_10" | 1061 "[TMP_BASE]/tmp_tmp_14" |
| 846 ], | 1062 ], |
| 847 "env": { | 1063 "env": { |
| 848 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 1064 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 849 }, | 1065 }, |
| 850 "name": "rmtree temp dir (10)", | 1066 "name": "rmtree temp dir for android-x86 UploadArtifacts artifacts.zip", |
| 851 "~followup_annotations": [ | 1067 "~followup_annotations": [ |
| 852 "@@@STEP_LOG_LINE@python.inline@@@@", | 1068 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 853 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1069 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1070 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1071 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1072 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1073 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1074 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1075 "@@@STEP_LOG_END@python.inline@@@" |
| 1076 ] |
| 1077 }, |
| 1078 { |
| 1079 "cmd": [ |
| 1080 "python", |
| 1081 "-u", |
| 1082 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 1083 ], |
| 1084 "env": { |
| 1085 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 1086 }, |
| 1087 "name": "Zip android-x86 symbols.zip", |
| 1088 "stdin": "{\"entries\": [{\"archive_name\": \"libsky_shell.so\", \"path\": \
"[SLAVE_BUILD]/src/out/android_debug_x86/libsky_shell.so\", \"type\": \"file\"}]
, \"output\": \"[TMP_BASE]/tmp_tmp_15/artifacts.zip\", \"root\": \"[SLAVE_BUILD]
/src\"}" |
| 1089 }, |
| 1090 { |
| 1091 "cmd": [ |
| 1092 "python", |
| 1093 "-u", |
| 1094 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 1095 "--", |
| 1096 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 1097 "----", |
| 1098 "cp", |
| 1099 "[TMP_BASE]/tmp_tmp_15/artifacts.zip", |
| 1100 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro
id-x86/symbols.zip" |
| 1101 ], |
| 1102 "env": { |
| 1103 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 1104 }, |
| 1105 "name": "gsutil upload \"android-x86/symbols.zip\"", |
| 1106 "~followup_annotations": [ |
| 1107 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x86/symbols.zip@@@" |
| 1108 ] |
| 1109 }, |
| 1110 { |
| 1111 "cmd": [ |
| 1112 "python", |
| 1113 "-u", |
| 1114 "\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", |
| 1115 "[TMP_BASE]/tmp_tmp_15" |
| 1116 ], |
| 1117 "env": { |
| 1118 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 1119 }, |
| 1120 "name": "rmtree temp dir for android-x86 UploadArtifacts symbols.zip", |
| 1121 "~followup_annotations": [ |
| 1122 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1123 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 854 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 855 "@@@STEP_LOG_LINE@python.inline@@@@", | 1125 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 856 "@@@STEP_LOG_LINE@python.inline@@@@", | 1126 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 857 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1127 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 858 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1128 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 859 "@@@STEP_LOG_END@python.inline@@@" | 1129 "@@@STEP_LOG_END@python.inline@@@" |
| 860 ] | 1130 ] |
| 861 }, | 1131 }, |
| 862 { | 1132 { |
| 863 "name": "$result", | 1133 "name": "$result", |
| 864 "recipe_result": null, | 1134 "recipe_result": null, |
| 865 "status_code": 0 | 1135 "status_code": 0 |
| 866 } | 1136 } |
| 867 ] | 1137 ] |
| OLD | NEW |