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 { "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "gcs_bucket": "fuchsia-build", "target": "arm64", "repository": "https://fuchsia.googlesource.com/integration", "buildername": "zircon-arm64-clang-qemu", "run_tests": true, "use_kvm": false, "recipe": "zircon", "manifest": "zircon/zircon", "project": "integration", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1544150873953238, "tags": [ "builder:zircon-arm64-clang-qemu", "buildset:commit/git/9f4e8bfa59344907e101bac7727f497eb834fb17", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/9f4e8bfa59344907e101bac7727f497eb834fb17", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9093264231418873216", "scheduler_job_id:fuchsia/gi-zircon-arm64-clang-qemu", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.global.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "project": "fuchsia", "id": "8927834169151910480" } }, "branch": "refs/heads/master", "path_config": "generic", "toolchain": "clang", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-b-f8m3", "remote": "https://fuchsia.googlesource.com/integration", "revision": "9f4e8bfa59344907e101bac7727f497eb834fb17" } 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.