Skip to content

Instantly share code, notes, and snippets.

@cs01
Created August 1, 2019 03:42
Show Gist options
  • Save cs01/174f417c0857e11d9beffa4d17e600ac to your computer and use it in GitHub Desktop.
Save cs01/174f417c0857e11d9beffa4d17e600ac to your computer and use it in GitHub Desktop.
pip install pyzmq on python 3.8b3
> pip install pyzmq
Collecting pyzmq
Using cached https://files.pythonhosted.org/packages/a8/5e/7e4ed045fc1fb7667de4975fe8b6ab6b358b16bcc59e8349c9bd092931b6/pyzmq-18.0.2.tar.gz
Installing collected packages: pyzmq
Running setup.py install for pyzmq ... error
ERROR: Command errored out with exit status 1:
command: /tmp/pvenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6mnvkxwv/pyzmq/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6mnvkxwv/pyzmq/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-57y2pv8f/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/pvenv/include/site/python3.8/pyzmq
cwd: /tmp/pip-install-6mnvkxwv/pyzmq/
Complete output (558 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/zmq
copying zmq/error.py -> build/lib.linux-x86_64-3.8/zmq
copying zmq/decorators.py -> build/lib.linux-x86_64-3.8/zmq
copying zmq/__init__.py -> build/lib.linux-x86_64-3.8/zmq
copying zmq/_future.py -> build/lib.linux-x86_64-3.8/zmq
creating build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/context.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/version.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/__init__.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/stopwatch.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/tracker.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/socket.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/poll.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/frame.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/constants.py -> build/lib.linux-x86_64-3.8/zmq/sugar
copying zmq/sugar/attrsettr.py -> build/lib.linux-x86_64-3.8/zmq/sugar
creating build/lib.linux-x86_64-3.8/zmq/asyncio
copying zmq/asyncio/__init__.py -> build/lib.linux-x86_64-3.8/zmq/asyncio
creating build/lib.linux-x86_64-3.8/zmq/backend
copying zmq/backend/select.py -> build/lib.linux-x86_64-3.8/zmq/backend
copying zmq/backend/__init__.py -> build/lib.linux-x86_64-3.8/zmq/backend
creating build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/__init__.py -> build/lib.linux-x86_64-3.8/zmq/backend/cython
creating build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/_cffi.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/error.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/_poll.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/context.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/__init__.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/socket.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/utils.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/message.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/constants.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/devices.py -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
creating build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_monitor.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_future.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_includes.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_monqueue.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_socket.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_zmqstream.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_message.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_version.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_pubsub.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_etc.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_security.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_ssh.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_pair.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_ioloop.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_auth.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/__init__.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_imports.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_retry_eintr.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_constants.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_cffi_backend.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_multipart.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_z85.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_log.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_context.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_reqrep.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_device.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_win32_shim.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_decorators.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_error.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_proxy_steerable.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_poll.py -> build/lib.linux-x86_64-3.8/zmq/tests
copying zmq/tests/test_draft.py -> build/lib.linux-x86_64-3.8/zmq/tests
creating build/lib.linux-x86_64-3.8/zmq/tests/asyncio
copying zmq/tests/asyncio/test_asyncio.py -> build/lib.linux-x86_64-3.8/zmq/tests/asyncio
copying zmq/tests/asyncio/__init__.py -> build/lib.linux-x86_64-3.8/zmq/tests/asyncio
copying zmq/tests/asyncio/_test_asyncio.py -> build/lib.linux-x86_64-3.8/zmq/tests/asyncio
creating build/lib.linux-x86_64-3.8/zmq/auth
copying zmq/auth/certs.py -> build/lib.linux-x86_64-3.8/zmq/auth
copying zmq/auth/ioloop.py -> build/lib.linux-x86_64-3.8/zmq/auth
copying zmq/auth/__init__.py -> build/lib.linux-x86_64-3.8/zmq/auth
copying zmq/auth/thread.py -> build/lib.linux-x86_64-3.8/zmq/auth
copying zmq/auth/base.py -> build/lib.linux-x86_64-3.8/zmq/auth
creating build/lib.linux-x86_64-3.8/zmq/auth/asyncio
copying zmq/auth/asyncio/__init__.py -> build/lib.linux-x86_64-3.8/zmq/auth/asyncio
creating build/lib.linux-x86_64-3.8/zmq/ssh
copying zmq/ssh/tunnel.py -> build/lib.linux-x86_64-3.8/zmq/ssh
copying zmq/ssh/__init__.py -> build/lib.linux-x86_64-3.8/zmq/ssh
copying zmq/ssh/forward.py -> build/lib.linux-x86_64-3.8/zmq/ssh
creating build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/monitor.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/jsonapi.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/strtypes.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/__init__.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/sixcerpt.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/interop.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/z85.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/garbage.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/constant_names.py -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/win32.py -> build/lib.linux-x86_64-3.8/zmq/utils
creating build/lib.linux-x86_64-3.8/zmq/log
copying zmq/log/handlers.py -> build/lib.linux-x86_64-3.8/zmq/log
copying zmq/log/__init__.py -> build/lib.linux-x86_64-3.8/zmq/log
creating build/lib.linux-x86_64-3.8/zmq/eventloop
copying zmq/eventloop/ioloop.py -> build/lib.linux-x86_64-3.8/zmq/eventloop
copying zmq/eventloop/future.py -> build/lib.linux-x86_64-3.8/zmq/eventloop
copying zmq/eventloop/__init__.py -> build/lib.linux-x86_64-3.8/zmq/eventloop
copying zmq/eventloop/_deprecated.py -> build/lib.linux-x86_64-3.8/zmq/eventloop
copying zmq/eventloop/zmqstream.py -> build/lib.linux-x86_64-3.8/zmq/eventloop
creating build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
copying zmq/eventloop/minitornado/concurrent.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
copying zmq/eventloop/minitornado/util.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
copying zmq/eventloop/minitornado/ioloop.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
copying zmq/eventloop/minitornado/log.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
copying zmq/eventloop/minitornado/__init__.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
copying zmq/eventloop/minitornado/stack_context.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado
creating build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
copying zmq/eventloop/minitornado/platform/windows.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
copying zmq/eventloop/minitornado/platform/interface.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
copying zmq/eventloop/minitornado/platform/auto.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
copying zmq/eventloop/minitornado/platform/common.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
copying zmq/eventloop/minitornado/platform/__init__.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
copying zmq/eventloop/minitornado/platform/posix.py -> build/lib.linux-x86_64-3.8/zmq/eventloop/minitornado/platform
creating build/lib.linux-x86_64-3.8/zmq/devices
copying zmq/devices/monitoredqueue.py -> build/lib.linux-x86_64-3.8/zmq/devices
copying zmq/devices/proxydevice.py -> build/lib.linux-x86_64-3.8/zmq/devices
copying zmq/devices/__init__.py -> build/lib.linux-x86_64-3.8/zmq/devices
copying zmq/devices/monitoredqueuedevice.py -> build/lib.linux-x86_64-3.8/zmq/devices
copying zmq/devices/proxysteerabledevice.py -> build/lib.linux-x86_64-3.8/zmq/devices
copying zmq/devices/basedevice.py -> build/lib.linux-x86_64-3.8/zmq/devices
creating build/lib.linux-x86_64-3.8/zmq/green
copying zmq/green/__init__.py -> build/lib.linux-x86_64-3.8/zmq/green
copying zmq/green/device.py -> build/lib.linux-x86_64-3.8/zmq/green
copying zmq/green/poll.py -> build/lib.linux-x86_64-3.8/zmq/green
copying zmq/green/core.py -> build/lib.linux-x86_64-3.8/zmq/green
creating build/lib.linux-x86_64-3.8/zmq/green/eventloop
copying zmq/green/eventloop/ioloop.py -> build/lib.linux-x86_64-3.8/zmq/green/eventloop
copying zmq/green/eventloop/__init__.py -> build/lib.linux-x86_64-3.8/zmq/green/eventloop
copying zmq/green/eventloop/zmqstream.py -> build/lib.linux-x86_64-3.8/zmq/green/eventloop
copying zmq/backend/cython/context.pxd -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/message.pxd -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/libzmq.pxd -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/checkrc.pxd -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/socket.pxd -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/constant_enums.pxi -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cython/constants.pxi -> build/lib.linux-x86_64-3.8/zmq/backend/cython
copying zmq/backend/cffi/_cdefs.h -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/backend/cffi/_verify.c -> build/lib.linux-x86_64-3.8/zmq/backend/cffi
copying zmq/utils/buffers.pxd -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/zmq_constants.h -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/pyversion_compat.h -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/getpid_compat.h -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/ipcmaxlen.h -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/zmq_compat.h -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/utils/mutex.h -> build/lib.linux-x86_64-3.8/zmq/utils
copying zmq/devices/monitoredqueue.pxd -> build/lib.linux-x86_64-3.8/zmq/devices
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
running configure
pkg-config not found
{'libraries': ['zmq'], 'include_dirs': ['/tmp/pvenv/include'], 'library_dirs': ['/tmp/pvenv/lib'], 'runtime_library_dirs': ['/tmp/pvenv/lib'], 'extra_link_args': []}
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tmp/pvenv/include -c build/temp.linux-x86_64-3.8/scratch/check_sys_un.c -o build/temp.linux-x86_64-3.8/scratch/check_sys_un.o
gcc -pthread build/temp.linux-x86_64-3.8/scratch/check_sys_un.o -L/tmp/pvenv/lib -Wl,--enable-new-dtags,-R/tmp/pvenv/lib -o build/temp.linux-x86_64-3.8/scratch/check_sys_un
************************************************
Configure: Autodetecting ZMQ settings...
Custom ZMQ dir:
Checking for timer_create
** Errors about missing timer_create are a normal part of this process **
creating build/temp.linux-x86_64-3.8/scratch/tmp
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -c /tmp/timer_createp41q22wh.c -o build/temp.linux-x86_64-3.8/scratch/tmp/timer_createp41q22wh.o
/tmp/timer_createp41q22wh.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/tmp/timer_createp41q22wh.c: In function ‘main’:
/tmp/timer_createp41q22wh.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
timer_create();
^~~~~~~~~~~~
gcc -pthread build/temp.linux-x86_64-3.8/scratch/tmp/timer_createp41q22wh.o -o build/temp.linux-x86_64-3.8/scratch/a.out
build/temp.linux-x86_64-3.8/scratch/tmp/timer_createp41q22wh.o: In function `main':
/tmp/timer_createp41q22wh.c:2: undefined reference to `timer_create'
collect2: error: ld returned 1 exit status
** The above error about timer_create is normal and not a problem! **
no timer_create, linking librt
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tmp/pvenv/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-x86_64-3.8/scratch/vers.c -o build/temp.linux-x86_64-3.8/scratch/vers.o
build/temp.linux-x86_64-3.8/scratch/vers.c:4:10: fatal error: zmq.h: No such file or directory
#include "zmq.h"
^~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
Failed with default libzmq, trying again with /usr/local
{'libraries': ['zmq'], 'include_dirs': ['/usr/local/include'], 'library_dirs': ['/usr/local/lib'], 'runtime_library_dirs': ['/usr/local/lib'], 'extra_link_args': []}
************************************************
Configure: Autodetecting ZMQ settings...
Custom ZMQ dir: /usr/local
Checking for timer_create
** Errors about missing timer_create are a normal part of this process **
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -c /tmp/timer_createqoh0e14p.c -o build/temp.linux-x86_64-3.8/scratch/tmp/timer_createqoh0e14p.o
/tmp/timer_createqoh0e14p.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/tmp/timer_createqoh0e14p.c: In function ‘main’:
/tmp/timer_createqoh0e14p.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
timer_create();
^~~~~~~~~~~~
Assembler messages:
Fatal error: can't create build/temp.linux-x86_64-3.8/scratch/tmp/timer_createqoh0e14p.o: No such file or directory
** The above error about timer_create is normal and not a problem! **
no timer_create, linking librt
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-x86_64-3.8/scratch/vers.c -o build/temp.linux-x86_64-3.8/scratch/vers.o
build/temp.linux-x86_64-3.8/scratch/vers.c:4:10: fatal error: zmq.h: No such file or directory
#include "zmq.h"
^~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
************************************************
Warning: Couldn't find an acceptable libzmq on the system.
If you expected pyzmq to link against an installed libzmq, please check to make sure:
* You have a C compiler installed
* A development version of Python is installed (including headers)
* A development version of ZMQ >= 3.2 is installed (including headers)
* If ZMQ is not in a default location, supply the argument --zmq=<path>
* If you did recently install ZMQ to a default location,
try rebuilding the ld cache with `sudo ldconfig`
or specify zmq's location with `--zmq=/usr/local`
You can skip all this detection/waiting nonsense if you know
you want pyzmq to bundle libzmq as an extension by passing:
`--zmq=bundled`
I will now try to build libzmq as a Python extension
unless you interrupt me (^C) in the next 10 seconds...
1...
************************************************
Using bundled libzmq
already have bundled/zeromq
attempting ./configure to generate platform.hpp
Warning: failed to configure libzmq:
b'/bin/sh: 1: ./configure: not found\n'
staging platform.hpp from: /tmp/pip-install-6mnvkxwv/pyzmq/buildutils/include_linux
************************************************
checking for timer_create
creating build/temp.linux-x86_64-3.8/tmp
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -c /tmp/timer_createp8iqxz5f.c -o build/temp.linux-x86_64-3.8/tmp/timer_createp8iqxz5f.o
/tmp/timer_createp8iqxz5f.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/tmp/timer_createp8iqxz5f.c: In function ‘main’:
/tmp/timer_createp8iqxz5f.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
timer_create();
^~~~~~~~~~~~
gcc -pthread build/temp.linux-x86_64-3.8/tmp/timer_createp8iqxz5f.o -o build/temp.linux-x86_64-3.8/a.out
build/temp.linux-x86_64-3.8/tmp/timer_createp8iqxz5f.o: In function `main':
/tmp/timer_createp8iqxz5f.c:2: undefined reference to `timer_create'
collect2: error: ld returned 1 exit status
no timer_create, linking librt
************************************************
building 'zmq.libzmq' extension
creating build/temp.linux-x86_64-3.8/buildutils
creating build/temp.linux-x86_64-3.8/bundled
creating build/temp.linux-x86_64-3.8/bundled/zeromq
creating build/temp.linux-x86_64-3.8/bundled/zeromq/src
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c buildutils/initlibzmq.c -o build/temp.linux-x86_64-3.8/buildutils/initlibzmq.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/decoder_allocators.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/decoder_allocators.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/plain_server.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/plain_server.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/rep.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/rep.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/socket_base.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socket_base.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/stream_engine.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/stream_engine.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/v1_encoder.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v1_encoder.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/mailbox_safe.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mailbox_safe.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/vmci_listener.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci_listener.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/router.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/router.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/proxy.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/proxy.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/session_base.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/session_base.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/socks_connecter.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socks_connecter.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/zmq_utils.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/zmq_utils.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/gssapi_client.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gssapi_client.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/curve_mechanism_base.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/curve_mechanism_base.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/lb.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/lb.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/poller_base.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/poller_base.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tipc_address.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tipc_address.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/scatter.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/scatter.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/socket_poller.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socket_poller.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/gssapi_mechanism_base.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gssapi_mechanism_base.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/polling_util.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/polling_util.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/vmci_connecter.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci_connecter.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/socks.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socks.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/poll.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/poll.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/ip.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ip.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/epoll.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/epoll.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/raw_encoder.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/raw_encoder.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/sub.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/sub.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/vmci.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pub.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pub.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/curve_client.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/curve_client.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/server.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/server.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/options.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/options.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/msg.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/msg.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/mechanism.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mechanism.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/io_object.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/io_object.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pgm_socket.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pgm_socket.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/devpoll.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/devpoll.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/udp_engine.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/udp_engine.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/gssapi_server.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gssapi_server.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pipe.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pipe.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/v2_decoder.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v2_decoder.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/req.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/req.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/own.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/own.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pollset.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pollset.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/signaler.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/signaler.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/err.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/err.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/ipc_connecter.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ipc_connecter.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/select.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/select.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/ipc_address.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ipc_address.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pgm_receiver.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pgm_receiver.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/curve_server.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/curve_server.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/client.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/client.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/radio.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/radio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/plain_client.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/plain_client.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/zmq.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/zmq.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/v2_encoder.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v2_encoder.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/address.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/address.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/gather.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gather.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/ctx.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ctx.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/mechanism_base.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mechanism_base.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/push.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/push.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/stream.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/stream.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/random.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/random.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/xpub.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/xpub.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/dist.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dist.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/kqueue.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/kqueue.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/thread.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/thread.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tcp.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/xsub.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/xsub.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pgm_sender.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pgm_sender.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/dgram.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dgram.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/vmci_address.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci_address.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/fq.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/fq.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/ipc_listener.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ipc_listener.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/zap_client.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/zap_client.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/clock.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/clock.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/metadata.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/metadata.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/radix_tree.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/radix_tree.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/mailbox.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mailbox.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/raw_decoder.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/raw_decoder.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tipc_connecter.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tipc_connecter.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/v1_decoder.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v1_decoder.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/reaper.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/reaper.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/io_thread.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/io_thread.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tcp_connecter.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp_connecter.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/object.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/object.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tipc_listener.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tipc_listener.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/dish.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dish.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tcp_address.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp_address.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/precompiled.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/precompiled.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/mtrie.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mtrie.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pair.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pair.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/ip_resolver.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ip_resolver.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/norm_engine.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/norm_engine.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/pull.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pull.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/timers.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/timers.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/null_mechanism.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/null_mechanism.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tcp_listener.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp_listener.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/trie.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/trie.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/udp_address.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/udp_address.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/dealer.cpp -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dealer.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c bundled/zeromq/src/tweetnacl.c -o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tweetnacl.o
bundled/zeromq/src/tweetnacl.c: In function ‘vn’:
bundled/zeromq/src/tweetnacl.c:53:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define FOR(i,n) for (i = 0;i < n;++i)
^
bundled/zeromq/src/tweetnacl.c:101:3: note: in expansion of macro ‘FOR’
FOR(i,n) d |= x[i]^y[i];
^~~
bundled/zeromq/src/tweetnacl.c: In function ‘crypto_sign’:
bundled/zeromq/src/tweetnacl.c:53:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define FOR(i,n) for (i = 0;i < n;++i)
^
bundled/zeromq/src/tweetnacl.c:767:3: note: in expansion of macro ‘FOR’
FOR(i,n) sm[64 + i] = m[i];
^~~
bundled/zeromq/src/tweetnacl.c: In function ‘crypto_sign_open’:
bundled/zeromq/src/tweetnacl.c:53:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define FOR(i,n) for (i = 0;i < n;++i)
^
bundled/zeromq/src/tweetnacl.c:834:3: note: in expansion of macro ‘FOR’
FOR(i,n) m[i] = sm[i];
^~~
bundled/zeromq/src/tweetnacl.c:53:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define FOR(i,n) for (i = 0;i < n;++i)
^
bundled/zeromq/src/tweetnacl.c:846:5: note: in expansion of macro ‘FOR’
FOR(i,n) m[i] = 0;
^~~
bundled/zeromq/src/tweetnacl.c:53:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define FOR(i,n) for (i = 0;i < n;++i)
^
bundled/zeromq/src/tweetnacl.c:850:3: note: in expansion of macro ‘FOR’
FOR(i,n) m[i] = sm[i + 64];
^~~
bundled/zeromq/src/tweetnacl.c: In function ‘sodium_init’:
bundled/zeromq/src/tweetnacl.c:982:13: warning: unused variable ‘rc’ [-Wunused-variable]
int rc = fcntl (fd, F_SETFD, FD_CLOEXEC);
^~
g++ -pthread -shared build/temp.linux-x86_64-3.8/buildutils/initlibzmq.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/decoder_allocators.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/plain_server.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/rep.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socket_base.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/stream_engine.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v1_encoder.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mailbox_safe.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci_listener.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/router.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/proxy.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/session_base.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socks_connecter.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/zmq_utils.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gssapi_client.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/curve_mechanism_base.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/lb.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/poller_base.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tipc_address.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/scatter.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socket_poller.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gssapi_mechanism_base.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/polling_util.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci_connecter.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/socks.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/poll.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ip.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/epoll.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/raw_encoder.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/sub.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pub.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/curve_client.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/server.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/options.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/msg.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mechanism.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/io_object.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pgm_socket.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/devpoll.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/udp_engine.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gssapi_server.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pipe.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v2_decoder.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/req.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/own.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pollset.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/signaler.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/err.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ipc_connecter.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/select.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ipc_address.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pgm_receiver.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/curve_server.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/client.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/radio.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/plain_client.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/zmq.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v2_encoder.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/address.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/gather.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ctx.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mechanism_base.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/push.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/stream.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/random.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/xpub.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dist.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/kqueue.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/thread.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/xsub.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pgm_sender.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dgram.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/vmci_address.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/fq.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ipc_listener.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/zap_client.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/clock.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/metadata.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/radix_tree.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mailbox.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/raw_decoder.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tipc_connecter.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/v1_decoder.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/reaper.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/io_thread.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp_connecter.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/object.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tipc_listener.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dish.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp_address.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/precompiled.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/mtrie.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pair.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/ip_resolver.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/norm_engine.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/pull.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/timers.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/null_mechanism.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tcp_listener.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/trie.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/udp_address.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/dealer.o build/temp.linux-x86_64-3.8/bundled/zeromq/src/tweetnacl.o -lrt -o build/lib.linux-x86_64-3.8/zmq/libzmq.cpython-38-x86_64-linux-gnu.so
building 'zmq.backend.cython._device' extension
creating build/temp.linux-x86_64-3.8/zmq
creating build/temp.linux-x86_64-3.8/zmq/backend
creating build/temp.linux-x86_64-3.8/zmq/backend/cython
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/tmp/pvenv/include -I/home/csmith/Downloads/Python-3.8.0b3/Include -I/home/csmith/Downloads/Python-3.8.0b3 -c zmq/backend/cython/_device.c -o build/temp.linux-x86_64-3.8/zmq/backend/cython/_device.o
zmq/backend/cython/_device.c: In function ‘__Pyx_InitCachedConstants’:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:72:25: warning: passing argument 6 of ‘PyCode_New’ makes pointer from integer without a cast [-Wint-conversion]
#define CO_OPTIMIZED 0x0001
^
zmq/backend/cython/_device.c:318:37: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^
zmq/backend/cython/_device.c:2675:62: note: in expansion of macro ‘CO_OPTIMIZED’
__pyx_codeobj__2 = (PyObject*)__Pyx_PyCode_New(3, 0, 4, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple_, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_device, 36, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__2)) __PYX_ERR(0, 36, __pyx_L1_error)
^~~~~~~~~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘int’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:2675:241: warning: passing argument 14 of ‘PyCode_New’ makes integer from pointer without a cast [-Wint-conversion]
__pyx_codeobj__2 = (PyObject*)__Pyx_PyCode_New(3, 0, 4, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple_, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_device, 36, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__2)) __PYX_ERR(0, 36, __pyx_L1_error)
^
zmq/backend/cython/_device.c:318:69: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘int’ but argument is of type ‘PyObject * {aka struct _object *}’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:2675:259: warning: passing argument 15 of ‘PyCode_New’ makes pointer from integer without a cast [-Wint-conversion]
__pyx_codeobj__2 = (PyObject*)__Pyx_PyCode_New(3, 0, 4, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple_, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_device, 36, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__2)) __PYX_ERR(0, 36, __pyx_L1_error)
^
zmq/backend/cython/_device.c:318:75: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘int’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:318:11: error: too many arguments to function ‘PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^
zmq/backend/cython/_device.c:2675:33: note: in expansion of macro ‘__Pyx_PyCode_New’
__pyx_codeobj__2 = (PyObject*)__Pyx_PyCode_New(3, 0, 4, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple_, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_device, 36, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__2)) __PYX_ERR(0, 36, __pyx_L1_error)
^~~~~~~~~~~~~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: declared here
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:72:25: warning: passing argument 6 of ‘PyCode_New’ makes pointer from integer without a cast [-Wint-conversion]
#define CO_OPTIMIZED 0x0001
^
zmq/backend/cython/_device.c:318:37: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^
zmq/backend/cython/_device.c:2690:62: note: in expansion of macro ‘CO_OPTIMIZED’
__pyx_codeobj__5 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__4, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_proxy, 68, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__5)) __PYX_ERR(0, 68, __pyx_L1_error)
^~~~~~~~~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘int’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:2690:243: warning: passing argument 14 of ‘PyCode_New’ makes integer from pointer without a cast [-Wint-conversion]
__pyx_codeobj__5 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__4, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_proxy, 68, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__5)) __PYX_ERR(0, 68, __pyx_L1_error)
^
zmq/backend/cython/_device.c:318:69: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘int’ but argument is of type ‘PyObject * {aka struct _object *}’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:2690:260: warning: passing argument 15 of ‘PyCode_New’ makes pointer from integer without a cast [-Wint-conversion]
__pyx_codeobj__5 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__4, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_proxy, 68, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__5)) __PYX_ERR(0, 68, __pyx_L1_error)
^
zmq/backend/cython/_device.c:318:75: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘int’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:318:11: error: too many arguments to function ‘PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^
zmq/backend/cython/_device.c:2690:33: note: in expansion of macro ‘__Pyx_PyCode_New’
__pyx_codeobj__5 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__4, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_zmq_backend_cython__device_pyx, __pyx_n_s_proxy, 68, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__5)) __PYX_ERR(0, 68, __pyx_L1_error)
^~~~~~~~~~~~~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: declared here
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c: In function ‘__Pyx_CreateCodeObjectForTraceback’:
zmq/backend/cython/_device.c:5013:9: warning: passing argument 14 of ‘PyCode_New’ makes integer from pointer without a cast [-Wint-conversion]
py_funcname, /*PyObject *name,*/
^
zmq/backend/cython/_device.c:318:69: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘int’ but argument is of type ‘PyObject * {aka struct _object *}’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:5014:9: warning: passing argument 15 of ‘PyCode_New’ makes pointer from integer without a cast [-Wint-conversion]
py_line,
^
zmq/backend/cython/_device.c:318:75: note: in definition of macro ‘__Pyx_PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘int’
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
zmq/backend/cython/_device.c:318:11: error: too many arguments to function ‘PyCode_New’
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
^
zmq/backend/cython/_device.c:5000:15: note: in expansion of macro ‘__Pyx_PyCode_New’
py_code = __Pyx_PyCode_New(
^~~~~~~~~~~~~~~~
In file included from /home/csmith/Downloads/Python-3.8.0b3/Include/compile.h:5:0,
from /home/csmith/Downloads/Python-3.8.0b3/Include/Python.h:138,
from zmq/backend/cython/_device.c:4:
/home/csmith/Downloads/Python-3.8.0b3/Include/code.h:122:28: note: declared here
PyAPI_FUNC(PyCodeObject *) PyCode_New(
^~~~~~~~~~
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /tmp/pvenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6mnvkxwv/pyzmq/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6mnvkxwv/pyzmq/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-57y2pv8f/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/pvenv/include/site/python3.8/pyzmq Check the logs for full command output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment