Guest User

Docker awsebcli bug

a guest
Nov 6th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.06 KB | None | 0 0
  1. (env) Donalds-MacBook-Pro:docker_flask don$ eb local run --port 5000 --debug
  2. 2020-11-05 22:09:36,869 (DEBUG) cement.core.foundation : laying cement for the 'eb' application
  3. 2020-11-05 22:09:36,869 (DEBUG) cement.core.hook : defining hook 'pre_setup'
  4. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'post_setup'
  5. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'pre_run'
  6. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'post_run'
  7. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'pre_argument_parsing'
  8. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'post_argument_parsing'
  9. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'pre_close'
  10. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'post_close'
  11. 2020-11-05 22:09:36,870 (DEBUG) cement.core.hook : defining hook 'signal'
  12. 2020-11-05 22:09:36,871 (DEBUG) cement.core.hook : defining hook 'pre_render'
  13. 2020-11-05 22:09:36,871 (DEBUG) cement.core.hook : defining hook 'post_render'
  14. 2020-11-05 22:09:36,871 (DEBUG) cement.core.hook : registering hook 'add_handler_override_options' from cement.core.foundation into hooks['post_setup']
  15. 2020-11-05 22:09:36,871 (DEBUG) cement.core.hook : registering hook 'handler_override' from cement.core.foundation into hooks['post_argument_parsing']
  16. 2020-11-05 22:09:36,871 (DEBUG) cement.core.handler : defining handler type 'extension' (IExtension)
  17. 2020-11-05 22:09:36,871 (DEBUG) cement.core.handler : defining handler type 'log' (ILog)
  18. 2020-11-05 22:09:36,871 (DEBUG) cement.core.handler : defining handler type 'config' (IConfig)
  19. 2020-11-05 22:09:36,871 (DEBUG) cement.core.handler : defining handler type 'mail' (IMail)
  20. 2020-11-05 22:09:36,871 (DEBUG) cement.core.handler : defining handler type 'plugin' (IPlugin)
  21. 2020-11-05 22:09:36,872 (DEBUG) cement.core.handler : defining handler type 'output' (IOutput)
  22. 2020-11-05 22:09:36,872 (DEBUG) cement.core.handler : defining handler type 'argument' (IArgument)
  23. 2020-11-05 22:09:36,872 (DEBUG) cement.core.handler : defining handler type 'controller' (IController)
  24. 2020-11-05 22:09:36,872 (DEBUG) cement.core.handler : defining handler type 'cache' (ICache)
  25. 2020-11-05 22:09:36,873 (DEBUG) cement.core.handler : registering handler '<class 'cement.core.extension.CementExtensionHandler'>' into handlers['extension']['cement']
  26. 2020-11-05 22:09:36,907 (DEBUG) cement.ext.ext_plugin : plugin config dir /etc/eb/plugins.d does not exist.
  27. 2020-11-05 22:09:36,907 (DEBUG) cement.ext.ext_plugin : plugin config dir /Users/don/.eb/plugins.d does not exist.
  28. 2020-11-05 22:09:36,923 (DEBUG) ebcli.core.hooks : -- EBCLI Version: 3.19.2
  29. 2020-11-05 22:09:36,923 (DEBUG) ebcli.core.hooks : -- Python Version: 3.9.0 (default, Oct 27 2020, 14:13:35)
  30. [Clang 11.0.0 (clang-1100.0.33.17)]
  31. 2020-11-05 22:09:36,923 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  32. 2020-11-05 22:09:36,930 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  33. 2020-11-05 22:09:36,935 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  34. 2020-11-05 22:09:36,940 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  35. 2020-11-05 22:09:36,946 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  36. 2020-11-05 22:09:36,952 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  37. 2020-11-05 22:09:36,957 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  38. 2020-11-05 22:09:36,962 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  39. 2020-11-05 22:09:36,968 (DEBUG) ebcli.lib.utils : docker --version
  40. 2020-11-05 22:09:37,635 (DEBUG) ebcli.lib.utils : Docker version 19.03.13, build 4484c46d9d
  41.  
  42. 2020-11-05 22:09:37,653 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  43. 2020-11-05 22:09:37,657 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  44. 2020-11-05 22:09:37,661 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  45. 2020-11-05 22:09:37,665 (DEBUG) ebcli.lib.elasticbeanstalk : Inside list_platform_branches api wrapper
  46. 2020-11-05 22:09:37,666 (DEBUG) ebcli.lib.aws : Creating new Botocore Session
  47. 2020-11-05 22:09:37,666 (DEBUG) ebcli.lib.aws : Botocore version: 1.19.12
  48. 2020-11-05 22:09:37,686 (DEBUG) ebcli.lib.aws : Creating new Botocore Client for elasticbeanstalk
  49. 2020-11-05 22:09:37,821 (DEBUG) ebcli.lib.aws : Successfully created session for elasticbeanstalk
  50. 2020-11-05 22:09:37,821 (DEBUG) ebcli.lib.aws : Making api call: (elasticbeanstalk, list_platform_branches) to region: us-west-2 with args:{'Filters': [{'Attribute': 'BranchName', 'Operator': '=', 'Values': ['Docker']}]}
  51. 2020-11-05 22:09:38,066 (DEBUG) ebcli.lib.aws : API call finished, status = 200
  52. 2020-11-05 22:09:38,067 (DEBUG) ebcli.lib.aws : Response: {'PlatformBranchSummaryList': [], 'ResponseMetadata': {'RequestId': '29e22982-6df3-4a65-8d6b-0ffd9224c385', 'HTTPStatusCode': 200, 'date': 'Fri, 06 Nov 2020 06:09:37 GMT', 'RetryAttempts': 0}}
  53. 2020-11-05 22:09:38,067 (DEBUG) ebcli.lib.elasticbeanstalk : Inside get_available_solution_stacks api wrapper
  54. 2020-11-05 22:09:38,067 (DEBUG) ebcli.lib.aws : Making api call: (elasticbeanstalk, list_available_solution_stacks) to region: us-west-2 with args:{}
  55. 2020-11-05 22:09:38,265 (DEBUG) ebcli.lib.aws : API call finished, status = 200
  56. 2020-11-05 22:09:38,265 (DEBUG) ebcli.lib.aws : Response: {'SolutionStacks': ['64bit Amazon Linux 2018.03 v4.16.0 running Node.js', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.4', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.5', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.6', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.0', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.1', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.2', '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.3', '64bit Amazon Linux 2018.03 v2.9.15 running Python 3.6', '64bit Amazon Linux 2018.03 v2.9.15 running Python 3.4', '64bit Amazon Linux 2018.03 v2.9.15 running Python', '64bit Amazon Linux 2018.03 v2.9.15 running Python 2.7', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.6 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.5 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.4 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.3 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.2 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.1 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.0 (Passenger Standalone)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 1.9.3', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.6 (Puma)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.5 (Puma)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.4 (Puma)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.3 (Puma)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.2 (Puma)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.1 (Puma)', '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.0 (Puma)', '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 8.5 Java 8', '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 8 Java 8', '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 7 Java 7', '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 7 Java 6', '64bit Windows Server Core 2019 v2.5.11 running IIS 10.0', '64bit Windows Server 2019 v2.5.11 running IIS 10.0', '64bit Windows Server Core 2016 v2.5.11 running IIS 10.0', '64bit Windows Server 2016 v2.5.11 running IIS 10.0', '64bit Windows Server Core 2012 R2 v2.5.11 running IIS 8.5', '64bit Windows Server 2012 R2 v2.5.11 running IIS 8.5', '64bit Windows Server Core 2016 v1.2.0 running IIS 10.0', '64bit Windows Server 2016 v1.2.0 running IIS 10.0', '64bit Windows Server Core 2012 R2 v1.2.0 running IIS 8.5', '64bit Windows Server 2012 R2 v1.2.0 running IIS 8.5', '64bit Windows Server 2012 v1.2.0 running IIS 8', '64bit Windows Server Core 2012 R2 running IIS 8.5', '64bit Windows Server 2012 R2 running IIS 8.5', '64bit Windows Server 2012 running IIS 8', '64bit Amazon Linux 2018.03 v2.16.0 running Docker 19.03.6-ce', '64bit Amazon Linux 2018.03 v2.22.1 running Multi-container Docker 19.03.6-ce (Generic)', '64bit Debian jessie v2.16.0 running Go 1.4 (Preconfigured - Docker)', '64bit Debian jessie v2.16.0 running Go 1.3 (Preconfigured - Docker)', '64bit Debian jessie v2.16.0 running Python 3.4 (Preconfigured - Docker)', '64bit Amazon Linux 2 v3.1.2 running Corretto 11', '64bit Amazon Linux 2 v3.1.2 running Corretto 8', '64bit Amazon Linux 2 v3.1.2 running Go 1', '64bit Amazon Linux 2 v3.1.2 running Ruby 2.7', '64bit Amazon Linux 2 v3.1.2 running Ruby 2.6', '64bit Amazon Linux 2 v3.1.2 running Ruby 2.5', '64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 11', '64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 8', '64bit Amazon Linux 2 v4.1.2 running Tomcat 7 Corretto 11', '64bit Amazon Linux 2 v4.1.2 running Tomcat 7 Corretto 8', '64bit Amazon Linux 2 v3.1.2 running PHP 7.4', '64bit Amazon Linux 2 v3.1.2 running PHP 7.3', '64bit Amazon Linux 2 v3.1.2 running PHP 7.2', '64bit Amazon Linux 2 v5.2.2 running Node.js 12', '64bit Amazon Linux 2 v5.2.2 running Node.js 10', '64bit Amazon Linux 2 v2.0.3 running .NET Core', '64bit Amazon Linux 2 v3.1.2 running Python 3.7', '64bit Amazon Linux 2 v3.2.0 running Docker', '64bit Amazon Linux 2018.03 v2.11.0 running Java 8', '64bit Amazon Linux 2018.03 v2.11.0 running Java 7', '64bit Amazon Linux 2018.03 v2.17.0 running Go 1.15.2', '64bit Amazon Linux 2018.03 v2.6.27 running Packer 1.0.3', '64bit Amazon Linux 2018.03 v2.16.0 running GlassFish 5.0 Java 8 (Preconfigured - Docker)'], 'SolutionStackDetails': [{'SolutionStackName': '64bit Amazon Linux 2018.03 v4.16.0 running Node.js', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.4', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.6', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.1', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.2', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.3', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.15 running Python 3.6', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.15 running Python 3.4', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.15 running Python', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.9.15 running Python 2.7', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.6 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.5 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.4 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.3 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.2 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.1 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.0 (Passenger Standalone)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 1.9.3', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.6 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.5 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.4 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.3 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.2 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.1 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.12.0 running Ruby 2.0 (Puma)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 8.5 Java 8', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 8 Java 8', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 7 Java 7', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 7 Java 6', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Windows Server Core 2019 v2.5.11 running IIS 10.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2019 v2.5.11 running IIS 10.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server Core 2016 v2.5.11 running IIS 10.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2016 v2.5.11 running IIS 10.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server Core 2012 R2 v2.5.11 running IIS 8.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2012 R2 v2.5.11 running IIS 8.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server Core 2016 v1.2.0 running IIS 10.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2016 v1.2.0 running IIS 10.0', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server Core 2012 R2 v1.2.0 running IIS 8.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2012 R2 v1.2.0 running IIS 8.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2012 v1.2.0 running IIS 8', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server Core 2012 R2 running IIS 8.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2012 R2 running IIS 8.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Windows Server 2012 running IIS 8', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.16.0 running Docker 19.03.6-ce', 'PermittedFileTypes': []}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.22.1 running Multi-container Docker 19.03.6-ce (Generic)', 'PermittedFileTypes': ['zip', 'json']}, {'SolutionStackName': '64bit Debian jessie v2.16.0 running Go 1.4 (Preconfigured - Docker)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Debian jessie v2.16.0 running Go 1.3 (Preconfigured - Docker)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Debian jessie v2.16.0 running Python 3.4 (Preconfigured - Docker)', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Corretto 11', 'PermittedFileTypes': ['jar', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Corretto 8', 'PermittedFileTypes': ['jar', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Go 1', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Ruby 2.7', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Ruby 2.6', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Ruby 2.5', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 11', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 8', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v4.1.2 running Tomcat 7 Corretto 11', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v4.1.2 running Tomcat 7 Corretto 8', 'PermittedFileTypes': ['war', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running PHP 7.4', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running PHP 7.3', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running PHP 7.2', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v5.2.2 running Node.js 12', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v5.2.2 running Node.js 10', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v2.0.3 running .NET Core', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.1.2 running Python 3.7', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2 v3.2.0 running Docker', 'PermittedFileTypes': []}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.11.0 running Java 8', 'PermittedFileTypes': ['jar', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.11.0 running Java 7', 'PermittedFileTypes': ['jar', 'zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.17.0 running Go 1.15.2', 'PermittedFileTypes': ['zip']}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.6.27 running Packer 1.0.3', 'PermittedFileTypes': []}, {'SolutionStackName': '64bit Amazon Linux 2018.03 v2.16.0 running GlassFish 5.0 Java 8 (Preconfigured - Docker)', 'PermittedFileTypes': ['zip']}], 'ResponseMetadata': {'RequestId': '47fcbe96-2e3b-441f-8379-95b0a67d4248', 'HTTPStatusCode': 200, 'date': 'Fri, 06 Nov 2020 06:09:37 GMT', 'RetryAttempts': 0}}
  57. 2020-11-05 22:09:38,266 (DEBUG) ebcli.lib.elasticbeanstalk : Solution Stack result size = 73
  58. 2020-11-05 22:09:38,294 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  59. 2020-11-05 22:09:38,295 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  60. 2020-11-05 22:09:38,296 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  61. 2020-11-05 22:09:38,296 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  62. 2020-11-05 22:09:38,297 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  63. 2020-11-05 22:09:38,297 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  64. 2020-11-05 22:09:38,298 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  65. 2020-11-05 22:09:38,298 (DEBUG) ebcli.lib.utils : docker pull python:3.6
  66. 3.6: Pulling from library/python
  67. Digest: sha256:62ada7d65aa310020e5278a9905c66fb4a8e149a1b48c18fa76da1a9d61d046d
  68. Status: Image is up to date for python:3.6
  69. docker.io/library/python:3.6
  70. 2020-11-05 22:09:41,686 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  71. 2020-11-05 22:09:41,687 (DEBUG) ebcli.lib.utils : docker rm -f d0ccf434eea8a92119299b695d27872dc19adf5a
  72. 2020-11-05 22:09:42,028 (DEBUG) ebcli.lib.utils : Error: No such container: d0ccf434eea8a92119299b695d27872dc19adf5a
  73.  
  74. 2020-11-05 22:09:42,036 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  75. 2020-11-05 22:09:42,037 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  76. 2020-11-05 22:09:42,037 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  77. 2020-11-05 22:09:42,037 (DEBUG) ebcli.lib.utils : docker build -f /Users/don/docker_flask/Dockerfile /Users/don/docker_flask
  78. #2 [internal] load build definition from Dockerfile
  79. #2 transferring dockerfile: 36B 0.0s done
  80. #2 DONE 0.0s
  81. #1 [internal] load .dockerignore
  82. #1 transferring context: 34B 0.0s done
  83. #1 DONE 0.0s
  84. #3 [internal] load metadata for docker.io/library/python:3.6
  85. #3 DONE 0.0s
  86. #4 [1/4] FROM docker.io/library/python:3.6
  87. #4 DONE 0.0s
  88. #5 [internal] load build context
  89. #5 transferring context: 494.94kB 0.7s done
  90. #5 DONE 0.7s
  91. #6 [2/4] COPY . /app
  92. #6 CACHED
  93. #7 [3/4] WORKDIR /app
  94. #7 CACHED
  95. #8 [4/4] RUN pip install Flask==1.0.2
  96. #8 CACHED
  97. #9 exporting to image
  98. #9 exporting layers done
  99. #9 writing image sha256:25f391927f92e8e7be6edd518ab9b94f9a65ac884faba0286ec6fb61b805ae77
  100. #9 writing image sha256:25f391927f92e8e7be6edd518ab9b94f9a65ac884faba0286ec6fb61b805ae77 done
  101. #9 DONE 0.0s
  102. 2020-11-05 22:09:43,082 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  103. 2020-11-05 22:09:43,083 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  104. 2020-11-05 22:09:43,083 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  105. 2020-11-05 22:09:43,083 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  106. 2020-11-05 22:09:43,084 (DEBUG) ebcli.core.fileoperations : Project root found at: /Users/don/docker_flask
  107. 2020-11-05 22:09:43,085 (DEBUG) ebcli.lib.utils : docker run -i -t --rm -p 5000:5000 --name d0ccf434eea8a92119299b695d27872dc19adf5a 0.0s
  108. Unable to find image '0.0s:latest' locally
  109. docker: Error response from daemon: pull access denied for 0.0s, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
  110. See 'docker run --help'.
  111. 2020-11-05 22:09:45,855 (INFO) eb : Traceback (most recent call last):
  112. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/commands.py", line 279, in _run_live
  113. return utils.exec_cmd_live_output(args)
  114. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/lib/utils.py", line 232, in exec_cmd
  115. raise CommandError(error_msg, output_str, returncode)
  116. ebcli.objects.exceptions.CommandError: Exited with return code 125
  117.  
  118. During handling of the above exception, another exception occurred:
  119.  
  120. Traceback (most recent call last):
  121. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/core/ebrun.py", line 62, in run_app
  122. app.run()
  123. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/cement/core/foundation.py", line 797, in run
  124. return_val = self.controller._dispatch()
  125. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/cement/core/controller.py", line 472, in _dispatch
  126. return func()
  127. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/cement/core/controller.py", line 472, in _dispatch
  128. return func()
  129. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/cement/core/controller.py", line 478, in _dispatch
  130. return func()
  131. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/core/abstractcontroller.py", line 92, in default
  132. self.do_command()
  133. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/controllers/local.py", line 66, in do_command
  134. cnt.start()
  135. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/abstractcontainer.py", line 70, in start
  136. self._run(img_id)
  137. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/abstractcontainer.py", line 133, in _run
  138. return commands.run_container(full_docker_path=self._get_full_docker_path(),
  139. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/commands.py", line 80, in run_container
  140. _run_container(image_id, container_port, host_port, envvars_map,
  141. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/commands.py", line 226, in _run_container
  142. return _run_live(args)
  143. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/commands.py", line 281, in _run_live
  144. _handle_command_error(e)
  145. File "/Users/don/docker_flask/env/lib/python3.9/site-packages/ebcli/containers/commands.py", line 290, in _handle_command_error
  146. raise CommandError
  147. ebcli.objects.exceptions.CommandError: None
Advertisement
Add Comment
Please, Sign In to add comment