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

Running "sudo docker-compose up" on local errors while trying to install chrome #3088

Open
2343909 opened this issue Jul 16, 2024 · 1 comment
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest

Comments

@2343909
Copy link

2343909 commented Jul 16, 2024

Trying to install WPT to run locally followed instructions from HERE, errors out while trying to install chrome.

Error:

=> CACHED [agent production 7/10] RUN npm install -g lighthouse 0.0s
=> ERROR [agent production 8/10] RUN curl -o /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_ 103.1s

[agent production 8/10] RUN curl -o /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install -y /tmp/google-chrome-stable_current_amd64.deb && rm /tmp/google-chrome-stable_current_amd64.deb:
0.107 % Total % Received % Xferd Average Speed Time Time Time Current
0.107 Dload Upload Total Spent Left Speed
100 103M 100 103M 0 0 1037k 0 0:01:42 0:01:42 --:--:-- 1078k
102.5
102.5 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
102.5
102.6 Reading package lists...
102.9 Building dependency tree...
103.0 Reading state information...
103.0 Some packages could not be installed. This may mean that you have
103.0 requested an impossible situation or if you are using the unstable
103.0 distribution that some required packages have not yet been created
103.0 or been moved out of Incoming.
103.0 The following information may help to resolve the situation:
103.0
103.0 The following packages have unmet dependencies:
103.1 google-chrome-stable:amd64 : Depends: libasound2:amd64 (>= 1.0.17) but it is not installable
103.1 Depends: libatk-bridge2.0-0:amd64 (>= 2.5.3) but it is not installable
103.1 Depends: libatk1.0-0:amd64 (>= 2.2.0) but it is not installable
103.1 Depends: libatspi2.0-0:amd64 (>= 2.9.90) but it is not installable
103.1 Depends: libc6:amd64 (>= 2.17) but it is not installable
103.1 Depends: libcairo2:amd64 (>= 1.6.0) but it is not installable
103.1 Depends: libcups2:amd64 (>= 1.6.0) but it is not installable
103.1 Depends: libcurl3-gnutls:amd64 but it is not installable or
103.1 libcurl3-nss:amd64 but it is not installable or
103.1 libcurl4:amd64 but it is not installable or
103.1 libcurl3:amd64 but it is not installable
103.1 Depends: libdbus-1-3:amd64 (>= 1.9.14) but it is not installable
103.1 Depends: libdrm2:amd64 (>= 2.4.75) but it is not installable
103.1 Depends: libexpat1:amd64 (>= 2.1beta3) but it is not installable
103.1 Depends: libgbm1:amd64 (>= 17.1.0
rc2) but it is not installable
103.1 Depends: libglib2.0-0:amd64 (>= 2.39.4) but it is not installable
103.1 Depends: libgtk-3-0:amd64 (>= 3.9.10) but it is not installable or
103.1 libgtk-4-1:amd64 but it is not installable
103.1 Depends: libnspr4:amd64 (>= 2:4.9-2~) but it is not installable
103.1 Depends: libnss3:amd64 (>= 2:3.35) but it is not installable
103.1 Depends: libpango-1.0-0:amd64 (>= 1.14.0) but it is not installable
103.1 Depends: libvulkan1:amd64 but it is not installable
103.1 Depends: libx11-6:amd64 (>= 2:1.4.99.1) but it is not installable
103.1 Depends: libxcb1:amd64 (>= 1.9.2) but it is not installable
103.1 Depends: libxcomposite1:amd64 (>= 1:0.4.4-1) but it is not installable
103.1 Depends: libxdamage1:amd64 (>= 1:1.1) but it is not installable
103.1 Depends: libxext6:amd64 but it is not installable
103.1 Depends: libxfixes3:amd64 but it is not installable
103.1 Depends: libxkbcommon0:amd64 (>= 0.5.0) but it is not installable
103.1 Depends: libxrandr2:amd64 but it is not installable
103.1 E: Unable to correct problems, you have held broken packages.


failed to solve: process "/bin/sh -c curl -o /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install -y /tmp/google-chrome-stable_current_amd64.deb && rm /tmp/google-chrome-stable_current_amd64.deb" did not complete successfully: exit code: 100

@2343909 2343909 added the Type: Bug An issue or pull request relating to a bug in WebPageTest label Jul 16, 2024
@2343909 2343909 changed the title Running "sudo docker-compose up" on local errors while trying to install Lighthouse Running "sudo docker-compose up" on local errors while trying to install chrome Jul 18, 2024
@paulswartz
Copy link

I got this same issue on an Apple Silicon Mac. I was able to get it running by using Colima and an x86_64 VM, but it would be better if it worked with amd64 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest
Projects
None yet
Development

No branches or pull requests

2 participants