Skip to content

Merge pull request #6200 from onflow/fxamacker/port-6193 #8

Merge pull request #6200 from onflow/fxamacker/port-6193

Merge pull request #6200 from onflow/fxamacker/port-6193 #8

Triggered via push July 11, 2024 12:00
Status Success
Total duration 1h 9m 40s
Artifacts
update_release_draft
1h 9m
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '9890991469', status: 403, response: { url: 'https://api.github.com/repos/The-K-R-O-K/flow-go/releases', status: 403, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Thu, 11 Jul 2024 13:10:35 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '4382:3A3805:8B60598:1006855D:668FD9CB', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4999', 'x-ratelimit-reset': '1720707035', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '1', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release', status: '403' } }, request: { method: 'POST', url: 'https://api.github.com/repos/The-K-R-O-K/flow-go/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/heads/master","name":"v0.1.0","tag_name":"v0.1.0","body":"* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '9890991469', name: 'push', payload: { after: '5b2ffcb9d02827ca65a3d249b5416de576b8dde4', base_ref: null, before: 'ac52b6d9cb75fcc4fc8a26d017a11c28f22f6351', commits: [ { author: { email: '[email protected]', name: 'Faye Amacker', username: 'fxamacker' }, committer: { email: '[email protected]', name: 'Faye Amacker', username: 'fxamacker' }, distinct: false, id: 'bafdf6b3faf06aaedddaaa0db8302861a6c09791', message: 'Create payloads file in parallel for migrations\n' + '\n' + 'Currently, when migrations specify a payloads file as output\n' + '(instead of checkpoint), the new trie is created with migrated payloads\n' + 'first and then migrated payloads are written to payload file.\n' + '\n' + 'This commit optimizes migrations that generate payloads file as output\n' + 'by creating new trie with migrated payloads in parallel.\n' + '\n' + 'While at it, also refactored code related to\n' + '- extracting payloads from different input (payload file and checkpoint file)\n' + '- exporting payloads to different output (payload file and checkpoitn file)', timestamp: '2024-07-10T09:25:33-05:00', tree_id: '17927d066e4f3c0c9c3feb99e07e36cf3a601734', url: 'https://github.com/The-K-R-O-K/flow-go/commit/bafdf6b3faf06aaedddaaa0db8302861a6c09791' }, { author: {
update_release_draft
HttpError: Resource not accessible by integration 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: '9890991469', name: 'push', payload: { after: '5b2ffcb9d02827ca65a3d249b5416de576b8dde4', base_ref: null, before: 'ac52b6d9cb75fcc4fc8a26d017a11c28f22f6351', commits: [ { author: { email: '[email protected]', name: 'Faye Amacker', username: 'fxamacker' }, committer: { email: '[email protected]', name: 'Faye Amacker', username: 'fxamacker' }, distinct: false, id: 'bafdf6b3faf06aaedddaaa0db8302861a6c09791', message: 'Create payloads file in parallel for migrations\n' + '\n' + 'Currently, when migrations specify a payloads file as output\n' + '(instead of checkpoint), the new trie is created with migrated payloads\n' + 'first and then migrated payloads are written to payload file.\n' + '\n' + 'This commit optimizes migrations that generate payloads file as output\n' + 'by creating new trie with migrated payloads in parallel.\n' + '\n' + 'While at it, also refactored code related to\n' + '- extracting payloads from different input (payload file and checkpoint file)\n' + '- exporting payloads to different output (payload file and checkpoitn file)', timestamp: '2024-07-10T09:25:33-05:00', tree_id: '17927d066e4f3c0c9c3feb99e07e36cf3a601734', url: 'https://github.com/The-K-R-O-K/flow-go/commit/bafdf6b3faf06aaedddaaa0db8302861a6c09791' }, { author: { email: '[email protected]', name: 'Bastian Müller', username: 'turbolent' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '5b2ffcb9d02827ca65a3d249b5416de576b8dde4', message: 'Merge pull request #6200 from onflow/fxamacker/port-6193\n' + '\n' + 'Port PR 6193 to master (speedup migration by ~21 minutes on m1-ultramem-160)', timestamp: '2024-07-10T21:37:38Z', tree_id: '17927d066e4f3c0c9c3feb99e07e36cf3a601734', url: 'https://github.com/The-K-R-O-K/flow-go/commit/5b2ffcb9d02827ca65a3d249b5416de576b8dde4' } ], compare: 'https://github.com/The-K-R-O-K/flow-go/compare/ac52b6d9cb75...5b2ffcb9d028', created: false, deleted: false, forced: false, head_commit: { author: { email: '[email protected]', name: 'Bastian Müller', username: 'turbolent' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '5b2ffcb9d02827ca65a3d249b5416de576b8dde4', message: 'Merge pull request #6200 from onflow/fxamacker/port-6193\n' + '\n' + 'Port PR 6193 to master (speedup migration by ~21 minutes on m1-ultramem-160)', timestamp: '2024-07-10T21:37:38Z', tree_id: '17927d066e4f3c0c9c3feb99e07e36cf3a601734', url: 'https://github.com/The-K-R-O-K/flow-go/commit/5b2ffcb9d02827ca65a3d249b5416de576b8dde4' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/125911666?v=4', description: '', events_url: 'https://api.github.com/orgs/The-K-R-O-K/events', hooks_url: 'https://api.github.com/orgs/The-K-R-O-K/hooks', id: 125911666, issues_url: 'https://a
update_release_draft
The following actions uses Node.js version which is deprecated and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }
update_release_draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds. { name: 'octokit' }