[ | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/llvm_install" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "create pkg dir" | |
}, | |
{ | |
"cmd": [], | |
"name": "ensure packages" | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[START_DIR]/cipd", | |
"-ensure-file", | |
"fuchsia/third_party/clang/${platform} integration\n@Subdir breakpad\nfuchsia/tools/breakpad/${platform} integration\n@Subdir focal\nfuchsia/third_party/sysroot/focal git_revision:fa7a5a9710540f30ff98ae48b62f2cdf72ed2acd\n@Subdir linux\nfuchsia/third_party/sysroot/linux integration\n@Subdir model\nfuchsia/model/inlining/linux-amd64 git_revision:0ee1ce61a844b8fd285ff1a2c47c4b8690fd2b7d", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "ensure packages.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@", | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ],@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"breakpad\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/tools/breakpad/resolved-platform\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ],@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"focal\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:fa7\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/sysroot/focal\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ],@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"linux\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/sysroot/linux\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ],@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"model\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:0ee\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/model/inlining/linux-amd64\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ]@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@}@@@", | |
"@@@STEP_LOG_END@json.output@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "checkout", | |
"~followup_annotations": [ | |
"@@@STEP_TEXT@https://llvm.googlesource.com/llvm-project@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/llvm-llvm-project" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.makedirs", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"init" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.git init", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"remote", | |
"add", | |
"origin", | |
"https://llvm.googlesource.com/llvm-project" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.git remote", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"core.longpaths", | |
"true" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.set core.longpaths", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"fetch.uriprotocols", | |
"https" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.set fetch.uriprotocols", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "checkout.cache", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[CACHE]/git" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.ensure git cache dir", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"", | |
"[CACHE]/git/.GUARD_FILE" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.write git cache guard file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[CACHE]/git/llvm.googlesource.com-llvm--project" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.makedirs", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"init", | |
"--bare" | |
], | |
"cwd": "[CACHE]/git/llvm.googlesource.com-llvm--project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.git init", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"remote.origin.url", | |
"https://llvm.googlesource.com/llvm-project" | |
], | |
"cwd": "[CACHE]/git/llvm.googlesource.com-llvm--project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.remote set-url", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"core.longpaths", | |
"true" | |
], | |
"cwd": "[CACHE]/git/llvm.googlesource.com-llvm--project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.set core.longpaths", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"fetch.uriprotocols", | |
"https" | |
], | |
"cwd": "[CACHE]/git/llvm.googlesource.com-llvm--project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.set fetch.uriprotocols", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"--replace-all", | |
"remote.origin.fetch", | |
"+refs/heads/*:refs/heads/*", | |
"\\+refs/heads/\\*:.*" | |
], | |
"cwd": "[CACHE]/git/llvm.googlesource.com-llvm--project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.replace fetch configs", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"fetch", | |
"--prune", | |
"--tags", | |
"--jobs", | |
"4", | |
"origin" | |
], | |
"cwd": "[CACHE]/git/llvm.googlesource.com-llvm--project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.git fetch", | |
"timeout": 1200.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/llvm-llvm-project/.git/objects/info" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.makedirs object/info", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"[CACHE]/git/llvm.googlesource.com-llvm--project/objects\n", | |
"[START_DIR]/llvm-llvm-project/.git/objects/info/alternates" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.alternates", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_LOG_LINE@alternates@[CACHE]/git/llvm.googlesource.com-llvm--project/objects@@@", | |
"@@@STEP_LOG_END@alternates@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"remove", | |
"[CACHE]/git/.GUARD_FILE" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.cache.remove git cache guard file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"fetch", | |
"--tags", | |
"--jobs", | |
"4", | |
"origin", | |
"main" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.git fetch", | |
"timeout": 1200.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"checkout", | |
"-f", | |
"FETCH_HEAD" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.git checkout", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"rev-parse", | |
"HEAD" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.git rev-parse", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"clean", | |
"-f", | |
"-d", | |
"-x" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.git clean", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "checkout.submodule", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"submodule", | |
"sync" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.submodule.git submodule sync", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"submodule", | |
"update", | |
"--init", | |
"--jobs", | |
"4" | |
], | |
"cwd": "[START_DIR]/llvm-llvm-project", | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "checkout.submodule.git submodule update", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma" | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma.ensure goma", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[CACHE]/goma/client", | |
"-ensure-file", | |
"fuchsia/third_party/goma/client/${platform} integration", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure goma.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/goma/client/resolved-platform\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ]@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@}@@@", | |
"@@@STEP_LOG_END@json.output@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma.ensure infra/3pp/tools/cpython3/${platform}", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma.ensure infra/3pp/tools/cpython3/${platform}.get packages", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"RECIPE_MODULE[fuchsia::python3]/resources/cipd.ensure", | |
"/path/to/tmp/" | |
], | |
"env": { | |
"GLOG_log_dir": "[CLEANUP]", | |
"GOMA_CACHE_DIR": "[CACHE]/goma", | |
"GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | |
"GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | |
"GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | |
"GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | |
"GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | |
"GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure infra/3pp/tools/cpython3/${platform}.get packages.read ensure file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@", | |
"@@@STEP_LOG_LINE@cipd.ensure@infra/3pp/tools/cpython3/${platform} version:pinned-version@@@", | |
"@@@STEP_LOG_END@cipd.ensure@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma.ensure infra/3pp/tools/cpython3/${platform}.install infra/3pp/tools/cpython3", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/cipd_tool/infra/3pp/tools/cpython3/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07" | |
], | |
"env": { | |
"GLOG_log_dir": "[CLEANUP]", | |
"GOMA_CACHE_DIR": "[CACHE]/goma", | |
"GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | |
"GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | |
"GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | |
"GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | |
"GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | |
"GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure infra/3pp/tools/cpython3/${platform}.install infra/3pp/tools/cpython3.ensure package directory", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[START_DIR]/cipd_tool/infra/3pp/tools/cpython3/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07", | |
"-ensure-file", | |
"infra/3pp/tools/cpython3/${platform} version:pinned-version", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"env": { | |
"GLOG_log_dir": "[CLEANUP]", | |
"GOMA_CACHE_DIR": "[CACHE]/goma", | |
"GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | |
"GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | |
"GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | |
"GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | |
"GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | |
"GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure infra/3pp/tools/cpython3/${platform}.install infra/3pp/tools/cpython3.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@", | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/3pp/tools/cpython3/resolved-platform\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ]@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@}@@@", | |
"@@@STEP_LOG_END@json.output@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/infra/3pp/tools/cpython3/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"restart" | |
], | |
"env": { | |
"GLOG_log_dir": "[CLEANUP]", | |
"GOMA_CACHE_DIR": "[CACHE]/goma", | |
"GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | |
"GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | |
"GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | |
"GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | |
"GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | |
"GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.start goma", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "ensure fuchsia/third_party/ninja/${platform}" | |
}, | |
{ | |
"cmd": [], | |
"name": "ensure fuchsia/third_party/ninja/${platform}.get packages", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"RECIPE_MODULE[fuchsia::ninja]/resources/cipd.ensure", | |
"/path/to/tmp/" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "ensure fuchsia/third_party/ninja/${platform}.get packages.read ensure file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_LOG_LINE@cipd.ensure@fuchsia/third_party/ninja/${platform} version:pinned-version@@@", | |
"@@@STEP_LOG_END@cipd.ensure@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "ensure fuchsia/third_party/ninja/${platform}.install fuchsia/third_party/ninja", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/cipd_tool/fuchsia/third_party/ninja/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "ensure fuchsia/third_party/ninja/${platform}.install fuchsia/third_party/ninja.ensure package directory", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[START_DIR]/cipd_tool/fuchsia/third_party/ninja/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07", | |
"-ensure-file", | |
"fuchsia/third_party/ninja/${platform} version:pinned-version", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "ensure fuchsia/third_party/ninja/${platform}.install fuchsia/third_party/ninja.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/ninja/resolved-platform\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ]@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@}@@@", | |
"@@@STEP_LOG_END@json.output@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"{\n \"directories\": {\n \"[START_DIR]/cipd\": {\n \"cipd_package\": {\n \"fuchsia/third_party/clang/resolved-platform\": {\n \"instance_id\": \"resolved-instance_id-of-integration-----\"\n }\n },\n \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"\n },\n \"[START_DIR]/cipd/breakpad\": {\n \"cipd_package\": {\n \"fuchsia/tools/breakpad/resolved-platform\": {\n \"instance_id\": \"resolved-instance_id-of-integration-----\"\n }\n },\n \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"\n },\n \"[START_DIR]/cipd/focal\": {\n \"cipd_package\": {\n \"fuchsia/third_party/sysroot/focal\": {\n \"instance_id\": \"resolved-instance_id-of-git_revision:fa7\"\n }\n },\n \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"\n },\n \"[START_DIR]/cipd/linux\": {\n \"cipd_package\": {\n \"fuchsia/third_party/sysroot/linux\": {\n \"instance_id\": \"resolved-instance_id-of-integration-----\"\n }\n },\n \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"\n },\n \"[START_DIR]/cipd/model\": {\n \"cipd_package\": {\n \"fuchsia/model/inlining/linux-amd64\": {\n \"instance_id\": \"resolved-instance_id-of-git_revision:0ee\"\n }\n },\n \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"\n },\n \"[START_DIR]/llvm-llvm-project\": {\n \"git_checkout\": {\n \"repo_url\": \"https://llvm.googlesource.com/llvm-project\",\n \"revision\": \"deadbeef\"\n }\n }\n }\n}", | |
"[START_DIR]/llvm_install/source_manifest.json" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "source manifest", | |
"~followup_annotations": [ | |
"@@@STEP_LOG_LINE@source_manifest.json@{@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"directories\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"[START_DIR]/cipd\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_package\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"fuchsia/third_party/clang/resolved-platform\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"instance_id\": \"resolved-instance_id-of-integration-----\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"[START_DIR]/cipd/breakpad\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_package\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"fuchsia/tools/breakpad/resolved-platform\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"instance_id\": \"resolved-instance_id-of-integration-----\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"[START_DIR]/cipd/focal\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_package\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"fuchsia/third_party/sysroot/focal\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"instance_id\": \"resolved-instance_id-of-git_revision:fa7\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"[START_DIR]/cipd/linux\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_package\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"fuchsia/third_party/sysroot/linux\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"instance_id\": \"resolved-instance_id-of-integration-----\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"[START_DIR]/cipd/model\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_package\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"fuchsia/model/inlining/linux-amd64\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"instance_id\": \"resolved-instance_id-of-git_revision:0ee\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"cipd_server_host\": \"chrome-infra-packages.appspot.com\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ },@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"[START_DIR]/llvm-llvm-project\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"git_checkout\": {@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"repo_url\": \"https://llvm.googlesource.com/llvm-project\",@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ \"revision\": \"deadbeef\"@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@ }@@@", | |
"@@@STEP_LOG_LINE@source_manifest.json@}@@@", | |
"@@@STEP_LOG_END@source_manifest.json@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/llvm_build" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "create llvm build dir" | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies" | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib.checkout", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_TEXT@https://fuchsia.googlesource.com/third_party/zlib@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/fuchsia-third_party-zlib" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.makedirs", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"init" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.git init", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"remote", | |
"add", | |
"origin", | |
"https://fuchsia.googlesource.com/third_party/zlib" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.git remote", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"core.longpaths", | |
"true" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.set core.longpaths", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"fetch.uriprotocols", | |
"https" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.set fetch.uriprotocols", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib.checkout.cache", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"", | |
"[CACHE]/git/.GUARD_FILE" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.write git cache guard file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[CACHE]/git/fuchsia.googlesource.com-third_party-zlib" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.makedirs", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"init", | |
"--bare" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.git init", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"remote.origin.url", | |
"https://fuchsia.googlesource.com/third_party/zlib" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.remote set-url", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"core.longpaths", | |
"true" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.set core.longpaths", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"fetch.uriprotocols", | |
"https" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.set fetch.uriprotocols", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"--replace-all", | |
"remote.origin.fetch", | |
"+refs/heads/*:refs/heads/*", | |
"\\+refs/heads/\\*:.*" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.replace fetch configs", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"fetch", | |
"--prune", | |
"--tags", | |
"--jobs", | |
"4", | |
"origin" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.git fetch", | |
"timeout": 1200.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/fuchsia-third_party-zlib/.git/objects/info" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.makedirs object/info", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"[CACHE]/git/fuchsia.googlesource.com-third_party-zlib/objects\n", | |
"[START_DIR]/fuchsia-third_party-zlib/.git/objects/info/alternates" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.alternates", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@", | |
"@@@STEP_LOG_LINE@alternates@[CACHE]/git/fuchsia.googlesource.com-third_party-zlib/objects@@@", | |
"@@@STEP_LOG_END@alternates@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"remove", | |
"[CACHE]/git/.GUARD_FILE" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.cache.remove git cache guard file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"fetch", | |
"--tags", | |
"--jobs", | |
"4", | |
"origin", | |
"refs/tags/v1.3.1" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.git fetch", | |
"timeout": 1200.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"checkout", | |
"-f", | |
"FETCH_HEAD" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.git checkout", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"rev-parse", | |
"HEAD" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.git rev-parse", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"clean", | |
"-f", | |
"-d", | |
"-x" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.git clean", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib.checkout.submodule", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"submodule", | |
"sync" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.submodule.git submodule sync", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"submodule", | |
"update", | |
"--init", | |
"--jobs", | |
"4" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zlib", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.checkout.submodule.git submodule update", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/build-zlib-x86_64-linux-gnu" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.create build dir for zlib for x86_64-linux-gnu", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/install-zlib-x86_64-linux-gnu" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.create install dir for zlib for x86_64-linux-gnu", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib.ensure fuchsia/third_party/cmake/${platform}", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib.ensure fuchsia/third_party/cmake/${platform}.get packages", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"RECIPE_MODULE[fuchsia::cmake]/resources/cipd.ensure", | |
"/path/to/tmp/" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.ensure fuchsia/third_party/cmake/${platform}.get packages.read ensure file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@", | |
"@@@STEP_LOG_LINE@cipd.ensure@fuchsia/third_party/cmake/${platform} version:pinned-version@@@", | |
"@@@STEP_LOG_END@cipd.ensure@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zlib.ensure fuchsia/third_party/cmake/${platform}.install fuchsia/third_party/cmake", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/cipd_tool/fuchsia/third_party/cmake/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.ensure fuchsia/third_party/cmake/${platform}.install fuchsia/third_party/cmake.ensure package directory", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[START_DIR]/cipd_tool/fuchsia/third_party/cmake/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07", | |
"-ensure-file", | |
"fuchsia/third_party/cmake/${platform} version:pinned-version", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.ensure fuchsia/third_party/cmake/${platform}.install fuchsia/third_party/cmake.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@", | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\",@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/cmake/resolved-platform\"@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@ ]@@@", | |
"@@@STEP_LOG_LINE@json.output@ }@@@", | |
"@@@STEP_LOG_LINE@json.output@}@@@", | |
"@@@STEP_LOG_END@json.output@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/fuchsia/third_party/cmake/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07/bin/cmake", | |
"-S", | |
"[START_DIR]/fuchsia-third_party-zlib", | |
"-B", | |
"[START_DIR]/build-zlib-x86_64-linux-gnu", | |
"-G", | |
"Ninja", | |
"-DCMAKE_BUILD_TYPE=Release", | |
"-GNinja", | |
"-DCMAKE_MAKE_PROGRAM=[START_DIR]/cipd_tool/fuchsia/third_party/ninja/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07/ninja", | |
"-DCMAKE_INSTALL_PREFIX=", | |
"-DCMAKE_C_COMPILER=[START_DIR]/cipd/bin/clang", | |
"-DCMAKE_CXX_COMPILER=[START_DIR]/cipd/bin/clang++", | |
"-DCMAKE_ASM_COMPILER=[START_DIR]/cipd/bin/clang", | |
"-DCMAKE_SYSROOT=[START_DIR]/cipd/linux", | |
"-DCMAKE_AR=[START_DIR]/cipd/bin/llvm-ar", | |
"-DCMAKE_LINKER=[START_DIR]/cipd/bin/ld.lld", | |
"-DCMAKE_NM=[START_DIR]/cipd/bin/llvm-nm", | |
"-DCMAKE_OBJCOPY=[START_DIR]/cipd/bin/llvm-objcopy", | |
"-DCMAKE_OBJDUMP=[START_DIR]/cipd/bin/llvm-objdump", | |
"-DCMAKE_RANLIB=[START_DIR]/cipd/bin/llvm-ranlib", | |
"-DCMAKE_READELF=[START_DIR]/cipd/bin/llvm-readelf", | |
"-DCMAKE_STRIP=[START_DIR]/cipd/bin/llvm-strip", | |
"-DCMAKE_C_COMPILER_LAUNCHER=[CACHE]/goma/client/gomacc", | |
"-DCMAKE_CXX_COMPILER_LAUNCHER=[CACHE]/goma/client/gomacc", | |
"-DCMAKE_ASM_COMPILER_LAUNCHER=[CACHE]/goma/client/gomacc", | |
"-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--undefined-version", | |
"-DCMAKE_C_FLAGS=--target=x86_64-linux-gnu", | |
"-DCMAKE_CXX_FLAGS=--target=x86_64-linux-gnu", | |
"-DCMAKE_ASM_FLAGS=--target=x86_64-linux-gnu" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.configure", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/fuchsia/third_party/ninja/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07/ninja", | |
"-C", | |
"[START_DIR]/build-zlib-x86_64-linux-gnu", | |
"-j8" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"NINJA_STATUS": "[%f/%t](%r) " | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.build", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/fuchsia/third_party/ninja/0e548aa33f8113a45a5b3b62201e114e98e63d00f97296912380138f44597b07/ninja", | |
"-C", | |
"[START_DIR]/build-zlib-x86_64-linux-gnu", | |
"install" | |
], | |
"env": { | |
"DESTDIR": "[START_DIR]/install-zlib-x86_64-linux-gnu", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"NINJA_STATUS": "[%f/%t](%r) " | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zlib.install", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zstd", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zstd.checkout", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_TEXT@https://fuchsia.googlesource.com/third_party/zstd@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/fuchsia-third_party-zstd" | |
], | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.makedirs", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"init" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.git init", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"remote", | |
"add", | |
"origin", | |
"https://fuchsia.googlesource.com/third_party/zstd" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.git remote", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"core.longpaths", | |
"true" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.set core.longpaths", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"fetch.uriprotocols", | |
"https" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.set fetch.uriprotocols", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zstd.checkout.cache", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"", | |
"[CACHE]/git/.GUARD_FILE" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.write git cache guard file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[CACHE]/git/fuchsia.googlesource.com-third_party-zstd" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.makedirs", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"init", | |
"--bare" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.git init", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"remote.origin.url", | |
"https://fuchsia.googlesource.com/third_party/zstd" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.remote set-url", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"core.longpaths", | |
"true" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.set core.longpaths", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"fetch.uriprotocols", | |
"https" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.set fetch.uriprotocols", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"config", | |
"--replace-all", | |
"remote.origin.fetch", | |
"+refs/heads/*:refs/heads/*", | |
"\\+refs/heads/\\*:.*" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.replace fetch configs", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"fetch", | |
"--prune", | |
"--tags", | |
"--jobs", | |
"4", | |
"origin" | |
], | |
"cwd": "[CACHE]/git/fuchsia.googlesource.com-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.git fetch", | |
"timeout": 1200.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0o777", | |
"[START_DIR]/fuchsia-third_party-zstd/.git/objects/info" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.makedirs object/info", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"[CACHE]/git/fuchsia.googlesource.com-third_party-zstd/objects\n", | |
"[START_DIR]/fuchsia-third_party-zstd/.git/objects/info/alternates" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.alternates", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@", | |
"@@@STEP_LOG_LINE@alternates@[CACHE]/git/fuchsia.googlesource.com-third_party-zstd/objects@@@", | |
"@@@STEP_LOG_END@alternates@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"remove", | |
"[CACHE]/git/.GUARD_FILE" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.cache.remove git cache guard file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@4@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"fetch", | |
"--tags", | |
"--jobs", | |
"4", | |
"origin" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.git fetch", | |
"timeout": 1200.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"checkout", | |
"-f", | |
"63779c798237346c2b245c546c40b72a5a5913fe" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.git checkout", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"rev-parse", | |
"HEAD" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.git rev-parse", | |
"timeout": 300.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"clean", | |
"-f", | |
"-d", | |
"-x" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build llvm dependencies.zstd.checkout.git clean", | |
"timeout": 600.0, | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "build llvm dependencies.zstd.checkout.submodule", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"git", | |
"submodule", | |
"sync" | |
], | |
"cwd": "[START_DIR]/fuchsia-third_party-zstd", | |
"env": { | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[START_DIR]/cipd/bin" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "fuchsia:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |