Advertisement
sunny9495

Heroku Log

May 9th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. C:\Users\sunny\PycharmProjects\pythonProject\test>heroku buildpacks:remove emk/rust && heroku buildpacks:add emk/rust
  2. Buildpack removed. Next release on isgd-requests-app will use heroku/python.
  3. Run git push heroku main to create a new release using this buildpack.
  4. Buildpack added. Next release on isgd-requests-app will use:
  5. 1. heroku/python
  6. 2. emk/rust
  7. Run git push heroku main to create a new release using these buildpacks.
  8.  
  9. C:\Users\sunny\PycharmProjects\pythonProject\test>git push heroku main
  10. error: src refspec main does not match any
  11. error: failed to push some refs to 'https://git.heroku.com/isgd-requests-app.git'
  12.  
  13. C:\Users\sunny\PycharmProjects\pythonProject\test>heroku login
  14. heroku: Press any key to open up the browser to login or q to exit:
  15. Opening browser to https://cli-auth.heroku.com/auth/cli/browser/3d0f661a-fd28-46e2-bc05-16b08efffa3f?requestor=SFMyNTY.g2gDbQAAAA0xODMuODMuMTczLjM1bgYANCR-T3kBYgABUYA.2X2zwnfAcQKRS0k006yojQnnI2YfoSWljsekVQYGK4U
  16. Logging in... done
  17. Logged in as sunny9495@live.com
  18.  
  19. C:\Users\sunny\PycharmProjects\pythonProject\test>git push heroku main
  20. error: src refspec main does not match any
  21. error: failed to push some refs to 'https://git.heroku.com/isgd-requests-app.git'
  22.  
  23. C:\Users\sunny\PycharmProjects\pythonProject\test>git init
  24. Reinitialized existing Git repository in C:/Users/sunny/PycharmProjects/pythonProject/test/.git/
  25.  
  26. C:\Users\sunny\PycharmProjects\pythonProject\test>heroku git:remote -a isgd-requests-app
  27. set git remote heroku to https://git.heroku.com/isgd-requests-app.git
  28.  
  29. C:\Users\sunny\PycharmProjects\pythonProject\test>git add .
  30.  
  31. C:\Users\sunny\PycharmProjects\pythonProject\test>git commit -am "make it better"
  32. On branch master
  33. nothing to commit, working tree clean
  34.  
  35. C:\Users\sunny\PycharmProjects\pythonProject\test>git push heroku main
  36. error: src refspec main does not match any
  37. error: failed to push some refs to 'https://git.heroku.com/isgd-requests-app.git'
  38.  
  39. C:\Users\sunny\PycharmProjects\pythonProject\test>git push heroku master
  40. Enumerating objects: 5, done.
  41. Counting objects: 100% (5/5), done.
  42. Delta compression using up to 16 threads
  43. Compressing objects: 100% (4/4), done.
  44. Writing objects: 100% (5/5), 1.19 KiB | 1.19 MiB/s, done.
  45. Total 5 (delta 0), reused 0 (delta 0)
  46. remote: Compressing source files... done.
  47. remote: Building source:
  48. remote:
  49. remote: -----> Building on the Heroku-20 stack
  50. remote: -----> Using buildpacks:
  51. remote: 1. heroku/python
  52. remote: 2. emk/rust
  53. remote: -----> Python app detected
  54. remote: -----> No Python version was specified. Using the buildpack default: python-3.9.5
  55. remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
  56. remote: -----> Installing python-3.9.5
  57. remote: -----> Installing pip 20.2.4, setuptools 47.1.1 and wheel 0.36.2
  58. remote: -----> Installing SQLite3
  59. remote: -----> Installing requirements with pip
  60. remote: Collecting anyio==2.2.0
  61. remote: Downloading anyio-2.2.0-py3-none-any.whl (65 kB)
  62. remote: Collecting appdirs==1.4.4
  63. remote: Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
  64. remote: Collecting argon2-cffi==20.1.0
  65. remote: Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB)
  66. remote: Collecting async-generator==1.10
  67. remote: Downloading async_generator-1.10-py3-none-any.whl (18 kB)
  68. remote: Collecting attrs==20.3.0
  69. remote: Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
  70. remote: Collecting Babel==2.9.1
  71. remote: Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
  72. remote: Collecting backcall==0.2.0
  73. remote: Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
  74. remote: Collecting bleach==3.3.0
  75. remote: Downloading bleach-3.3.0-py2.py3-none-any.whl (283 kB)
  76. remote: Collecting certifi==2020.12.5
  77. remote: Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
  78. remote: Collecting cffi==1.14.5
  79. remote: Downloading cffi-1.14.5-cp39-cp39-manylinux1_x86_64.whl (406 kB)
  80. remote: Collecting chardet==4.0.0
  81. remote: Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
  82. remote: Collecting colorama==0.4.4
  83. remote: Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
  84. remote: Collecting comtypes==1.1.10
  85. remote: Downloading comtypes-1.1.10.tar.gz (145 kB)
  86. remote: Collecting decorator==5.0.7
  87. remote: Downloading decorator-5.0.7-py3-none-any.whl (8.8 kB)
  88. remote: Collecting defusedxml==0.7.1
  89. remote: Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
  90. remote: Collecting deprecation==2.1.0
  91. remote: Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
  92. remote: Collecting distlib==0.3.1
  93. remote: Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB)
  94. remote: Collecting easygui==0.98.2
  95. remote: Downloading easygui-0.98.2-py2.py3-none-any.whl (92 kB)
  96. remote: Collecting entrypoints==0.3
  97. remote: Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB)
  98. remote: Collecting filelock==3.0.12
  99. remote: Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
  100. remote: Collecting idna==2.10
  101. remote: Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
  102. remote: Collecting ipykernel==5.5.3
  103. remote: Downloading ipykernel-5.5.3-py3-none-any.whl (120 kB)
  104. remote: Collecting ipython==7.23.0
  105. remote: Downloading ipython-7.23.0-py3-none-any.whl (785 kB)
  106. remote: Collecting ipython-genutils==0.2.0
  107. remote: Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
  108. remote: Collecting jedi==0.18.0
  109. remote: Downloading jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
  110. remote: Collecting Jinja2==2.11.3
  111. remote: Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
  112. remote: Collecting json5==0.9.5
  113. remote: Downloading json5-0.9.5-py2.py3-none-any.whl (17 kB)
  114. remote: Collecting jsonschema==3.2.0
  115. remote: Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
  116. remote: Collecting MarkupSafe==1.1.1
  117. remote: Downloading MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl (32 kB)
  118. remote: Collecting matplotlib-inline==0.1.2
  119. remote: Downloading matplotlib_inline-0.1.2-py3-none-any.whl (8.2 kB)
  120. remote: Collecting mistune==0.8.4
  121. remote: Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB)
  122. remote: Collecting nbclassic==0.2.7
  123. remote: Downloading nbclassic-0.2.7-py3-none-any.whl (18 kB)
  124. remote: Collecting nbclient==0.5.3
  125. remote: Downloading nbclient-0.5.3-py3-none-any.whl (82 kB)
  126. remote: Collecting nbconvert==6.0.7
  127. remote: Downloading nbconvert-6.0.7-py3-none-any.whl (552 kB)
  128. remote: Collecting nbformat==5.1.3
  129. remote: Downloading nbformat-5.1.3-py3-none-any.whl (178 kB)
  130. remote: Collecting nest-asyncio==1.5.1
  131. remote: Downloading nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB)
  132. remote: Collecting notebook==6.3.0
  133. remote: Downloading notebook-6.3.0-py3-none-any.whl (9.5 MB)
  134. remote: Collecting numpy==1.20.2
  135. remote: Downloading numpy-1.20.2-cp39-cp39-manylinux2010_x86_64.whl (15.4 MB)
  136. remote: Collecting packaging==20.9
  137. remote: Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
  138. remote: Collecting pandas==1.2.4
  139. remote: Downloading pandas-1.2.4-cp39-cp39-manylinux1_x86_64.whl (9.7 MB)
  140. remote: Collecting pandocfilters==1.4.3
  141. remote: Downloading pandocfilters-1.4.3.tar.gz (16 kB)
  142. remote: Collecting parso==0.8.2
  143. remote: Downloading parso-0.8.2-py2.py3-none-any.whl (94 kB)
  144. remote: Collecting pickleshare==0.7.5
  145. remote: Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
  146. remote: Collecting pipenv==2020.11.15
  147. remote: Downloading pipenv-2020.11.15-py2.py3-none-any.whl (3.9 MB)
  148. remote: Collecting prometheus-client==0.10.1
  149. remote: Downloading prometheus_client-0.10.1-py2.py3-none-any.whl (55 kB)
  150. remote: Collecting prompt-toolkit==3.0.18
  151. remote: Downloading prompt_toolkit-3.0.18-py3-none-any.whl (367 kB)
  152. remote: Collecting pycparser==2.20
  153. remote: Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
  154. remote: Collecting Pygments==2.9.0
  155. remote: Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB)
  156. remote: Collecting pyparsing==2.4.7
  157. remote: Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
  158. remote: Collecting pyperclip==1.8.2
  159. remote: Downloading pyperclip-1.8.2.tar.gz (20 kB)
  160. remote: Collecting pypiwin32==223
  161. remote: Downloading pypiwin32-223-py3-none-any.whl (1.7 kB)
  162. remote: Collecting pyrsistent==0.17.3
  163. remote: Downloading pyrsistent-0.17.3.tar.gz (106 kB)
  164. remote: Collecting python-dateutil==2.8.1
  165. remote: Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
  166. remote: Collecting pytz==2021.1
  167. remote: Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
  168. remote: Collecting pywinpty==1.0.1
  169. remote: Downloading pywinpty-1.0.1.tar.gz (47 kB)
  170. remote: Installing build dependencies: started
  171. remote: Installing build dependencies: finished with status 'done'
  172. remote: Getting requirements to build wheel: started
  173. remote: Getting requirements to build wheel: finished with status 'done'
  174. remote: Preparing wheel metadata: started
  175. remote: Preparing wheel metadata: finished with status 'error'
  176. remote: ERROR: Command errored out with exit status 1:
  177. remote: command: /app/.heroku/python/bin/python /app/.heroku/python/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpdm6ivjuj
  178. remote: cwd: /tmp/pip-install-tyhp_th4/pywinpty
  179. remote: Complete output (6 lines):
  180. remote: Checking for Rust toolchain...
  181. remote:
  182. remote: Cargo, the Rust package manager, is not installed or is not on PATH.
  183. remote: This package requires Rust and Cargo to compile extensions. Install it through
  184. remote: the system's package manager or via https://rustup.rs/
  185. remote:
  186. remote: ----------------------------------------
  187. remote: ERROR: Command errored out with exit status 1: /app/.heroku/python/bin/python /app/.heroku/python/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpdm6ivjuj Check the logs for full command output.
  188. remote: ! Push rejected, failed to compile Python app.
  189. remote:
  190. remote: ! Push failed
  191. remote: !
  192. remote: ! ## Warning - The same version of this code has already been built: 9db68f055c44c9e671a46a86cc0dc393b2075268
  193. remote: !
  194. remote: ! We have detected that you have triggered a build from source code with version 9db68f055c44c9e671a46a86cc0dc393b2075268
  195. remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.
  196. remote: !
  197. remote: ! If you are developing on a branch and deploying via git you must run:
  198. remote: !
  199. remote: ! git push heroku <branchname>:main
  200. remote: !
  201. remote: ! This article goes into details on the behavior:
  202. remote: ! https://devcenter.heroku.com/articles/duplicate-build-version
  203. remote:
  204. remote: Verifying deploy...
  205. remote:
  206. remote: ! Push rejected to isgd-requests-app.
  207. remote:
  208. To https://git.heroku.com/isgd-requests-app.git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement