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 - sdk_subbuild <<EOF { "build.target": "x64", "recipe": "sdk_subbuild", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "use_old_names": false, "sdk_name": "core", "sdk_id": "8915373427096800272", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "buildername": "sdk-core-subbuild-x64-mac", "repo": "topaz", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1556034374860580, "tags": [ "builder:sdk-core-subbuild-x64-mac", "buildset:commit/git/6688b4abecc9340019069622293f9962fdd7f761", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/6688b4abecc9340019069622293f9962fdd7f761", "gitiles_ref:refs/heads/master", "user_agent:recipe" ], "bucket": "luci.fuchsia.global.ci", "created_by": "user:infra-ci-builder@fuchsia-infra.iam.gserviceaccount.com", "project": "fuchsia", "id": "8915373415305565040" } }, "embedded_images": true, "packages": [ "//topaz/packages/sdk:topaz" ], "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "cipd_root": "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/6688b4abecc9340019069622293f9962fdd7f761" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/integration/+/6688b4abecc9340019069622293f9962fdd7f761" }, { "key": "user_agent", "value": "recipe" } ], "builder": { "project": "fuchsia", "builder": "sdk-core-subbuild-x64-mac", "bucket": "global.ci" }, "createTime": "2019-04-23T15:46:14.860580Z", "infra": { "buildbucket": { "serviceConfigRevision": "02ec3423faf0b582282819f8d3748ba19ad75015" }, "recipe": { "name": "sdk_subbuild", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "infra-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "user:infra-ci-builder@fuchsia-infra.iam.gserviceaccount.com", "input": { "gitilesCommit": { "project": "integration", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "6688b4abecc9340019069622293f9962fdd7f761" } }, "id": "8915373415305565040" } }, "path_config": "generic", "bot_id": "build352-a9" } 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.