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 { "tryjob": true, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "recipe": "zircon", "device_type": "Khadas Vim2 Max", "patch_project": "zircon", "category": "cq_experimental", "patch_gerrit_url": "https://fuchsia-review.googlesource.com", "patch_repository_url": "https://fuchsia.googlesource.com/zircon", "patch_ref": "refs/changes/96/248496/2", "attempt_start_ts": 1548895936000000, "blamelist": [ "abdulla@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": 2, "repository": "https://fuchsia.googlesource.com/zircon", "buildername": "zircon-arm64-clang-vim2", "run_tests": true, "patch_storage": "gerrit", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1548895961091061, "tags": [ "builder:zircon-arm64-clang-vim2", "buildset:patch/gerrit/fuchsia-review.googlesource.com/248496/2", "cq_experimental:true", "user_agent:cq" ], "bucket": "luci.fuchsia.try", "created_by": "user:5071639625-1lppvbtck1morgivc6sq4dul7klu27sd@developer.gserviceaccount.com", "project": "fuchsia", "id": "8922858584660951232" } }, "reason": "CQ", "patch_issue": 248496, "remote": "https://fuchsia.googlesource.com/integration", "packages": [ "topaz/packages/buildbot" ], "environment_label": "vim2", "toolchain": "clang", "target": "arm64", "manifest": "zircon/zircon", "project": "integration", "$recipe_engine/buildbucket": { "build": { "tags": [ { "key": "builder", "value": "zircon-arm64-clang-vim2" }, { "key": "buildset", "value": "patch/gerrit/fuchsia-review.googlesource.com/248496/2" }, { "key": "cq_experimental", "value": "true" }, { "key": "user_agent", "value": "cq" } ], "builder": { "project": "fuchsia", "builder": "zircon-arm64-clang-vim2", "bucket": "try" }, "createTime": "2019-01-31T00:52:41.091061Z", "infra": { "buildbucket": { "serviceConfigRevision": "01134cf47e8a2d5d7cea5ec1232ca64ed2f16a5c" }, "recipe": { "name": "zircon", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "hostname": "chromium-swarm.appspot.com" } }, "createdBy": "user:5071639625-1lppvbtck1morgivc6sq4dul7klu27sd@developer.gserviceaccount.com", "input": { "gerritChanges": [ { "project": "zircon", "host": "fuchsia-review.googlesource.com", "patchset": "2", "change": "248496" } ] }, "id": "8922858584660951232" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-c-fbsl" } 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.