Page MenuHomePhabricator

harbormaster-log-159690.log

harbormaster-log-159690.log

{
"id": "01862aaf-88d4-4066-9f9b-8162d4dfd1aa",
"graphql_id": "QnVpbGQtLS0wMTg2MmFhZi04OGQ0LTQwNjYtOWY5Yi04MTYyZDRkZmQxYWE=",
"url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1/builds/2304",
"web_url": "https://buildkite.com/comm/codegen-jsi-1/builds/2304",
"number": 2304,
"state": "scheduled",
"blocked": false,
"blocked_state": "",
"message": "Harbormaster Build 95013 (\"Codegen JSI\") for B16208",
"commit": "HEAD",
"branch": "phabricator/diff/22172",
"tag": null,
"env": {
"HARBORMASTER_BUILD_TARGET_PHID": "PHID-HMBT-k2bhzdjm7f2y5b7zuelp"
},
"source": "api",
"author": {
"name": "Ginsu Eddy",
"email": "ginsu.eddy@gmail.com"
},
"creator": {
"id": "d337d479-e5da-4bc9-9559-2747109199ce",
"graphql_id": "VXNlci0tLWQzMzdkNDc5LWU1ZGEtNGJjOS05NTU5LTI3NDcxMDkxOTljZQ==",
"name": "atul",
"email": "atul@comm.app",
"avatar_url": "https://www.gravatar.com/avatar/02a03903c2ed2d203244b7db884e6483",
"created_at": "2021-12-24T08:31:16.927Z"
},
"created_at": "2023-02-07T07:03:12.411Z",
"scheduled_at": "2023-02-07T07:03:12.234Z",
"started_at": null,
"finished_at": null,
"meta_data": {
"buildTargetPHID": "PHID-HMBT-k2bhzdjm7f2y5b7zuelp",
"phabricator:build:id": "95013",
"phabricator:build:url": "https://phab.comm.dev/harbormaster/build/95013/",
"phabricator:buildable:id": "16208",
"phabricator:buildable:url": "https://phab.comm.dev/B16208"
},
"pull_request": null,
"rebuilt_from": null,
"pipeline": {
"id": "0184d011-31fa-4501-88f5-761a29c17003",
"graphql_id": "UGlwZWxpbmUtLS0wMTg0ZDAxMS0zMWZhLTQ1MDEtODhmNS03NjFhMjljMTcwMDM=",
"url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1",
"web_url": "https://buildkite.com/comm/codegen-jsi-1",
"name": "Codegen JSI",
"description": "",
"slug": "codegen-jsi-1",
"repository": "https://github.com/CommE2E/comm.git",
"cluster_id": null,
"branch_configuration": null,
"default_branch": null,
"skip_queued_branch_builds": false,
"skip_queued_branch_builds_filter": null,
"cancel_running_branch_builds": false,
"cancel_running_branch_builds_filter": null,
"allow_rebuilds": true,
"provider": {
"id": "github",
"settings": {
"trigger_mode": "code",
"build_pull_requests": true,
"pull_request_branch_filter_enabled": false,
"skip_builds_for_existing_commits": false,
"skip_pull_request_builds_for_existing_commits": true,
"build_pull_request_ready_for_review": false,
"build_pull_request_labels_changed": false,
"build_pull_request_base_branch_changed": false,
"build_pull_request_forks": false,
"prefix_pull_request_fork_branch_names": true,
"build_branches": true,
"build_tags": false,
"cancel_deleted_branch_builds": false,
"publish_commit_status": true,
"publish_commit_status_per_step": false,
"separate_pull_request_statuses": false,
"publish_blocked_as_pending": false,
"use_step_key_as_commit_status": false,
"filter_enabled": false,
"repository": "CommE2E/comm"
},
"webhook_url": "https://webhook.buildkite.com/deliver/674d7f1b3f8c53f3926646435ec348ef0dbaa4d2663c5a25fd"
},
"builds_url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1/builds",
"badge_url": "https://badge.buildkite.com/2e83b7450190d6d45aa5391c04c61801e8ec7dc3e785738187.svg",
"created_by": {
"id": "d337d479-e5da-4bc9-9559-2747109199ce",
"graphql_id": "VXNlci0tLWQzMzdkNDc5LWU1ZGEtNGJjOS05NTU5LTI3NDcxMDkxOTljZQ==",
"name": "atul",
"email": "atul@comm.app",
"avatar_url": "https://www.gravatar.com/avatar/02a03903c2ed2d203244b7db884e6483",
"created_at": "2021-12-24T08:31:16.927Z"
},
"created_at": "2022-12-01T23:41:38.682Z",
"archived_at": null,
"env": null,
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
"running_jobs_count": 3,
"waiting_jobs_count": 0,
"visibility": "private",
"tags": null,
"configuration": "steps:\n - label: 'JSI Codegen'\n command:\n - '(pkill flow || true)'\n - 'apt update && apt install -y cmake'\n - 'curl --proto \"=https\" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y'\n - '. /root/.cargo/env'\n - 'yarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000'\n - 'cd native && yarn codegen-jsi && git diff --exit-code'\n plugins:\n - docker#v3.13.0:\n image: 'node:16.13-bullseye'\n always-pull: true\n workdir: /comm\n propagate-environment: true\n agents:\n - 'autoscaling=true'\n",
"steps": [
{
"type": "script",
"name": "JSI Codegen",
"command": "(pkill flow || true)\napt update && apt install -y cmake\ncurl --proto \"=https\" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n. /root/.cargo/env\nyarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000\ncd native && yarn codegen-jsi && git diff --exit-code",
"artifact_paths": null,
"branch_configuration": null,
"env": {},
"timeout_in_minutes": null,
"agent_query_rules": [
"autoscaling=true"
],
"concurrency": null,
"parallelism": null
}
]
},
"jobs": [
{
"id": "01862aaf-88fe-44e7-a91a-d1d653c65e08",
"graphql_id": "Sm9iLS0tMDE4NjJhYWYtODhmZS00NGU3LWE5MWEtZDFkNjUzYzY1ZTA4",
"type": "script",
"name": "JSI Codegen",
"step_key": null,
"priority": {
"number": 0
},
"agent_query_rules": [
"autoscaling=true"
],
"state": "scheduled",
"build_url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1/builds/2304",
"web_url": "https://buildkite.com/comm/codegen-jsi-1/builds/2304#01862aaf-88fe-44e7-a91a-d1d653c65e08",
"log_url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1/builds/2304/jobs/01862aaf-88fe-44e7-a91a-d1d653c65e08/log",
"raw_log_url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1/builds/2304/jobs/01862aaf-88fe-44e7-a91a-d1d653c65e08/log.txt",
"artifacts_url": "https://api.buildkite.com/v2/organizations/comm/pipelines/codegen-jsi-1/builds/2304/jobs/01862aaf-88fe-44e7-a91a-d1d653c65e08/artifacts",
"command": "(pkill flow || true)\napt update && apt install -y cmake\ncurl --proto \"=https\" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n. /root/.cargo/env\nyarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000\ncd native && yarn codegen-jsi && git diff --exit-code",
"soft_failed": false,
"exit_status": null,
"artifact_paths": null,
"agent": null,
"created_at": "2023-02-07T07:03:12.340Z",
"scheduled_at": "2023-02-07T07:03:12.340Z",
"runnable_at": "2023-02-07T07:03:12.648Z",
"started_at": null,
"finished_at": null,
"expired_at": null,
"retried": false,
"retried_in_job_id": null,
"retries_count": null,
"retry_type": null,
"parallel_group_index": null,
"parallel_group_total": null,
"matrix": null
}
]
}

File Metadata

Mime Type
application/octet-stream
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
317117
Default Alt Text
harbormaster-log-159690.log (6 KB)

Event Timeline