xing / mango

A fastlane plugin that lets you execute tasks in a managed docker container
MIT License
51 stars 8 forks source link

undefined method `sockaddr_un` for Socket:Class #39

Closed mohsendb7008 closed 3 years ago

mohsendb7008 commented 3 years ago

Hi there, I followed the instructions precisely and also used mango docker. Then I wrote a simple app with one simple unit test but when I run bundle exec fastlane espresso_test I get an error like this: (I also used the sample Fastfile)

` C:\Users\Administrator\AndroidStudioProjects\UnitTest>bundle exec fastlane espresso_tests [✔] � [00:08:21]: WARNING: fastlane requires your locale to be set to UTF-8. To learn more go to https://docs.fastlane.tools/getting-started/ios/setup/#s et-up-environment-variables +-----------------------+---------+---------------------+ | Used plugins | +-----------------------+---------+---------------------+ | Plugin | Version | Action | +-----------------------+---------+---------------------+ | fastlane-plugin-mango | 1.3.15 | run_dockerized_task | +-----------------------+---------+---------------------+

00:08:29: --- Step: default_platform ---

00:08:29: Driving the lane 'android espresso_tests' �

00:08:29: --- Step: run_dockerized_task ---

00:08:29: The mango plugin is working! 'head' is not recognized as an internal or external command, operable program or batch file. 00:08:29: Port: 6080 was chosen for VNC 00:08:29: Link to VNC: http://:6080 00:08:29: $ docker exec -i espresso_container bash -l -c "kvm-ok > kvm-ok.txt" [00:08:30]: ▸ mesg: ttyname failed: Inappropriate ioctl for device [00:08:30]: $ docker exec -i espresso_container bash -l -c "cat kvm-ok.txt" [00:08:32]: ▸ mesg: ttyname failed: Inappropriate ioctl for device [00:08:32]: ▸ INFO: Your CPU does not support KVM extensions [00:08:32]: ▸ KVM acceleration can NOT be used [00:08:32]: Cleaning up emulator-5554 container +------------------+------------------------+ | Lane Context | +------------------+------------------------+ | DEFAULT_PLATFORM | android | | PLATFORM_NAME | android | | LANE_NAME | android espresso_tests | +------------------+------------------------+ [00:08:32]: undefined method `sockaddr_un' for Socket:Class Did you mean? sockaddr_in (NoMethodError)

+------+---------------------+-------------+ | fastlane summary | +------+---------------------+-------------+ | Step | Action | Time (in s) | +------+---------------------+-------------+ | 1 | default_platform | 0 | | � | run_dockerized_task | 3 | +------+---------------------+-------------+

[00:08:32]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...

