Skip to content

I can not build by the docker-compose.yml #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gorovoy opened this issue Nov 24, 2019 · 2 comments
Open

I can not build by the docker-compose.yml #4

gorovoy opened this issue Nov 24, 2019 · 2 comments

Comments

@gorovoy
Copy link

gorovoy commented Nov 24, 2019

Pulling dnmonster (amouat/dnmonster:1.0)...
1.0: Pulling from amouat/dnmonster
a3ed95caeb02: Pull complete
453d13af6c96: Pull complete
e41066909f56: Pull complete
dcb8d2043cc2: Pull complete
52f3d8b24a47: Pull complete
63a59bfeebea: Pull complete
3af45521b125: Pull complete
38899e8b0517: Pull complete
0d9930871a01: Pull complete
9efc94470c0f: Pull complete
c3a82e7a1711: Pull complete
0bf866538d70: Pull complete
Digest: sha256:61e00b2197b81dd67e8123e04daede646c9c59bc39d5641d2d1c63b10f190479
Status: Downloaded newer image for amouat/dnmonster:1.0
Pulling redis (redis:3.0)...
3.0: Pulling from library/redis
f5cc0ee7a6f6: Pull complete
5fc25ed18e87: Pull complete
e025bc8872f6: Pull complete
77c68b51b836: Pull complete
7c403ece3755: Pull complete
0a653bd338f4: Pull complete
31531fd948c6: Pull complete
Digest: sha256:730b765df9fe96af414da64a2b67f3a5f70b8fd13a31e5096fee4807ed802e20
Status: Downloaded newer image for redis:3.0
Building identidock
Step 1/9 : FROM python:3.4
---> 8c62b065252f
Step 2/9 : RUN groupadd -r uwsgi && useradd -r -g uwsgi uwsgi
---> Using cache
---> 2095178b31cd
Step 3/9 : RUN pip install Flask==0.10.1 uWSGI==2.0.8 requests==2.5.1 redis==2.10.3
---> Running in 3cbd8952e096
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
Collecting Flask==0.10.1
Downloading https://files.pythonhosted.org/packages/db/9c/149ba60c47d107f85fe52564133348458f093dd5e6b57a5b60ab9ac517bb/Flask-0.10.1.tar.gz (544kB)
Collecting uWSGI==2.0.8
Downloading https://files.pythonhosted.org/packages/4c/3f/7276c97817bd710aada1e3e69f45d6eed11fc625474a34f57799f762d77f/uwsgi-2.0.8.tar.gz (775kB)
Collecting requests==2.5.1
Downloading https://files.pythonhosted.org/packages/54/9a/ee6051b19c62728d5467dead279c532798c287e39c3bc8becb1cfa9f525a/requests-2.5.1-py2.py3-none-any.whl (464kB)
Collecting redis==2.10.3
Downloading https://files.pythonhosted.org/packages/37/a8/42e2f2785339cd0a4b4f42316b767ccbf68acf05eb1ba20d737599cccecd/redis-2.10.3.tar.gz (86kB)
Collecting Werkzeug>=0.7 (from Flask==0.10.1)
Downloading https://files.pythonhosted.org/packages/ce/42/3aeda98f96e85fd26180534d36570e4d18108d62ae36f87694b476b83d6f/Werkzeug-0.16.0-py2.py3-none-any.whl (327kB)
Collecting Jinja2>=2.4 (from Flask==0.10.1)
Downloading https://files.pythonhosted.org/packages/65/e0/eb35e762802015cab1ccee04e8a277b03f1d8e53da3ec3106882ec42558b/Jinja2-2.10.3-py2.py3-none-any.whl (125kB)
Collecting itsdangerous>=0.21 (from Flask==0.10.1)
Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from Jinja2>=2.4->Flask==0.10.1)
Downloading https://files.pythonhosted.org/packages/99/c9/5d5dcf2aa90f1d4500e92467a04f63b3708ee6e5764b40b2445e767ab8dc/MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl
Building wheels for collected packages: Flask, uWSGI, redis
Building wheel for Flask (setup.py): started
Building wheel for Flask (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/e1/f2/be/1c4f307a41aad7e632f79c0242a2714ecde24b663da3519665
Building wheel for uWSGI (setup.py): started
Building wheel for uWSGI (setup.py): finished with status 'error'
Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-ixl4b_f5/uWSGI/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/pip-wheel-awz3mxw_ --python-tag cp34:
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying uwsgidecorators.py -> build/lib
installing to build/bdist.linux-x86_64/wheel
running install
using profile: buildconf/default.ini
detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/6/include', '/usr/local/include', '/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed', '/usr/include/x86_64-linux-gnu', '/usr/include']
Patching "bin_name" to properly install_scripts dir
detected CPU cores: 4
configured CFLAGS: -O2 -I. -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-format -Wno-format-security -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_VERSION=""2.0.8"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="8" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="""" -DUWSGI_YAML -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=""."" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);"
*** uWSGI compiling server core ***
[thread 1][gcc -pthread] core/utils.o
[thread 3][gcc -pthread] core/protocol.o
[thread 2][gcc -pthread] core/socket.o
[thread 0][gcc -pthread] core/logging.o
[thread 3][gcc -pthread] core/master.o
[thread 0][gcc -pthread] core/master_utils.o
[thread 2][gcc -pthread] core/emperor.o
[thread 3][gcc -pthread] core/notify.o
[thread 3][gcc -pthread] core/mule.o
[thread 0][gcc -pthread] core/subscription.o
[thread 1][gcc -pthread] core/stats.o
[thread 3][gcc -pthread] core/sendfile.o
[thread 2][gcc -pthread] core/async.o
[thread 3][gcc -pthread] core/master_checks.o
[thread 1][gcc -pthread] core/fifo.o
[thread 0][gcc -pthread] core/offload.o
[thread 2][gcc -pthread] core/io.o
[thread 1][gcc -pthread] core/static.o
[thread 3][gcc -pthread] core/websockets.o
[thread 0][gcc -pthread] core/spooler.o
[thread 3][gcc -pthread] core/snmp.o
[thread 1][gcc -pthread] core/exceptions.o
[thread 2][gcc -pthread] core/config.o
[thread 0][gcc -pthread] core/setup_utils.o
[thread 3][gcc -pthread] core/clock.o
[thread 1][gcc -pthread] core/init.o
[thread 0][gcc -pthread] core/buffer.o
[thread 3][gcc -pthread] core/reader.o
[thread 2][gcc -pthread] core/writer.o
[thread 1][gcc -pthread] core/alarm.o
[thread 0][gcc -pthread] core/cron.o
[thread 3][gcc -pthread] core/hooks.o
[thread 2][gcc -pthread] core/plugins.o
[thread 1][gcc -pthread] core/lock.o
[thread 0][gcc -pthread] core/cache.o
[thread 3][gcc -pthread] core/daemons.o
[thread 2][gcc -pthread] core/errors.o
[thread 1][gcc -pthread] core/hash.o
[thread 2][gcc -pthread] core/master_events.o
[thread 1][gcc -pthread] core/chunked.o
[thread 3][gcc -pthread] core/queue.o
[thread 2][gcc -pthread] core/event.o
[thread 1][gcc -pthread] core/signal.o
[thread 3][gcc -pthread] core/strings.o
[thread 0][gcc -pthread] core/progress.o
[thread 2][gcc -pthread] core/timebomb.o
[thread 0][gcc -pthread] core/ini.o
[thread 1][gcc -pthread] core/fsmon.o
[thread 3][gcc -pthread] core/mount.o
[thread 2][gcc -pthread] core/metrics.o
[thread 0][gcc -pthread] core/plugins_builder.o
[thread 1][gcc -pthread] core/sharedarea.o
[thread 3][gcc -pthread] core/rpc.o
[thread 0][gcc -pthread] core/gateway.o
[thread 3][gcc -pthread] core/loop.o
[thread 1][gcc -pthread] core/cookie.o
[thread 0][gcc -pthread] core/querystring.o
[thread 2][gcc -pthread] core/rb_timers.o
[thread 3][gcc -pthread] core/transformations.o
[thread 1][gcc -pthread] core/uwsgi.o
[thread 0][gcc -pthread] proto/base.o
[thread 3][gcc -pthread] proto/uwsgi.o
[thread 2][gcc -pthread] proto/http.o
[thread 0][gcc -pthread] proto/fastcgi.o
[thread 3][gcc -pthread] proto/scgi.o
[thread 2][gcc -pthread] proto/puwsgi.o
[thread 3][gcc -pthread] lib/linux_ns.o
[thread 0][gcc -pthread] core/zlib.o
[thread 2][gcc -pthread] core/regexp.o
[thread 0][gcc -pthread] core/routing.o
[thread 3][gcc -pthread] core/yaml.o
[thread 2][gcc -pthread] core/ssl.o
[thread 3][gcc -pthread] core/legion.o
[thread 2][gcc -pthread] core/xmlconf.o
[thread 1][gcc -pthread] core/dot_h.o
[thread 1][gcc -pthread] core/config_py.o
*** uWSGI compiling embedded plugins ***
[thread 1][gcc -pthread] plugins/python/python_plugin.o
[thread 2][gcc -pthread] plugins/python/pyutils.o
[thread 0][gcc -pthread] plugins/python/pyloader.o
[thread 3][gcc -pthread] plugins/python/wsgi_handlers.o
[thread 2][gcc -pthread] plugins/python/wsgi_headers.o
[thread 3][gcc -pthread] plugins/python/wsgi_subhandler.o
[thread 0][gcc -pthread] plugins/python/web3_subhandler.o
[thread 2][gcc -pthread] plugins/python/pump_subhandler.o
[thread 1][gcc -pthread] plugins/python/gil.o
[thread 3][gcc -pthread] plugins/python/uwsgi_pymodule.o
[thread 0][gcc -pthread] plugins/python/profiler.o
[thread 1][gcc -pthread] plugins/python/symimporter.o
[thread 2][gcc -pthread] plugins/python/tracebacker.o
[thread 0][gcc -pthread] plugins/python/raw.o
[thread 0][gcc -pthread] plugins/gevent/gevent.o
[thread 2][gcc -pthread] plugins/gevent/hooks.o
[thread 1][gcc -pthread] plugins/ping/ping_plugin.o
[thread 1][gcc -pthread] plugins/cache/cache.o
[thread 2][gcc -pthread] plugins/nagios/nagios.o
[thread 0][gcc -pthread] plugins/rrdtool/rrdtool.o
[thread 1][gcc -pthread] plugins/carbon/carbon.o
[thread 2][gcc -pthread] plugins/rpc/rpc_plugin.o
[thread 0][gcc -pthread] plugins/corerouter/cr_common.o
[thread 3][gcc -pthread] plugins/corerouter/cr_map.o
[thread 1][gcc -pthread] plugins/corerouter/corerouter.o
[thread 0][gcc -pthread] plugins/fastrouter/fastrouter.o
plugins/corerouter/cr_map.c: In function ‘uwsgi_cr_map_use_static_nodes’:
plugins/corerouter/cr_map.c:154:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (!next_node)
^~
plugins/corerouter/cr_map.c:157:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
while (tmp_node != next_node) {
^~~~~
[thread 2][gcc -pthread] plugins/http/http.o
cc1: all warnings being treated as errors


Running setup.py clean for uWSGI
Failed building wheel for uWSGI
Building wheel for redis (setup.py): started
Building wheel for redis (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/d4/92/f1/9c5f585c790d318516a619bbb893e02c16c75107b130cf8f03
Successfully built Flask redis
Failed to build uWSGI
Installing collected packages: Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, uWSGI, requests, redis
Running setup.py install for uWSGI: started
Running setup.py install for uWSGI: finished with status 'error'
Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-ixl4b_f5/uWSGI/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-record-kig9edot/install-record.txt --single-version-externally-managed --compile:
running install
using profile: buildconf/default.ini
detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/6/include', '/usr/local/include', '/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed', '/usr/include/x86_64-linux-gnu', '/usr/include']
Patching "bin_name" to properly install_scripts dir
detected CPU cores: 4
configured CFLAGS: -O2 -I. -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-format -Wno-format-security -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_VERSION=""2.0.8"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="8" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="""" -DUWSGI_YAML -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=""."" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);"
*** uWSGI compiling server core ***
core/utils.o is up to date
core/protocol.o is up to date
core/socket.o is up to date
core/logging.o is up to date
core/master.o is up to date
core/master_utils.o is up to date
core/emperor.o is up to date
core/notify.o is up to date
core/mule.o is up to date
core/subscription.o is up to date
core/stats.o is up to date
core/sendfile.o is up to date
core/async.o is up to date
core/master_checks.o is up to date
core/fifo.o is up to date
core/offload.o is up to date
core/io.o is up to date
core/static.o is up to date
core/websockets.o is up to date
core/spooler.o is up to date
core/snmp.o is up to date
core/exceptions.o is up to date
core/config.o is up to date
core/setup_utils.o is up to date
core/clock.o is up to date
core/init.o is up to date
core/buffer.o is up to date
core/reader.o is up to date
core/writer.o is up to date
core/alarm.o is up to date
core/cron.o is up to date
core/hooks.o is up to date
core/plugins.o is up to date
core/lock.o is up to date
core/cache.o is up to date
core/daemons.o is up to date
core/errors.o is up to date
core/hash.o is up to date
core/master_events.o is up to date
core/chunked.o is up to date
core/queue.o is up to date
core/event.o is up to date
core/signal.o is up to date
core/strings.o is up to date
core/progress.o is up to date
core/timebomb.o is up to date
core/ini.o is up to date
core/fsmon.o is up to date
core/mount.o is up to date
core/metrics.o is up to date
core/plugins_builder.o is up to date
core/sharedarea.o is up to date
core/rpc.o is up to date
core/gateway.o is up to date
core/loop.o is up to date
core/cookie.o is up to date
core/querystring.o is up to date
core/rb_timers.o is up to date
core/transformations.o is up to date
core/uwsgi.o is up to date
proto/base.o is up to date
proto/uwsgi.o is up to date
proto/http.o is up to date
proto/fastcgi.o is up to date
proto/scgi.o is up to date
proto/puwsgi.o is up to date
lib/linux_ns.o is up to date
core/zlib.o is up to date
core/regexp.o is up to date
core/routing.o is up to date
core/yaml.o is up to date
core/ssl.o is up to date
core/legion.o is up to date
core/xmlconf.o is up to date
[thread 2][gcc -pthread] core/dot_h.o
[thread 1][gcc -pthread] core/config_py.o
*** uWSGI compiling embedded plugins ***
plugins/python/python_plugin.o is up to date
plugins/python/pyutils.o is up to date
plugins/python/pyloader.o is up to date
plugins/python/wsgi_handlers.o is up to date
plugins/python/wsgi_headers.o is up to date
plugins/python/wsgi_subhandler.o is up to date
plugins/python/web3_subhandler.o is up to date
plugins/python/pump_subhandler.o is up to date
plugins/python/gil.o is up to date
plugins/python/uwsgi_pymodule.o is up to date
plugins/python/profiler.o is up to date
plugins/python/symimporter.o is up to date
plugins/python/tracebacker.o is up to date
plugins/python/raw.o is up to date
plugins/gevent/gevent.o is up to date
plugins/gevent/hooks.o is up to date
plugins/ping/ping_plugin.o is up to date
plugins/cache/cache.o is up to date
plugins/nagios/nagios.o is up to date
plugins/rrdtool/rrdtool.o is up to date
plugins/carbon/carbon.o is up to date
plugins/rpc/rpc_plugin.o is up to date
plugins/corerouter/cr_common.o is up to date
[thread 0][gcc -pthread] plugins/corerouter/cr_map.o
plugins/corerouter/corerouter.o is up to date
plugins/fastrouter/fastrouter.o is up to date
plugins/http/http.o is up to date
[thread 3][gcc -pthread] plugins/http/keepalive.o
[thread 2][gcc -pthread] plugins/http/https.o
[thread 1][gcc -pthread] plugins/http/spdy3.o
plugins/corerouter/cr_map.c: In function ‘uwsgi_cr_map_use_static_nodes’:
plugins/corerouter/cr_map.c:154:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (!next_node)
^~
plugins/corerouter/cr_map.c:157:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
while (tmp_node != next_node) {
^~~~~
cc1: all warnings being treated as errors

----------------------------------------

Command "/usr/local/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-ixl4b_f5/uWSGI/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-record-kig9edot/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-ixl4b_f5/uWSGI/
You are using pip version 19.0.3, however version 19.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
ERROR: Service 'identidock' failed to build: The command '/bin/sh -c pip install Flask==0.10.1 uWSGI==2.0.8 requests==2.5.1 redis==2.10.3' returned a non-zero code: 1

@grmnga
Copy link

grmnga commented Mar 17, 2020

The same thing

@chrisperrault
Copy link

Try changing the uWSGI=2.0.8 in the Dockerfile to uWSGI=2.0.19. So:
RUN pip install Flask==0.10.1 uWSGI==2.0.8 requests==2.5.1 redis==2.10.3

Becomes:
RUN pip install Flask==0.10.1 uWSGI==2.0.19 requests==2.5.1 redis==2.10.3

This got me past the build as I'm guessing some of these versions of the components are out of date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants