Skip to content

Docker image usage on GitLab CI shows WARNING: Service ... probably didn't start properly.

WARNING: Service ... probably didn't start properly. is showing up in pipelines now (GitLab CI)

ex. warnings

Waiting for services to be up and running...

*** WARNING: Service runner-fa6cab46-project-4262096-concurrent-0-registry.gitlab.com__gitlab-org__gitlab-selenium-server-0 probably didn't start properly.

exit code 1

2018-03-30T07:29:08.202255050Z 07:29:08.201 INFO - Selenium build info: version: '3.4.0', revision: 'unknown'
2018-03-30T07:29:08.205385083Z 07:29:08.205 INFO - Launching a standalone Selenium Server
2018-03-30T07:29:08.253736995Z 2018-03-30 07:29:08.251:INFO::main: Logging initialized @821ms to org.seleniumhq.jetty9.util.log.StdErrLog
2018-03-30T07:29:08.373152616Z 07:29:08.372 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
2018-03-30T07:29:08.373183788Z  registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
2018-03-30T07:29:08.374173215Z 07:29:08.373 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
2018-03-30T07:29:08.374191418Z  registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
2018-03-30T07:29:08.374450609Z 07:29:08.374 INFO - Driver class not found: com.opera.core.systems.OperaDriver
2018-03-30T07:29:08.374851801Z 07:29:08.374 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
2018-03-30T07:29:08.374861317Z Unable to create new instances on this machine.
2018-03-30T07:29:08.375897220Z 07:29:08.375 INFO - Driver class not found: com.opera.core.systems.OperaDriver
2018-03-30T07:29:08.376103175Z 07:29:08.375 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
2018-03-30T07:29:08.380674086Z 07:29:08.380 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
2018-03-30T07:29:08.380693000Z  registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2018-03-30T07:29:08.481734099Z 2018-03-30 07:29:08.480:INFO:osjs.Server:main: jetty-9.4.3.v20170317
2018-03-30T07:29:08.585430140Z 2018-03-30 07:29:08.585:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@4c70fda8{/,null,AVAILABLE}
2018-03-30T07:29:08.643715460Z 2018-03-30 07:29:08.641:INFO:osjs.AbstractConnector:main: Started ServerConnector@1e753f78{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
2018-03-30T07:29:08.644052027Z 2018-03-30 07:29:08.643:INFO:osjs.Server:main: Started @1213ms
2018-03-30T07:29:08.644207562Z 07:29:08.643 INFO - Selenium Server is up and running

*********