thoth-station / python

Library for Python related code
GNU General Public License v3.0
4 stars 12 forks source link

Failed to update dependencies to their latest version #417

Closed khebhut[bot] closed 3 years ago

khebhut[bot] commented 3 years ago

Automatic dependency update failed for the current master with SHA fe7544b6efe5ff7f1acd41253c0e29922956f3a4.

The automatic dependency management cannot continue. Please fix errors reported bellow.

Command
  $ pipenv update --dev
Standard output ``` ```
Standard error ``` Creating a virtualenv for this project... Pipfile: /tmp/tmp410356ir/Pipfile Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.6) to create virtualenv... FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/tmp/tmp410356ir'] FAIL  [pipenv.exceptions.VirtualenvCreationException]: Failed to create virtual environment. ```
Environment details ``` Kebechet version: 1.5.2 Python version: 3.8.6 Platform: Linux-4.18.0-305.10.2.el8_4.x86_64-x86_64-with-glibc2.2.5 pipenv version: pipenv, version 2020.11.15 ```
Dependency graph ``` Unable to obtain dependency graph: Creating a virtualenv for this project... Pipfile: /tmp/tmp410356ir/Pipfile Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.6) to create virtualenv... created virtual environment CPython3.8.6.final.0-64 in 936ms creator CPython3Posix(dest=/tmp/tmp410356ir/.venv, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/tmpfmkq0fl7) added seed packages: pip==21.2.4, setuptools==58.1.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator Successfully created virtual environment! Virtualenv location: /tmp/tmp410356ir/.venv An error occurred while installing pytest-mypy! Will try again. An error occurred while installing thoth-analyzer! Will try again. An error occurred while installing thoth-common! Will try again. An error occurred while installing lxml! Will try again. An error occurred while installing aiohttp! Will try again. [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/cli/command.py", line 233, in install [InstallError]: retcode = do_install( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 2052, in do_install [InstallError]: do_init( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 1304, in do_init [InstallError]: do_install_dependencies( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 899, in do_install_dependencies [InstallError]: batch_install( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 796, in batch_install [InstallError]: _cleanup_procs(procs, failed_deps_queue, retry=retry) [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 703, in _cleanup_procs [InstallError]: raise exceptions.InstallError(c.dep.name, extra=err_lines) [pipenv.exceptions.InstallError]: Collecting pytest-mypy [pipenv.exceptions.InstallError]: Using cached pytest_mypy-0.8.1-py3-none-any.whl (6.7 kB) [pipenv.exceptions.InstallError]: Collecting mypy>=0.700 [pipenv.exceptions.InstallError]: Using cached mypy-0.910-cp38-cp38-manylinux2010_x86_64.whl (22.8 MB) [pipenv.exceptions.InstallError]: ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device ERROR: Couldn't install package: pytest-mypy Package installation failed... /usr/lib64/python3.8/subprocess.py:942: ResourceWarning: subprocess 245 is still running _warn("subprocess %s is still running" % self.pid, sys:1: ResourceWarning: unclosed file <_io.FileIO name=6 mode='wb' closefd=True> sys:1: ResourceWarning: unclosed file <_io.FileIO name=7 mode='rb' closefd=True> ```
Notes

For more information, see Pipfile and Pipfile.lock.

Once this issue is resolved, the issue will be automatically closed by bot.

/label thoth/potential-flake /kind bug /priority critical-urgent

sesheta commented 3 years ago

@khebhut[bot]: The label(s) /label thoth/potential-flake cannot be applied. These labels are supported: community/discussion, community/group-programming, community/maintenance, community/question, deployment_name/ocp4-stage, deployment_name/ocp4-test, deployment_name/moc-prod, hacktoberfest, hacktoberfest-accepted, kind/cleanup, kind/demo, kind/deprecation, kind/documentation, kind/question, sig/advisor, sig/build, sig/cyborgs, sig/devops, sig/documentation, sig/indicators, sig/investigator, sig/knowledge-graph, sig/slo, sig/solvers, thoth/group-programming, thoth/human-intervention-required, thoth/potential-observation, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, triage/accepted, triage/duplicate, triage/needs-information, triage/not-reproducible, triage/unresolved

In response to [this](https://github.com/thoth-station/python/issues/417): > >Automatic dependency update failed for the current master with SHA fe7544b6efe5ff7f1acd41253c0e29922956f3a4. > >The automatic dependency management cannot continue. Please fix errors reported bellow. > > >##### Command > >``` > $ pipenv update --dev >``` > >
> Standard output > >``` > >``` > >
Standard error ``` Creating a virtualenv for this project... Pipfile: /tmp/tmp410356ir/Pipfile Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.6) to create virtualenv... FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/tmp/tmp410356ir'] FAIL  [pipenv.exceptions.VirtualenvCreationException]: Failed to create virtual environment. ```
Environment details ``` Kebechet version: 1.5.2 Python version: 3.8.6 Platform: Linux-4.18.0-305.10.2.el8_4.x86_64-x86_64-with-glibc2.2.5 pipenv version: pipenv, version 2020.11.15 ```
Dependency graph ``` Unable to obtain dependency graph: Creating a virtualenv for this project... Pipfile: /tmp/tmp410356ir/Pipfile Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.6) to create virtualenv... created virtual environment CPython3.8.6.final.0-64 in 936ms creator CPython3Posix(dest=/tmp/tmp410356ir/.venv, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/tmpfmkq0fl7) added seed packages: pip==21.2.4, setuptools==58.1.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator Successfully created virtual environment! Virtualenv location: /tmp/tmp410356ir/.venv An error occurred while installing pytest-mypy! Will try again. An error occurred while installing thoth-analyzer! Will try again. An error occurred while installing thoth-common! Will try again. An error occurred while installing lxml! Will try again. An error occurred while installing aiohttp! Will try again. [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/cli/command.py", line 233, in install [InstallError]: retcode = do_install( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 2052, in do_install [InstallError]: do_init( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 1304, in do_init [InstallError]: do_install_dependencies( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 899, in do_install_dependencies [InstallError]: batch_install( [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 796, in batch_install [InstallError]: _cleanup_procs(procs, failed_deps_queue, retry=retry) [InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 703, in _cleanup_procs [InstallError]: raise exceptions.InstallError(c.dep.name, extra=err_lines) [pipenv.exceptions.InstallError]: Collecting pytest-mypy [pipenv.exceptions.InstallError]: Using cached pytest_mypy-0.8.1-py3-none-any.whl (6.7 kB) [pipenv.exceptions.InstallError]: Collecting mypy>=0.700 [pipenv.exceptions.InstallError]: Using cached mypy-0.910-cp38-cp38-manylinux2010_x86_64.whl (22.8 MB) [pipenv.exceptions.InstallError]: ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device ERROR: Couldn't install package: pytest-mypy Package installation failed... /usr/lib64/python3.8/subprocess.py:942: ResourceWarning: subprocess 245 is still running _warn("subprocess %s is still running" % self.pid, sys:1: ResourceWarning: unclosed file <_io.FileIO name=6 mode='wb' closefd=True> sys:1: ResourceWarning: unclosed file <_io.FileIO name=7 mode='rb' closefd=True> ```
Notes

For more information, see Pipfile and Pipfile.lock.

Once this issue is resolved, the issue will be automatically closed by bot.

/label thoth/potential-flake /kind bug /priority critical-urgent

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

khebhut[bot] commented 3 years ago

Closing this issue as it is no longer relevant for the current master with SHA fe7544b6efe5ff7f1acd41253c0e29922956f3a4.