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

CreateCacheEntry Warning #1382

Open
molynerd opened this issue Feb 28, 2025 · 2 comments
Open

CreateCacheEntry Warning #1382

molynerd opened this issue Feb 28, 2025 · 2 comments
Assignees

Comments

@molynerd
Copy link

We're getting the following warning when running the action:

Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists

Step:

      - name: run cypress
        id: cypress
        uses: cypress-io/github-action@v6
        timeout-minutes: 20
        with:
          working-directory: foo
          browser: chrome
          record: true
          summary-title: 'My Summary'
          spec: cypress/**.spec.ts
          group: my-test-group
          ci-build-id: development-${{ needs.another-step.uuid }}
          parallel: true
          tag: report,development
          env: configFile=development
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          CYPRESS_ENV: development
          CYPRESS_INSTALL_BINARY: 0
          CYPRESS_AUTH0_CLIENT_SECRET: ${{ secrets.A }}
          CYPRESS_AUTH0_FTP_DAS_CLIENT_SECRET: ${{ secrets.B }}
          CYPRESS_FTP_PASSWORD: ${{ secrets.C }}
          CYPRESS_GUIDEWIRE_API_KEY: ${{ secrets.D }}
          CYPRESS_PROJECT_ID: redact
          CYPRESS_RECORD_KEY: ${{ secrets.E }}
          CYPRESS_SLACK_THREAD_TS: ${{ needs.another-step.thread_ts }}
          CYPRESS_SLACK_DEV_BOT_TOKEN: ${{ secrets.F }}

I'm not sure if this is causing any problems or just adding annoying annotations to every GHA run. We're dealing with a separate issue where GHA is failing the workflow because an internal error, and I want to whittle down the possible causes.

@MikeMcC399
Copy link
Collaborator

@molynerd

  • This is a known issue that is planned to be fixed by GitHub Action caches. You can follow Bug: Failed to CreateCacheEntry actions/cache#1541. The information that I received said that this is only a warning that should not appear, so if you are not seeing any other issues you can just ignore it for the moment.
  • I'll leave this issue open until the cache is fixed although there is nothing the cypress-io/github-action can do about it. We're already using the latest versions of caching dependencies.

@MikeMcC399
Copy link
Collaborator

@molynerd

Are you still seeing this issue? There were supposed to be back-end changes to caching done last week.

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

No branches or pull requests

2 participants