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/swarming": { "server": "https://chromium-swarm.appspot.com" }, "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-c-zs1j", "gcs_bucket": "fuchsia-build", "$recipe_engine/buildbucket": { "build": { "tags": [ { "key": "builder", "value": "zircon-arm64-clang-qemu_kvm" }, { "key": "buildset", "value": "commit/git/67d20e2fed1ded2c235f4318ba9e99d28d242dfa" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/integration/+/67d20e2fed1ded2c235f4318ba9e99d28d242dfa" }, { "key": "scheduler_invocation_id", "value": "9088106602461744480" }, { "key": "scheduler_job_id", "value": "fuchsia/gi-zircon-arm64-clang-qemu_kvm" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "zircon-arm64-clang-qemu_kvm", "bucket": "global.ci" }, "createTime": "2019-02-02T01:06:12.203209Z", "infra": { "buildbucket": { "serviceConfigRevision": "fac723e58b3bfb6839db07130deafc9ca5897acc" }, "recipe": { "name": "zircon", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "hostname": "chromium-swarm.appspot.com" } }, "createdBy": "user:luci-scheduler@appspot.gserviceaccount.com", "input": { "gitilesCommit": { "project": "integration", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "67d20e2fed1ded2c235f4318ba9e99d28d242dfa" } }, "id": "8922676540215652832" } }, "repository": "https://fuchsia.googlesource.com/integration", "buildername": "zircon-arm64-clang-qemu_kvm", "run_tests": true, "recipe": "zircon", "manifest": "stem", "project": "integration", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1549069572203209, "tags": [ "builder:zircon-arm64-clang-qemu_kvm", "buildset:commit/git/67d20e2fed1ded2c235f4318ba9e99d28d242dfa", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/67d20e2fed1ded2c235f4318ba9e99d28d242dfa", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088106602461744480", "scheduler_job_id:fuchsia/gi-zircon-arm64-clang-qemu_kvm", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.global.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "project": "fuchsia", "id": "8922676540215652832" } }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "path_config": "generic", "toolchain": "clang", "revision": "67d20e2fed1ded2c235f4318ba9e99d28d242dfa", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "remote": "https://fuchsia.googlesource.com/integration", "target": "arm64" } 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.