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", "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", "use_old_names": false, "sdk_name": "images", "sdk_id": "8915706903423294240", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "buildername": "sdk-images-x64", "repo": "topaz", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1555716347866890, "tags": [ "builder:sdk-images-x64", "buildset:commit/git/244b856a572faedcfc0d76210b99e286903436a2", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/244b856a572faedcfc0d76210b99e286903436a2", "gitiles_ref:refs/heads/master", "user_agent:recipe" ], "bucket": "luci.fuchsia.ci", "created_by": "user:infra-ci-builder@fuchsia-infra.iam.gserviceaccount.com", "project": "fuchsia", "id": "8915706890778725552" } }, "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", "ninja_targets": [ "sdk/archive/images.tar.gz" ], "manifest": "flower", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/244b856a572faedcfc0d76210b99e286903436a2" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/244b856a572faedcfc0d76210b99e286903436a2" }, { "key": "user_agent", "value": "recipe" } ], "builder": { "project": "fuchsia", "builder": "sdk-images-x64", "bucket": "ci" }, "createTime": "2019-04-19T23:25:47.866890Z", "infra": { "buildbucket": { "serviceConfigRevision": "663297f94f6ea78ec1a4c95153bcf32853127445" }, "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": "topaz", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "244b856a572faedcfc0d76210b99e286903436a2" } }, "id": "8915706890778725552" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-q948" } 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.