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 - tools <<EOF { "tryjob": true, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "recipe": "tools", "patch_project": "tools", "category": "cq", "patch_gerrit_url": "https://fuchsia-review.googlesource.com", "patch_repository_url": "https://fuchsia.googlesource.com/tools", "patch_ref": "refs/changes/60/237860/11", "attempt_start_ts": 1546889912000000, "blamelist": [ "kjharland@google.com" ], "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "HEAD", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "patch_set": 11, "repository": "https://fuchsia.googlesource.com/tools", "buildername": "tools", "patch_storage": "gerrit", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1546889936469104, "tags": [ "builder:tools", "buildset:patch/gerrit/fuchsia-review.googlesource.com/237860/11", "cq_experimental:false", "user_agent:cq" ], "bucket": "luci.fuchsia.try", "created_by": "user:5071639625-1lppvbtck1morgivc6sq4dul7klu27sd@developer.gserviceaccount.com", "project": "fuchsia", "id": "8924962053935166096" } }, "reason": "CQ", "patch_issue": 237860, "packages": [ "fuchsia.googlesource.com/tools/cmd/bloatalyzer", "fuchsia.googlesource.com/tools/cmd/botanist", "fuchsia.googlesource.com/tools/cmd/covargs", "fuchsia.googlesource.com/tools/cmd/dump_breakpad_symbols", "fuchsia.googlesource.com/tools/cmd/gndoc", "fuchsia.googlesource.com/tools/cmd/ninjatrace", "fuchsia.googlesource.com/tools/cmd/symbolize" ], "remote": "https://fuchsia.googlesource.com/tools", "manifest": "manifest", "project": "tools", "path_config": "generic", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-c-cx8w" } 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.