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": "x64", "recipe": "zircon", "checkout.remote": "https://fuchsia.googlesource.com/integration", "checkout.project": "integration", "$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": "ad7690e1c7f0f64c7bf360a44d60b63943f9a562", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "repository": "https://fuchsia.googlesource.com/fuchsia", "buildername": "zircon-x64-fuzz_asan", "run_tests": false, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1558744928245563, "tags": [ "builder:zircon-x64-fuzz_asan", "buildset:commit/git/ad7690e1c7f0f64c7bf360a44d60b63943f9a562", "buildset:commit/gitiles/fuchsia.googlesource.com/fuchsia/+/ad7690e1c7f0f64c7bf360a44d60b63943f9a562", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9077961256123083360", "scheduler_job_id:fuchsia/zircon-x64-fuzz_asan", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8912531194078766528" } }, "variants": [ "host_asan", "asan" ], "remote": "https://fuchsia.googlesource.com/integration", "target": "x64", "manifest": "stem", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/ad7690e1c7f0f64c7bf360a44d60b63943f9a562" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/fuchsia/+/ad7690e1c7f0f64c7bf360a44d60b63943f9a562" }, { "key": "scheduler_invocation_id", "value": "9077961256123083360" }, { "key": "scheduler_job_id", "value": "fuchsia/zircon-x64-fuzz_asan" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "zircon-x64-fuzz_asan", "bucket": "ci" }, "createTime": "2019-05-25T00:42:08.245563Z", "infra": { "buildbucket": { "serviceConfigRevision": "600f2d0572553cda377e5ab22b51c128fe39a7ea" }, "recipe": { "name": "zircon", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "zircon-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "fuchsia", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "ad7690e1c7f0f64c7bf360a44d60b63943f9a562" } }, "id": "8912531194078766528" } }, "path_config": "generic", "bot_id": "fuchsia-ci-16-us-central1-c-3-x9sw" } 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.