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.target": "x64", "build.variants": [ "asan", "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", "test.test_in_shards": true, "test.timeout_secs": 1800, "board": "topaz/boards/x64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "7f4145e13df4dc878e91b70cb6ce697e331d553d", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-x64-asan", "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": 1555710847836338, "tags": [ "builder:topaz-x64-asan", "buildset:commit/git/7f4145e13df4dc878e91b70cb6ce697e331d553d", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/7f4145e13df4dc878e91b70cb6ce697e331d553d", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9081142720001120320", "scheduler_job_id:fuchsia/topaz-x64-asan", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8915712657977704192" } }, "test_timeout_secs": 1800, "variants": [ "asan", "host_asan" ], "packages": [ "//topaz/bundles:buildbot" ], "build_type": "debug", "build.build_type": "debug", "repo": "topaz", "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/7f4145e13df4dc878e91b70cb6ce697e331d553d" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/7f4145e13df4dc878e91b70cb6ce697e331d553d" }, { "key": "scheduler_invocation_id", "value": "9081142720001120320" }, { "key": "scheduler_job_id", "value": "fuchsia/topaz-x64-asan" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-x64-asan", "bucket": "ci" }, "createTime": "2019-04-19T21:54:07.836338Z", "infra": { "buildbucket": { "serviceConfigRevision": "663297f94f6ea78ec1a4c95153bcf32853127445", "canary": true }, "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": "7f4145e13df4dc878e91b70cb6ce697e331d553d" } }, "id": "8915712657977704192" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-xxfw" } 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.