Created
January 4, 2021 22:25
-
-
Save ncalexan/77538352905668791290c0eab1a6dd08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nalexander@roboto ~/M/gecko> env CC=/Users/nalexander/.mozbuild/clang/bin/clang CXX=/Users/nalexander/.mozbuild/clang/bin/clang++ ./mach create-mach-environment | |
virtualenv at /Users/nalexander/.mozbuild/_virtualenvs/mach is already up to date. | |
Requirement already satisfied: cffi==1.14.4 in /Users/nalexander/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages (from -r /Users/nalexander/Mozilla/gecko/build/zstandard_requirements.txt (line 7)) (1.14.4) | |
Requirement already satisfied: pycparser==2.20 in /Users/nalexander/.mozbuild/_virtualenvs/mach/lib/python3.9/site-packages (from -r /Users/nalexander/Mozilla/gecko/build/zstandard_requirements.txt (line 45)) (2.20) | |
Collecting zstandard==0.13.0 | |
Using cached zstandard-0.13.0.tar.gz (659 kB) | |
Building wheels for collected packages: zstandard | |
Building wheel for zstandard (setup.py) ... error | |
ERROR: Command errored out with exit status 1: | |
command: /Users/nalexander/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/setup.py'"'"'; __file__='"'"'/private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/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/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-wheel-nefxf3f1 | |
cwd: /private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/ | |
Complete output (73 lines): | |
generating build/_zstd_cffi.c | |
(already up-to-date) | |
not modified: 'build/_zstd_cffi.c' | |
running bdist_wheel | |
running build | |
running build_py | |
creating build/lib.macosx-10.14-x86_64-3.9 | |
creating build/lib.macosx-10.14-x86_64-3.9/zstandard | |
copying zstandard/cffi.py -> build/lib.macosx-10.14-x86_64-3.9/zstandard | |
copying zstandard/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/zstandard | |
running build_ext | |
building 'zstd' extension | |
creating build/temp.macosx-10.14-x86_64-3.9 | |
creating build/temp.macosx-10.14-x86_64-3.9/c-ext | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/common | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/compress | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/decompress | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/dictBuilder | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/bufferutil.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/bufferutil.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionchunker.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionchunker.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressiondict.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressiondict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionparams.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionreader.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionwriter.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressobj.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressor.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressoriterator.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/constants.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/constants.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressionreader.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressionwriter.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressobj.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressor.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressoriterator.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/frameparams.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/frameparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd.c -o build/temp.macosx-10.14-x86_64-3.9/zstd.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
zstd.c:218:2: warning: code will never be executed [-Wunreachable-code] | |
bufferutil_module_init(m); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
zstd.c:213:29: note: silence by adding parentheses to mark code as explicitly dead | |
if (ZSTD_VERSION_NUMBER != 10404 || ZSTD_versionNumber() != 10404) { | |
^ | |
/* DISABLES CODE */ ( ) | |
1 warning generated. | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/debug.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/debug.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/entropy_common.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/entropy_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/error_private.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/error_private.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/fse_decompress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/fse_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/pool.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/pool.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/threading.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/threading.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/xxhash.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/xxhash.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/zstd_common.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/zstd_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/fse_compress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/fse_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/hist.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/hist.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/huf_compress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/huf_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd/compress -Izstd -Izstd/common -Ic-ext -Izstd/dictBuilder -Izstd/decompress -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_compress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/zstd_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
zstd/compress/zstd_compress.c:2129:1: error: static declaration of 'ZSTD_compressSequences' follows non-static declaration | |
ZSTD_compressSequences(seqStore_t* seqStorePtr, | |
^ | |
/usr/local/include/zstd.h:1370:20: note: previous declaration is here | |
ZSTDLIB_API size_t ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size_t dstSize, | |
^ | |
zstd/compress/zstd_compress.c:2337:20: error: no member named 'matchPos' in 'ZSTD_Sequence' | |
outSeqs[i].matchPos = (unsigned int)position; | |
~~~~~~~~~~ ^ | |
zstd/compress/zstd_compress.c:2405:13: error: too many arguments to function call, expected 7, have 10 | |
zc->entropyWorkspace, HUF_WORKSPACE_SIZE /* statically allocated in resetCCtx */, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/include/zstd.h:1370:20: note: 'ZSTD_compressSequences' declared here | |
ZSTDLIB_API size_t ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size_t dstSize, | |
^ | |
3 errors generated. | |
error: command '/Users/nalexander/.mozbuild/clang/bin/clang' failed with exit code 1 | |
---------------------------------------- | |
ERROR: Failed building wheel for zstandard | |
Running setup.py clean for zstandard | |
Failed to build zstandard | |
DEPRECATION: Could not build wheels for 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: zstandard | |
Running setup.py install for zstandard ... error | |
ERROR: Command errored out with exit status 1: | |
command: /Users/nalexander/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/setup.py'"'"'; __file__='"'"'/private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/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/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-record-sd3xv2s5/install-record.txt --single-version-externally-managed --compile --install-headers /Users/nalexander/.mozbuild/_virtualenvs/mach/include/site/python3.9/zstandard | |
cwd: /private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/ | |
Complete output (73 lines): | |
generating build/_zstd_cffi.c | |
(already up-to-date) | |
not modified: 'build/_zstd_cffi.c' | |
running install | |
running build | |
running build_py | |
creating build/lib.macosx-10.14-x86_64-3.9 | |
creating build/lib.macosx-10.14-x86_64-3.9/zstandard | |
copying zstandard/cffi.py -> build/lib.macosx-10.14-x86_64-3.9/zstandard | |
copying zstandard/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/zstandard | |
running build_ext | |
building 'zstd' extension | |
creating build/temp.macosx-10.14-x86_64-3.9 | |
creating build/temp.macosx-10.14-x86_64-3.9/c-ext | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/common | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/compress | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/decompress | |
creating build/temp.macosx-10.14-x86_64-3.9/zstd/dictBuilder | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/bufferutil.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/bufferutil.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionchunker.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionchunker.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressiondict.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressiondict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionparams.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionreader.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressionwriter.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressobj.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressor.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/compressoriterator.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/compressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/constants.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/constants.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressionreader.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressionwriter.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressobj.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressor.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/decompressoriterator.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/decompressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c c-ext/frameparams.c -o build/temp.macosx-10.14-x86_64-3.9/c-ext/frameparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd.c -o build/temp.macosx-10.14-x86_64-3.9/zstd.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
zstd.c:218:2: warning: code will never be executed [-Wunreachable-code] | |
bufferutil_module_init(m); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
zstd.c:213:29: note: silence by adding parentheses to mark code as explicitly dead | |
if (ZSTD_VERSION_NUMBER != 10404 || ZSTD_versionNumber() != 10404) { | |
^ | |
/* DISABLES CODE */ ( ) | |
1 warning generated. | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/debug.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/debug.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/entropy_common.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/entropy_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/error_private.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/error_private.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/fse_decompress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/fse_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/pool.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/pool.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/threading.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/threading.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/xxhash.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/xxhash.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/common/zstd_common.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/common/zstd_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/fse_compress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/fse_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/hist.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/hist.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/huf_compress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/huf_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
/Users/nalexander/.mozbuild/clang/bin/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/MacOSX10.14.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -arch x86_64 -Izstd -Izstd/decompress -Izstd/dictBuilder -Izstd/common -Izstd/compress -Ic-ext -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/sqlite/include -I/Users/nalexander/.mozbuild/_virtualenvs/mach/include -I/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c zstd/compress/zstd_compress.c -o build/temp.macosx-10.14-x86_64-3.9/zstd/compress/zstd_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden | |
zstd/compress/zstd_compress.c:2129:1: error: static declaration of 'ZSTD_compressSequences' follows non-static declaration | |
ZSTD_compressSequences(seqStore_t* seqStorePtr, | |
^ | |
/usr/local/include/zstd.h:1370:20: note: previous declaration is here | |
ZSTDLIB_API size_t ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size_t dstSize, | |
^ | |
zstd/compress/zstd_compress.c:2337:20: error: no member named 'matchPos' in 'ZSTD_Sequence' | |
outSeqs[i].matchPos = (unsigned int)position; | |
~~~~~~~~~~ ^ | |
zstd/compress/zstd_compress.c:2405:13: error: too many arguments to function call, expected 7, have 10 | |
zc->entropyWorkspace, HUF_WORKSPACE_SIZE /* statically allocated in resetCCtx */, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/include/zstd.h:1370:20: note: 'ZSTD_compressSequences' declared here | |
ZSTDLIB_API size_t ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size_t dstSize, | |
^ | |
3 errors generated. | |
error: command '/Users/nalexander/.mozbuild/clang/bin/clang' failed with exit code 1 | |
---------------------------------------- | |
ERROR: Command errored out with exit status 1: /Users/nalexander/.mozbuild/_virtualenvs/mach/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/setup.py'"'"'; __file__='"'"'/private/var/folders/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-install-mtt3bjtd/zstandard/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/3s/_m9prk6n7g5cx6hhs_33q2f80000gn/T/pip-record-sd3xv2s5/install-record.txt --single-version-externally-managed --compile --install-headers /Users/nalexander/.mozbuild/_virtualenvs/mach/include/site/python3.9/zstandard 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/nalexander/.mozbuild/_virtualenvs/mach/bin/python -m pip install --upgrade pip' command. | |
Error running mach: | |
['create-mach-environment'] | |
The error occurred in code that was called by the mach command. This is either | |
a bug in the called code itself or in the way that mach is calling it. | |
You can invoke |./mach busted| to check if this issue is already on file. If it | |
isn't, please use |./mach busted file create-mach-environment| to report it. If |./mach busted| is | |
misbehaving, you can also inspect the dependencies of bug 1543241. | |
If filing a bug, please include the full output of mach, including this error | |
message. | |
The details of the failure are as follows: | |
subprocess.CalledProcessError: Command '['/Users/nalexander/.mozbuild/_virtualenvs/mach/bin/pip', 'install', '--requirement', '/Users/nalexander/Mozilla/gecko/build/zstandard_requirements.txt', '--require-hashes']' returned non-zero exit status 1. | |
File "/Users/nalexander/Mozilla/gecko/python/mozbuild/mozbuild/mach_commands.py", line 2098, in create_mach_environment | |
manager.install_pip_requirements( | |
File "/Users/nalexander/Mozilla/gecko/python/mozbuild/mozbuild/virtualenv.py", line 657, in install_pip_requirements | |
return self._run_pip(args) | |
File "/Users/nalexander/Mozilla/gecko/python/mozbuild/mozbuild/virtualenv.py", line 672, in _run_pip | |
subprocess.check_call( | |
File "/usr/local/Cellar/[email protected]/3.9.1_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 373, in check_call | |
raise CalledProcessError(retcode, cmd) | |
Sentry is attempting to send 0 pending error messages | |
Waiting up to 2 seconds | |
Press Ctrl-C to quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment