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 - sdk <<EOF { "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "repo": "garnet", "gcs_bucket": "fuchsia-build", "repository": "https://fuchsia.googlesource.com/integration", "buildername": "sdk-garnet-x64-mac", "recipe": "sdk", "manifest": "garnet/garnet", "project": "integration", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1542242443721311, "tags": [ "builder:sdk-garnet-x64-mac", "buildset:commit/git/48c8e75d37a18b7d7accecabe2e6eac86c662274", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/48c8e75d37a18b7d7accecabe2e6eac86c662274", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9095265365334617680", "scheduler_job_id:fuchsia/gi-sdk-garnet-x64-mac", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.global.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "project": "fuchsia", "id": "8929835303291517248" } }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "bot_id": "build349-a9", "path_config": "generic", "packages": [ "garnet/packages/buildbot" ], "remote": "https://fuchsia.googlesource.com/integration", "revision": "48c8e75d37a18b7d7accecabe2e6eac86c662274" } 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.