Skip to content

Instantly share code, notes, and snippets.

@MikeRatcliffe
Created January 5, 2021 15:55
Show Gist options
  • Save MikeRatcliffe/368eb87a5bb85e57a366f72b4e9724ec to your computer and use it in GitHub Desktop.
Save MikeRatcliffe/368eb87a5bb85e57a366f72b4e9724ec to your computer and use it in GitHub Desktop.
➜ ./mach create-mach-environment -f
created virtual environment CPython3.9.1.final.0-64 in 403ms
creator CPython3Posix(dest=/Users/ratcliffes/.mozbuild/_virtualenvs/mach, clear=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/ratcliffes/Library/Application Support/virtualenv)
added seed packages: pip==20.2.2, setuptools==49.6.0, wheel==0.35.1
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
Collecting cffi==1.14.4
Using cached cffi-1.14.4.tar.gz (471 kB)
Collecting pycparser==2.20
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting zstandard==0.13.0
Using cached zstandard-0.13.0.tar.gz (659 kB)
Building wheels for collected packages: cffi, zstandard
Building wheel for cffi (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/cffi/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/cffi/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-_2ymlgr7
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/cffi/
Complete output (97 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11-x86_64-3.9
creating build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/backend_ctypes.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/error.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/setuptools_ext.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/__init__.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/cffi_opcode.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/vengine_gen.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/pkgconfig.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/model.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/ffiplatform.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/api.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/vengine_cpy.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/commontypes.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/lock.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/recompiler.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/cparser.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/verifier.py -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/_cffi_include.h -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/parse_c_type.h -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/_embedding.h -> build/lib.macosx-11-x86_64-3.9/cffi
copying cffi/_cffi_errors.h -> build/lib.macosx-11-x86_64-3.9/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.macosx-11-x86_64-3.9
creating build/temp.macosx-11-x86_64-3.9/c
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/local/Cellar/libffi/3.3/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c/_cffi_backend.c -o build/temp.macosx-11-x86_64-3.9/c/_cffi_backend.o -iwithsysroot/usr/include/ffi
c/_cffi_backend.c:5887:16: warning: comparison of integers of different signs: 'ffi_status' and 'int' [-Wsign-compare]
if (status == -1) {
~~~~~~ ^ ~~
1 warning generated.
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/c/_cffi_backend.o -L/usr/local/Cellar/libffi/3.3/lib -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -lffi -o build/lib.macosx-11-x86_64-3.9/_cffi_backend.cpython-39-darwin.so
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11-x86_64
creating build/bdist.macosx-11-x86_64/wheel
creating build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/_cffi_include.h -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/backend_ctypes.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/error.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/setuptools_ext.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/_cffi_errors.h -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/__init__.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/cffi_opcode.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/vengine_gen.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/pkgconfig.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/model.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/ffiplatform.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/api.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/vengine_cpy.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/_embedding.h -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/commontypes.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/lock.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/recompiler.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/cparser.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/verifier.py -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/cffi/parse_c_type.h -> build/bdist.macosx-11-x86_64/wheel/cffi
copying build/lib.macosx-11-x86_64-3.9/_cffi_backend.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel
running install_egg_info
running egg_info
writing cffi.egg-info/PKG-INFO
writing dependency_links to cffi.egg-info/dependency_links.txt
writing entry points to cffi.egg-info/entry_points.txt
writing requirements to cffi.egg-info/requires.txt
writing top-level names to cffi.egg-info/top_level.txt
reading manifest file 'cffi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'cffi.egg-info/SOURCES.txt'
Copying cffi.egg-info to build/bdist.macosx-11-x86_64/wheel/cffi-1.14.4-py3.9.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/cffi/setup.py", line 179, in <module>
setup(
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/setuptools/__init__.py", line 163, in setup
return distutils.core.setup(**attrs)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 252, in get_tag
plat_name = get_platform(self.bdist_dir)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 48, in get_platform
result = calculate_macosx_platform_tag(archive_root, result)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 356, in calculate_macosx_platform_tag
assert len(base_version) == 2
AssertionError
----------------------------------------
ERROR: Failed building wheel for cffi
Running setup.py clean for cffi
Building wheel for zstandard (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/zstandard/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/zstandard/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-cwsj9687
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/zstandard/
Complete output (104 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11-x86_64-3.9
creating build/lib.macosx-11-x86_64-3.9/zstandard
copying zstandard/cffi.py -> build/lib.macosx-11-x86_64-3.9/zstandard
copying zstandard/__init__.py -> build/lib.macosx-11-x86_64-3.9/zstandard
running build_ext
building 'zstd' extension
creating build/temp.macosx-11-x86_64-3.9
creating build/temp.macosx-11-x86_64-3.9/c-ext
creating build/temp.macosx-11-x86_64-3.9/zstd
creating build/temp.macosx-11-x86_64-3.9/zstd/common
creating build/temp.macosx-11-x86_64-3.9/zstd/compress
creating build/temp.macosx-11-x86_64-3.9/zstd/decompress
creating build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/bufferutil.c -o build/temp.macosx-11-x86_64-3.9/c-ext/bufferutil.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionchunker.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressionchunker.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressiondict.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressiondict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionparams.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressionparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionreader.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionwriter.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressobj.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressor.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressoriterator.c -o build/temp.macosx-11-x86_64-3.9/c-ext/compressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/constants.c -o build/temp.macosx-11-x86_64-3.9/c-ext/constants.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressionreader.c -o build/temp.macosx-11-x86_64-3.9/c-ext/decompressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressionwriter.c -o build/temp.macosx-11-x86_64-3.9/c-ext/decompressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressobj.c -o build/temp.macosx-11-x86_64-3.9/c-ext/decompressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressor.c -o build/temp.macosx-11-x86_64-3.9/c-ext/decompressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressoriterator.c -o build/temp.macosx-11-x86_64-3.9/c-ext/decompressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/frameparams.c -o build/temp.macosx-11-x86_64-3.9/c-ext/frameparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd.c -o build/temp.macosx-11-x86_64-3.9/zstd.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/debug.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/debug.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/entropy_common.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/entropy_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/error_private.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/error_private.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/fse_decompress.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/fse_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/pool.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/pool.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/threading.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/threading.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/xxhash.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/xxhash.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/zstd_common.c -o build/temp.macosx-11-x86_64-3.9/zstd/common/zstd_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/fse_compress.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/fse_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/hist.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/hist.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/huf_compress.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/huf_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_compress.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_compress_literals.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_compress_literals.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_compress_sequences.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_compress_sequences.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_double_fast.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_double_fast.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_fast.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_fast.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_lazy.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_lazy.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_ldm.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_ldm.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_opt.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_opt.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstdmt_compress.c -o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstdmt_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/decompress/huf_decompress.c -o build/temp.macosx-11-x86_64-3.9/zstd/decompress/huf_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/decompress/zstd_ddict.c -o build/temp.macosx-11-x86_64-3.9/zstd/decompress/zstd_ddict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/decompress/zstd_decompress.c -o build/temp.macosx-11-x86_64-3.9/zstd/decompress/zstd_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/decompress/zstd_decompress_block.c -o build/temp.macosx-11-x86_64-3.9/zstd/decompress/zstd_decompress_block.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/dictBuilder/cover.c -o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/cover.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/dictBuilder/divsufsort.c -o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/divsufsort.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/dictBuilder/fastcover.c -o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/fastcover.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -Izstd/common -Ic-ext -Izstd/decompress -Izstd/compress -Izstd/dictBuilder -Izstd -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/dictBuilder/zdict.c -o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/zdict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/c-ext/bufferutil.o build/temp.macosx-11-x86_64-3.9/c-ext/compressionchunker.o build/temp.macosx-11-x86_64-3.9/c-ext/compressiondict.o build/temp.macosx-11-x86_64-3.9/c-ext/compressionparams.o build/temp.macosx-11-x86_64-3.9/c-ext/compressionreader.o build/temp.macosx-11-x86_64-3.9/c-ext/compressionwriter.o build/temp.macosx-11-x86_64-3.9/c-ext/compressobj.o build/temp.macosx-11-x86_64-3.9/c-ext/compressor.o build/temp.macosx-11-x86_64-3.9/c-ext/compressoriterator.o build/temp.macosx-11-x86_64-3.9/c-ext/constants.o build/temp.macosx-11-x86_64-3.9/c-ext/decompressionreader.o build/temp.macosx-11-x86_64-3.9/c-ext/decompressionwriter.o build/temp.macosx-11-x86_64-3.9/c-ext/decompressobj.o build/temp.macosx-11-x86_64-3.9/c-ext/decompressor.o build/temp.macosx-11-x86_64-3.9/c-ext/decompressoriterator.o build/temp.macosx-11-x86_64-3.9/c-ext/frameparams.o build/temp.macosx-11-x86_64-3.9/zstd.o build/temp.macosx-11-x86_64-3.9/zstd/common/debug.o build/temp.macosx-11-x86_64-3.9/zstd/common/entropy_common.o build/temp.macosx-11-x86_64-3.9/zstd/common/error_private.o build/temp.macosx-11-x86_64-3.9/zstd/common/fse_decompress.o build/temp.macosx-11-x86_64-3.9/zstd/common/pool.o build/temp.macosx-11-x86_64-3.9/zstd/common/threading.o build/temp.macosx-11-x86_64-3.9/zstd/common/xxhash.o build/temp.macosx-11-x86_64-3.9/zstd/common/zstd_common.o build/temp.macosx-11-x86_64-3.9/zstd/compress/fse_compress.o build/temp.macosx-11-x86_64-3.9/zstd/compress/hist.o build/temp.macosx-11-x86_64-3.9/zstd/compress/huf_compress.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_compress.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_compress_literals.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_compress_sequences.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_double_fast.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_fast.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_lazy.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_ldm.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstd_opt.o build/temp.macosx-11-x86_64-3.9/zstd/compress/zstdmt_compress.o build/temp.macosx-11-x86_64-3.9/zstd/decompress/huf_decompress.o build/temp.macosx-11-x86_64-3.9/zstd/decompress/zstd_ddict.o build/temp.macosx-11-x86_64-3.9/zstd/decompress/zstd_decompress.o build/temp.macosx-11-x86_64-3.9/zstd/decompress/zstd_decompress_block.o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/cover.o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/divsufsort.o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/fastcover.o build/temp.macosx-11-x86_64-3.9/zstd/dictBuilder/zdict.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-11-x86_64-3.9/zstd.cpython-39-darwin.so
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11-x86_64
creating build/bdist.macosx-11-x86_64/wheel
copying build/lib.macosx-11-x86_64-3.9/zstd.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel
creating build/bdist.macosx-11-x86_64/wheel/zstandard
copying build/lib.macosx-11-x86_64-3.9/zstandard/cffi.py -> build/bdist.macosx-11-x86_64/wheel/zstandard
copying build/lib.macosx-11-x86_64-3.9/zstandard/__init__.py -> build/bdist.macosx-11-x86_64/wheel/zstandard
running install_egg_info
running egg_info
writing zstandard.egg-info/PKG-INFO
writing dependency_links to zstandard.egg-info/dependency_links.txt
writing top-level names to zstandard.egg-info/top_level.txt
reading manifest file 'zstandard.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'zstandard.egg-info/SOURCES.txt'
Copying zstandard.egg-info to build/bdist.macosx-11-x86_64/wheel/zstandard-0.13.0-py3.9.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-k48iczp2/zstandard/setup.py", line 92, in <module>
setup(
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/setuptools/__init__.py", line 163, in setup
return distutils.core.setup(**attrs)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 252, in get_tag
plat_name = get_platform(self.bdist_dir)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 48, in get_platform
result = calculate_macosx_platform_tag(archive_root, result)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 356, in calculate_macosx_platform_tag
assert len(base_version) == 2
AssertionError
----------------------------------------
ERROR: Failed building wheel for zstandard
Running setup.py clean for zstandard
Failed to build cffi zstandard
DEPRECATION: Could not build wheels for cffi, zstandard which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Installing collected packages: pycparser, cffi, zstandard
Running setup.py install for cffi ... done
Running setup.py install for zstandard ... done
Successfully installed cffi-1.14.4 pycparser-2.20 zstandard-0.13.0
WARNING: You are using pip version 20.2.2; however, version 20.3.3 is available.
You should consider upgrading via the '/Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -m pip install --upgrade pip' command.
Collecting psutil==5.7.0
Using cached psutil-5.7.0.tar.gz (449 kB)
Building wheels for collected packages: psutil
Building wheel for psutil (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-0y86dn5_/psutil/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-0y86dn5_/psutil/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-meuw878d
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-0y86dn5_/psutil/
Complete output (120 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11-x86_64-3.9
creating build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_pswindows.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_common.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/__init__.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_psosx.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_psbsd.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_psaix.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_pslinux.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_compat.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_psposix.py -> build/lib.macosx-11-x86_64-3.9/psutil
copying psutil/_pssunos.py -> build/lib.macosx-11-x86_64-3.9/psutil
creating build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_contracts.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_connections.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/runner.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_unicode.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_misc.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_posix.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_linux.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_sunos.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/__init__.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_aix.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_process.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_bsd.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_system.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_osx.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_memory_leaks.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/test_windows.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
copying psutil/tests/__main__.py -> build/lib.macosx-11-x86_64-3.9/psutil/tests
running build_ext
building 'psutil._psutil_osx' extension
creating build/temp.macosx-11-x86_64-3.9
creating build/temp.macosx-11-x86_64-3.9/psutil
creating build/temp.macosx-11-x86_64-3.9/psutil/arch
creating build/temp.macosx-11-x86_64-3.9/psutil/arch/osx
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c psutil/_psutil_common.c -o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_common.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c psutil/_psutil_osx.c -o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_osx.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c psutil/_psutil_posix.c -o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_posix.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c psutil/arch/osx/process_info.c -o build/temp.macosx-11-x86_64-3.9/psutil/arch/osx/process_info.o
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/psutil/_psutil_common.o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_osx.o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_posix.o build/temp.macosx-11-x86_64-3.9/psutil/arch/osx/process_info.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-11-x86_64-3.9/psutil/_psutil_osx.cpython-39-darwin.so -framework CoreFoundation -framework IOKit
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
building 'psutil._psutil_posix' extension
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c psutil/_psutil_common.c -o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_common.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c psutil/_psutil_posix.c -o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_posix.o
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/psutil/_psutil_common.o build/temp.macosx-11-x86_64-3.9/psutil/_psutil_posix.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-11-x86_64-3.9/psutil/_psutil_posix.cpython-39-darwin.so
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11-x86_64
creating build/bdist.macosx-11-x86_64/wheel
creating build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_psutil_posix.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_pswindows.py -> build/bdist.macosx-11-x86_64/wheel/psutil
creating build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_contracts.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_connections.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/runner.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_unicode.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_misc.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_posix.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_linux.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_sunos.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/__init__.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_aix.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_process.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_bsd.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_system.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_osx.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_memory_leaks.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/test_windows.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/tests/__main__.py -> build/bdist.macosx-11-x86_64/wheel/psutil/tests
copying build/lib.macosx-11-x86_64-3.9/psutil/_common.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/__init__.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_psosx.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_psbsd.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_psaix.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_pslinux.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_compat.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_psposix.py -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_psutil_osx.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel/psutil
copying build/lib.macosx-11-x86_64-3.9/psutil/_pssunos.py -> build/bdist.macosx-11-x86_64/wheel/psutil
running install_egg_info
running egg_info
writing psutil.egg-info/PKG-INFO
writing dependency_links to psutil.egg-info/dependency_links.txt
writing top-level names to psutil.egg-info/top_level.txt
reading manifest file 'psutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'psutil.egg-info/SOURCES.txt'
Copying psutil.egg-info to build/bdist.macosx-11-x86_64/wheel/psutil-5.7.0-py3.9.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-0y86dn5_/psutil/setup.py", line 426, in <module>
main()
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-0y86dn5_/psutil/setup.py", line 393, in main
setup(**kwargs)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/setuptools/__init__.py", line 163, in setup
return distutils.core.setup(**attrs)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 252, in get_tag
plat_name = get_platform(self.bdist_dir)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 48, in get_platform
result = calculate_macosx_platform_tag(archive_root, result)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 356, in calculate_macosx_platform_tag
assert len(base_version) == 2
AssertionError
----------------------------------------
ERROR: Failed building wheel for psutil
Running setup.py clean for psutil
Failed to build psutil
DEPRECATION: Could not build wheels for psutil which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Installing collected packages: psutil
Running setup.py install for psutil ... done
Successfully installed psutil-5.7.0
WARNING: You are using pip version 20.2.2; however, version 20.3.3 is available.
You should consider upgrading via the '/Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -m pip install --upgrade pip' command.
Collecting appdirs==1.4.4
Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting attrs==20.3.0
Using cached attrs-20.3.0-py2.py3-none-any.whl (49 kB)
Requirement already satisfied: cffi==1.14.4 in /Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages (from -r /Users/ratcliffes/Desktop/mozilla-central/build/glean_requirements.txt (line 15)) (1.14.4)
Collecting click==7.1.2
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting diskcache==5.1.0
Using cached diskcache-5.1.0-py3-none-any.whl (44 kB)
Collecting glean-parser==1.29.0
Using cached glean_parser-1.29.0-py3-none-any.whl (58 kB)
Collecting glean_sdk==33.7.0
Using cached glean-sdk-33.7.0.tar.gz (1.4 MB)
Collecting importlib-metadata==3.3.0
Using cached importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
Collecting jinja2==2.11.2
Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting jsonschema==3.2.0
Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting markupsafe==1.1.1
Using cached MarkupSafe-1.1.1.tar.gz (19 kB)
Collecting pathspec==0.8.1
Using cached pathspec-0.8.1-py2.py3-none-any.whl (28 kB)
Requirement already satisfied: pycparser==2.20 in /Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages (from -r /Users/ratcliffes/Desktop/mozilla-central/build/glean_requirements.txt (line 123)) (2.20)
Collecting pyrsistent==0.17.3
Using cached pyrsistent-0.17.3.tar.gz (106 kB)
Collecting pyyaml==5.3.1
Using cached PyYAML-5.3.1.tar.gz (269 kB)
Collecting six==1.15.0
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting typing-extensions==3.7.4.3
Using cached typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Collecting yamllint==1.25.0
Using cached yamllint-1.25.0-py2.py3-none-any.whl (60 kB)
Collecting zipp==3.4.0
Using cached zipp-3.4.0-py3-none-any.whl (5.2 kB)
Requirement already satisfied: setuptools in /Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages (from jsonschema==3.2.0->-r /Users/ratcliffes/Desktop/mozilla-central/build/glean_requirements.txt (line 80)) (49.6.0)
Building wheels for collected packages: glean-sdk, markupsafe, pyrsistent, pyyaml
Building wheel for glean-sdk (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-8xg7r750
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/
Complete output (95 lines):
running bdist_wheel
running build
Rust's package manager
USAGE:
cargo [OPTIONS] [SUBCOMMAND]
OPTIONS:
-V, --version Print version info and exit
--list List installed commands
--explain <CODE> Run `rustc --explain CODE`
-v, --verbose Use verbose output (-vv very verbose/build.rs output)
-q, --quiet No output printed to stdout
--color <WHEN> Coloring: auto, always, never
--frozen Require Cargo.lock and cache are up to date
--locked Require Cargo.lock is up to date
--offline Run without accessing the network
-Z <FLAG>... Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
-h, --help Prints help information
Some common cargo commands are (see all commands with --list):
build Compile the current package
check Analyze the current package and report errors, but don't build object files
clean Remove the target directory
doc Build this package's and its dependencies' documentation
new Create a new cargo package
init Create a new cargo package in an existing directory
run Run a binary or example of the local package
test Run the tests
bench Run the benchmarks
update Update dependencies listed in Cargo.lock
search Search registry for crates
publish Package and upload this package to the registry
install Install a Rust binary. Default location is $HOME/.cargo/bin
uninstall Uninstall a Rust binary
See 'cargo help <command>' for more information on a specific command.
Compiling libc v0.2.80
Compiling proc-macro2 v1.0.24
Compiling autocfg v1.0.1
Compiling unicode-xid v0.2.1
Compiling syn v1.0.48
Compiling cfg-if v0.1.10
Compiling getrandom v0.1.15
Compiling serde_derive v1.0.117
Compiling serde v1.0.117
Compiling log v0.4.11
Compiling pkg-config v0.3.19
Compiling byteorder v1.3.4
Compiling cc v1.0.62
Compiling proc-macro-hack v0.5.19
Compiling matches v0.1.8
Compiling failure_derive v0.1.8
Compiling bitflags v1.2.1
Compiling tinyvec v0.3.4
Compiling ppv-lite86 v0.2.10
Compiling crc32fast v1.2.1
Compiling percent-encoding v2.1.0
Compiling ryu v1.0.5
Compiling cfg-if v1.0.0
Compiling lazy_static v1.4.0
Compiling serde_json v1.0.60
Compiling adler v0.2.3
Compiling arrayref v0.3.6
Compiling id-arena v2.2.1
Compiling quick-error v1.2.3
Compiling itoa v0.4.6
Compiling termcolor v1.1.0
Compiling once_cell v1.4.1
Compiling num-traits v0.2.14
Compiling miniz_oxide v0.4.3
Compiling num-integer v0.1.44
Compiling unicode-bidi v0.3.4
Compiling unicode-normalization v0.1.13
Compiling form_urlencoded v1.0.0
Compiling humantime v1.3.0
Compiling ffi-support v0.4.2
error[E0599]: no associated item named `MAX` found for type `i64` in the current scope
--> /Users/ratcliffes/.cargo/registry/src/github.com-1ecc6299db9ec823/ffi-support-0.4.2/src/lib.rs:443:29
|
443 | assert!(size < i64::MAX as usize);
| ^^^ associated item not found in `i64`
|
help: you are looking for the module in `std`, not the primitive type
|
443 | assert!(size < std::i64::MAX as usize);
| ^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
error: could not compile `ffi-support`.
warning: build failed, waiting for other jobs to finish...
error: build failed
error: [Errno 2] No such file or directory: '/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/target/debug/libglean_ffi.dylib'
----------------------------------------
ERROR: Failed building wheel for glean-sdk
Running setup.py clean for glean-sdk
Building wheel for markupsafe (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/markupsafe/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/markupsafe/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-c_g9kcfq
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/markupsafe/
Complete output (66 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11-x86_64-3.9
creating build/lib.macosx-11-x86_64-3.9/markupsafe
copying src/markupsafe/_constants.py -> build/lib.macosx-11-x86_64-3.9/markupsafe
copying src/markupsafe/__init__.py -> build/lib.macosx-11-x86_64-3.9/markupsafe
copying src/markupsafe/_native.py -> build/lib.macosx-11-x86_64-3.9/markupsafe
copying src/markupsafe/_compat.py -> build/lib.macosx-11-x86_64-3.9/markupsafe
running egg_info
writing src/MarkupSafe.egg-info/PKG-INFO
writing dependency_links to src/MarkupSafe.egg-info/dependency_links.txt
writing top-level names to src/MarkupSafe.egg-info/top_level.txt
reading manifest file 'src/MarkupSafe.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
writing manifest file 'src/MarkupSafe.egg-info/SOURCES.txt'
copying src/markupsafe/_speedups.c -> build/lib.macosx-11-x86_64-3.9/markupsafe
running build_ext
building 'markupsafe._speedups' extension
creating build/temp.macosx-11-x86_64-3.9
creating build/temp.macosx-11-x86_64-3.9/src
creating build/temp.macosx-11-x86_64-3.9/src/markupsafe
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/markupsafe/_speedups.c -o build/temp.macosx-11-x86_64-3.9/src/markupsafe/_speedups.o
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/src/markupsafe/_speedups.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-11-x86_64-3.9/markupsafe/_speedups.cpython-39-darwin.so
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11-x86_64
creating build/bdist.macosx-11-x86_64/wheel
creating build/bdist.macosx-11-x86_64/wheel/markupsafe
copying build/lib.macosx-11-x86_64-3.9/markupsafe/_constants.py -> build/bdist.macosx-11-x86_64/wheel/markupsafe
copying build/lib.macosx-11-x86_64-3.9/markupsafe/_speedups.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel/markupsafe
copying build/lib.macosx-11-x86_64-3.9/markupsafe/_speedups.c -> build/bdist.macosx-11-x86_64/wheel/markupsafe
copying build/lib.macosx-11-x86_64-3.9/markupsafe/__init__.py -> build/bdist.macosx-11-x86_64/wheel/markupsafe
copying build/lib.macosx-11-x86_64-3.9/markupsafe/_native.py -> build/bdist.macosx-11-x86_64/wheel/markupsafe
copying build/lib.macosx-11-x86_64-3.9/markupsafe/_compat.py -> build/bdist.macosx-11-x86_64/wheel/markupsafe
running install_egg_info
Copying src/MarkupSafe.egg-info to build/bdist.macosx-11-x86_64/wheel/MarkupSafe-1.1.1-py3.9.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/markupsafe/setup.py", line 105, in <module>
run_setup(True)
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/markupsafe/setup.py", line 53, in run_setup
setup(
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/setuptools/__init__.py", line 163, in setup
return distutils.core.setup(**attrs)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 252, in get_tag
plat_name = get_platform(self.bdist_dir)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 48, in get_platform
result = calculate_macosx_platform_tag(archive_root, result)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 356, in calculate_macosx_platform_tag
assert len(base_version) == 2
AssertionError
----------------------------------------
ERROR: Failed building wheel for markupsafe
Running setup.py clean for markupsafe
Building wheel for pyrsistent (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyrsistent/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyrsistent/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-rzqdujeq
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyrsistent/
Complete output (100 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11-x86_64-3.9
copying _pyrsistent_version.py -> build/lib.macosx-11-x86_64-3.9
creating build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_pmap.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_transformations.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_field_common.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_pvector.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_checked_types.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_pset.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_immutable.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/__init__.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_plist.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_pclass.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_pbag.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_toolz.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/typing.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_precord.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_helpers.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/_pdeque.py -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/py.typed -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/__init__.pyi -> build/lib.macosx-11-x86_64-3.9/pyrsistent
copying pyrsistent/typing.pyi -> build/lib.macosx-11-x86_64-3.9/pyrsistent
running build_ext
building 'pvectorc' extension
creating build/temp.macosx-11-x86_64-3.9
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c pvectorcmodule.c -o build/temp.macosx-11-x86_64-3.9/pvectorcmodule.o
pvectorcmodule.c:152:21: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
if((i >= 0) && (i < self->count)) {
~ ^ ~~~~~~~~~~~
pvectorcmodule.c:153:10: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
if(i >= TAIL_OFF(self)) {
~ ^ ~~~~~~~~~~~~~~
pvectorcmodule.c:428:17: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
for(j=0; j<self->count; j++) {
~^~~~~~~~~~~~
3 warnings generated.
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/pvectorcmodule.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-11-x86_64-3.9/pvectorc.cpython-39-darwin.so
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11-x86_64
creating build/bdist.macosx-11-x86_64/wheel
creating build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_pmap.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/__init__.pyi -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_transformations.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_field_common.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_pvector.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_checked_types.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_pset.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_immutable.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/__init__.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_plist.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_pclass.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/typing.pyi -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_pbag.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_toolz.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/py.typed -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/typing.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_precord.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_helpers.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/pyrsistent/_pdeque.py -> build/bdist.macosx-11-x86_64/wheel/pyrsistent
copying build/lib.macosx-11-x86_64-3.9/_pyrsistent_version.py -> build/bdist.macosx-11-x86_64/wheel
copying build/lib.macosx-11-x86_64-3.9/pvectorc.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel
running install_egg_info
running egg_info
writing pyrsistent.egg-info/PKG-INFO
writing dependency_links to pyrsistent.egg-info/dependency_links.txt
writing top-level names to pyrsistent.egg-info/top_level.txt
reading manifest file 'pyrsistent.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pyrsistent.egg-info/SOURCES.txt'
Copying pyrsistent.egg-info to build/bdist.macosx-11-x86_64/wheel/pyrsistent-0.17.3-py3.9.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyrsistent/setup.py", line 52, in <module>
setup(
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/setuptools/__init__.py", line 163, in setup
return distutils.core.setup(**attrs)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 252, in get_tag
plat_name = get_platform(self.bdist_dir)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 48, in get_platform
result = calculate_macosx_platform_tag(archive_root, result)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 356, in calculate_macosx_platform_tag
assert len(base_version) == 2
AssertionError
----------------------------------------
ERROR: Failed building wheel for pyrsistent
Running setup.py clean for pyrsistent
Building wheel for pyyaml (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyyaml/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyyaml/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-7p7hml5d
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyyaml/
Complete output (551 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11-x86_64-3.9
creating build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/scanner.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/error.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/constructor.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/composer.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/events.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/__init__.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/representer.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/tokens.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/dumper.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/cyaml.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/parser.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/reader.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/loader.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/resolver.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/serializer.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/nodes.py -> build/lib.macosx-11-x86_64-3.9/yaml
copying lib3/yaml/emitter.py -> build/lib.macosx-11-x86_64-3.9/yaml
running build_ext
building '_yaml' extension
creating build/temp.macosx-11-x86_64-3.9
creating build/temp.macosx-11-x86_64-3.9/ext
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -arch x86_64 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c ext/_yaml.c -o build/temp.macosx-11-x86_64-3.9/ext/_yaml.o
In file included from ext/_yaml.c:596:
ext/_yaml.h:10:9: warning: 'PyString_CheckExact' macro redefined [-Wmacro-redefined]
#define PyString_CheckExact PyBytes_CheckExact
^
ext/_yaml.c:486:11: note: previous definition is here
#define PyString_CheckExact PyUnicode_CheckExact
^
ext/_yaml.c:1891:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
__pyx_v_value = yaml_get_version_string();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
ext/_yaml.c:3391:52: warning: incompatible pointer types passing 'int (void *, char *, size_t, size_t *)' (aka 'int (void *, char *, unsigned long, unsigned long *)') to parameter of type 'yaml_read_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long, unsigned long *)') [-Wincompatible-pointer-types]
yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1374:30: note: passing argument to parameter 'handler' here
yaml_read_handler_t *handler, void *data);
^
ext/_yaml.c:3632:59: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/_yaml.h:11:29: note: expanded from macro 'PyString_AS_STRING'
#define PyString_AS_STRING PyBytes_AS_STRING
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/bytesobject.h:32:31: note: expanded from macro 'PyBytes_AS_STRING'
#define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1348:30: note: passing argument to parameter 'input' here
const unsigned char *input, size_t size);
^
ext/_yaml.c:5466:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:5478:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:6480:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:6564:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:6648:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:6660:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:6784:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
const char *string, /* UTF-8 encoded string */
^
ext/_yaml.c:8465:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:8477:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:8720:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:8824:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:8865:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:8886:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
const char *string, /* UTF-8 encoded string */
^
ext/_yaml.c:9227:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:9268:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:9500:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:9541:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:11214:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:11534:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:11590:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:11646:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:12304:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
const char *string, /* UTF-8 encoded string */
^
ext/_yaml.c:12527:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:13065:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:13690:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
const char *u /* UTF-8 encoded string */
^
ext/_yaml.c:14502:87: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
__pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
ext/_yaml.c:15021:53: warning: incompatible pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned long)') to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long)') [-Wincompatible-pointer-types]
yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1844:31: note: passing argument to parameter 'handler' here
yaml_write_handler_t *handler, void *data);
^
ext/_yaml.c:16373:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/_yaml.c:16488:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/_yaml.c:16825:62: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
^
ext/_yaml.c:17540:63: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
const yaml_char_t *anchor, const yaml_char_t *tag,
^
ext/_yaml.c:17540:79: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
const yaml_char_t *anchor, const yaml_char_t *tag,
^
ext/_yaml.c:17540:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
const yaml_char_t *value, int length,
^
ext/_yaml.c:17974:71: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:17974:87: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:18408:70: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:18408:86: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:19978:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/_yaml.c:20093:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/_yaml.c:20950:65: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
^
ext/_yaml.c:21761:68: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
const yaml_char_t *anchor, const yaml_char_t *tag,
^
ext/_yaml.c:21761:84: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
const yaml_char_t *anchor, const yaml_char_t *tag,
^
ext/_yaml.c:21761:97: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
const yaml_char_t *value, int length,
^
ext/_yaml.c:22148:76: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:22148:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:22678:75: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:22678:91: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
__pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
^
ext/_yaml.c:26135:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op) : \
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26135:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26135:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op)))
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26135:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op) : \
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26135:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26135:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op)))
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26151:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op) : \
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26151:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26151:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op)))
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26151:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op) : \
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26151:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:26151:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
PyUnicode_WSTR_LENGTH(op)))
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
ext/_yaml.c:27321:26: warning: code will never be executed [-Wunreachable-code]
module = PyImport_ImportModuleLevelObject(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64 warnings generated.
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11-x86_64-3.9/ext/_yaml.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -lyaml -o build/lib.macosx-11-x86_64-3.9/_yaml.cpython-39-darwin.so
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11-x86_64
creating build/bdist.macosx-11-x86_64/wheel
copying build/lib.macosx-11-x86_64-3.9/_yaml.cpython-39-darwin.so -> build/bdist.macosx-11-x86_64/wheel
creating build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/scanner.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/error.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/constructor.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/composer.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/events.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/__init__.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/representer.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/tokens.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/dumper.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/cyaml.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/parser.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/reader.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/loader.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/resolver.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/serializer.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/nodes.py -> build/bdist.macosx-11-x86_64/wheel/yaml
copying build/lib.macosx-11-x86_64-3.9/yaml/emitter.py -> build/bdist.macosx-11-x86_64/wheel/yaml
running install_egg_info
running egg_info
creating lib3/PyYAML.egg-info
writing lib3/PyYAML.egg-info/PKG-INFO
writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt
writing top-level names to lib3/PyYAML.egg-info/top_level.txt
writing manifest file 'lib3/PyYAML.egg-info/SOURCES.txt'
reading manifest file 'lib3/PyYAML.egg-info/SOURCES.txt'
writing manifest file 'lib3/PyYAML.egg-info/SOURCES.txt'
Copying lib3/PyYAML.egg-info to build/bdist.macosx-11-x86_64/wheel/PyYAML-5.3.1-py3.9.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/pyyaml/setup.py", line 291, in <module>
setup(
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python@3.9/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 252, in get_tag
plat_name = get_platform(self.bdist_dir)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 48, in get_platform
result = calculate_macosx_platform_tag(archive_root, result)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 356, in calculate_macosx_platform_tag
assert len(base_version) == 2
AssertionError
----------------------------------------
ERROR: Failed building wheel for pyyaml
Running setup.py clean for pyyaml
Failed to build glean-sdk markupsafe pyrsistent pyyaml
DEPRECATION: Could not build wheels for glean-sdk, markupsafe, pyrsistent, pyyaml which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Installing collected packages: appdirs, attrs, click, diskcache, pathspec, pyyaml, yamllint, markupsafe, jinja2, six, pyrsistent, jsonschema, glean-parser, glean-sdk, zipp, importlib-metadata, typing-extensions
Running setup.py install for pyyaml ... done
Running setup.py install for markupsafe ... done
Running setup.py install for pyrsistent ... done
Running setup.py install for glean-sdk ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-record-t54yt2no/install-record.txt --single-version-externally-managed --compile --install-headers /Users/ratcliffes/.mozbuild/_virtualenvs/mach/include/site/python3.9/glean-sdk
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/
Complete output (65 lines):
running install
running build
Rust's package manager
USAGE:
cargo [OPTIONS] [SUBCOMMAND]
OPTIONS:
-V, --version Print version info and exit
--list List installed commands
--explain <CODE> Run `rustc --explain CODE`
-v, --verbose Use verbose output (-vv very verbose/build.rs output)
-q, --quiet No output printed to stdout
--color <WHEN> Coloring: auto, always, never
--frozen Require Cargo.lock and cache are up to date
--locked Require Cargo.lock is up to date
--offline Run without accessing the network
-Z <FLAG>... Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
-h, --help Prints help information
Some common cargo commands are (see all commands with --list):
build Compile the current package
check Analyze the current package and report errors, but don't build object files
clean Remove the target directory
doc Build this package's and its dependencies' documentation
new Create a new cargo package
init Create a new cargo package in an existing directory
run Run a binary or example of the local package
test Run the tests
bench Run the benchmarks
update Update dependencies listed in Cargo.lock
search Search registry for crates
publish Package and upload this package to the registry
install Install a Rust binary. Default location is $HOME/.cargo/bin
uninstall Uninstall a Rust binary
See 'cargo help <command>' for more information on a specific command.
Compiling lmdb-rkv-sys v0.11.0
Compiling idna v0.2.0
Compiling quote v1.0.7
Compiling getrandom v0.1.15
Compiling time v0.1.44
Compiling atty v0.2.14
Compiling num-traits v0.2.14
Compiling paste-impl v0.1.18
Compiling miniz_oxide v0.4.3
Compiling ffi-support v0.4.2
error[E0599]: no associated item named `MAX` found for type `i64` in the current scope
--> /Users/ratcliffes/.cargo/registry/src/github.com-1ecc6299db9ec823/ffi-support-0.4.2/src/lib.rs:443:29
|
443 | assert!(size < i64::MAX as usize);
| ^^^ associated item not found in `i64`
|
help: you are looking for the module in `std`, not the primitive type
|
443 | assert!(size < std::i64::MAX as usize);
| ^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
error: could not compile `ffi-support`.
warning: build failed, waiting for other jobs to finish...
error: build failed
error: [Errno 2] No such file or directory: '/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/target/debug/libglean_ffi.dylib'
----------------------------------------
ERROR: Command errored out with exit status 1: /Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-1zxaa1wq/glean-sdk/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-record-t54yt2no/install-record.txt --single-version-externally-managed --compile --install-headers /Users/ratcliffes/.mozbuild/_virtualenvs/mach/include/site/python3.9/glean-sdk Check the logs for full command output.
WARNING: You are using pip version 20.2.2; however, version 20.3.3 is available.
You should consider upgrading via the '/Users/ratcliffes/.mozbuild/_virtualenvs/mach/bin/python -m pip install --upgrade pip' command.
Could not install glean_sdk, so telemetry will not be collected. Continuing.
Python 3 mach environment created.
created virtual environment CPython2.7.16.final.0-64 in 1986ms
creator CPython2macOsFramework(dest=/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2, clear=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/Users/ratcliffes/Library/Application Support/virtualenv)
added seed packages: pip==20.2.2, setuptools==44.1.1, wheel==0.35.1
activators PythonActivator,CShellActivator,FishActivator,PowerShellActivator,BashActivator
Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting cffi==1.14.4
Using cached cffi-1.14.4-cp27-cp27m-macosx_10_9_x86_64.whl (175 kB)
Collecting pycparser==2.20
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting zstandard==0.13.0
Using cached zstandard-0.13.0-cp27-cp27m-macosx_10_6_intel.whl (879 kB)
Installing collected packages: pycparser, cffi, zstandard
Successfully installed cffi-1.14.4 pycparser-2.20 zstandard-0.13.0
WARNING: You are using pip version 20.2.2; however, version 20.3.3 is available.
You should consider upgrading via the '/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/bin/python -m pip install --upgrade pip' command.
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting psutil==5.7.0
Using cached psutil-5.7.0.tar.gz (449 kB)
Building wheels for collected packages: psutil
Building wheel for psutil (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-4g_p93/psutil/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-4g_p93/psutil/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 /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-wheel-7nAv0e
cwd: /private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-4g_p93/psutil/
Complete output (127 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-11.1-x86_64-2.7
creating build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_pswindows.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_common.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/__init__.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_psosx.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_psaix.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_compat.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_psposix.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.macosx-11.1-x86_64-2.7/psutil
creating build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_contracts.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_connections.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/runner.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_unicode.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_misc.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_posix.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_linux.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_sunos.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/__init__.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_aix.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_process.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_bsd.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_system.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_osx.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_memory_leaks.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/test_windows.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
copying psutil/tests/__main__.py -> build/lib.macosx-11.1-x86_64-2.7/psutil/tests
running build_ext
building 'psutil._psutil_osx' extension
creating build/temp.macosx-11.1-x86_64-2.7
creating build/temp.macosx-11.1-x86_64-2.7/psutil
creating build/temp.macosx-11.1-x86_64-2.7/psutil/arch
creating build/temp.macosx-11.1-x86_64-2.7/psutil/arch/osx
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -I/usr/local/opt/zlib/include -pipe -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/include/python2.7 -c psutil/_psutil_common.c -o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_common.o
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -I/usr/local/opt/zlib/include -pipe -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_posix.o
psutil/_psutil_posix.c:113:32: warning: implicit conversion loses integer precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
else if (psutil_pid_exists(pid) == 0)
~~~~~~~~~~~~~~~~~ ^~~
1 warning generated.
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -I/usr/local/opt/zlib/include -pipe -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/include/python2.7 -c psutil/_psutil_osx.c -o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_osx.o
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -I/usr/local/opt/zlib/include -pipe -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/include/python2.7 -c psutil/arch/osx/process_info.c -o build/temp.macosx-11.1-x86_64-2.7/psutil/arch/osx/process_info.o
cc -bundle -undefined dynamic_lookup -Wl,-F. -L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.Internal.sdk/usr/local/libressl/lib -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_common.o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_posix.o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_osx.o build/temp.macosx-11.1-x86_64-2.7/psutil/arch/osx/process_info.o -o build/lib.macosx-11.1-x86_64-2.7/psutil/_psutil_osx.so -framework CoreFoundation -framework IOKit
ld: warning: directory not found for option '-L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.Internal.sdk/usr/local/libressl/lib'
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
building 'psutil._psutil_posix' extension
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -I/usr/local/opt/zlib/include -pipe -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/include/python2.7 -c psutil/_psutil_common.c -o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_common.o
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -I/usr/local/opt/zlib/include -pipe -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_posix.o
psutil/_psutil_posix.c:113:32: warning: implicit conversion loses integer precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
else if (psutil_pid_exists(pid) == 0)
~~~~~~~~~~~~~~~~~ ^~~
1 warning generated.
cc -bundle -undefined dynamic_lookup -Wl,-F. -L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.Internal.sdk/usr/local/libressl/lib -L/usr/local/opt/zlib/lib -I/usr/local/opt/zlib/include -arch x86_64 build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_common.o build/temp.macosx-11.1-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.macosx-11.1-x86_64-2.7/psutil/_psutil_posix.so
ld: warning: directory not found for option '-L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.Internal.sdk/usr/local/libressl/lib'
ld: warning: directory not found for option '-L/usr/local/opt/zlib/lib'
installing to build/bdist.macosx-11.1-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-11.1-x86_64
creating build/bdist.macosx-11.1-x86_64/wheel
creating build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_psutil_osx.so -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_pswindows.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
creating build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_contracts.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_connections.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/runner.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_unicode.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_misc.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_posix.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_linux.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_sunos.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/__init__.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_aix.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_process.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_bsd.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_system.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_osx.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_memory_leaks.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/test_windows.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/tests/__main__.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil/tests
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_common.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/__init__.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_psosx.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_psbsd.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_psutil_posix.so -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_psaix.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_pslinux.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_compat.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_psposix.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
copying build/lib.macosx-11.1-x86_64-2.7/psutil/_pssunos.py -> build/bdist.macosx-11.1-x86_64/wheel/psutil
running install_egg_info
running egg_info
writing requirements to psutil.egg-info/requires.txt
writing psutil.egg-info/PKG-INFO
writing top-level names to psutil.egg-info/top_level.txt
writing dependency_links to psutil.egg-info/dependency_links.txt
reading manifest file 'psutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'psutil.egg-info/SOURCES.txt'
Copying psutil.egg-info to build/bdist.macosx-11.1-x86_64/wheel/psutil-5.7.0-py2.7.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-4g_p93/psutil/setup.py", line 426, in <module>
main()
File "/private/var/folders/t5/5cc8k7cs40b5x8m4dqzvzhhm0000gn/T/pip-install-4g_p93/psutil/setup.py", line 393, in main
setup(**kwargs)
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/lib/python2.7/site-packages/setuptools/__init__.py", line 162, in setup
return distutils.core.setup(**attrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 328, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 278, in get_tag
assert tag in supported_tags, "would build wheel with unsupported tag {}".format(tag)
AssertionError: would build wheel with unsupported tag ('cp27', 'cp27m', 'macosx_11_1_x86_64')
----------------------------------------
ERROR: Failed building wheel for psutil
Running setup.py clean for psutil
Failed to build psutil
DEPRECATION: Could not build wheels for psutil which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Installing collected packages: psutil
Running setup.py install for psutil ... done
Successfully installed psutil-5.7.0
WARNING: You are using pip version 20.2.2; however, version 20.3.3 is available.
You should consider upgrading via the '/Users/ratcliffes/.mozbuild/_virtualenvs/mach_py2/bin/python -m pip install --upgrade pip' command.
Python 2 mach environment created.
~/Desktop/mozilla-central on ☿ default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment