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

Error while upgrading cypress version to 13.13.3 #114

Open
sachinlala opened this issue Aug 19, 2024 · 0 comments
Open

Error while upgrading cypress version to 13.13.3 #114

sachinlala opened this issue Aug 19, 2024 · 0 comments

Comments

@sachinlala
Copy link

Team - I am trying to upgrade thecypress version from 12.17.0 to 13.13.3. This is based on the latest version available in docker-hub.

Expected Behaviour

The docker image should build fine without any error.

Actual Behaviour

The docker image is not getting built and is giving an error as follows:

ESC[91mW: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/microsoft-edge-stable.list:1 and /etc/apt/sources.list.d/microsoft-edge.list:3
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/microsoft-edge-stable.list:1 and /etc/apt/sources.list.d/microsoft-edge.list:3
E: Package 'python' has no installation candidate
ESC[0mThe command '/bin/sh -c apt -qqy update     && apt -qqy --no-install-recommends install     python     build-essential' returned a non-zero code: 100
2024/08/19 09:55:38 Container failed during run: build. No retries remaining.
failed to run step ID: build: exit status 100

Reproduce Scenario (including but not limited to)

We are on AEMaaCS and the error is coming in the cloud pipeline, during the build-images step, for the ui.tests module.

Steps to Reproduce

Run the docker build, using the Dockerfile with cypress version set to 13.13.3

Platform and Version

AEMaaCS SDK version: 2024.7.17258.20240726T172406Z

Sample Code that illustrates the problem

https://github.com/adobe/aem-test-samples/blob/aem-cloud/ui-cypress/Dockerfile

Logs taken while reproducing problem

Shared above

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

1 participant