Update junit-jupiter to 5.14.4 #969
Open
Annotations
3 errors and 5 warnings
|
Run release-drafter/release-drafter@v6
HttpError: Resource not accessible by integration
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:56365:18)
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query on 2026-04-27T17:34:43Z. Please include `7C52:2BAA2C:ED2890:3B236E1:69EF9E32` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7687:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:190522:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:190305:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:189920:7)
at async Promise.all (index 1)
{
name: 'AggregateError',
event: {
id: '25010063282',
name: 'pull_request',
payload: {
action: 'opened',
number: 969,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/198264?v=4',
description: null,
events_url: 'https://api.github.com/orgs/msgpack/events',
hooks_url: 'https://api.github.com/orgs/msgpack/hooks',
id: 198264,
issues_url: 'https://api.github.com/orgs/msgpack/issues',
login: 'msgpack',
members_url: 'https://api.github.com/orgs/msgpack/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjE5ODI2NA==',
public_members_url: 'https://api.github.com/orgs/msgpack/public_members{/member}',
repos_url: 'https://api.github.com/orgs/msgpack/repos',
url: 'https://api.github.com/orgs/msgpack'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/issues/969/comments'
},
commits: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/969/commits'
},
html: { href: 'https://github.com/msgpack/msgpack-java/pull/969' },
issue: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/issues/969'
},
review_comment: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/969/comments'
},
self: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/969'
},
statuses: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/statuses/b6b1bfc82771cd1ef10067c07b9d46573eaa4ddc'
}
},
active_lock_reason: null,
additions: 1,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
auto_merge: null,
base: {
label: 'msgpack:main',
ref: 'main',
repo: {
allow_auto_merge: true,
allow_forking: true,
allow_merge_commit: false,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/msgpack/msgpack-java/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/msgpack/msgpack-java/assignees{/user}',
blobs_url: 'https://api.github.com/repos/msgpack/msgpack-java/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/msgpack/msgpack-java/branches{/branch}',
clone_url: 'https://github.com/msgpack/msgpack-java.git',
collaborators_url: 'https://api.github.com/repos/msgpack/msgpack-java/collaborators{/collaborator}',
comments_url: 'https://api.github.co
|
|
Run release-drafter/release-drafter@v6
Request failed due to following response errors:
- Something went wrong while executing your query on 2026-04-27T17:34:43Z. Please include `7C52:2BAA2C:ED2890:3B236E1:69EF9E32` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '25010063282',
request: {
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' +
' $historyLimit: Int!\n' +
' ) {\n' +
' repository(name: $name, owner: $owner) {\n' +
' object(expression: $targetCommitish) {\n' +
' ... on Commit {\n' +
' history(first: $historyLimit, 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: 'msgpack-java',
owner: 'msgpack',
targetCommitish: 'refs/pull/969/merge',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5,
historyLimit: 15,
after: '6b31b6a8faa98ae153bcf893e2c5b28787ca15ae 14'
}
},
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',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Mon, 27 Apr 2026 17:34:43 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-content-type-options': 'nosniff',
'x-frame-options': 'deny',
|
|
Run release-drafter/release-drafter@v6
Resource not accessible by integration
{
name: 'HttpError',
id: '25010063282',
status: 403,
response: {
url: 'https://api.github.com/repos/msgpack/msgpack-java/issues/969/labels',
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',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Mon, 27 Apr 2026 17:34:40 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': 'issues=write; pull_requests=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': '7C51:2A6741:F0D3CC:3C34EE2:69EF9E30',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4990',
'x-ratelimit-reset': '1777314879',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '10',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/issues/labels#add-labels-to-an-issue',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/msgpack/msgpack-java/issues/969/labels',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.20.1 (linux; x64)',
'x-github-delivery': '25010063282',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"labels":["library-update","internal"]}',
request: {}
},
event: {
id: '25010063282',
name: 'pull_request',
payload: {
action: 'opened',
number: 969,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/198264?v=4',
description: null,
events_url: 'https://api.github.com/orgs/msgpack/events',
hooks_url: 'https://api.github.com/orgs/msgpack/hooks',
id: 198264,
issues_url: 'https://api.github.com/orgs/msgpack/issues',
login: 'msgpack',
members_url: 'https://api.github.com/orgs/msgpack/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjE5ODI2NA==',
public_members_url: 'https://api.github.com/orgs/msgpack/public_members{/member}',
repos_url: 'https://api.github.com/orgs/msgpack/repos',
url: 'https://api.github.com/orgs/msgpack'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/issues/969/comments'
},
commits: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/969/commits'
},
html: { href: 'https://github.com/msgpack/msgpack-java/pull/969' },
issue: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/issues/969'
},
review_comment: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/969/comments'
},
self: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/pulls/969'
},
statuses: {
href: 'https://api.github.com/repos/msgpack/msgpack-java/statuses/b6b1bfc82
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: release-drafter/release-drafter@v6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run release-drafter/release-drafter@v6
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
Run release-drafter/release-drafter@v6
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
Run release-drafter/release-drafter@v6
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
Run release-drafter/release-drafter@v6
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Loading