Back to build
Raw log | Switch to full mode | Login

To repro this locally, run the following line from the root of a 'infra' checkout: ./recipes.py run --properties-file - zircon <<EOF { "build.target": "arm64", "run_tests": true, "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "be288af5df921e132762e41734350625ab5d8245", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "repository": "https://fuchsia.googlesource.com/integration", "buildername": "zircon-arm64-gcc-qemu", "recipe": "zircon", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1558034781864707, "tags": [ "builder:zircon-arm64-gcc-qemu", "buildset:commit/git/be288af5df921e132762e41734350625ab5d8245", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/be288af5df921e132762e41734350625ab5d8245", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9078705898505638544", "scheduler_job_id:fuchsia/global.ci-zircon-arm64-gcc-qemu", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.global.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8913275836530252576" } }, "variants": [ "host_asan", "gcc" ], "remote": "https://fuchsia.googlesource.com/integration", "target": "arm64", "use_kvm": false, "manifest": "stem", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/be288af5df921e132762e41734350625ab5d8245" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/integration/+/be288af5df921e132762e41734350625ab5d8245" }, { "key": "scheduler_invocation_id", "value": "9078705898505638544" }, { "key": "scheduler_job_id", "value": "fuchsia/global.ci-zircon-arm64-gcc-qemu" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "zircon-arm64-gcc-qemu", "bucket": "global.ci" }, "createTime": "2019-05-16T19:26:21.864707Z", "infra": { "buildbucket": { "serviceConfigRevision": "8033568d125f3786488e25d230c57719d357d496" }, "recipe": { "name": "zircon", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "fuchsia-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "integration", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "be288af5df921e132762e41734350625ab5d8245" } }, "id": "8913275836530252576" } }, "path_config": "generic", "bot_id": "fuchsia-ci-16-us-central1-b-24-c8r2" } EOF To run on Windows, you can put the JSON in a file and redirect the contents of the file into run_recipe.py, with the < operator.