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 { "recipe": "fuchsia", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "board": "topaz/boards/arm64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "00203a1880c3beb883d36b031c85239fa44b04bf", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-arm64-fuzz_asan", "repo": "topaz", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1553534636175346, "tags": [ "builder:topaz-arm64-fuzz_asan", "buildset:commit/git/00203a1880c3beb883d36b031c85239fa44b04bf", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/00203a1880c3beb883d36b031c85239fa44b04bf", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9083424643504439856", "scheduler_job_id:fuchsia/topaz-arm64-fuzz_asan", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8917994581296811568" } }, "variants": [ "{variant=\"asan-fuzzer\" target_type=[\"fuzzed_executable\"]}" ], "packages": [ "topaz/bundles/buildbot" ], "build_type": "debug", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "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/00203a1880c3beb883d36b031c85239fa44b04bf" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/00203a1880c3beb883d36b031c85239fa44b04bf" }, { "key": "scheduler_invocation_id", "value": "9083424643504439856" }, { "key": "scheduler_job_id", "value": "fuchsia/topaz-arm64-fuzz_asan" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-arm64-fuzz_asan", "bucket": "ci" }, "createTime": "2019-03-25T17:23:56.175346Z", "infra": { "buildbucket": { "serviceConfigRevision": "80aefcf1d2f6c25894a968312eca86ba0f80737c" }, "recipe": { "name": "fuchsia", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "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": "00203a1880c3beb883d36b031c85239fa44b04bf" } }, "id": "8917994581296811568" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-zkr5" } 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.