Skip to content

chore: Use cargo-run to call dsl-schema script (#24607) #21

chore: Use cargo-run to call dsl-schema script (#24607)

chore: Use cargo-run to call dsl-schema script (#24607) #21

Triggered via push September 25, 2025 14:14
Status Success
Total duration 2m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
main
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18) { name: 'AggregateError', event: { id: '18010415796', name: 'push', payload: { after: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', base_ref: null, before: '23af4166e0978e3a5dddb09caa2685a330641523', commits: [ { author: { email: 'me@gburghoorn.com', name: 'Gijs Burghoorn', username: 'coastalwhite' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '59f1ee992e552e338ee52f47903cebd3ad418558', message: 'refactor: Cleanup and prepare `to_field` for element and struct field context (#24592)', timestamp: '2025-09-25T09:39:11+02:00', tree_id: '8b2f3a718c4f02caefd212080b4f81482578fbc5', url: 'https://github.com/hirohira9119/polars/commit/59f1ee992e552e338ee52f47903cebd3ad418558' }, { author: { email: 'orsonpeters@gmail.com', name: 'Orson Peters', username: 'orlp' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: 'cc73843444c5f6890c2a9a02c3c753b4ad079091', message: 'refactor(rust): Genericize UnitVec for any T (#24597)', timestamp: '2025-09-25T12:39:13+02:00', tree_id: '37bf1d3a6006196620cf6fe87952664247116d83', url: 'https://github.com/hirohira9119/polars/commit/cc73843444c5f6890c2a9a02c3c753b4ad079091' }, { author: { email: 'amber@polars.tech', name: 'Amber Sprenkels', username: 'dsprenkels' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', message: 'chore: Use cargo-run to call dsl-schema script (#24607)', timestamp: '2025-09-25T15:46:22+02:00', tree_id: '5c402f5fb30afd2f6d1c7951238bbc79df98bd7e', url: 'https://github.com/hirohira9119/polars/commit/23e6fc4dece15c1e87f69f4f97a84ae1d42fa787' } ], compare: 'https://github.com/hirohira9119/polars/compare/23af4166e097...23e6fc4dece1', created: false, deleted: false, forced: false, head_commit: { author: { email: 'amber@polars.tech', name: 'Amber Sprenkels', username: 'dsprenkels' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', message: 'chore: Use cargo-run to call dsl-schema script (#24607)', timestamp: '2025-09-25T15:46:22+02:00', tree_id: '5c402f5fb30afd2f6d1c7951238bbc79df98bd7e', url: 'https://github.com/hirohira9119/polars/commit/23e6fc4dece15c1e87f69f4f97a84ae1d42fa787' }, pusher: { email: 'hirohira9119@gmail.com', name: 'hirohira9119' }, ref: 'refs/heads/main', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/hirohira9119/polars/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/hirohira9119/polars/assignees{/user}', blobs_url: 'https://api.github.com/repos/hirohira9119/polars/git/blobs{/sha}',
main
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '18010415796', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Thu, 25 Sep 2025 14:16:50 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '63C0:1CEF90:216EBBC:785E276:68D54EC8' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.4 (linux; x64)', 'x-github-delivery': '18010415796', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"polars","owner":"hirohira9119","targetCommitish":"23e6fc4dece15c1e87f69f4f97a84ae1d42fa787","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '18010415796', name: 'push', payload: { after: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', base_ref: null, before: '23af4166e0978e3a5dddb09caa2685a330641523', commits: [ { author: { email: 'me@gburghoorn.com', name: 'Gijs Burghoorn', username: 'coastalwhite' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '59f1ee992e552e338ee52f47903cebd3ad418558', message: 'refactor: Cleanup and prepare `to_field` for element and struct field context (#24592)', tim
main
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18) { name: 'AggregateError', event: { id: '18010415796', name: 'push', payload: { after: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', base_ref: null, before: '23af4166e0978e3a5dddb09caa2685a330641523', commits: [ { author: { email: 'me@gburghoorn.com', name: 'Gijs Burghoorn', username: 'coastalwhite' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '59f1ee992e552e338ee52f47903cebd3ad418558', message: 'refactor: Cleanup and prepare `to_field` for element and struct field context (#24592)', timestamp: '2025-09-25T09:39:11+02:00', tree_id: '8b2f3a718c4f02caefd212080b4f81482578fbc5', url: 'https://github.com/hirohira9119/polars/commit/59f1ee992e552e338ee52f47903cebd3ad418558' }, { author: { email: 'orsonpeters@gmail.com', name: 'Orson Peters', username: 'orlp' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: 'cc73843444c5f6890c2a9a02c3c753b4ad079091', message: 'refactor(rust): Genericize UnitVec for any T (#24597)', timestamp: '2025-09-25T12:39:13+02:00', tree_id: '37bf1d3a6006196620cf6fe87952664247116d83', url: 'https://github.com/hirohira9119/polars/commit/cc73843444c5f6890c2a9a02c3c753b4ad079091' }, { author: { email: 'amber@polars.tech', name: 'Amber Sprenkels', username: 'dsprenkels' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', message: 'chore: Use cargo-run to call dsl-schema script (#24607)', timestamp: '2025-09-25T15:46:22+02:00', tree_id: '5c402f5fb30afd2f6d1c7951238bbc79df98bd7e', url: 'https://github.com/hirohira9119/polars/commit/23e6fc4dece15c1e87f69f4f97a84ae1d42fa787' } ], compare: 'https://github.com/hirohira9119/polars/compare/23af4166e097...23e6fc4dece1', created: false, deleted: false, forced: false, head_commit: { author: { email: 'amber@polars.tech', name: 'Amber Sprenkels', username: 'dsprenkels' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', message: 'chore: Use cargo-run to call dsl-schema script (#24607)', timestamp: '2025-09-25T15:46:22+02:00', tree_id: '5c402f5fb30afd2f6d1c7951238bbc79df98bd7e', url: 'https://github.com/hirohira9119/polars/commit/23e6fc4dece15c1e87f69f4f97a84ae1d42fa787' }, pusher: { email: 'hirohira9119@gmail.com', name: 'hirohira9119' }, ref: 'refs/heads/main', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/hirohira9119/polars/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/hirohira9119/polars/assignees{/user}', blobs_url: 'https://api.github.com/repos/hirohira9119/polars/git/blobs{/sha}',
main
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '18010415796', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Thu, 25 Sep 2025 14:15:54 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '63C0:19FA11:328EDEA:B614DB7:68D54E8F' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.4 (linux; x64)', 'x-github-delivery': '18010415796', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"polars","owner":"hirohira9119","targetCommitish":"23e6fc4dece15c1e87f69f4f97a84ae1d42fa787","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '18010415796', name: 'push', payload: { after: '23e6fc4dece15c1e87f69f4f97a84ae1d42fa787', base_ref: null, before: '23af4166e0978e3a5dddb09caa2685a330641523', commits: [ { author: { email: 'me@gburghoorn.com', name: 'Gijs Burghoorn', username: 'coastalwhite' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '59f1ee992e552e338ee52f47903cebd3ad418558', message: 'refactor: Cleanup and prepare `to_field` for element and struct field context (#24592)', tim
main
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
main
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)