Found no similar issues. To create a new issue, please visit: https://github.com/fastlane/fastlane/issues/new Run fastlane env to append the fastlane environment to your issue [00:08:33]: WARNING: fastlane requires your locale to be set to UTF-8. To learn more go to https://docs.fastlane.tools/getting-started/ios/setup/#s et-up-environment-variables Traceback (most recent call last): 44: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 43: from C:/Ruby27-x64/bin/fastlane:23:inload' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 38: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 32: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 26: from Fastfile:33:in block (2 levels) in parsing_binding' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (NoMe thodError) Did you mean? sockaddr_in 44: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 43: from C:/Ruby27-x64/bin/fastlane:23:inload' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 38: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 32: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 26: from Fastfile:33:in block (2 levels) in parsing_binding' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (Exco n::Error::Socket) Did you mean? sockaddr_in (NoMethodError) 50: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 49: from C:/Ruby27-x64/bin/fastlane:23:inload' 48: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 47: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 46: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 45: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 44: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 43: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 38: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 32: from Fastfile:33:in block (2 levels) in parsing_binding' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (NoMe thodError) Did you mean? sockaddr_in 50: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 49: from C:/Ruby27-x64/bin/fastlane:23:inload' 48: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 47: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 46: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 45: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 44: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 43: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 38: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 32: from Fastfile:33:in block (2 levels) in parsing_binding' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (Exco n::Error::Socket) Did you mean? sockaddr_in (NoMethodError) 56: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 55: from C:/Ruby27-x64/bin/fastlane:23:inload' 54: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 53: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 52: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 51: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 50: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 49: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 48: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 47: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 46: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 45: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 44: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 43: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 38: from Fastfile:33:in block (2 levels) in parsing_binding' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 32: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (NoMe thodError) Did you mean? sockaddr_in 56: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 55: from C:/Ruby27-x64/bin/fastlane:23:inload' 54: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 53: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 52: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 51: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 50: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 49: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 48: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 47: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 46: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 45: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 44: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 43: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 38: from Fastfile:33:in block (2 levels) in parsing_binding' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 32: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (Exco n::Error::Socket) Did you mean? sockaddr_in (NoMethodError) 62: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 61: from C:/Ruby27-x64/bin/fastlane:23:inload' 60: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 59: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 58: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 57: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 56: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 55: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 54: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 53: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 52: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 51: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 50: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 49: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 48: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 47: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 46: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 45: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 44: from Fastfile:33:in block (2 levels) in parsing_binding' 43: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 38: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 32: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': undefined methodsockaddr_un' for Socket:Class (NoMe thodError) Did you mean? sockaddr_in 62: from C:/Ruby27-x64/bin/fastlane:23:in <main>' 61: from C:/Ruby27-x64/bin/fastlane:23:inload' 60: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/bin/fastlane:23:in <top (required)>' 59: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:intake_off' 58: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:41:in start' 57: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:352:inrun' 56: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!' 55: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:inrun!' 54: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command' 53: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:inrun' 52: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call' 51: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/commands_generator.rb:108:inblock (2 levels) in ru n' 50: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle' 49: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane_manager.rb:47:incruise_lane' 48: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:in execute' 47: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:45:inchdir' 46: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:49:in block in execute' 45: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/lane.rb:33:incall' 44: from Fastfile:33:in block (2 levels) in parsing_binding' 43: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/fast_file.rb:159:inmethod_missing' 42: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name' 41: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:inexecute_action' 40: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:229:in chdir' 39: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:255:inblock in execute_action' 38: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action' 37: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-2.176.0/fastlane/lib/fastlane/runner.rb:263:inblock (2 levels) in execute_action ' 36: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/actions/run_dockerized_task_action.r b:11:in run' 35: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:42:insetup_ container' 34: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/fastlane-plugin-mango-1.3.15/lib/fastlane/plugin/mango/helper/mango_helper.rb:207:in conta iner_available?' 33: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/container.rb:343:inall' 32: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:65:in block (2 levels) in <class:Connection>' 31: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/docker-api-2.0.0/lib/docker/connection.rb:40:inrequest' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:232:in request' 17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:312:inrescue in request' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:inerror_call' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:17:in error_call' 13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:50:inerror_call' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:283:in request' 11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:in request_call' 9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/base.rb:22:inrequest_call' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/idempotent.rb:19:in request_call' 7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/instrumentor.rb:34:inrequest_call' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/mock.rb:57:in request_call' 5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/middlewares/redirect_follower.rb:15:inrequest_call' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:118:in request_call' 3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:insocket' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/connection.rb:469:in new' 1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/socket.rb:47:ininitialize' C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/excon-0.79.0/lib/excon/unix_socket.rb:12:in connect': \e[31m[!] undefined methodsockaddr_un' for Socket:C lass (Excon::Error::Socket) Did you mean? sockaddr_in (NoMethodError)\e[0m `

JoeSSS commented 3 years ago

We never checked this gem on Windows I'm afraid. But I hope that the mechanism should still work, so what happens is that kvm acceleration is not available on your CPU, so Linux inside docker cannot start the emulator..

mohsendb7008 commented 3 years ago

We never checked this gem on Windows I'm afraid. But I hope that the mechanism should still work, so what happens is that kvm acceleration is not available on your CPU, so Linux inside docker cannot start the emulator..

Alright... But I can run emulator in my windows using HAXM because my cpu is Intel. And also I used to run an emulator in my previous changes of operating system, when using ubuntu... How is it possible that now my cpu doesn't support this? Thanks for your reply.

JoeSSS commented 3 years ago

We never checked this gem on Windows I'm afraid. But I hope that the mechanism should still work, so what happens is that kvm acceleration is not available on your CPU, so Linux inside docker cannot start the emulator..

Alright... But I can run emulator in my windows using HAXM because my cpu is Intel. And also I used to run an emulator in my previous changes of operating system, when using ubuntu... How is it possible that now my cpu doesn't support this? Thanks for your reply.

That is a very good question but I can answer only the HAXM part, while you can use it on your windows machine - the docker container is Linux and Linux does not support HAXM 🤷 . We run kvm-ok command inside the container, so it understands if it can use KVM or not. More is explained here: https://developer.android.com/studio/run/emulator-acceleration#vm-linux.

JoeSSS commented 3 years ago

this is a quite annoying limitation that blocks us from using docker containers on MacOS as well..

mohsendb7008 commented 3 years ago

We never checked this gem on Windows I'm afraid. But I hope that the mechanism should still work, so what happens is that kvm acceleration is not available on your CPU, so Linux inside docker cannot start the emulator..

Alright... But I can run emulator in my windows using HAXM because my cpu is Intel. And also I used to run an emulator in my previous changes of operating system, when using ubuntu... How is it possible that now my cpu doesn't support this? Thanks for your reply.

That is a very good question but I can answer only the HAXM part, while you can use it on your windows machine - the docker container is Linux and Linux does not support HAXM 🤷 . We run kvm-ok command inside the container, so it understands if it can use KVM or not. More is explained here: https://developer.android.com/studio/run/emulator-acceleration#vm-linux.

Ok, thank you very much. Maybe I should migrate to linux! I wish the refrence can help me out.