mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.16k stars 1.52k forks source link

Your connection is not secure #798

Closed gaponte1985 closed 7 years ago

gaponte1985 commented 7 years ago

In order to help us efficiently investigate your issue, please provide the following information:

screen shot 2017-06-27 at 11 56 46 am
whimboo commented 7 years ago

There is no testcase nor a trace log from geckodriver attached. It means there is nothing we can do here.

Also the problem here seems to be a general issue with the machine the test is run on.

gaponte1985 commented 7 years ago

@mozilla/web-ext-contributors

Feature: Search for the word UHC in google
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1498745781742   geckodriver INFO    Listening on 127.0.0.1:26928
1498745781964   geckodriver::marionette INFO    Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
1498745783874   Marionette  INFO    Listening on port 49842
1498745784108   Marionette  DEBUG   loaded listener.js
Jun 29, 2017 10:16:24 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
2017-06-29 10:16:24.213 plugin-container[2713:40665] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2017-06-29 10:16:24.216 plugin-container[2713:40665] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
See /usr/include/servers/bootstrap_defs.h for the error codes.

  Background: The application is open # SearchUHC.feature:5
1498745784527   Marionette  DEBUG   Received DOM event "beforeunload" for "about:blank"
1498745785006   Marionette  DEBUG   Received DOM event "beforeunload" for "about:blank"
1498745785015   Marionette  DEBUG   Received DOM event "pagehide" for "about:blank"
1498745785015   Marionette  DEBUG   Received DOM event "unload" for "about:blank"
1498745785074   Marionette  DEBUG   Received DOM event "DOMContentLoaded" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

  Scenario: Search for the words google  # SearchUHC.feature:7
    Given The user is on the google page # GoogleSearch.the_user_is_on_the_google_page()
      org.openqa.selenium.WebDriverException: 
      Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
      System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
      Driver info: org.openqa.selenium.firefox.FirefoxDriver
      Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
      Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
        at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
        at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
        at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
        at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
        at com.sun.proxy.$Proxy25.get(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
        at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
        at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
        at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
        at cukes.steps.frameworkshakeout.UI.GoogleSearch.the_user_is_on_the_google_page(GoogleSearch.java:52)
        at ✽.Given The user is on the google page(SearchUHC.feature:8)

    When the page is load will write UHC # GoogleSearch.the_page_is_load_will_write_UHC()
    Then the page will write accenture   # GoogleSearch.the_page_will_write_accenture()

  Background: The application is open # SearchUHC.feature:5
1498745786502   Marionette  DEBUG   Received DOM event "beforeunload" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745786816   Marionette  DEBUG   Received DOM event "beforeunload" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745786817   Marionette  DEBUG   Received DOM event "pagehide" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745786817   Marionette  DEBUG   Received DOM event "unload" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745786845   Marionette  DEBUG   Received DOM event "DOMContentLoaded" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"

  Scenario: Searching for the words API   # SearchUHC.feature:12
    Given The user is on the google pages # GoogleSearchAPIFL.the_user_is_on_the_google_pages()
      org.openqa.selenium.WebDriverException: 
      Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
      System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
      Driver info: org.openqa.selenium.firefox.FirefoxDriver
      Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
      Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
        at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
        at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
        at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
        at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
        at com.sun.proxy.$Proxy25.get(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
        at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
        at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
        at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
        at cukes.steps.frameworkshakeout.API.GoogleSearchAPIFL.the_user_is_on_the_google_pages(GoogleSearchAPIFL.java:46)
        at ✽.Given The user is on the google pages(SearchUHC.feature:13)

    When the page is load will write API  # GoogleSearchAPIFL.the_page_is_load_will_write_API()
    Then the page will write UI           # GoogleSearchAPIFL.the_page_will_write_UI()
@Web
Feature: sign User
  As a user
  I want to logging into Google
  So that I can used Google apps

  Background: The application is open # SignIn.feature:8
2017-06-29 10:16:28.202 firefox-bin[2712:40549] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint:completionHandler: : [self textInputContext]=0x125c29be0 *NO* NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 0" UserInfo={NSDebugDescription=connection from pid 0}, com.apple.inputmethod.EmojiFunctionRowItem
1498745791923   Marionette  DEBUG   Received DOM event "beforeunload" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745792240   Marionette  DEBUG   Received DOM event "beforeunload" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745792241   Marionette  DEBUG   Received DOM event "pagehide" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745792242   Marionette  DEBUG   Received DOM event "unload" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"
1498745792293   Marionette  DEBUG   Received DOM event "DOMContentLoaded" for "about:certerror?e=nssBadCert&u=https%3A//www.google.com/%3Fgws_rd%3Dssl&s=badStsCert&c=UTF-8&f=regular&d=www.google.com%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A"

  Scenario: Logging into Google                             # SignIn.feature:10
    Given The user is in the home page                      # GoogleLoginSteps.the_user_is_in_the_home_page()
      org.openqa.selenium.WebDriverException: 
      Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
      System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
      Driver info: org.openqa.selenium.firefox.FirefoxDriver
      Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
      Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
        at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
        at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
        at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
        at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
        at com.sun.proxy.$Proxy25.get(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
        at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
        at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
        at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
        at cukes.steps.frameworkshakeout.UI.GoogleLoginSteps.the_user_is_in_the_home_page(GoogleLoginSteps.java:52)
        at ✽.Given The user is in the home page(SignIn.feature:11)

    When user enter their username and password information # GoogleLoginSteps.user_enter_their_username_and_password_information()
    Then the new user will logging into google              # GoogleLoginSteps.the_new_user_will_logging_into_google()

Failed scenarios:
SearchUHC.feature:7 # Scenario: Search for the words google
SearchUHC.feature:12 # Scenario: Searching for the words API
SignIn.feature:10 # Scenario: Logging into Google

3 Scenarios (3 failed)
9 Steps (3 failed, 6 skipped)
0m12.053s

org.openqa.selenium.WebDriverException: 
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
    at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
    at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
    at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
    at com.sun.proxy.$Proxy25.get(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
    at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
    at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
    at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
    at cukes.steps.frameworkshakeout.UI.GoogleSearch.the_user_is_on_the_google_page(GoogleSearch.java:52)
    at ✽.Given The user is on the google page(SearchUHC.feature:8)

org.openqa.selenium.WebDriverException: 
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
    at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
    at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
    at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
    at com.sun.proxy.$Proxy25.get(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
    at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
    at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
    at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
    at cukes.steps.frameworkshakeout.API.GoogleSearchAPIFL.the_user_is_on_the_google_pages(GoogleSearchAPIFL.java:46)
    at ✽.Given The user is on the google pages(SearchUHC.feature:13)

org.openqa.selenium.WebDriverException: 
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
    at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
    at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
    at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
    at com.sun.proxy.$Proxy25.get(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
    at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
    at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
    at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
    at cukes.steps.frameworkshakeout.UI.GoogleLoginSteps.the_user_is_in_the_home_page(GoogleLoginSteps.java:52)
    at ✽.Given The user is in the home page(SignIn.feature:11)

cucumber.runtime.CucumberException: org.openqa.selenium.WebDriverException: 
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0

    at cucumber.api.testng.TestNGCucumberRunner.runCukes(TestNGCucumberRunner.java:57)
    at utilities.hooks.BaseRunner.runCukes(BaseRunner.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod.invokeExplosively(DataProviderFrameworkMethod.java:77)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
    at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
    at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
    at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
    at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
Caused by: org.openqa.selenium.WebDriverException: 
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'LAMU02TC0F2GTFM.uhc.com', ip: 'fe80:0:0:0:189c:444c:9ffb:bb8f%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.5', java.version: '1.8.0_65'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=/var/folders/33/4sx83qqn04z4kt_gdyf6n6drccl7n0/T/rust_mozprofile.5O23cZgyWanr, rotatable=false, timeouts={implicit=0.0, pageLoad=300000.0, script=30000.0}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0.0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=54.0, platformVersion=16.6.0, moz:processID=2712.0, browserName=firefox, javascriptEnabled=true, platformName=darwin}]
Session ID: 325a1c27-5d0f-844f-821a-36ea53c10df0
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:150)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:115)
    at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:45)
    at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
    at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
    at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:364)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:104)
    at com.sun.proxy.$Proxy25.get(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:163)
    at org.fluentlenium.core.FluentDriver.goTo(FluentDriver.java:288)
    at org.fluentlenium.core.inject.ContainerFluentControl.goTo(ContainerFluentControl.java:20)
    at org.fluentlenium.adapter.FluentAdapter.goTo(FluentAdapter.java:51)
    at cukes.steps.frameworkshakeout.UI.GoogleSearch.the_user_is_on_the_google_page(GoogleSearch.java:52)
    at ✽.Given The user is on the google page(SearchUHC.feature:8)

1498745793200   Marionette  INFO    New connections will no longer be accepted

Process finished with exit code 255
andreastt commented 7 years ago

I think that if you’re getting TLS certificate problems accessing www.google.com, there could be issues with your local network setup.

(Also, the log you attached does not include the trace-level logs from geckodriver. Please see the README for how to include this.)

I am happy to re-open this bug if you feel it is prematurely closed,.

gaponte1985 commented 7 years ago

where I can find readme?

andreastt commented 7 years ago

https://searchfox.org/mozilla-central/source/testing/geckodriver/README.md or https://github.com/mozilla/geckodriver/blob/master/README.md.

lock[bot] commented 5 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue.