Skip to content

Attempt to fix Heisenbug by skipping COO. #626

Attempt to fix Heisenbug by skipping COO.

Attempt to fix Heisenbug by skipping COO. #626

Triggered via pull request November 20, 2024 06:56
Status Success
Total duration 36s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
26s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '11928291262', status: 403, response: { url: 'https://api.github.com/repos/pydata/sparse/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: 'Wed, 20 Nov 2024 06:57:03 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': '7801:2D9B3C:2A83F49:52FA628:673D883F', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4961', 'x-ratelimit-reset': '1732088922', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '39', '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/pydata/sparse/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/pull/813/merge","name":"Sparse v0.1.0","tag_name":"","body":"## Changes\\n\\n- update finch-tensor-python to fix tests (#812)\\n- skip changelog(deps): bump codecov/codecov-action from 4 to 5 (#811)\\n- Testing improvements and minor fixes. (#808)\\n- skip changelog(deps): bump mamba-org/setup-micromamba from 1 to 2 (#790)\\n- MAINT: Upgrade MLIR version (#785)\\n- ENH: Implement `reshape` function (#776)\\n- ENH: CSC and CSF formats for MLIR backend (#775)\\n- MNT: Move constructors to a direct style (#773)\\n- MNT: Refactor MLIR constructors (#771)\\n- ENH: Simple COO format (#768)\\n- skip changelog(deps): bump actions/setup-python from 3 to 5 (#735)\\n- MNT: Add CI mode to examples (#716)\\n- Add example notebook (#709)\\n- BUG: Skip `test_where` test (#707)\\n- Fix 1D return dtype in argmax/argmin (#704)\\n- MNT: `sparse` import refactor (#695)\\n- Add Array API tests for Numba backend. (#688)\\n- `scipy.sparse` fill-value fix. (#685)\\n- Upgrade `finch-tensor` (#684)\\n- Add tests for `scipy.sparse.csgraph` and `scipy.sparse.linalg` (#683)\\n- Update Finch backend (#678)\\n- Add support for NumPy 2.0. (#681)\\n- Add `SpMV` example (#677)\\n- Add `MTTKRP` example (#676)\\n- Add `SDDMM` example (#674)\\n- [pre-commit.ci] pre-commit autoupdate (#675)\\n- [pre-commit.ci] pre-commit autoupdate (#672)\\n- Do strict checking of Array API in CI job. (#671)\\n- [pre-commit.ci] pre-commit autoupdate (#670)\\n- [pre-commit.ci] pre-commit autoupdate (#667)\\n- Upgrade `finch-tensor` dep (#666)\\n- API: Rename `PyData` backend to `Numba` (#665)\\n- [pre-commit.ci] pre-commit autoupdate (#663)\\n- API: Enable finch backend for `scipy.sparse` (#664)\\n- Update `finch-tensor` version (#662)\\n- [pre-commit.ci] pre-commit autoupdate (#661)\\n- BUG: Fix CSR/CSC matmul (#660)\\n- Finch+PyData benchmarks (#652)\\n- API: Update `asarray` function (
update_release_draft
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v6/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/v6/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '11928291262', name: 'pull_request', payload: { action: 'edited', changes: { body: { from: '<!--\n' + '# Thanks for contributing a pull request!\n' + '## Please make sure you see our contribution guidelines: https://github.com/pydata/sparse/blob/main/docs/contributing.md\n' + '\n' + 'Your PR title should start with any of these abbreviatons: `build`, `chore`, `ci`, `depr`, `docs`, `feat`, `fix`, `perf`, `refactor`, `release`, `test`. Add a `!`at the end, if it is a breaking change.\n' + '-->\n' + '\n' + '## What type of PR is this? (check all applicable)\n' + '\n' + '- [ ] 💾 Refactor\n' + '- [ ] 🪄 Feature\n' + '- [x] 🐞 Bug Fix\n' + '- [ ] 🔧 Optimization\n' + '- [ ] 📚 Documentation\n' + '- [ ] 🧪 Test\n' + '- [ ] 🛠️ Other\n' + '\n' + '## Related issues\n' + '\n' + '- Related issue #\n' + '- Closes #\n' + '\n' + '## Checklist\n' + '\n' + '- [x] Code follows style guide\n' + '- [x] Tests added\n' + '- [ ] Documented the changes\n' + '\n' + '***\n' + '\n' + '## Please explain your changes below.\n' + 'This PR fixes a Heisenbug introduced by the 3D COO test, which often caused the `sparse_vector` test (which is the next test to be executed) to fail.\n' + '\n' + "The reason for this was that the COO test was sometimes writing to memory it shouldn't be, IMO.\n" } }, number: 813, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/1284191?v=4', description: null, events_url: 'https://api.github.com/orgs/pydata/events', hooks_url: 'https://api.github.com/orgs/pydata/hooks', id: 1284191, issues_url: 'https://api.github.com/orgs/pydata/issues', login: 'pydata', members_url: 'https://api.github.com/orgs/pydata/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjEyODQxOTE=', public_members_url: 'https://api.github.com/orgs/pydata/public_members{/member}', repos_url: 'https://api.github.com/orgs/pydata/repos', url: 'https://api.github.com/orgs/pydata' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/pydata/sparse/issues/813/comments' }, commits: { href: 'https://api.github.com/repos/pydata/sparse/pulls/813/commits' }, html: { href: 'https://github.com/pydata/sparse/pull/813' }, issue: { href: 'https://api.github.com/repos/pydata/sparse/issues/813' }, review_comment: { href: 'https://api.github.com/repos/pydata/sparse/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/pydata/sparse/pulls/813/comments' }, self: { href: 'https://api.github.com/repos/pydata/sparse/pulls/813' }, statuses: { href: 'https://api.github.com/repos/pydata/sparse/statuses/47c8d411a7378de892f53424d42c13be31c93910' } }, active_lock_reason: null, additions: 1, assignee: null, assignees: [], author_association: 'COLLABORATOR', auto_merge: null, base: { label: 'pydata:main', ref: 'main', repo: { allow