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.run_tests": true, "build.board": "boards/x64.gni", "build.variants": [ "host_asan" ], "run_tests": true, "checkout.remote": "https://fuchsia.googlesource.com/integration", "checkout.manifest": "flower", "build.target": "x64", "checkout.project": "integration", "build.packages": [ "//bundles:buildbot" ], "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "test.test_in_shards": true, "test.timeout_secs": 1800, "board": "boards/x64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "build.product": "products/core.gni", "revision": "ef6dd7d3ded3ffb200e43152106edff9aeacb02f", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/fuchsia", "buildername": "fuchsia-x64-lto", "recipe": "fuchsia", "test_in_shards": true, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1556230655726183, "tags": [ "builder:fuchsia-x64-lto", "buildset:commit/git/ef6dd7d3ded3ffb200e43152106edff9aeacb02f", "buildset:commit/gitiles/fuchsia.googlesource.com/fuchsia/+/ef6dd7d3ded3ffb200e43152106edff9aeacb02f", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9080597662086988672", "scheduler_job_id:fuchsia/fuchsia-x64-lto", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8915167599899393568" } }, "test_timeout_secs": 1800, "variants": [ "host_asan" ], "packages": [ "//bundles:buildbot" ], "build_type": "lto", "build.build_type": "lto", "repo": "fuchsia", "checkout.repo": "fuchsia", "remote": "https://fuchsia.googlesource.com/integration", "target": "x64", "manifest": "flower", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/ef6dd7d3ded3ffb200e43152106edff9aeacb02f" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/fuchsia/+/ef6dd7d3ded3ffb200e43152106edff9aeacb02f" }, { "key": "scheduler_invocation_id", "value": "9080597662086988672" }, { "key": "scheduler_job_id", "value": "fuchsia/fuchsia-x64-lto" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "fuchsia-x64-lto", "bucket": "ci" }, "createTime": "2019-04-25T22:17:35.726183Z", "infra": { "buildbucket": { "serviceConfigRevision": "a3fbb0de8d0bb4fb35d341475b3cedcea4b98f74" }, "recipe": { "name": "fuchsia", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "fuchsia-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "fuchsia", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "ef6dd7d3ded3ffb200e43152106edff9aeacb02f" } }, "id": "8915167599899393568" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-c-9slf" } 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.