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 - fuchsia <<EOF { "build.variants": [ "host_asan" ], "recipe": "fuchsia", "checkout.remote": "https://fuchsia.googlesource.com/integration", "checkout.project": "integration", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "5d297acd6c843091e96fd3abda52b47893d8f07f", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-host-linux", "repo": "topaz", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1555338431725604, "tags": [ "builder:topaz-host-linux", "buildset:commit/git/5d297acd6c843091e96fd3abda52b47893d8f07f", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/5d297acd6c843091e96fd3abda52b47893d8f07f", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9081533226881337392", "scheduler_job_id:fuchsia/topaz-host-linux", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8916103164573853840" } }, "variants": [ "host_asan" ], "packages": [ "//topaz/bundles:buildbot" ], "build_type": "release", "target": "x64", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "remote": "https://fuchsia.googlesource.com/integration", "build.build_type": "release", "manifest": "flower", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/5d297acd6c843091e96fd3abda52b47893d8f07f" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/5d297acd6c843091e96fd3abda52b47893d8f07f" }, { "key": "scheduler_invocation_id", "value": "9081533226881337392" }, { "key": "scheduler_job_id", "value": "fuchsia/topaz-host-linux" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-host-linux", "bucket": "ci" }, "createTime": "2019-04-15T14:27:11.725604Z", "infra": { "buildbucket": { "serviceConfigRevision": "f1cb5ab2daf14367cb28d5454c1b931c9c1f3095" }, "recipe": { "name": "fuchsia", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "topaz-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "topaz", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "5d297acd6c843091e96fd3abda52b47893d8f07f" } }, "id": "8916103164573853840" } }, "run_host_tests": true, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-p9r5" } 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.