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 { "build.target": "arm64", "tryjob": true, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "recipe": "zircon", "patch_project": "fuchsia", "category": "cq", "patch_gerrit_url": "https://fuchsia-review.googlesource.com", "patch_repository_url": "https://fuchsia.googlesource.com/fuchsia", "$recipe_engine/cq": { "dry_run": true }, "patch_ref": "refs/changes/06/284906/1", "gn_args": [ "opt_level=-1" ], "blamelist": [ "bryanhenry@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": 1, "repository": "https://fuchsia.googlesource.com/fuchsia", "buildername": "zircon-arm64-gcc-no_opt-build_only", "run_tests": false, "patch_storage": "gerrit", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1558743920756207, "tags": [ "builder:zircon-arm64-gcc-no_opt-build_only", "buildset:patch/gerrit/fuchsia-review.googlesource.com/284906/1", "cq_experimental:false", "user_agent:cq" ], "bucket": "luci.fuchsia.try", "created_by": "user:5071639625-1lppvbtck1morgivc6sq4dul7klu27sd@developer.gserviceaccount.com", "project": "fuchsia", "id": "8912532250507207248" } }, "reason": "CQ", "patch_issue": 284906, "variants": [ "host_asan", "gcc" ], "remote": "https://fuchsia.googlesource.com/integration", "target": "arm64", "manifest": "stem", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "patch/gerrit/fuchsia-review.googlesource.com/284906/1" }, { "key": "cq_experimental", "value": "false" }, { "key": "user_agent", "value": "cq" } ], "builder": { "project": "fuchsia", "builder": "zircon-arm64-gcc-no_opt-build_only", "bucket": "try" }, "createTime": "2019-05-25T00:25:20.756207Z", "infra": { "buildbucket": { "serviceConfigRevision": "600f2d0572553cda377e5ab22b51c128fe39a7ea", "canary": true }, "recipe": { "name": "zircon", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "zircon-try-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "user:5071639625-1lppvbtck1morgivc6sq4dul7klu27sd@developer.gserviceaccount.com", "input": { "gerritChanges": [ { "project": "fuchsia", "host": "fuchsia-review.googlesource.com", "patchset": "1", "change": "284906" } ] }, "id": "8912532250507207248" } }, "path_config": "generic", "bot_id": "fuchsia-try-16-us-central1-b-2-em26" } 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.