Advertisement
Guest User

Untitled

a guest
Dec 4th, 2021
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.35 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-0wmxz9 to be running, status is Pending
  10. Running on runner-jys3sham-project-207-concurrent-0wmxz9 via runner-gitlab-runner-7ffd47f87c-7njhx...
  11. Getting source from Git repository
  12. 00:01
  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/16526 -> refs/pipelines/16526
  18.  * [new branch]      feature/redis_event_consumer -> origin/feature/redis_event_consumer
  19. Checking out 64bfd809 as feature/redis_event_consumer...
  20. Skipping Git submodules setup
  21. Restoring cache
  22. 00:00
  23. Downloading artifacts
  24. 00:00
  25. Running before_script and script
  26. 22:27
  27. $ apk update && apk add postgresql-dev gcc python3-dev musl-dev g++ jpeg-dev zlib-dev
  28. fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
  29. fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
  30. v3.15.0-53-ge1771647dd [https://dl-cdn.alpinelinux.org/alpine/v3.15/main]
  31. v3.15.0-55-g8d7b914b4c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community]
  32. OK: 15830 distinct packages available
  33. (1/36) Installing libgcc (10.3.1_git20211027-r0)
  34. (2/36) Installing libstdc++ (10.3.1_git20211027-r0)
  35. (3/36) Installing binutils (2.37-r3)
  36. (4/36) Installing libgomp (10.3.1_git20211027-r0)
  37. (5/36) Installing libatomic (10.3.1_git20211027-r0)
  38. (6/36) Installing libgphobos (10.3.1_git20211027-r0)
  39. (7/36) Installing gmp (6.2.1-r0)
  40. (8/36) Installing isl22 (0.22-r0)
  41. (9/36) Installing mpfr4 (4.1.0-r0)
  42. (10/36) Installing mpc1 (1.2.1-r0)
  43. (11/36) Installing gcc (10.3.1_git20211027-r0)
  44. (12/36) Installing musl-dev (1.2.2-r7)
  45. (13/36) Installing libc-dev (0.7.2-r3)
  46. (14/36) Installing g++ (10.3.1_git20211027-r0)
  47. (15/36) Installing libjpeg-turbo (2.1.2-r0)
  48. (16/36) Installing pkgconf (1.8.0-r0)
  49. (17/36) Installing libjpeg-turbo-dev (2.1.2-r0)
  50. (18/36) Installing jpeg-dev (9d-r1)
  51. (19/36) Installing libpq (14.1-r4)
  52. (20/36) Installing openssl-dev (1.1.1l-r7)
  53. (21/36) Installing libpq-dev (14.1-r4)
  54. (22/36) Installing libecpg (14.1-r4)
  55. (23/36) Installing libecpg-dev (14.1-r4)
  56. (24/36) Installing libxml2 (2.9.12-r2)
  57. (25/36) Installing llvm12-libs (12.0.1-r0)
  58. (26/36) Installing clang-libs (12.0.1-r0)
  59. (27/36) Installing clang (12.0.1-r0)
  60. (28/36) Installing icu-libs (69.1-r1)
  61. (29/36) Installing icu (69.1-r1)
  62. (30/36) Installing icu-dev (69.1-r1)
  63. (31/36) Installing llvm12 (12.0.1-r0)
  64. (32/36) Installing postgresql14-dev (14.1-r4)
  65. (33/36) Installing mpdecimal (2.5.1-r1)
  66. (34/36) Installing python3 (3.9.7-r4)
  67. (35/36) Installing python3-dev (3.9.7-r4)
  68. (36/36) Installing zlib-dev (1.2.11-r3)
  69. Executing busybox-1.34.1-r3.trigger
  70. OK: 604 MiB in 72 packages
  71. $ pip install pip --upgrade
  72. Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (21.2.4)
  73. Collecting pip
  74.   Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
  75. Installing collected packages: pip
  76.   Attempting uninstall: pip
  77.     Found existing installation: pip 21.2.4
  78.     Uninstalling pip-21.2.4:
  79.       Successfully uninstalled pip-21.2.4
  80. 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
  81. Successfully installed pip-21.3.1
  82. $ pip install -r requirements/production.txt --no-cache
  83. Collecting djangorestframework==3.12.4
  84.   Downloading djangorestframework-3.12.4-py3-none-any.whl (957 kB)
  85. Collecting drf-extra-fields==3.1.1
  86.   Downloading drf_extra_fields-3.1.1-py3-none-any.whl (17 kB)
  87. Collecting djangorestframework-camel-case==1.2.0
  88.   Downloading djangorestframework-camel-case-1.2.0.tar.gz (7.8 kB)
  89.   Preparing metadata (setup.py): started
  90.   Preparing metadata (setup.py): finished with status 'done'
  91. Collecting Pillow==8.3.2
  92.   Downloading Pillow-8.3.2.tar.gz (48.8 MB)
  93.   Preparing metadata (setup.py): started
  94.   Preparing metadata (setup.py): finished with status 'done'
  95. Collecting python-dateutil==2.8.2
  96.   Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  97. Collecting psycopg2==2.9.1
  98.   Downloading psycopg2-2.9.1.tar.gz (379 kB)
  99.   Preparing metadata (setup.py): started
  100.   Preparing metadata (setup.py): finished with status 'done'
  101. Collecting opencv-python==4.5.3.56
  102.   Downloading opencv-python-4.5.3.56.tar.gz (89.2 MB)
  103.   Installing build dependencies: started
  104.   Installing build dependencies: still running...
  105.   Installing build dependencies: still running...
  106.   Installing build dependencies: still running...
  107.   Installing build dependencies: still running...
  108.   Installing build dependencies: still running...
  109.   Installing build dependencies: still running...
  110.   Installing build dependencies: still running...
  111.   Installing build dependencies: finished with status 'done'
  112.   Getting requirements to build wheel: started
  113.   Getting requirements to build wheel: finished with status 'done'
  114.   Preparing metadata (pyproject.toml): started
  115.   Preparing metadata (pyproject.toml): finished with status 'done'
  116. Collecting drf-yasg==1.20.0
  117.   Downloading drf_yasg-1.20.0-py2.py3-none-any.whl (1.6 MB)
  118. Collecting sentry-sdk==1.4.3
  119.   Downloading sentry_sdk-1.4.3-py2.py3-none-any.whl (139 kB)
  120. Collecting gunicorn==20.1.0
  121.   Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
  122. Collecting requests==2.26.0
  123.   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
  124. Collecting yarl==1.7.0
  125.   Downloading yarl-1.7.0-cp39-cp39-musllinux_1_1_x86_64.whl (312 kB)
  126. Collecting googlemaps==4.5.3
  127.   Downloading googlemaps-4.5.3.tar.gz (32 kB)
  128.   Preparing metadata (setup.py): started
  129.   Preparing metadata (setup.py): finished with status 'done'
  130. Collecting django_redis==5.0.0
  131.   Downloading django_redis-5.0.0-py3-none-any.whl (29 kB)
  132. Collecting celery==5.2.0
  133.   Downloading celery-5.2.0-py3-none-any.whl (404 kB)
  134. Collecting channels==3.0.4
  135.   Downloading channels-3.0.4-py3-none-any.whl (38 kB)
  136. Collecting channels_redis==3.3.1
  137.   Downloading channels_redis-3.3.1-py3-none-any.whl (20 kB)
  138. Collecting django>=2.2
  139.   Downloading Django-3.2.9-py3-none-any.whl (7.9 MB)
  140. Collecting six>=1.5
  141.   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
  142. Collecting numpy>=1.19.3
  143.   Downloading numpy-1.21.4.zip (10.6 MB)
  144.   Installing build dependencies: started
  145.   Installing build dependencies: finished with status 'done'
  146.   Getting requirements to build wheel: started
  147.   Getting requirements to build wheel: finished with status 'done'
  148.   Preparing metadata (pyproject.toml): started
  149.   Preparing metadata (pyproject.toml): finished with status 'done'
  150. Collecting uritemplate>=3.0.0
  151.   Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
  152. Collecting inflection>=0.3.1
  153.   Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
  154. Collecting ruamel.yaml>=0.15.34
  155.   Downloading ruamel.yaml-0.17.17-py3-none-any.whl (109 kB)
  156. Collecting coreschema>=0.0.4
  157.   Downloading coreschema-0.0.4.tar.gz (10 kB)
  158.   Preparing metadata (setup.py): started
  159.   Preparing metadata (setup.py): finished with status 'done'
  160. Collecting packaging
  161.   Downloading packaging-21.3-py3-none-any.whl (40 kB)
  162. Collecting coreapi>=2.3.3
  163.   Downloading coreapi-2.3.3-py2.py3-none-any.whl (25 kB)
  164. Collecting urllib3>=1.10.0
  165.   Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
  166. Collecting certifi
  167.   Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
  168. Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.9/site-packages (from gunicorn==20.1.0->-r requirements/production.txt (line 10)) (57.5.0)
  169. Collecting idna<4,>=2.5
  170.   Downloading idna-3.3-py3-none-any.whl (61 kB)
  171. Collecting charset-normalizer~=2.0.0
  172.   Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
  173. Collecting multidict>=4.0
  174.   Downloading multidict-5.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (147 kB)
  175. Collecting redis>=3.0.0
  176.   Downloading redis-4.0.2-py3-none-any.whl (119 kB)
  177. Collecting kombu<6.0,>=5.2.1
  178.   Downloading kombu-5.2.2-py3-none-any.whl (188 kB)
  179. Collecting click-plugins>=1.1.1
  180.   Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
  181. Collecting pytz>dev
  182.   Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB)
  183. Collecting click<9.0,>=8.0
  184.   Downloading click-8.0.3-py3-none-any.whl (97 kB)
  185. Collecting billiard<4.0,>=3.6.4.0
  186.   Downloading billiard-3.6.4.0-py3-none-any.whl (89 kB)
  187. Collecting click-didyoumean>=0.0.3
  188.   Downloading click_didyoumean-0.3.0-py3-none-any.whl (2.7 kB)
  189. Collecting vine<6.0,>=5.0.0
  190.   Downloading vine-5.0.0-py2.py3-none-any.whl (9.4 kB)
  191. Collecting click-repl>=0.2.0
  192.   Downloading click_repl-0.2.0-py3-none-any.whl (5.2 kB)
  193. Collecting asgiref<4,>=3.3.1
  194.   Downloading asgiref-3.4.1-py3-none-any.whl (25 kB)
  195. Collecting daphne<4,>=3.0
  196.   Downloading daphne-3.0.2-py3-none-any.whl (26 kB)
  197. Collecting msgpack~=1.0
  198.   Downloading msgpack-1.0.3.tar.gz (123 kB)
  199.   Preparing metadata (setup.py): started
  200.   Preparing metadata (setup.py): finished with status 'done'
  201. Collecting aioredis~=1.0
  202.   Downloading aioredis-1.3.1-py3-none-any.whl (65 kB)
  203. Collecting async-timeout
  204.   Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
  205. Collecting hiredis
  206.   Downloading hiredis-2.0.0.tar.gz (75 kB)
  207.   Preparing metadata (setup.py): started
  208.   Preparing metadata (setup.py): finished with status 'done'
  209. Collecting prompt-toolkit
  210.   Downloading prompt_toolkit-3.0.23-py3-none-any.whl (374 kB)
  211. Collecting itypes
  212.   Downloading itypes-1.2.0-py2.py3-none-any.whl (4.8 kB)
  213. Collecting jinja2
  214.   Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
  215. Collecting twisted[tls]>=18.7
  216.   Downloading Twisted-21.7.0-py3-none-any.whl (3.1 MB)
  217. Collecting autobahn>=0.18
  218.   Downloading autobahn-21.11.1.tar.gz (365 kB)
  219.   Preparing metadata (setup.py): started
  220.   Preparing metadata (setup.py): finished with status 'done'
  221. Collecting sqlparse>=0.2.2
  222.   Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB)
  223. Collecting amqp<6.0.0,>=5.0.6
  224.   Downloading amqp-5.0.6-py3-none-any.whl (53 kB)
  225. Collecting deprecated
  226.   Downloading Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB)
  227. Collecting ruamel.yaml.clib>=0.1.2
  228.   Downloading ruamel.yaml.clib-0.2.6.tar.gz (180 kB)
  229.   Preparing metadata (setup.py): started
  230.   Preparing metadata (setup.py): finished with status 'done'
  231. Collecting pyparsing!=3.0.5,>=2.0.2
  232.   Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
  233. Collecting txaio>=21.2.1
  234.   Downloading txaio-21.2.1-py2.py3-none-any.whl (30 kB)
  235. Collecting cryptography>=3.4.6
  236.   Downloading cryptography-36.0.0-cp36-abi3-musllinux_1_1_x86_64.whl (3.8 MB)
  237. Collecting hyperlink>=21.0.0
  238.   Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
  239. Collecting zope.interface>=4.4.2
  240.   Downloading zope.interface-5.4.0.tar.gz (249 kB)
  241.   Preparing metadata (setup.py): started
  242.   Preparing metadata (setup.py): finished with status 'done'
  243. Collecting typing-extensions>=3.6.5
  244.   Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
  245. Collecting constantly>=15.1
  246.   Downloading constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
  247. Collecting attrs>=19.2.0
  248.   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
  249. Collecting incremental>=21.3.0
  250.   Downloading incremental-21.3.0-py2.py3-none-any.whl (15 kB)
  251. Collecting Automat>=0.8.0
  252.   Downloading Automat-20.2.0-py2.py3-none-any.whl (31 kB)
  253. Collecting pyopenssl>=16.0.0
  254.   Downloading pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB)
  255. Collecting service-identity>=18.1.0
  256.   Downloading service_identity-21.1.0-py2.py3-none-any.whl (12 kB)
  257. Collecting wrapt<2,>=1.10
  258.   Downloading wrapt-1.13.3-cp39-cp39-musllinux_1_1_x86_64.whl (80 kB)
  259. Collecting MarkupSafe>=2.0
  260.   Downloading MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (30 kB)
  261. Collecting wcwidth
  262.   Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
  263. Collecting cffi>=1.12
  264.   Downloading cffi-1.15.0.tar.gz (484 kB)
  265.   Preparing metadata (setup.py): started
  266.   Preparing metadata (setup.py): finished with status 'done'
  267. Collecting pyasn1-modules
  268.   Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
  269. Collecting pyasn1
  270.   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
  271. Collecting pycparser
  272.   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
  273. Building wheels for collected packages: djangorestframework-camel-case, Pillow, psycopg2, opencv-python, googlemaps, coreschema, msgpack, numpy, autobahn, ruamel.yaml.clib, hiredis, zope.interface, cffi
  274.   Building wheel for djangorestframework-camel-case (setup.py): started
  275.   Building wheel for djangorestframework-camel-case (setup.py): finished with status 'done'
  276.   Created wheel for djangorestframework-camel-case: filename=djangorestframework_camel_case-1.2.0-py3-none-any.whl size=7933 sha256=43b7e6211c58af8f301efcc4bc8bbff4378db336f3b498b8c8a8746a0ebf59ed
  277.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/f0/10/58/98d8e28c69fa6cdcf031e0fdb6aa980aa2da8164a0ccbe8cfd
  278.   Building wheel for Pillow (setup.py): started
  279.   Building wheel for Pillow (setup.py): finished with status 'done'
  280.   Created wheel for Pillow: filename=Pillow-8.3.2-cp39-cp39-linux_x86_64.whl size=557411 sha256=d3f4af1dadf9d7dc734e79ecf474633f6a7bf6fb102b58304427e2ec9e268bcb
  281.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/fa/7e/80/3490cfc3c35ee043d4c0d4333f104ab649330efbd4ac3cc642
  282.   Building wheel for psycopg2 (setup.py): started
  283.   Building wheel for psycopg2 (setup.py): finished with status 'done'
  284.   Created wheel for psycopg2: filename=psycopg2-2.9.1-cp39-cp39-linux_x86_64.whl size=156117 sha256=d5fe5990b2fe5738e09b3e7f342b44909aaa78d8c395ce5253fcafe20b3704df
  285.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/45/d6/2e/e3754ab051b88bc61600becca31679204854009c4a2adbc586
  286.   Building wheel for opencv-python (pyproject.toml): started
  287.   Building wheel for opencv-python (pyproject.toml): finished with status 'error'
  288.   ERROR: Command errored out with exit status 1:
  289.    command: /usr/local/bin/python /usr/local/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmpc8uvhvkz
  290.        cwd: /tmp/pip-install-i_ogwy7i/opencv-python_4a3fab0cb31d41b383b4cceb469a644a
  291.   Complete output (66 lines):
  292.   Not searching for unused variables given on the command line.
  293.   CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
  294.   -- Configuring incomplete, errors occurred!
  295.   See also "/tmp/pip-install-i_ogwy7i/opencv-python_4a3fab0cb31d41b383b4cceb469a644a/_cmake_test_compile/build/CMakeFiles/CMakeOutput.log".
  296.   Not searching for unused variables given on the command line.
  297.   CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
  298.   -- Configuring incomplete, errors occurred!
  299.   See also "/tmp/pip-install-i_ogwy7i/opencv-python_4a3fab0cb31d41b383b4cceb469a644a/_cmake_test_compile/build/CMakeFiles/CMakeOutput.log".
  300.  
  301.  
  302.   --------------------------------------------------------------------------------
  303.   -- Trying "Ninja" generator
  304.   --------------------------------
  305.   ---------------------------
  306.   ----------------------
  307.   -----------------
  308.   ------------
  309.   -------
  310.   --
  311.   --
  312.   -------
  313.   ------------
  314.   -----------------
  315.   ----------------------
  316.   ---------------------------
  317.   --------------------------------
  318.   -- Trying "Ninja" generator - failure
  319.   --------------------------------------------------------------------------------
  320.  
  321.  
  322.  
  323.   --------------------------------------------------------------------------------
  324.   -- Trying "Unix Makefiles" generator
  325.   --------------------------------
  326.   ---------------------------
  327.   ----------------------
  328.   -----------------
  329.   ------------
  330.   -------
  331.   --
  332.   --
  333.   -------
  334.   ------------
  335.   -----------------
  336.   ----------------------
  337.   ---------------------------
  338.   --------------------------------
  339.   -- Trying "Unix Makefiles" generator - failure
  340.   --------------------------------------------------------------------------------
  341.  
  342.   ********************************************************************************
  343.   scikit-build could not get a working generator for your system. Aborting build.
  344.  
  345.   Building Linux wheels for Python 3.9 requires a compiler (e.g gcc).
  346.   But scikit-build does *NOT* know how to install it on alpine
  347.  
  348.   To build compliant wheels, consider using the manylinux system described in PEP-513.
  349.   Get it with "dockcross/manylinux-x64" docker image:
  350.  
  351.     https://github.com/dockcross/dockcross#readme
  352.  
  353.   For more details, please refer to scikit-build documentation:
  354.  
  355.     http://scikit-build.readthedocs.io/en/latest/generators.html#linux
  356.  
  357.   ********************************************************************************
  358.   ----------------------------------------
  359.   ERROR: Failed building wheel for opencv-python
  360.   Building wheel for googlemaps (setup.py): started
  361.   Building wheel for googlemaps (setup.py): finished with status 'done'
  362.   Created wheel for googlemaps: filename=googlemaps-4.5.3-py3-none-any.whl size=38479 sha256=312ca9c862e1b8b091eb530355fa51de9eafe30a53b0b7af2d2601e3f9528af7
  363.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/45/3a/bd/ac73c8f5202c55a700dcdaddd30207b57825bb8a22925b9074
  364.   Building wheel for coreschema (setup.py): started
  365.   Building wheel for coreschema (setup.py): finished with status 'done'
  366.   Created wheel for coreschema: filename=coreschema-0.0.4-py3-none-any.whl size=15031 sha256=3d5a36effc0b5c7640bef6cc0c47f05b008122a1a480ae52020a774c2134f56c
  367.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/14/d2/2e/b54b3aa0f4d8a9f7bd628dc0ac5edb277e5ce42e45bd89dacd
  368.   Building wheel for msgpack (setup.py): started
  369.   Building wheel for msgpack (setup.py): finished with status 'done'
  370.   Created wheel for msgpack: filename=msgpack-1.0.3-cp39-cp39-linux_x86_64.whl size=76800 sha256=4ac28cff6b29d4c5f61dc9a9fdc926446c8249db73e350909ac9586454364cac
  371.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/4d/a1/f8/5c0e1e277305cf63ca39b0ffee58ba988b689272a093d36cc1
  372.   Building wheel for numpy (pyproject.toml): started
  373.   Building wheel for numpy (pyproject.toml): still running...
  374.   Building wheel for numpy (pyproject.toml): still running...
  375.   Building wheel for numpy (pyproject.toml): still running...
  376.   Building wheel for numpy (pyproject.toml): still running...
  377.   Building wheel for numpy (pyproject.toml): still running...
  378.   Building wheel for numpy (pyproject.toml): still running...
  379.   Building wheel for numpy (pyproject.toml): still running...
  380.   Building wheel for numpy (pyproject.toml): still running...
  381.   Building wheel for numpy (pyproject.toml): finished with status 'done'
  382.   Created wheel for numpy: filename=numpy-1.21.4-cp39-cp39-linux_x86_64.whl size=7517127 sha256=4a73f05a5a43e041feee2de3ab4ea5cce271b302187c64213dcea4b5097636b1
  383.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/14/97/c6/165e4deb0c59cfe0601822a5352d86f3ec79285d6429a07c1c
  384.   Building wheel for autobahn (setup.py): started
  385.   Building wheel for autobahn (setup.py): finished with status 'done'
  386.   Created wheel for autobahn: filename=autobahn-21.11.1-py2.py3-none-any.whl size=505959 sha256=60723b6d181cd46117c237409ae9dd4f6df259adc8ddd823f0a8aa179b2ced9e
  387.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/e1/d0/11/9419e4b4b787978800e7f311c6656405bac0ab0cd46e0c1bdc
  388.   Building wheel for ruamel.yaml.clib (setup.py): started
  389.   Building wheel for ruamel.yaml.clib (setup.py): finished with status 'done'
  390.   Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.6-cp39-cp39-linux_x86_64.whl size=160619 sha256=abb20406c0efeac1db6a3222e151f6284545cba3409509664d587adeb5d498a8
  391.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/b1/c4/5d/d96e5c09189f4d6d2a9ffb0d7af04ee06d11a20f613f5f3496
  392.   Building wheel for hiredis (setup.py): started
  393.   Building wheel for hiredis (setup.py): finished with status 'done'
  394.   Created wheel for hiredis: filename=hiredis-2.0.0-cp39-cp39-linux_x86_64.whl size=25579 sha256=34f7bd0de8d7fcba37cdbd3881cdb8193fe04f08c5a95f2d22a884ffabdc579d
  395.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/1f/96/48/5de74013520262f5bb49e054a78d91259b4277f10f656a54f7
  396.   Building wheel for zope.interface (setup.py): started
  397.   Building wheel for zope.interface (setup.py): finished with status 'done'
  398.   Created wheel for zope.interface: filename=zope.interface-5.4.0-cp39-cp39-linux_x86_64.whl size=210885 sha256=0631a911da08097f5f712ccad60ec64d366d0351da0f30df54722044fa95870a
  399.   Stored in directory: /tmp/pip-ephem-wheel-cache-zife_ohn/wheels/d8/ed/86/a6eaafa489d679f58d58a488b372b1518a30755f21121806ac
  400.   Building wheel for cffi (setup.py): started
  401.   Building wheel for cffi (setup.py): finished with status 'error'
  402.   ERROR: Command errored out with exit status 1:
  403.    command: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-i_ogwy7i/cffi_959277faab44497892b4936b4450ae82/setup.py'"'"'; __file__='"'"'/tmp/pip-install-i_ogwy7i/cffi_959277faab44497892b4936b4450ae82/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'"'"'))' bdist_wheel -d /tmp/pip-wheel-diap306s
  404.        cwd: /tmp/pip-install-i_ogwy7i/cffi_959277faab44497892b4936b4450ae82/
  405.   Complete output (56 lines):
  406.   Package libffi was not found in the pkg-config search path.
  407.   Perhaps you should add the directory containing `libffi.pc'
  408.  to the PKG_CONFIG_PATH environment variable
  409.  Package 'libffi', required by 'virtual:world', not found
  410.  Package libffi was not found in the pkg-config search path.
  411.  Perhaps you should add the directory containing `libffi.pc'
  412.   to the PKG_CONFIG_PATH environment variable
  413.   Package 'libffi', required by 'virtual:world', not found
  414.   Package libffi was not found in the pkg-config search path.
  415.   Perhaps you should add the directory containing `libffi.pc'
  416.  to the PKG_CONFIG_PATH environment variable
  417.  Package 'libffi', required by 'virtual:world', not found
  418.  Package libffi was not found in the pkg-config search path.
  419.  Perhaps you should add the directory containing `libffi.pc'
  420.   to the PKG_CONFIG_PATH environment variable
  421.   Package 'libffi', required by 'virtual:world', not found
  422.   Package libffi was not found in the pkg-config search path.
  423.   Perhaps you should add the directory containing `libffi.pc'
  424.  to the PKG_CONFIG_PATH environment variable
  425.  Package 'libffi', required by 'virtual:world', not found
  426.  running bdist_wheel
  427.  running build
  428.  running build_py
  429.  creating build
  430.  creating build/lib.linux-x86_64-3.9
  431.  creating build/lib.linux-x86_64-3.9/cffi
  432.  copying cffi/api.py -> build/lib.linux-x86_64-3.9/cffi
  433.  copying cffi/lock.py -> build/lib.linux-x86_64-3.9/cffi
  434.  copying cffi/recompiler.py -> build/lib.linux-x86_64-3.9/cffi
  435.  copying cffi/cparser.py -> build/lib.linux-x86_64-3.9/cffi
  436.  copying cffi/error.py -> build/lib.linux-x86_64-3.9/cffi
  437.  copying cffi/__init__.py -> build/lib.linux-x86_64-3.9/cffi
  438.  copying cffi/model.py -> build/lib.linux-x86_64-3.9/cffi
  439.  copying cffi/commontypes.py -> build/lib.linux-x86_64-3.9/cffi
  440.  copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.9/cffi
  441.  copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.9/cffi
  442.  copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.9/cffi
  443.  copying cffi/verifier.py -> build/lib.linux-x86_64-3.9/cffi
  444.  copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.9/cffi
  445.  copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.9/cffi
  446.  copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.9/cffi
  447.  copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.9/cffi
  448.  copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.9/cffi
  449.  copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.9/cffi
  450.  copying cffi/_embedding.h -> build/lib.linux-x86_64-3.9/cffi
  451.  copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.9/cffi
  452.  running build_ext
  453.  building '_cffi_backend' extension
  454.  creating build/temp.linux-x86_64-3.9
  455.  creating build/temp.linux-x86_64-3.9/c
  456.  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/local/include/python3.9 -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.9/c/_cffi_backend.o
  457.  c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
  458.     15 | #include <ffi.h>
  459.        |          ^~~~~~~
  460.  compilation terminated.
  461.  error: command '/usr/bin/gcc' failed with exit code 1
  462.  ----------------------------------------
  463.  ERROR: Failed building wheel for cffi
  464.  Running setup.py clean for cffi
  465. ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects
  466. Successfully built djangorestframework-camel-case Pillow psycopg2 googlemaps coreschema msgpack numpy autobahn ruamel.yaml.clib hiredis zope.interface
  467. Failed to build opencv-python cffi
  468. Running after_script
  469. 00:00
  470. Uploading artifacts for failed job
  471. 00:00
  472. Uploading artifacts...
  473. WARNING: PIP_CI_JOB_ID.env: no matching files      
  474. ERROR: No files to upload                          
  475. ERROR: Job failed: command terminated with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement