Skip to content

"Timed out receiving message from renderer" using CLI command on Debian Bullseye #1146

Open
@Bredansky

Description

@Bredansky

Product

cli

Product Version

4.10.1

Issue Description

Expectation

I expect to get the A11y result.

Actual

$ npx @axe-core/cli --chrome-options="remote-debugging-pipe" www.google.com --save ./performance-reports/deque-site.json --verbose --timeout=120000
npm warn exec The following package was not found and will be installed: @axe-core/[email protected]
Running axe-core 4.10.2 in chrome-headless
Error: SessionNotCreatedError: session not created: Chrome failed to start: exited abnormally.
  (timeout: Timed out receiving message from renderer: 60.000)
  (The process started from chrome location /home/gitlab/.browser-driver-manager/chrome/linux-131.0.6778.204/chrome-linux64/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
    at Object.throwDecodedError (/opt/gitlab-runner/builds/4TN/tech/webx/webx-platform/.npm/_npx/e003b6b07d062486/node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (/opt/gitlab-runner/builds/4TN/tech/webx/webx-platform/.npm/_npx/e003b6b07d062486/node_modules/selenium-webdriver/lib/http.js:514:13)
    at Executor.execute (/opt/gitlab-runner/builds/4TN/tech/webx/webx-platform/.npm/_npx/e003b6b07d062486/node_modules/selenium-webdriver/lib/http.js:446:28)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  remoteStacktrace: '#0 0x55ae77f228fa <unknown>\n' +
    '#1 0x55ae77a33d20 <unknown>\n' +
    '#2 0x55ae77a6b438 <unknown>\n' +
    '#3 0x55ae77a66f96 <unknown>\n' +
    '#4 0x55ae77ab2d86 <unknown>\n' +
    '#5 0x55ae77ab23d6 <unknown>\n' +
    '#6 0x55ae77aa6893 <unknown>\n' +
    '#7 0x55ae77a7530d <unknown>\n' +
    '#8 0x55ae77a7632e <unknown>\n' +
    '#9 0x55ae77eef00b <unknown>\n' +
    '#10 0x55ae77ef2f97 <unknown>\n' +
    '#11 0x55ae77edb71c <unknown>\n' +
    '#12 0x55ae77ef3b17 <unknown>\n' +
    '#13 0x55ae77ec06cf <unknown>\n' +
    '#14 0x55ae77f116b8 <unknown>\n' +
    '#15 0x55ae77f11880 <unknown>\n' +
    '#16 0x55ae77f21776 <unknown>\n' +
    '#17 0x7f13b1d9bea7 start_thread\n'
}
Please report the problem to: https://github.com/dequelabs/axe-core-npm/issues/

How to Reproduce

Debian Bullseye docker image with Node 16.20 and the following commands:

    - sudo apt-get update
    - sudo apt-get install default-jre -y --fix-missing
    - npx browser-driver-manager install chrome
    - npx @axe-core/cli --chrome-options="remote-debugging-pipe" www.google.com --save ./performance-reports/deque-site.json --verbose --timeout=120000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions