Skip to content

[ci] [plugins] Chromedriver not starting in web-platform_tests #90078

@ditman

Description

@ditman

Chromedriver seems to be failing to start in web tests, in the flutter/plugins repo, both for PRs and the master branch:

This is the last good run I can find:

There's a difference in the output of the install step:

Good run:

INFO: chrome version in use Google Chrome 92.0.4515.159 
downloading file from https://chromedriver.storage.googleapis.com/92.0.4515.43/chromedriver_linux64.zip
./chromedriver/chromedriver --port=4444 &
Starting ChromeDriver 92.0.4515.43 (8c61b7e2989f2990d42f859cac71319137787cce-refs/branch-heads/4515@{#306}) on port 4444
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.

Bad run:

INFO: chrome version in use Google Chrome 92.0.4515.159 
downloading file from https://chromedriver.storage.googleapis.com/92.0.4515.43/chromedriver_linux64.zip
./chromedriver/chromedriver --port=4444 &

It seems that in the bad run, Chromedriver is not really starting. There seems to be no error output.

/cc @fkorotkov any ideas? Are you aware of any changes between those two timestamps?

Metadata

Metadata

Assignees

No one assigned

    Labels

    team-infraOwned by Infrastructure team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions