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", "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", "board": "topaz/boards/x64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "de39e26e20aa3333e75add2110db909cc2020224", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-x64-fuzz_ubsan", "repo": "topaz", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1555381760764864, "tags": [ "builder:topaz-x64-fuzz_ubsan", "buildset:commit/git/de39e26e20aa3333e75add2110db909cc2020224", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/de39e26e20aa3333e75add2110db909cc2020224", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9081487792848406576", "scheduler_job_id:fuchsia/topaz-x64-fuzz_ubsan", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8916057730783114160" } }, "variants": [ "{variant=\"ubsan-fuzzer\" target_type=[\"fuzzed_executable\"]}" ], "packages": [ "//topaz/bundles:buildbot" ], "build_type": "debug", "build.build_type": "debug", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "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/de39e26e20aa3333e75add2110db909cc2020224" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/de39e26e20aa3333e75add2110db909cc2020224" }, { "key": "scheduler_invocation_id", "value": "9081487792848406576" }, { "key": "scheduler_job_id", "value": "fuchsia/topaz-x64-fuzz_ubsan" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-x64-fuzz_ubsan", "bucket": "ci" }, "createTime": "2019-04-16T02:29:20.764864Z", "infra": { "buildbucket": { "serviceConfigRevision": "8661a5c70dbec9a9bd4aec7d3d4bce419ca8eaa8" }, "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": "de39e26e20aa3333e75add2110db909cc2020224" } }, "id": "8916057730783114160" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-dd6h" } 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.