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/arm64.gni", "build.variants": [ "host_asan" ], "recipe": "fuchsia", "checkout.manifest": "flower", "build.target": "arm64", "build.packages": [ "//bundles/buildbot:core" ], "$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/arm64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "build.product": "products/core.gni", "revision": "b028f0c4ed55858c33a42cec52144671bcfd3be4", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/integration", "buildername": "fuchsia-arm64-debug", "run_tests": true, "test_in_shards": true, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1558659604809251, "tags": [ "builder:fuchsia-arm64-debug", "buildset:commit/git/b028f0c4ed55858c33a42cec52144671bcfd3be4", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/b028f0c4ed55858c33a42cec52144671bcfd3be4", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9078050724776754752", "scheduler_job_id:fuchsia/global.ci-fuchsia-arm64-debug", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.global.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8912620662186006112" } }, "test_timeout_secs": 1800, "variants": [ "host_asan" ], "packages": [ "//bundles/buildbot:core" ], "build_type": "debug", "build.build_type": "debug", "repo": "fuchsia", "checkout.repo": "fuchsia", "remote": "https://fuchsia.googlesource.com/integration", "target": "arm64", "manifest": "flower", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/b028f0c4ed55858c33a42cec52144671bcfd3be4" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/integration/+/b028f0c4ed55858c33a42cec52144671bcfd3be4" }, { "key": "scheduler_invocation_id", "value": "9078050724776754752" }, { "key": "scheduler_job_id", "value": "fuchsia/global.ci-fuchsia-arm64-debug" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "fuchsia-arm64-debug", "bucket": "global.ci" }, "createTime": "2019-05-24T01:00:04.809251Z", "infra": { "buildbucket": { "serviceConfigRevision": "600f2d0572553cda377e5ab22b51c128fe39a7ea" }, "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": "integration", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "b028f0c4ed55858c33a42cec52144671bcfd3be4" } }, "id": "8912620662186006112" } }, "path_config": "generic", "bot_id": "fuchsia-ci-16-us-central1-c-30-t3mg" } 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.