-
Notifications
You must be signed in to change notification settings - Fork 71
"Chrome failed to start" #7
Copy link
Copy link
Open
Description
With the most recent update to the latest tag, our tests started failing:
chrome Tests failed: {"sessionId":"5375d30bf345d4c1d7183028f15af95a","status":13,"value":{"message":"unknown error: Chrome failed to start: crashed\n (Driver info: chromedriver=2.25.426924 (649f9b868f6783ec9de71c123212b908bf3b232e),platform=Linux 4.4.27-moby x86_64)"}}
These are the logs on the Chromedriver:
$ docker run --name chromedriver -p 127.0.0.1:4444:4444 -e CHROMEDRIVER_WHITELISTED_IPS='' robcherry/docker-chromedriver:latest
2016-12-12 11:08:02,465 CRIT Supervisor running as root (no user in config file)
2016-12-12 11:08:02,466 INFO Included extra file "/etc/supervisor/conf.d/chromedriver.conf" during parsing
2016-12-12 11:08:02,466 INFO Included extra file "/etc/supervisor/conf.d/tinywm.conf" during parsing
2016-12-12 11:08:02,466 INFO Included extra file "/etc/supervisor/conf.d/xvfb.conf" during parsing
2016-12-12 11:08:02,476 INFO RPC interface 'supervisor' initialized
2016-12-12 11:08:02,476 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2016-12-12 11:08:02,476 INFO supervisord started with pid 1
2016-12-12 11:08:03,484 INFO spawned: 'xvfb' with pid 9
2016-12-12 11:08:03,486 INFO spawned: 'tinywm' with pid 10
2016-12-12 11:08:03,488 INFO spawned: 'chromedriver' with pid 11
2016-12-12 11:08:04,499 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-12 11:08:04,500 INFO success: tinywm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-12 11:08:04,500 INFO success: chromedriver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-12 11:08:19,537 INFO reaped unknown pid 31
2016-12-12 11:08:19,540 INFO reaped unknown pid 28
2016-12-12 11:08:19,540 INFO reaped unknown pid 29
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels