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

[Sweep GHA Fix] Fix failing GitHub Actions run #33

Closed
wants to merge 8 commits into from

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Jan 10, 2024

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement
    I created this PR to fix the failing GitHub Actions.## Description
    This PR fixes the failing GitHub Actions run by making necessary modifications to the workflow file. The modifications include updating the workflow name, trigger events, job configuration, virtual machine environment, environment name, matrix configuration, and steps.

Summary of Changes

  • Updated the workflow name to provide a meaningful name for the workflow.
  • Updated the trigger events to specify the correct trigger event.
  • Updated the job name and configuration.
  • Updated the virtual machine environment to the correct environment.
  • Updated the environment name to the correct environment name.
  • Updated the matrix configuration to define the correct matrix.
  • Updated the steps to perform the necessary actions.

Please review and merge this PR to fix the failing GitHub Actions run.

Copy link
Contributor Author

sweep-ai bot commented Jan 10, 2024

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:



[!CAUTION]

An error has occurred: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --branch=sweep/fix-gha-failure -- https://:@github.com/cubxxw/awesome-cs-cloudnative-blockchain.git /tmp/cache/repos/cubxxw/awesome-cs-cloudnative-blockchain/base/sweep--fix-gha-failure
stderr: 'Cloning into '/tmp/cache/repos/cubxxw/awesome-cs-cloudnative-blockchain/base/sweep--fix-gha-failure'...
POST git-upload-pack (454 bytes)
POST git-upload-pack (567 bytes)
fatal: could not open '/tmp/cache/repos/cubxxw/awesome-cs-cloudnative-blockchain/base/sweep--fix-gha-failure/.git/objects/pack/tmp_pack_1i1yTm' for reading: No such file or directory
fatal: fetch-pack: invalid index-pack output
' (tracking ID: ff2321d138)

Copy link
Contributor Author

sweep-ai bot commented Jan 10, 2024

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:

The command:
Run docker build . --file Dockerfile --tag my-image-name:$(date +%s)
yielded the following error:
##[error]Process completed with exit code 1.

Here are the logs:
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 2B done
#2 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount2429027665/Dockerfile: no such file or directory

[!CAUTION]

An error has occurred: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v -- https://:@github.com/cubxxw/awesome-cs-cloudnative-blockchain.git /tmp/cache/repos/cubxxw/awesome-cs-cloudnative-blockchain/base/sweep--fix-gha-failure
stderr: 'Cloning into '/tmp/cache/repos/cubxxw/awesome-cs-cloudnative-blockchain/base/sweep--fix-gha-failure'...
POST git-upload-pack (175 bytes)
POST git-upload-pack (567 bytes)
fatal: could not open '/tmp/cache/repos/cubxxw/awesome-cs-cloudnative-blockchain/base/sweep--fix-gha-failure/.git/objects/pack/tmp_pack_GNre4P' for reading: No such file or directory
fatal: fetch-pack: invalid index-pack output
' (tracking ID: 146819eb7f)

@sweep-ai sweep-ai bot closed this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants