Skip to content

chore: Fix Python docs build (#26117) #10

chore: Fix Python docs build (#26117)

chore: Fix Python docs build (#26117) #10

Triggered via push January 15, 2026 13:46
Status Success
Total duration 10m 21s
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: '21033509713', name: 'push', payload: { after: '9a21b3556cb1449de3b2399a9fa4dbae6ae616e3', base_ref: null, before: '1a4d58ccad749b9283f37762cf001864240a360d', commits: [ { author: { email: '[email protected]', name: 'Lukas Bergdoll', username: 'Voultapher' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '20fc0369e91d90e4c1d483b4785d361419c97266', message: 'chore: Support Python 3.14 in dev environment (#26073)', timestamp: '2026-01-13T11:07:59+01:00', tree_id: '61ac5cffde6b885e5655eb1fda844bc243883ce5', url: 'https://github.com/Matt711/polars/commit/20fc0369e91d90e4c1d483b4785d361419c97266' }, { author: { email: '[email protected]', name: 'Jop Zitman', username: 'EndPositive' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '34e5b3333a729a0c71ea2ff4027e63fadfd46382', message: 'chore: Update docs for next polars cloud release (#26091)', timestamp: '2026-01-13T15:58:30+01:00', tree_id: '055739a8d182d032a9827a8009802ca96ebb9cc6', url: 'https://github.com/Matt711/polars/commit/34e5b3333a729a0c71ea2ff4027e63fadfd46382' }, { author: { email: '[email protected]', name: 'nameexhaustion', username: 'nameexhaustion' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'e1bc45139ac49a569cb223e8667f969309089d9a', message: 'refactor(rust): Remove IR / physical plan visualization data generators (#26090)', timestamp: '2026-01-14T09:11:58+01:00', tree_id: '87ae73c692f04d0cf9a33cec72c99adb4d5f7ccd', url: 'https://github.com/Matt711/polars/commit/e1bc45139ac49a569cb223e8667f969309089d9a' }, { author: { email: '[email protected]', name: 'nameexhaustion', username: 'nameexhaustion' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '96f8721e3ced7041661c92cbf032109cc110eb82', message: 'ci: Disable debug info for docs workflow (#26086)', timestamp: '2026-01-14T09:34:02+01:00', tree_id: '82d63bf15b4cf066b7a0df1c7d0fb61fcc514c7f', url: 'https://github.com/Matt711/polars/commit/96f8721e3ced7041661c92cbf032109cc110eb82' }, { author: { email: '[email protected]', name: 'nameexhaustion', username: 'nameexhaustion' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'ffb588894d590f9cbf6ddd1970b6d5dcc169e567', message: 'refactor: Raise error on `file://hostname/path` (#26061)', timestamp: '2026-01-14T09:46:47+01:00', tree_id: '1d6ee4ea5599a1df4fb71f9c0b9ff8ca9bf34b9a', url: 'https://github.c
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: '21033509713', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Thu, 15 Jan 2026 13:56:31 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '9C10:3F096D:EC521A:F18C4F:6968F205' }, 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.6 (linux; x64)', 'x-github-delivery': '21033509713', 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":"Matt711","targetCommitish":"9a21b3556cb1449de3b2399a9fa4dbae6ae616e3","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"after":"9a21b3556cb1449de3b2399a9fa4dbae6ae616e3 199"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '21033509713', name: 'push', payload: { after: '9a21b3556cb1449de3b2399a9fa4dbae6ae616e3', base_ref: null, before: '1a4d58ccad749b9283f37762cf001864240a360d', commits: [ { author: { email: '[email protected]', name: 'Lukas Bergdoll', username: 'Voultapher' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '20fc0369e91d90e4c1d483b4785d361419c97266', message: 'chore: Support Python 3.14 in dev environment (#26
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: '21033509713', name: 'push', payload: { after: '9a21b3556cb1449de3b2399a9fa4dbae6ae616e3', base_ref: null, before: '1a4d58ccad749b9283f37762cf001864240a360d', commits: [ { author: { email: '[email protected]', name: 'Lukas Bergdoll', username: 'Voultapher' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '20fc0369e91d90e4c1d483b4785d361419c97266', message: 'chore: Support Python 3.14 in dev environment (#26073)', timestamp: '2026-01-13T11:07:59+01:00', tree_id: '61ac5cffde6b885e5655eb1fda844bc243883ce5', url: 'https://github.com/Matt711/polars/commit/20fc0369e91d90e4c1d483b4785d361419c97266' }, { author: { email: '[email protected]', name: 'Jop Zitman', username: 'EndPositive' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '34e5b3333a729a0c71ea2ff4027e63fadfd46382', message: 'chore: Update docs for next polars cloud release (#26091)', timestamp: '2026-01-13T15:58:30+01:00', tree_id: '055739a8d182d032a9827a8009802ca96ebb9cc6', url: 'https://github.com/Matt711/polars/commit/34e5b3333a729a0c71ea2ff4027e63fadfd46382' }, { author: { email: '[email protected]', name: 'nameexhaustion', username: 'nameexhaustion' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'e1bc45139ac49a569cb223e8667f969309089d9a', message: 'refactor(rust): Remove IR / physical plan visualization data generators (#26090)', timestamp: '2026-01-14T09:11:58+01:00', tree_id: '87ae73c692f04d0cf9a33cec72c99adb4d5f7ccd', url: 'https://github.com/Matt711/polars/commit/e1bc45139ac49a569cb223e8667f969309089d9a' }, { author: { email: '[email protected]', name: 'nameexhaustion', username: 'nameexhaustion' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '96f8721e3ced7041661c92cbf032109cc110eb82', message: 'ci: Disable debug info for docs workflow (#26086)', timestamp: '2026-01-14T09:34:02+01:00', tree_id: '82d63bf15b4cf066b7a0df1c7d0fb61fcc514c7f', url: 'https://github.com/Matt711/polars/commit/96f8721e3ced7041661c92cbf032109cc110eb82' }, { author: { email: '[email protected]', name: 'nameexhaustion', username: 'nameexhaustion' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'ffb588894d590f9cbf6ddd1970b6d5dcc169e567', message: 'refactor: Raise error on `file://hostname/path` (#26061)', timestamp: '2026-01-14T09:46:47+01:00', tree_id: '1d6ee4ea5599a1df4fb71f9c0b9ff8ca9bf34b9a', url: 'https://github.c
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: '21033509713', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Thu, 15 Jan 2026 13:54:45 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '9C10:3F096D:EA546C:EF83EF:6968F19A' }, 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.6 (linux; x64)', 'x-github-delivery': '21033509713', 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":"Matt711","targetCommitish":"9a21b3556cb1449de3b2399a9fa4dbae6ae616e3","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"after":"9a21b3556cb1449de3b2399a9fa4dbae6ae616e3 1599"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '21033509713', name: 'push', payload: { after: '9a21b3556cb1449de3b2399a9fa4dbae6ae616e3', base_ref: null, before: '1a4d58ccad749b9283f37762cf001864240a360d', commits: [ { author: { email: '[email protected]', name: 'Lukas Bergdoll', username: 'Voultapher' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '20fc0369e91d90e4c1d483b4785d361419c97266', message: 'chore: Support Python 3.14 in dev environment (#2
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/)