You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of the docker image on docker hub is failing with a missing shared library problem:
/.chromedriver-helper/2.33/linux64/chromedriver: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
/usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/lib/wraith/helpers/utilities.rb:58:in `run_command_safely': undefined method `chomp' for nil:NilClass (NoMethodError)
from /usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/lib/wraith/helpers/utilities.rb:36:in `list_debug_information'
from /usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/lib/wraith/validate.rb:14:in `validate'
from /usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/lib/wraith/cli.rb:145:in `block in history'
from /usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/lib/wraith/helpers/utilities.rb:4:in `within_acceptable_limits'
from /usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/lib/wraith/cli.rb:144:in `history'
from /usr/local/lib/ruby/gems/2.1.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
from /usr/local/lib/ruby/gems/2.1.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
from /usr/local/lib/ruby/gems/2.1.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
from /usr/local/lib/ruby/gems/2.1.0/gems/thor-0.20.0/lib/thor/base.rb:466:in `start'
from /usr/local/lib/ruby/gems/2.1.0/gems/wraith-4.2.0/bin/wraith:5:in `<top (required)>'
from /usr/local/bin/wraith:23:in `load'
from /usr/local/bin/wraith:23:in `<main>'
Everything was working fine last week with the same configs.
Reporting a problem? Please describe the issue above, and complete the following checklist so that we can help you more quickly.
Issue checklist:
I have validated my config file against YAML Validator to make sure it is valid YAML.
[] I have run the wraith info command and pasted the output below:
paste results here
I have run the command in verbose mode (by adding verbose: true to my config) and pasted the output below:
paste results here
I have pasted the contents of my config file below:
Trying to run wraith info in the container throws the same error. If you apt-get install libnss3-dev libgconf-2-4 the problem goes away. I'm testing a forked image now to see if it solves the original bug.
The latest version of the docker image on docker hub is failing with a missing shared library problem:
Everything was working fine last week with the same configs.
Reporting a problem? Please describe the issue above, and complete the following checklist so that we can help you more quickly.
Issue checklist:
I have validated my config file against YAML Validator to make sure it is valid YAML.
[] I have run the
wraith info
command and pasted the output below:verbose: true
to my config) and pasted the output below:The included regression_paths.yaml is:
The text was updated successfully, but these errors were encountered: