Skip to content

Fix cross compile via cargo-zigbuild (#2116) #5327

Fix cross compile via cargo-zigbuild (#2116)

Fix cross compile via cargo-zigbuild (#2116) #5327

Triggered via push August 26, 2025 12:45
Status Success
Total duration 1m 5s
Artifacts
update_release_draft
1m 0s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
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/v5/dist/index.js:8462:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '17238544184', name: 'push', payload: { after: '6e55668cdb1d1d7406ea7fd6eea22991ac1ac301', base_ref: null, before: '204f45dd520536b5c75536ed31ca293f0e138c77', commits: [ { author: { email: '[email protected]', name: 'LongYinan', username: 'Brooooooklyn' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '84b7ad34c6b24d7b98947abefb57413337ee61cf', message: 'Fix cross compile via cargo-zigbuild \n' + '\n' + 'cargo-zigbuild sets CMAKE_SYSTEM_PROCESSOR to armv7 when building for Rust targets matching armv7-unknown-linux-*', timestamp: '2025-07-04T22:07:38+08:00', tree_id: 'bf0a791dd7ee47ca34527ffc44bb71cc96b6d65b', url: 'https://github.com/tursodatabase/libsql/commit/84b7ad34c6b24d7b98947abefb57413337ee61cf' }, { author: { email: '[email protected]', name: 'Pekka Enberg', username: 'penberg' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '6e55668cdb1d1d7406ea7fd6eea22991ac1ac301', message: 'Fix cross compile via cargo-zigbuild (#2116)\n' + '\n' + 'cargo-zigbuild sets CMAKE_SYSTEM_PROCESSOR to armv7 when building for\n' + 'Rust targets matching `armv7-unknown-linux-*`', timestamp: '2025-08-26T12:32:38Z', tree_id: '5119671a63b5d012efa8b73165338921cc631fef', url: 'https://github.com/tursodatabase/libsql/commit/6e55668cdb1d1d7406ea7fd6eea22991ac1ac301' } ], compare: 'https://github.com/tursodatabase/libsql/compare/204f45dd5205...6e55668cdb1d', created: false, deleted: false, forced: false, head_commit: { author: { email: '[email protected]', name: 'Pekka Enberg', username: 'penberg' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '6e55668cdb1d1d7406ea7fd6eea22991ac1ac301', message: 'Fix cross compile via cargo-zigbuild (#2116)\n' + '\n' + 'cargo-zigbuild sets CMAKE_SYSTEM_PROCESSOR to armv7 when building for\n' + 'Rust targets matching `armv7-unknown-linux-*`', timestamp: '2025-08-26T12:32:38Z', tree_id: '5119671a63b5d012efa8b73165338921cc631fef', url: 'https://github.com/tursodatabase/libsql/commit/6e55668cdb1d1d7406ea7fd6eea22991ac1ac301' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/139391156?v=4', description: 'The next evolution of SQLite.', events_url: 'https://api.github.com/orgs/tursodatabase/events', hooks_url: 'https://api.github.com/orgs/tursodatabase/hooks', id: 139391156, issues_url: 'https://api.github.com/orgs/tursodatabase/issues', login: 'tursodatabase', members_url: 'https://api.github.com/orgs/tursodatabase/members{/member}', node_id: 'O_kgDOCE7wtA', public_members_url: 'https://api.github.com/orgs/tursodatabase/public_members{/member}', repos_url: 'https://api.github.com/orgs/tursodatabase/repos', url: 'https://api.github.com/orgs/tur
update_release_draft
<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: '17238544184', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { connection: 'close', 'content-length': '150', 'content-type': 'text/html', date: 'Tue, 26 Aug 2025 12:46:23 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': 'FC00:3AD439:C715FA:2D390E2:68ADAC95' }, 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.2.5 octokit-core.js/3.5.1 Node.js/20.19.4 (linux; x64)', 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 ) {\\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: 5) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\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":"libsql","owner":"tursodatabase","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"since":"2025-02-14T12:10:54Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17238544184', name: 'push', payload: { after: '6e55668cdb1d1d7406ea7fd6eea22991ac1ac301', base_ref: null, before: '204f45dd520536b5c75536ed31ca293f0e138c77', commits: [ { author: { email: '[email protected]', name: 'LongYinan', username: 'Brooooooklyn' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '84b7ad34c6b24d7b98947abefb57413337ee61cf', message: 'Fix cross compile via cargo-zigbuild \n' + '\n' + 'cargo-zigbuild sets CMAKE_SYSTEM_PROCESSOR to armv7 when building for Rust targets matching armv7-unknown-linux-*', timestamp: '2025-07-04T22:07:38+08:00',