Advertisement
Guest User

Untitled

a guest
Dec 5th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. Running with gitlab-runner 12.9.0 (4c96e5ad)
  2. on runner-gitlab-runner-7ffd47f87c-7njhx Jys3shAm
  3. Preparing the "kubernetes" executor
  4. 00:00
  5. Using Kubernetes namespace: gitlab-ci
  6. Using Kubernetes executor with image python:3.9-alpine ...
  7. Preparing environment
  8. 00:03
  9. Waiting for pod gitlab-ci/runner-jys3sham-project-207-concurrent-05t7r5 to be running, status is Pending
  10. Running on runner-jys3sham-project-207-concurrent-05t7r5 via runner-gitlab-runner-7ffd47f87c-7njhx...
  11. Getting source from Git repository
  12. 00:00
  13. Fetching changes with git depth set to 50...
  14. Initialized empty Git repository in /builds/building/buildings-backend/.git/
  15. Created fresh repository.
  16. From https://git.bastion-tech.ru/building/buildings-backend
  17. * [new ref] refs/pipelines/16543 -> refs/pipelines/16543
  18. * [new branch] feature/redis_event_consumer -> origin/feature/redis_event_consumer
  19. Checking out f7ef2c01 as feature/redis_event_consumer...
  20. Skipping Git submodules setup
  21. Restoring cache
  22. 00:00
  23. Downloading artifacts
  24. 00:01
  25. Running before_script and script
  26. 00:18
  27. $ pip install --upgrade pip setuptools wheel
  28. Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (21.2.4)
  29. Collecting pip
  30. Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
  31. Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (57.5.0)
  32. Collecting setuptools
  33. Downloading setuptools-59.4.0-py3-none-any.whl (952 kB)
  34. Requirement already satisfied: wheel in /usr/local/lib/python3.9/site-packages (0.37.0)
  35. Installing collected packages: setuptools, pip
  36. Attempting uninstall: setuptools
  37. Found existing installation: setuptools 57.5.0
  38. Uninstalling setuptools-57.5.0:
  39. Successfully uninstalled setuptools-57.5.0
  40. Attempting uninstall: pip
  41. Found existing installation: pip 21.2.4
  42. Uninstalling pip-21.2.4:
  43. Successfully uninstalled pip-21.2.4
  44. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  45. Successfully installed pip-21.3.1 setuptools-59.4.0
  46. $ apk update apk add -q --update --no-cache - postgresql-dev musl-dev - build-base cmake - wget unzip - hdf5 hdf5-dev - protobuf protobuf-dev - openblas openblas-dev@community - libjpeg libjpeg-turbo-dev - libpng libpng-dev - tiff tiff-dev - libwebp libwebp-dev - openjpeg openjpeg-dev openjpeg-tools - libtbb@testing libtbb-dev@testing - eigen eigen-dev - tesseract-ocr tesseract-ocr-data-por tesseract-ocr-dev - python3-dev - linux-headers
  47. $ pip install -q numpy - && wget -q https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip - && wget -q https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip - && unzip -qq opencv.zip -d /opt && rm -rf opencv.zip - && unzip -qq opencv_contrib.zip -d /opt && rm -rf opencv_contrib.zip - && cmake - -D CMAKE_BUILD_TYPE=RELEASE - -D CMAKE_INSTALL_PREFIX=/usr/local - -D OPENCV_EXTRA_MODULES_PATH=/opt/opencv_contrib-${OPENCV_VERSION}/modules - -D EIGEN_INCLUDE_PATH=/usr/include/eigen3 - -D OPENCV_ENABLE_NONFREE=ON - -D WITH_JPEG=ON - -D WITH_PNG=ON - -D WITH_TIFF=ON - -D WITH_WEBP=ON - -D WITH_JASPER=ON - -D WITH_EIGEN=ON - -D WITH_TBB=ON - -D WITH_LAPACK=ON - -D WITH_PROTOBUF=ON - -D WITH_V4L=OFF - -D WITH_GSTREAMER=OFF - -D WITH_GTK=OFF - -D WITH_QT=OFF - -D WITH_CUDA=OFF - -D WITH_VTK=OFF - -D WITH_OPENEXR=OFF - -D WITH_FFMPEG=OFF - -D WITH_OPENCL=OFF - -D WITH_OPENNI=OFF - -D WITH_XINE=OFF - -D WITH_GDAL=OFF - -D WITH_IPP=OFF - -D BUILD_OPENCV_PYTHON3=ON - -D BUILD_OPENCV_PYTHON2=OFF - -D BUILD_OPENCV_JAVA=OFF - -D BUILD_TESTS=OFF - -D BUILD_IPP_IW=OFF - -D BUILD_PERF_TESTS=OFF - -D BUILD_EXAMPLES=OFF - -D BUILD_ANDROID_EXAMPLES=OFF - -D BUILD_DOCS=OFF - -D BUILD_ITT=OFF - -D INSTALL_PYTHON_EXAMPLES=OFF - -D INSTALL_C_EXAMPLES=OFF - -D INSTALL_TESTS=OFF - -D PYTHON3_EXECUTABLE=/usr/local/bin/python - -D PYTHON3_INCLUDE_DIR=/usr/local/include/python3.9/ - -D PYTHON3_LIBRARY=/usr/local/lib/libpython3.so - -D PYTHON_LIBRARY=/usr/local/lib/libpython3.so - -D PYTHON3_PACKAGES_PATH=/usr/local/lib/python3.9/site-packages/ - -D PYTHON3_NUMPY_INCLUDE_DIRS=/usr/local/lib/python3.9/site-packages/numpy/core/include/ - /opt/opencv-${OPENCV_VERSION}
  48. ERROR: Invalid requirement: '-'
  49. $ make -j - && make install - && rm -rf /opt/build/* - && rm -rf /opt/opencv-${OPENCV_VERSION} - && rm -rf /opt/opencv_contrib-${OPENCV_VERSION} - && apk del -q --no-cache - build-base cmake - hdf5-dev - protobuf-dev - openblas-dev - libjpeg-turbo-dev - libpng-dev - tiff-dev - libwebp-dev - openjpeg-dev - libtbb-dev - eigen-dev - tesseract-ocr-dev - py3-numpy-dev - python3-dev - linux-headers
  50. /bin/sh: eval: $ pip install -r requirements/production.txt --no-cache
  51. line 103: make: not found
  52. Collecting djangorestframework==3.12.4
  53. Downloading djangorestframework-3.12.4-py3-none-any.whl (957 kB)
  54. Collecting drf-extra-fields==3.1.1
  55. Downloading drf_extra_fields-3.1.1-py3-none-any.whl (17 kB)
  56. Collecting djangorestframework-camel-case==1.2.0
  57. Downloading djangorestframework-camel-case-1.2.0.tar.gz (7.8 kB)
  58. Preparing metadata (setup.py): started
  59. Preparing metadata (setup.py): finished with status 'done'
  60. Collecting Pillow==8.3.2
  61. Downloading Pillow-8.3.2.tar.gz (48.8 MB)
  62. Preparing metadata (setup.py): started
  63. Preparing metadata (setup.py): finished with status 'done'
  64. Collecting python-dateutil==2.8.2
  65. Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  66. Collecting psycopg2==2.9.1
  67. Downloading psycopg2-2.9.1.tar.gz (379 kB)
  68. Preparing metadata (setup.py): started
  69. ERROR: Command errored out with exit status 1:
  70. command: /usr/local/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-yl1xlqmr/psycopg2_901b9045e68340dd8b568eb843b266bb/setup.py'"'"'; __file__='"'"'/tmp/pip-install-yl1xlqmr/psycopg2_901b9045e68340dd8b568eb843b266bb/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-wdvoss5j
  71. cwd: /tmp/pip-install-yl1xlqmr/psycopg2_901b9045e68340dd8b568eb843b266bb/
  72. Complete output (23 lines):
  73. running egg_info
  74. creating /tmp/pip-pip-egg-info-wdvoss5j/psycopg2.egg-info
  75. writing /tmp/pip-pip-egg-info-wdvoss5j/psycopg2.egg-info/PKG-INFO
  76. writing dependency_links to /tmp/pip-pip-egg-info-wdvoss5j/psycopg2.egg-info/dependency_links.txt
  77. writing top-level names to /tmp/pip-pip-egg-info-wdvoss5j/psycopg2.egg-info/top_level.txt
  78. writing manifest file '/tmp/pip-pip-egg-info-wdvoss5j/psycopg2.egg-info/SOURCES.txt'
  79.  
  80. Error: pg_config executable not found.
  81.  
  82. pg_config is required to build psycopg2 from source. Please add the directory
  83. containing pg_config to the $PATH or specify the full executable path with the
  84. option:
  85.  
  86. python setup.py build_ext --pg-config /path/to/pg_config build ...
  87.  
  88. or with the pg_config option in 'setup.cfg'.
  89.  
  90. If you prefer to avoid building psycopg2 from source, please install the PyPI
  91. 'psycopg2-binary' package instead.
  92.  
  93. For further information please check the 'doc/src/install.rst' file (also at
  94. <https://www.psycopg.org/docs/install.html>).
  95.  
  96. ----------------------------------------
  97. WARNING: Discarding https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04/psycopg2-2.9.1.tar.gz#sha256=de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c (from https://pypi.org/simple/psycopg2/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  98. ERROR: Could not find a version that satisfies the requirement psycopg2==2.9.1 (from versions: 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.3.2, 2.4, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6, 2.5, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5, 2.6, 2.6.1, 2.6.2, 2.7, 2.7.1, 2.7.2, 2.7.3, 2.7.3.1, 2.7.3.2, 2.7.4, 2.7.5, 2.7.6, 2.7.6.1, 2.7.7, 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9, 2.9.1, 2.9.2)
  99. Preparing metadata (setup.py): finished with status 'error'
  100. ERROR: No matching distribution found for psycopg2==2.9.1
  101. Running after_script
  102. 00:00
  103. Uploading artifacts for failed job
  104. 00:00
  105. Uploading artifacts...
  106. WARNING: PIP_CI_JOB_ID.env: no matching files
  107. ERROR: No files to upload
  108. ERROR: Job failed: command terminated with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement