moving to junit 5 #128
release-drafter.yml
on: push
update-release-draft
1m 0s
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.15.0/dist/index.js:15311:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
{
name: 'AggregateError',
event: {
id: '21217042184',
name: 'push',
payload: {
after: '1853bdc84a41241f3897dec69a91d0031824568e',
base_ref: null,
before: 'b7ac18abf593ee18832543040a2b1f88a39f0b71',
commits: [
{
author: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
committer: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
distinct: true,
id: '1853bdc84a41241f3897dec69a91d0031824568e',
message: 'moving to junit 5',
timestamp: '2026-01-21T17:17:10+01:00',
tree_id: '851bfa9baa6f0d6ebe302696c0ea3a9941a80f2b',
url: 'https://github.com/lisa-analyzer/lisa/commit/1853bdc84a41241f3897dec69a91d0031824568e'
}
],
compare: 'https://github.com/lisa-analyzer/lisa/compare/b7ac18abf593...1853bdc84a41',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
committer: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
distinct: true,
id: '1853bdc84a41241f3897dec69a91d0031824568e',
message: 'moving to junit 5',
timestamp: '2026-01-21T17:17:10+01:00',
tree_id: '851bfa9baa6f0d6ebe302696c0ea3a9941a80f2b',
url: 'https://github.com/lisa-analyzer/lisa/commit/1853bdc84a41241f3897dec69a91d0031824568e'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/110062489?v=4',
description: 'Organization managing and maintaining the 📚LiSA static analyzer project and its frontends',
events_url: 'https://api.github.com/orgs/lisa-analyzer/events',
hooks_url: 'https://api.github.com/orgs/lisa-analyzer/hooks',
id: 110062489,
issues_url: 'https://api.github.com/orgs/lisa-analyzer/issues',
login: 'lisa-analyzer',
members_url: 'https://api.github.com/orgs/lisa-analyzer/members{/member}',
node_id: 'O_kgDOBo9rmQ',
public_members_url: 'https://api.github.com/orgs/lisa-analyzer/public_members{/member}',
repos_url: 'https://api.github.com/orgs/lisa-analyzer/repos',
url: 'https://api.github.com/orgs/lisa-analyzer'
},
pusher: { email: '[email protected]', name: 'lucaneg' },
ref: 'refs/heads/master',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/lisa-analyzer/lisa/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/lisa-analyzer/lisa/assignees{/user}',
blobs_url: 'https://api.github.com/repos/lisa-analyzer/lisa/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/lisa-analyzer/lisa/branches{/branch}',
clone_url: 'https://github.com/lisa-analyzer/lisa.git',
collaborators_url: 'https://api.github.com/repos/lisa-analyzer/lisa/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/lisa-analyzer/lisa/comments{/number}',
commits_url: 'https://api.github.com/repos/lisa-analyzer/lisa/commits{/sha}',
compare_url: 'https://api.github.com/repos/lisa-analyzer/lisa/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/lisa-analyzer/lisa/contents/{+path}',
contributors_url: 'https://api.github.com/repos/lisa-analyzer/lisa/contributors',
created_at: 1600764550,
|
|
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: '21217042184',
status: 502,
headers: {
connection: 'close',
'content-length': '150',
'content-type': 'text/html',
date: 'Wed, 21 Jan 2026 16:18:30 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '3000:26D8F5:21C4612:957F763:6970FC4B'
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/11.1.0 octokit-core.js/3.2.4 Node.js/20.19.6 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $ref: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $ref) {\\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: 10) {\\n nodes {\\n name\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"lisa","owner":"lisa-analyzer","ref":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"since":"2024-08-01T13:10:53Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '21217042184',
name: 'push',
payload: {
after: '1853bdc84a41241f3897dec69a91d0031824568e',
base_ref: null,
before: 'b7ac18abf593ee18832543040a2b1f88a39f0b71',
commits: [
{
author: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
committer: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
distinct: true,
id: '1853bdc84a41241f3897dec69a91d0031824568e',
message: 'moving to junit 5',
timestamp: '2026-01-21T17:17:10+01:00',
tree_id: '851bfa9baa6f0d6ebe302696c0ea3a9941a80f2b',
url: 'https://github.com/lisa-analyzer/lisa/commit/1853bdc84a41241f3897dec69a91d0031824568e'
}
],
compare: 'https://github.com/lisa-analyzer/lisa/compare/b7ac18abf593...1853bdc84a41',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
committer: {
email: '[email protected]',
name: 'Luca Negrini',
username: 'lucaneg'
},
distinct: true,
id: '1853bdc84a41241f3897dec69a91d0031824568e',
message: 'moving to junit 5',
timestamp: '2026-01-21T17:17:10+01:00',
|