blob: d21e944575630ee6c18e952e6ac96043d01c2466 [file] [log] [blame]
[
{
"cmd": [
"top",
"-b",
"-n",
"3",
"-o",
"%MEM"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "OS info"
},
{
"cmd": [],
"name": "Checkout flutter/monorepo"
},
{
"cmd": [
"python3",
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
"[CACHE]/builder/monorepo",
"--url",
"https://dart.googlesource.com/monorepo"
],
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.git setup",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"fetch",
"origin",
"--recurse-submodules",
"--progress",
"--tags"
],
"cwd": "[CACHE]/builder/monorepo",
"env": {
"PATH": "RECIPE_REPO[depot_tools]:<PATH>"
},
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.git fetch",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"checkout",
"-f",
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
],
"cwd": "[CACHE]/builder/monorepo",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.git checkout",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"rev-parse",
"HEAD"
],
"cwd": "[CACHE]/builder/monorepo",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.read revision",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@",
"@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@"
]
},
{
"cmd": [
"git",
"clean",
"-f",
"-d",
"-x"
],
"cwd": "[CACHE]/builder/monorepo",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.git clean",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"submodule",
"sync"
],
"cwd": "[CACHE]/builder/monorepo",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.submodule sync",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"submodule",
"update",
"--init",
"--recursive"
],
"cwd": "[CACHE]/builder/monorepo",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/monorepo.submodule update",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"vpython3",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"[CACHE]/builder/monorepo/commits.json",
"/path/to/tmp/"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get commits from monorepo",
"~followup_annotations": [
"@@@STEP_LOG_LINE@commits.json@{@@@",
"@@@STEP_LOG_LINE@commits.json@ \"engine/src/flutter\": \"57ac2d3d67bde512ed071d0250bfdcb986142ea4\",@@@",
"@@@STEP_LOG_LINE@commits.json@ \"engine/src/third_party/dart\": \"355295789e4dee435d6ae2dff3d38dc1d5a9ab9a\",@@@",
"@@@STEP_LOG_LINE@commits.json@ \"flutter\": \"523b600efeb7d60b743c1b952201aa969a744791\"@@@",
"@@@STEP_LOG_LINE@commits.json@}@@@",
"@@@STEP_LOG_END@commits.json@@@"
]
},
{
"cmd": [],
"name": "get buildbucket id",
"~followup_annotations": [
"@@@STEP_TEXT@123@@@"
]
},
{
"cmd": [],
"name": "Checkout flutter/flutter"
},
{
"cmd": [
"python3",
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
"[CACHE]/builder/flutter",
"--url",
"https://flutter.googlesource.com/mirrors/flutter"
],
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.git setup",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"fetch",
"origin",
"--recurse-submodules",
"--progress",
"--tags"
],
"cwd": "[CACHE]/builder/flutter",
"env": {
"PATH": "RECIPE_REPO[depot_tools]:<PATH>"
},
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.git fetch",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"checkout",
"-f",
"523b600efeb7d60b743c1b952201aa969a744791"
],
"cwd": "[CACHE]/builder/flutter",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.git checkout",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"rev-parse",
"HEAD"
],
"cwd": "[CACHE]/builder/flutter",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.read revision",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@",
"@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@"
]
},
{
"cmd": [
"git",
"clean",
"-f",
"-d",
"-x"
],
"cwd": "[CACHE]/builder/flutter",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.git clean",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"submodule",
"sync"
],
"cwd": "[CACHE]/builder/flutter",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.submodule sync",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"git",
"submodule",
"update",
"--init",
"--recursive"
],
"cwd": "[CACHE]/builder/flutter",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Checkout flutter/flutter.submodule update",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"vpython3",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n",
"[CACHE]/builder/flutter/bin/internal/engine.version"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "update engine version",
"~followup_annotations": [
"@@@STEP_LOG_LINE@engine.version@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@@@",
"@@@STEP_LOG_END@engine.version@@@"
]
},
{
"cmd": [
"vpython3",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"[CACHE]/builder/flutter/bin/internal/material_fonts.version",
"/path/to/tmp/"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read material fonts version",
"~followup_annotations": [
"@@@STEP_LOG_LINE@material_fonts.version@flutter_infra_release/flutter/fonts/12345/fonts.zip@@@",
"@@@STEP_LOG_END@material_fonts.version@@@"
]
},
{
"cmd": [
"python3",
"-u",
"RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py",
"--",
"RECIPE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"gs://flutter_infra_release/flutter/fonts/12345/fonts.zip",
"gs://flutter_archives_v2/monorepo/123/flutter_infra_release/flutter/fonts/12345/fonts.zip"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gsutil copy Material fonts",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_archives_v2/monorepo/123/flutter_infra_release/flutter/fonts/12345/fonts.zip@@@"
]
},
{
"cmd": [
"vpython3",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"[CACHE]/builder/flutter/bin/internal/gradle_wrapper.version",
"/path/to/tmp/"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read graddle wrapper version",
"~followup_annotations": [
"@@@STEP_LOG_LINE@gradle_wrapper.version@flutter_infra_release/gradle-wrapper/12345/gradle-wrapper.tgz@@@",
"@@@STEP_LOG_END@gradle_wrapper.version@@@"
]
},
{
"cmd": [
"python3",
"-u",
"RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py",
"--",
"RECIPE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"gs://flutter_infra_release/gradle-wrapper/12345/gradle-wrapper.tgz",
"gs://flutter_archives_v2/monorepo/123/flutter_infra_release/gradle-wrapper/12345/gradle-wrapper.tgz"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gsutil copy Gradle wrapper",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_archives_v2/monorepo/123/flutter_infra_release/gradle-wrapper/12345/gradle-wrapper.tgz@@@"
]
},
{
"cmd": [
"python3",
"-u",
"RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py",
"--",
"RECIPE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"gs://flutter_infra_release/flutter/coverage/lcov.info",
"gs://flutter_archives_v2/monorepo/123/flutter_infra_release/flutter/coverage/lcov.info"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gsutil copy lcov.info",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_archives_v2/monorepo/123/flutter_infra_release/flutter/coverage/lcov.info@@@"
]
},
{
"cmd": [
"git",
"rev-parse",
"HEAD"
],
"cwd": "[CACHE]/builder/flutter",
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git rev-parse"
},
{
"cmd": [],
"name": "Chrome and driver dependency"
},
{
"cmd": [
"cipd",
"ensure",
"-root",
"[CACHE]/chrome/chrome",
"-ensure-file",
"flutter_internal/browsers/chrome/${platform} version:96.2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Chrome and driver dependency.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-version:96.2----\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"flutter_internal/browsers/chrome/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": [
"cipd",
"ensure",
"-root",
"[CACHE]/chrome/drivers",
"-ensure-file",
"flutter_internal/browser-drivers/chrome/${platform} version:96.2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Chrome and driver dependency.ensure_installed (2)",
"~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-version:96.2----\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"flutter_internal/browser-drivers/chrome/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": [
"flutter",
"update-packages",
"-v"
],
"cwd": "[CACHE]/builder/flutter",
"env": {
"ARTIFACT_HUB_REPOSITORY": "artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p",
"CHROME_EXECUTABLE": "[CACHE]/chrome/chrome/chrome",
"CHROME_NO_SANDBOX": "true",
"DEPOT_TOOLS": "RECIPE_REPO[depot_tools]",
"FLUTTER_STORAGE_BASE_URL": "https://storage.googleapis.com/flutter_archives_v2/monorepo/123",
"GIT_BRANCH": "",
"LUCI_BRANCH": "",
"LUCI_CI": "True",
"LUCI_PR": "",
"OS": "linux",
"PUB_CACHE": "[START_DIR]/.pub-cache",
"REVISION": "12345abcde12345abcde12345abcde12345abcde",
"SDK_CHECKOUT_PATH": "[CACHE]/builder/flutter",
"SHARD": "web_tests",
"SUBSHARD": "3"
},
"env_prefixes": {
"PATH": [
"[CACHE]/builder/flutter/bin",
"[CACHE]/builder/flutter/bin/cache/dart-sdk/bin",
"[CACHE]/chrome/chrome",
"[CACHE]/chrome/drivers"
]
},
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "download dependencies"
},
{
"cmd": [
"[CACHE]/builder/flutter/bin/dart",
"[CACHE]/builder/flutter/dev/bots/test.dart"
],
"cwd": "[CACHE]/builder/flutter",
"env": {
"ARTIFACT_HUB_REPOSITORY": "artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p",
"CHROME_EXECUTABLE": "[CACHE]/chrome/chrome/chrome",
"CHROME_NO_SANDBOX": "true",
"DEPOT_TOOLS": "RECIPE_REPO[depot_tools]",
"FLUTTER_STORAGE_BASE_URL": "https://storage.googleapis.com/flutter_archives_v2/monorepo/123",
"GIT_BRANCH": "",
"LUCI_BRANCH": "",
"LUCI_CI": "True",
"LUCI_PR": "",
"OS": "linux",
"PUB_CACHE": "[START_DIR]/.pub-cache",
"REVISION": "12345abcde12345abcde12345abcde12345abcde",
"SDK_CHECKOUT_PATH": "[CACHE]/builder/flutter",
"SHARD": "web_tests",
"SUBSHARD": "3"
},
"env_prefixes": {
"PATH": [
"[CACHE]/builder/flutter/bin",
"[CACHE]/builder/flutter/bin/cache/dart-sdk/bin",
"[CACHE]/chrome/chrome",
"[CACHE]/chrome/drivers"
]
},
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Run web_tests 3 tests"
},
{
"cmd": [],
"name": "Killing Processes"
},
{
"cmd": [
"pkill",
"-e",
"chrome"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Killing Processes.kill chrome",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"pkill",
"-e",
"dart"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Killing Processes.kill dart",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"pkill",
"-e",
"flutter"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Killing Processes.kill flutter",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"pkill",
"-e",
"java"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Killing Processes.kill java",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"pkill",
"-e",
"adb"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "Killing Processes.kill adb",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"top",
"-b",
"-n",
"3",
"-o",
"%MEM"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:123",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "OS info (2)"
},
{
"name": "$result"
}
]