Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job fails without any information #10

Closed
IanVaughan opened this issue Jan 29, 2021 · 4 comments
Closed

Job fails without any information #10

IanVaughan opened this issue Jan 29, 2021 · 4 comments

Comments

@IanVaughan
Copy link

I am seeing a failing job

Screenshot 2021-01-29 at 16 50 57

I have the following action:

name: "nightly artifacts cleanup"
on:
  push:

jobs:
  delete-artifacts:
    name: Delete artifacts
    runs-on: ubuntu-latest
    env:
      ACTIONS_RUNNER_DEBUG: true
      ACTIONS_STEP_DEBUG: true
    steps:
      - name: Purge artifacts
        uses: kolpav/purge-artifacts-action@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          expire-in: 7days # Setting this to 0 will delete all artifacts

Detailed log :

2021-01-29T16:47:34.3984661Z ##[section]Starting: Request a runner to run this job
2021-01-29T16:47:35.0397210Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-01-29T16:47:35.0397304Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-01-29T16:47:35.0397699Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-01-29T16:47:35.3632436Z ##[section]Finishing: Request a runner to run this job
2021-01-29T16:47:42.9288096Z Current runner version: '2.276.1'
2021-01-29T16:47:42.9319896Z ##[group]Operating System
2021-01-29T16:47:42.9320991Z Ubuntu
2021-01-29T16:47:42.9321530Z 18.04.5
2021-01-29T16:47:42.9321977Z LTS
2021-01-29T16:47:42.9322492Z ##[endgroup]
2021-01-29T16:47:42.9323131Z ##[group]Virtual Environment
2021-01-29T16:47:42.9323797Z Environment: ubuntu-18.04
2021-01-29T16:47:42.9324441Z Version: 20210123.1
2021-01-29T16:47:42.9325515Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20210123.1/images/linux/Ubuntu1804-README.md
2021-01-29T16:47:42.9326638Z ##[endgroup]
2021-01-29T16:47:42.9330068Z Prepare workflow directory
2021-01-29T16:47:43.0156738Z Prepare all required actions
2021-01-29T16:47:43.0169042Z Getting action download info
2021-01-29T16:47:43.2662654Z Download action repository 'kolpav/purge-artifacts-action@v1'
2021-01-29T16:47:45.6150737Z ##[group]Run kolpav/purge-artifacts-action@v1
2021-01-29T16:47:45.6151517Z with:
2021-01-29T16:47:45.6152502Z   token: ***
2021-01-29T16:47:45.6152996Z   expire-in: 7days
2021-01-29T16:47:45.6153446Z env:
2021-01-29T16:47:45.6153902Z   ACTIONS_RUNNER_DEBUG: true
2021-01-29T16:47:45.6154434Z   ACTIONS_STEP_DEBUG: true
2021-01-29T16:47:45.6154908Z ##[endgroup]
2021-01-29T16:49:43.8878680Z Cleaning up orphan processes
@nateshmbhat
Copy link

same issue i'm facing

@robel93
Copy link

robel93 commented May 6, 2021

I get same issue. It was working for months and now all of a sudden stop working.
Did you solve it? if yes... how?

@PascalBru
Copy link

Are there any updates on that issue?

@kolpav
Copy link
Owner

kolpav commented Aug 17, 2021

Sorry guys I don't plan to provide any updates for this repo I am using retention-days: 1 now instead of artifacts purgning via this action. I would use retention-days: 0 but our github overlords decided that 24 hours is the duration I should be forced to store junk after my runs not minute less so thats what I am doing. actions/upload-artifact#5 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants