-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
bugSomething isn't workingSomething isn't workinggh-runrelating to the gh run commandrelating to the gh run commandhelp wantedContributions welcomeContributions welcomep3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic
Description
Describe the bug
Even though I can see the error messages in the web interface, the --log-failed option gives no output for a failed run.
$ gh --version
gh version 2.49.2 (2024-05-13)
https://github.com/cli/cli/releases/tag/v2.49.2Steps to reproduce the behavior
Clone the repo and work inside it.
git clone https://github.com/iainelder/dotfiles
cd dotfilesRun this command to view the failed log of the run.
gh run view 9313418737 --log-failedExpected vs actual behavior
Actual: the command produces no output.
Expected: something like this:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/humanity-icon-theme/humanity-icon-theme_0.6.15_all.deb Undetermined Error [IP: 185.125.190.36 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Fetched 261 MB in 1min 42s (2563 kB/s)
Error: Process completed with exit code 100.
That's what I see when I view the log in the web version.
https://github.com/iainelder/dotfiles/actions/runs/9313418737/job/25635787056
The CLI does me at which step the run failed: Install GnuCash 3.
$ gh run view 9313418737
X master GnuCash 3 · 9313418737
Triggered via schedule about 7 hours ago
JOBS
X test_idempotent_installation (ubuntu:20.04) in 1m53s (ID 25635787056)
✓ Set up job
✓ Initialize containers
✓ Check out code
✓ Prepare Docker
X Install GnuCash 3
- Install GnuCash 3 again (test idempotency)
✓ Post Check out code
✓ Stop containers
✓ Complete job
✓ test_idempotent_installation (ubuntu:22.04) in 1m50s (ID 25635787182)
ANNOTATIONS
X Process completed with exit code 100.
test_idempotent_installation (ubuntu:20.04): .github#612
To see what failed, try: gh run view 9313418737 --log-failed
View this run on GitHub: https://github.com/iainelder/dotfiles/actions/runs/9313418737Logs
API debug log for the command.
GH_DEBUG=api gh run view 9313418737 --log-failed[git remote -v]
[git config --get-regexp ^remote\..*\.gh-resolved$]
* Request at 2024-05-31 15:15:48.162074298 +0200 CEST m=+0.081133791
* Request to https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737?exclude_pull_requests=true
> GET /repos/iainelder/dotfiles/actions/runs/9313418737?exclude_pull_requests=true HTTP/1.1
> Host: api.github.com
> Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview
> Authorization: token ████████████████████
> Content-Type: application/json; charset=utf-8
> Time-Zone: Europe/Madrid
> User-Agent: GitHub CLI 2.49.2
< HTTP/2.0 200 OK
< 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
< Cache-Control: private, max-age=60, s-maxage=60
< Content-Security-Policy: default-src 'none'
< Content-Type: application/json; charset=utf-8
< Date: Fri, 31 May 2024 13:15:48 GMT
< Etag: W/"318d9a86d33a6902699d59db5f4dc6dc3a470e851bd5648db88730c2a0548974"
< Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
< Server: GitHub.com
< Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
< Vary: Accept, Authorization, Cookie, X-GitHub-OTP
< Vary: Accept-Encoding, Accept, X-Requested-With
< X-Accepted-Oauth-Scopes:
< X-Content-Type-Options: nosniff
< X-Frame-Options: deny
< X-Github-Api-Version-Selected: 2022-11-28
< X-Github-Media-Type: github.v3; param=merge-info-preview.nebula-preview; format=json
< X-Github-Request-Id: 983E:10EBEF:12667B:1314FD:6659CD84
< X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
< X-Oauth-Scopes: gist, read:org, repo, workflow
< X-Ratelimit-Limit: 5000
< X-Ratelimit-Remaining: 4915
< X-Ratelimit-Reset: 1717163902
< X-Ratelimit-Resource: core
< X-Ratelimit-Used: 85
< X-Xss-Protection: 0
{
"id": 9313418737,
"name": "GnuCash 3",
"node_id": "WFR_kwLOE2V8zc8AAAACKx998Q",
"head_branch": "master",
"head_sha": "4e7cec4022c9a3227c97a0a1bfbe8e8a4b79ad7b",
"path": ".github/workflows/gnucash3.yml",
"display_title": "GnuCash 3",
"run_number": 652,
"event": "schedule",
"status": "completed",
"conclusion": "failure",
"workflow_id": 6585701,
"check_suite_id": 24375857186,
"check_suite_node_id": "CS_kwDOE2V8zc8AAAAFrOoQIg",
"url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737",
"html_url": "https://github.com/iainelder/dotfiles/actions/runs/9313418737",
"pull_requests": [],
"created_at": "2024-05-31T05:30:54Z",
"updated_at": "2024-05-31T05:35:26Z",
"actor": {
"login": "iainelder",
"id": 5024311,
"node_id": "MDQ6VXNlcjUwMjQzMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5024311?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iainelder",
"html_url": "https://github.com/iainelder",
"followers_url": "https://api.github.com/users/iainelder/followers",
"following_url": "https://api.github.com/users/iainelder/following{/other_user}",
"gists_url": "https://api.github.com/users/iainelder/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iainelder/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iainelder/subscriptions",
"organizations_url": "https://api.github.com/users/iainelder/orgs",
"repos_url": "https://api.github.com/users/iainelder/repos",
"events_url": "https://api.github.com/users/iainelder/events{/privacy}",
"received_events_url": "https://api.github.com/users/iainelder/received_events",
"type": "User",
"site_admin": false
},
"run_attempt": 1,
"referenced_workflows": [],
"run_started_at": "2024-05-31T05:30:54Z",
"triggering_actor": {
"login": "iainelder",
"id": 5024311,
"node_id": "MDQ6VXNlcjUwMjQzMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5024311?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iainelder",
"html_url": "https://github.com/iainelder",
"followers_url": "https://api.github.com/users/iainelder/followers",
"following_url": "https://api.github.com/users/iainelder/following{/other_user}",
"gists_url": "https://api.github.com/users/iainelder/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iainelder/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iainelder/subscriptions",
"organizations_url": "https://api.github.com/users/iainelder/orgs",
"repos_url": "https://api.github.com/users/iainelder/repos",
"events_url": "https://api.github.com/users/iainelder/events{/privacy}",
"received_events_url": "https://api.github.com/users/iainelder/received_events",
"type": "User",
"site_admin": false
},
"jobs_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737/jobs",
"logs_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737/logs",
"check_suite_url": "https://api.github.com/repos/iainelder/dotfiles/check-suites/24375857186",
"artifacts_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737/artifacts",
"cancel_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737/cancel",
"rerun_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737/rerun",
"previous_attempt_url": null,
"workflow_url": "https://api.github.com/repos/iainelder/dotfiles/actions/workflows/6585701",
"head_commit": {
"id": "4e7cec4022c9a3227c97a0a1bfbe8e8a4b79ad7b",
"tree_id": "e926ca9840c99291878ecbd9b4086914c538203f",
"message": "Mullvad no longer supports Ubuntu 20.04\n\nMullvad supports the latest 2 LTS releases.\n\nUbuntu 24.04 came out April 2024.\n\nOn 2024-05-16 the installation script started to fail:\n\n> `E: The repository 'https://repository.mullvad.net/deb/stable focal Release' does not have a Release file.`\n\nhttps://github.com/iainelder/dotfiles/actions/runs/9106964568/job/25035011989",
"timestamp": "2024-05-25T11:46:03Z",
"author": {
"name": "Iain Samuel McLean Elder",
"email": "iain@isme.es"
},
"committer": {
"name": "Iain Samuel McLean Elder",
"email": "iain@isme.es"
}
},
"repository": {
"id": 325418189,
"node_id": "MDEwOlJlcG9zaXRvcnkzMjU0MTgxODk=",
"name": "dotfiles",
"full_name": "iainelder/dotfiles",
"private": false,
"owner": {
"login": "iainelder",
"id": 5024311,
"node_id": "MDQ6VXNlcjUwMjQzMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5024311?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iainelder",
"html_url": "https://github.com/iainelder",
"followers_url": "https://api.github.com/users/iainelder/followers",
"following_url": "https://api.github.com/users/iainelder/following{/other_user}",
"gists_url": "https://api.github.com/users/iainelder/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iainelder/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iainelder/subscriptions",
"organizations_url": "https://api.github.com/users/iainelder/orgs",
"repos_url": "https://api.github.com/users/iainelder/repos",
"events_url": "https://api.github.com/users/iainelder/events{/privacy}",
"received_events_url": "https://api.github.com/users/iainelder/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/iainelder/dotfiles",
"description": "Dotfiles and automagic set-up scripts for Linux flavours",
"fork": true,
"url": "https://api.github.com/repos/iainelder/dotfiles",
"forks_url": "https://api.github.com/repos/iainelder/dotfiles/forks",
"keys_url": "https://api.github.com/repos/iainelder/dotfiles/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/iainelder/dotfiles/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/iainelder/dotfiles/teams",
"hooks_url": "https://api.github.com/repos/iainelder/dotfiles/hooks",
"issue_events_url": "https://api.github.com/repos/iainelder/dotfiles/issues/events{/number}",
"events_url": "https://api.github.com/repos/iainelder/dotfiles/events",
"assignees_url": "https://api.github.com/repos/iainelder/dotfiles/assignees{/user}",
"branches_url": "https://api.github.com/repos/iainelder/dotfiles/branches{/branch}",
"tags_url": "https://api.github.com/repos/iainelder/dotfiles/tags",
"blobs_url": "https://api.github.com/repos/iainelder/dotfiles/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/iainelder/dotfiles/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/iainelder/dotfiles/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/iainelder/dotfiles/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/iainelder/dotfiles/statuses/{sha}",
"languages_url": "https://api.github.com/repos/iainelder/dotfiles/languages",
"stargazers_url": "https://api.github.com/repos/iainelder/dotfiles/stargazers",
"contributors_url": "https://api.github.com/repos/iainelder/dotfiles/contributors",
"subscribers_url": "https://api.github.com/repos/iainelder/dotfiles/subscribers",
"subscription_url": "https://api.github.com/repos/iainelder/dotfiles/subscription",
"commits_url": "https://api.github.com/repos/iainelder/dotfiles/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/iainelder/dotfiles/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/iainelder/dotfiles/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/iainelder/dotfiles/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/iainelder/dotfiles/contents/{+path}",
"compare_url": "https://api.github.com/repos/iainelder/dotfiles/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/iainelder/dotfiles/merges",
"archive_url": "https://api.github.com/repos/iainelder/dotfiles/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/iainelder/dotfiles/downloads",
"issues_url": "https://api.github.com/repos/iainelder/dotfiles/issues{/number}",
"pulls_url": "https://api.github.com/repos/iainelder/dotfiles/pulls{/number}",
"milestones_url": "https://api.github.com/repos/iainelder/dotfiles/milestones{/number}",
"notifications_url": "https://api.github.com/repos/iainelder/dotfiles/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/iainelder/dotfiles/labels{/name}",
"releases_url": "https://api.github.com/repos/iainelder/dotfiles/releases{/id}",
"deployments_url": "https://api.github.com/repos/iainelder/dotfiles/deployments"
},
"head_repository": {
"id": 325418189,
"node_id": "MDEwOlJlcG9zaXRvcnkzMjU0MTgxODk=",
"name": "dotfiles",
"full_name": "iainelder/dotfiles",
"private": false,
"owner": {
"login": "iainelder",
"id": 5024311,
"node_id": "MDQ6VXNlcjUwMjQzMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5024311?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iainelder",
"html_url": "https://github.com/iainelder",
"followers_url": "https://api.github.com/users/iainelder/followers",
"following_url": "https://api.github.com/users/iainelder/following{/other_user}",
"gists_url": "https://api.github.com/users/iainelder/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iainelder/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iainelder/subscriptions",
"organizations_url": "https://api.github.com/users/iainelder/orgs",
"repos_url": "https://api.github.com/users/iainelder/repos",
"events_url": "https://api.github.com/users/iainelder/events{/privacy}",
"received_events_url": "https://api.github.com/users/iainelder/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/iainelder/dotfiles",
"description": "Dotfiles and automagic set-up scripts for Linux flavours",
"fork": true,
"url": "https://api.github.com/repos/iainelder/dotfiles",
"forks_url": "https://api.github.com/repos/iainelder/dotfiles/forks",
"keys_url": "https://api.github.com/repos/iainelder/dotfiles/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/iainelder/dotfiles/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/iainelder/dotfiles/teams",
"hooks_url": "https://api.github.com/repos/iainelder/dotfiles/hooks",
"issue_events_url": "https://api.github.com/repos/iainelder/dotfiles/issues/events{/number}",
"events_url": "https://api.github.com/repos/iainelder/dotfiles/events",
"assignees_url": "https://api.github.com/repos/iainelder/dotfiles/assignees{/user}",
"branches_url": "https://api.github.com/repos/iainelder/dotfiles/branches{/branch}",
"tags_url": "https://api.github.com/repos/iainelder/dotfiles/tags",
"blobs_url": "https://api.github.com/repos/iainelder/dotfiles/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/iainelder/dotfiles/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/iainelder/dotfiles/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/iainelder/dotfiles/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/iainelder/dotfiles/statuses/{sha}",
"languages_url": "https://api.github.com/repos/iainelder/dotfiles/languages",
"stargazers_url": "https://api.github.com/repos/iainelder/dotfiles/stargazers",
"contributors_url": "https://api.github.com/repos/iainelder/dotfiles/contributors",
"subscribers_url": "https://api.github.com/repos/iainelder/dotfiles/subscribers",
"subscription_url": "https://api.github.com/repos/iainelder/dotfiles/subscription",
"commits_url": "https://api.github.com/repos/iainelder/dotfiles/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/iainelder/dotfiles/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/iainelder/dotfiles/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/iainelder/dotfiles/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/iainelder/dotfiles/contents/{+path}",
"compare_url": "https://api.github.com/repos/iainelder/dotfiles/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/iainelder/dotfiles/merges",
"archive_url": "https://api.github.com/repos/iainelder/dotfiles/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/iainelder/dotfiles/downloads",
"issues_url": "https://api.github.com/repos/iainelder/dotfiles/issues{/number}",
"pulls_url": "https://api.github.com/repos/iainelder/dotfiles/pulls{/number}",
"milestones_url": "https://api.github.com/repos/iainelder/dotfiles/milestones{/number}",
"notifications_url": "https://api.github.com/repos/iainelder/dotfiles/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/iainelder/dotfiles/labels{/name}",
"releases_url": "https://api.github.com/repos/iainelder/dotfiles/releases{/id}",
"deployments_url": "https://api.github.com/repos/iainelder/dotfiles/deployments"
}
}
* Request took 314.911128ms
* Request at 2024-05-31 15:15:48.489733772 +0200 CEST m=+0.408793309
* Request to https://api.github.com/repos/iainelder/dotfiles/actions/workflows/6585701
> GET /repos/iainelder/dotfiles/actions/workflows/6585701 HTTP/1.1
> Host: api.github.com
> Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview
> Authorization: token ████████████████████
> Content-Type: application/json; charset=utf-8
> Time-Zone: Europe/Madrid
> User-Agent: GitHub CLI 2.49.2
< HTTP/2.0 200 OK
< 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
< Cache-Control: private, max-age=60, s-maxage=60
< Content-Security-Policy: default-src 'none'
< Content-Type: application/json; charset=utf-8
< Date: Fri, 31 May 2024 13:15:48 GMT
< Etag: W/"ef897557e02718c2a312a209f05779da63c0e9c98b75179d3bb77ab79a6e252f"
< Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
< Server: GitHub.com
< Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
< Vary: Accept, Authorization, Cookie, X-GitHub-OTP
< Vary: Accept-Encoding, Accept, X-Requested-With
< X-Accepted-Oauth-Scopes:
< X-Content-Type-Options: nosniff
< X-Frame-Options: deny
< X-Github-Api-Version-Selected: 2022-11-28
< X-Github-Media-Type: github.v3; param=merge-info-preview.nebula-preview; format=json
< X-Github-Request-Id: 983E:10EBEF:1266A8:131520:6659CD84
< X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
< X-Oauth-Scopes: gist, read:org, repo, workflow
< X-Ratelimit-Limit: 5000
< X-Ratelimit-Remaining: 4914
< X-Ratelimit-Reset: 1717163902
< X-Ratelimit-Resource: core
< X-Ratelimit-Used: 86
< X-Xss-Protection: 0
{
"id": 6585701,
"node_id": "MDg6V29ya2Zsb3c2NTg1NzAx",
"name": "GnuCash 3",
"path": ".github/workflows/gnucash3.yml",
"state": "active",
"created_at": "2021-03-11T01:16:35.000+01:00",
"updated_at": "2023-04-26T22:37:02.000+02:00",
"url": "https://api.github.com/repos/iainelder/dotfiles/actions/workflows/6585701",
"html_url": "https://github.com/iainelder/dotfiles/blob/master/.github/workflows/gnucash3.yml",
"badge_url": "https://github.com/iainelder/dotfiles/workflows/GnuCash%203/badge.svg"
}
* Request took 189.949792ms
* Request at 2024-05-31 15:15:48.691087235 +0200 CEST m=+0.610146789
* Request to https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737/jobs?per_page=100
> GET /repos/iainelder/dotfiles/actions/runs/9313418737/jobs?per_page=100 HTTP/1.1
> Host: api.github.com
> Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview
> Authorization: token ████████████████████
> Content-Type: application/json; charset=utf-8
> Time-Zone: Europe/Madrid
> User-Agent: GitHub CLI 2.49.2
< HTTP/2.0 200 OK
< 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
< Cache-Control: private, max-age=60, s-maxage=60
< Content-Security-Policy: default-src 'none'
< Content-Type: application/json; charset=utf-8
< Date: Fri, 31 May 2024 13:15:48 GMT
< Etag: W/"29407a4ababeb03af745ff77f1db30f4f24aba8f821d25200835bdd5df6c35fb"
< Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
< Server: GitHub.com
< Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
< Vary: Accept, Authorization, Cookie, X-GitHub-OTP
< Vary: Accept-Encoding, Accept, X-Requested-With
< X-Accepted-Oauth-Scopes:
< X-Content-Type-Options: nosniff
< X-Frame-Options: deny
< X-Github-Api-Version-Selected: 2022-11-28
< X-Github-Media-Type: github.v3; param=merge-info-preview.nebula-preview; format=json
< X-Github-Request-Id: 983E:10EBEF:1266C9:13154F:6659CD84
< X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
< X-Oauth-Scopes: gist, read:org, repo, workflow
< X-Ratelimit-Limit: 5000
< X-Ratelimit-Remaining: 4913
< X-Ratelimit-Reset: 1717163902
< X-Ratelimit-Resource: core
< X-Ratelimit-Used: 87
< X-Xss-Protection: 0
{
"total_count": 2,
"jobs": [
{
"id": 25635787056,
"run_id": 9313418737,
"workflow_name": "GnuCash 3",
"head_branch": "master",
"run_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737",
"run_attempt": 1,
"node_id": "CR_kwDOE2V8zc8AAAAF-AMRMA",
"head_sha": "4e7cec4022c9a3227c97a0a1bfbe8e8a4b79ad7b",
"url": "https://api.github.com/repos/iainelder/dotfiles/actions/jobs/25635787056",
"html_url": "https://github.com/iainelder/dotfiles/actions/runs/9313418737/job/25635787056",
"status": "completed",
"conclusion": "failure",
"created_at": "2024-05-31T05:30:55Z",
"started_at": "2024-05-31T05:33:32Z",
"completed_at": "2024-05-31T05:35:25Z",
"name": "test_idempotent_installation (ubuntu:20.04)",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"started_at": "2024-05-31T05:33:32Z",
"completed_at": "2024-05-31T05:33:33Z"
},
{
"name": "Initialize containers",
"status": "completed",
"conclusion": "success",
"number": 2,
"started_at": "2024-05-31T05:33:33Z",
"completed_at": "2024-05-31T05:33:33Z"
},
{
"name": "Check out code",
"status": "completed",
"conclusion": "success",
"number": 3,
"started_at": "2024-05-31T05:33:34Z",
"completed_at": "2024-05-31T05:33:34Z"
},
{
"name": "Prepare Docker",
"status": "completed",
"conclusion": "success",
"number": 4,
"started_at": "2024-05-31T05:33:34Z",
"completed_at": "2024-05-31T05:33:39Z"
},
{
"name": "Install GnuCash 3",
"status": "completed",
"conclusion": "failure",
"number": 5,
"started_at": "2024-05-31T05:33:39Z",
"completed_at": "2024-05-31T05:35:23Z"
},
{
"name": "Install GnuCash 3 again (test idempotency)",
"status": "completed",
"conclusion": "skipped",
"number": 6,
"started_at": "2024-05-31T05:35:23Z",
"completed_at": "2024-05-31T05:35:23Z"
},
{
"name": "Post Check out code",
"status": "completed",
"conclusion": "success",
"number": 11,
"started_at": "2024-05-31T05:35:23Z",
"completed_at": "2024-05-31T05:35:23Z"
},
{
"name": "Stop containers",
"status": "completed",
"conclusion": "success",
"number": 12,
"started_at": "2024-05-31T05:35:24Z",
"completed_at": "2024-05-31T05:35:24Z"
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 13,
"started_at": "2024-05-31T05:35:24Z",
"completed_at": "2024-05-31T05:35:24Z"
}
],
"check_run_url": "https://api.github.com/repos/iainelder/dotfiles/check-runs/25635787056",
"labels": [
"ubuntu-latest"
],
"runner_id": 21,
"runner_name": "GitHub Actions 7",
"runner_group_id": 2,
"runner_group_name": "GitHub Actions"
},
{
"id": 25635787182,
"run_id": 9313418737,
"workflow_name": "GnuCash 3",
"head_branch": "master",
"run_url": "https://api.github.com/repos/iainelder/dotfiles/actions/runs/9313418737",
"run_attempt": 1,
"node_id": "CR_kwDOE2V8zc8AAAAF-AMRrg",
"head_sha": "4e7cec4022c9a3227c97a0a1bfbe8e8a4b79ad7b",
"url": "https://api.github.com/repos/iainelder/dotfiles/actions/jobs/25635787182",
"html_url": "https://github.com/iainelder/dotfiles/actions/runs/9313418737/job/25635787182",
"status": "completed",
"conclusion": "success",
"created_at": "2024-05-31T05:30:55Z",
"started_at": "2024-05-31T05:33:34Z",
"completed_at": "2024-05-31T05:35:24Z",
"name": "test_idempotent_installation (ubuntu:22.04)",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"started_at": "2024-05-31T05:33:34Z",
"completed_at": "2024-05-31T05:33:35Z"
},
{
"name": "Initialize containers",
"status": "completed",
"conclusion": "success",
"number": 2,
"started_at": "2024-05-31T05:33:35Z",
"completed_at": "2024-05-31T05:33:36Z"
},
{
"name": "Check out code",
"status": "completed",
"conclusion": "success",
"number": 3,
"started_at": "2024-05-31T05:33:37Z",
"completed_at": "2024-05-31T05:33:37Z"
},
{
"name": "Prepare Docker",
"status": "completed",
"conclusion": "success",
"number": 4,
"started_at": "2024-05-31T05:33:37Z",
"completed_at": "2024-05-31T05:33:45Z"
},
{
"name": "Install GnuCash 3",
"status": "completed",
"conclusion": "success",
"number": 5,
"started_at": "2024-05-31T05:33:45Z",
"completed_at": "2024-05-31T05:35:15Z"
},
{
"name": "Install GnuCash 3 again (test idempotency)",
"status": "completed",
"conclusion": "success",
"number": 6,
"started_at": "2024-05-31T05:35:16Z",
"completed_at": "2024-05-31T05:35:17Z"
},
{
"name": "Post Check out code",
"status": "completed",
"conclusion": "success",
"number": 11,
"started_at": "2024-05-31T05:35:18Z",
"completed_at": "2024-05-31T05:35:18Z"
},
{
"name": "Stop containers",
"status": "completed",
"conclusion": "success",
"number": 12,
"started_at": "2024-05-31T05:35:18Z",
"completed_at": "2024-05-31T05:35:21Z"
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 13,
"started_at": "2024-05-31T05:35:21Z",
"completed_at": "2024-05-31T05:35:21Z"
}
],
"check_run_url": "https://api.github.com/repos/iainelder/dotfiles/check-runs/25635787182",
"labels": [
"ubuntu-latest"
],
"runner_id": 24,
"runner_name": "GitHub Actions 10",
"runner_group_id": 2,
"runner_group_name": "GitHub Actions"
}
]
}
* Request took 262.730762ms
evandrofgarciaevandrofgarciaevandrofgarcia
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggh-runrelating to the gh run commandrelating to the gh run commandhelp wantedContributions welcomeContributions welcomep3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic