Running code to generate profile data (this can take a while):
# First, we need to create a clean build with profile generation
# enabled.
/usr/bin/make profile-gen-stamp
make[1]: Entering directory '/home/vsts/work/1/s/SourceCode'
/usr/bin/make clean profile-removal
make[2]: Entering directory '/home/vsts/work/1/s/SourceCode'
find . -depth -name '__pycache__' -exec rm -rf {} ';'
find . -name '*.py[co]' -exec rm -f {} ';'
find . -name '*.[oa]' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find: ‘build’: No such file or directory
find build -name '*.py' -exec rm -f {} ';' || true
find: ‘build’: No such file or directory
find build -name '*.py[co]' -exec rm -f {} ';' || true
find: ‘build’: No such file or directory
rm -f pybuilddir.txt
rm -f Lib/lib2to3/*Grammar*.pickle
rm -f Programs/_testembed Programs/_freeze_importlib
find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
find: ‘build’: No such file or directory
Makefile:1769: recipe for target 'clean' failed
rm -f Include/pydtrace_probes.h
make[2]: [clean] Error 1 (ignored)
rm -f profile-gen-stamp
find . -name '*.gc??' -exec rm -f {} ';'
find . -name '*.profclang?' -exec rm -f {} ';'
find . -name '*.dyn' -exec rm -f {} ';'
rm -f /home/vsts/work/1/s/SourceCode/coverage.info
rm -rf /home/vsts/work/1/s/SourceCode/lcov-report
rm -f profile-run-stamp
make[2]: Leaving directory '/home/vsts/work/1/s/SourceCode'
touch profile-clean-stamp
Building with support for profile generation:
/usr/bin/make build_all_generate_profile
make[2]: Entering directory '/home/vsts/work/1/s/SourceCode'
/usr/bin/make build_all CFLAGS_NODIST=" -fprofile-generate" LDFLAGS_NODIST=" -fprofile-generate" LIBS="-lcrypt -lpthread -ldl  -lutil -lm"
make[3]: Entering directory '/home/vsts/work/1/s/SourceCode'
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/token.o Parser/token.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/call.o Objects/call.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/context.o Python/context.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/initconfig.o Python/initconfig.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE \
	-DABIFLAGS='""' \
	-DMULTIARCH=\"x86_64-linux-gnu\" \
	-o Python/sysmodule.o ./Python/sysmodule.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE  -o Python/dtoa.o Python/dtoa.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE \
	-DSOABI='"cpython-38-x86_64-linux-gnu"' \
	-o Python/dynload_shlib.o ./Python/dynload_shlib.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \
	-DPREFIX='"/opt/hostedtoolcache/Python/3.8.2/x64"' \
	-DEXEC_PREFIX='"/opt/hostedtoolcache/Python/3.8.2/x64"' \
	-DVERSION='"3.8"' \
	-DVPATH='""' \
	-o Modules/getpath.o ./Modules/getpath.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o Modules/posixmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/errnomodule.c -o Modules/errnomodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_sre.c -o Modules/_sre.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_weakref.c -o Modules/_weakref.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_operator.c -o Modules/_operator.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_abc.c -o Modules/_abc.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/signalmodule.c -o Modules/signalmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_stat.c -o Modules/_stat.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/timemodule.c -o Modules/timemodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/faulthandler.c -o Modules/faulthandler.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/hashtable.c -o Modules/hashtable.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE \
      -DGITVERSION="\"`LC_ALL=C `\"" \
      -DGITTAG="\"`LC_ALL=C `\"" \
      -DGITBRANCH="\"`LC_ALL=C `\"" \
      -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
rm -f libpython3.8.a
ar rcs libpython3.8.a Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/token.o  Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/hamt.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o
if test libpython3.8.so.1.0 != libpython3.8.so; then \
	gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  -fprofile-generate -Wl,-hlibpython3.8.so.1.0 -o libpython3.8.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/token.o  Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/hamt.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o   -lcrypt -lpthread -ldl  -lutil -lm  -lm; \
	ln -f libpython3.8.so.1.0 libpython3.8.so; \
else \
	gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  -fprofile-generate -o libpython3.8.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/token.o  Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/hamt.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o   -lcrypt -lpthread -ldl  -lutil -lm  -lm; \
fi
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  -fprofile-generate -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.8.so
gcc -pthread -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  -fprofile-generate -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.8 -lcrypt -lpthread -ldl  -lutil -lm   -lm 
LD_LIBRARY_PATH=/home/vsts/work/1/s/SourceCode ./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
	echo "generate-posix-vars failed" ; \
	rm -f ./pybuilddir.txt ; \
	exit 1 ; \
fi
gcc -pthread -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
LD_LIBRARY_PATH=/home/vsts/work/1/s/SourceCode CC='gcc -pthread' LDSHARED='gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  -fprofile-generate' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' 	_TCLTK_INCLUDES='' _TCLTK_LIBS='' 	./python -E ./setup.py  build
running build
running build_ext
building '_struct' extension
creating build/temp.linux-x86_64-3.8/home
creating build/temp.linux-x86_64-3.8/home/vsts
creating build/temp.linux-x86_64-3.8/home/vsts/work
creating build/temp.linux-x86_64-3.8/home/vsts/work/1
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_struct.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_struct.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_struct.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_struct.cpython-38-x86_64-linux-gnu.so
building 'array' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/arraymodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/arraymodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/arraymodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/array.cpython-38-x86_64-linux-gnu.so
building '_contextvars' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_contextvarsmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_contextvarsmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_contextvars.cpython-38-x86_64-linux-gnu.so
building 'math' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/mathmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mathmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mathmodule.o Modules/_math.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/math.cpython-38-x86_64-linux-gnu.so
building 'cmath' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cmathmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cmathmodule.o Modules/_math.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/cmath.cpython-38-x86_64-linux-gnu.so
building '_datetime' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_datetimemodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_datetimemodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/_datetime.cpython-38-x86_64-linux-gnu.so
building '_random' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_randommodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_randommodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_randommodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_random.cpython-38-x86_64-linux-gnu.so
building '_bisect' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bisectmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bisectmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_bisect.cpython-38-x86_64-linux-gnu.so
building '_heapq' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_heapqmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_heapqmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_heapq.cpython-38-x86_64-linux-gnu.so
building '_pickle' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_pickle.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_pickle.o -DPy_BUILD_CORE_MODULE
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_pickle.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_pickle.cpython-38-x86_64-linux-gnu.so
building '_json' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_json.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_json.o -DPy_BUILD_CORE_MODULE
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_json.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_json.cpython-38-x86_64-linux-gnu.so
building '_lsprof' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_lsprof.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lsprof.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/rotatingtree.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lsprof.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/rotatingtree.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_lsprof.cpython-38-x86_64-linux-gnu.so
building 'unicodedata' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/unicodedata.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/unicodedata.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/unicodedata.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/unicodedata.cpython-38-x86_64-linux-gnu.so
building '_opcode' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_opcode.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_opcode.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_opcode.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_opcode.cpython-38-x86_64-linux-gnu.so
building '_asyncio' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_asynciomodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_asynciomodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_asyncio.cpython-38-x86_64-linux-gnu.so
building '_queue' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_queuemodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_queuemodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_queue.cpython-38-x86_64-linux-gnu.so
building '_statistics' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_statisticsmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_statisticsmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_statisticsmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_statistics.cpython-38-x86_64-linux-gnu.so
building 'fcntl' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/fcntlmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/fcntlmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/fcntl.cpython-38-x86_64-linux-gnu.so
building 'grp' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/grpmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/grpmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/grpmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/grp.cpython-38-x86_64-linux-gnu.so
building 'spwd' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/spwdmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/spwdmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/spwd.cpython-38-x86_64-linux-gnu.so
building 'select' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/selectmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/selectmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/selectmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/select.cpython-38-x86_64-linux-gnu.so
building 'parser' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/parsermodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/parsermodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/parsermodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/parser.cpython-38-x86_64-linux-gnu.so
building 'mmap' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mmapmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mmapmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/mmap.cpython-38-x86_64-linux-gnu.so
building 'syslog' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/syslogmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/syslogmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/syslog.cpython-38-x86_64-linux-gnu.so
building '_xxsubinterpreters' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxsubinterpretersmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxsubinterpretersmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_xxsubinterpreters.cpython-38-x86_64-linux-gnu.so
building 'audioop' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/audioop.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/audioop.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/audioop.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/audioop.cpython-38-x86_64-linux-gnu.so
building '_csv' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_csv.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_csv.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_csv.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_csv.cpython-38-x86_64-linux-gnu.so
building '_posixsubprocess' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_posixsubprocess.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_posixsubprocess.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_posixsubprocess.cpython-38-x86_64-linux-gnu.so
building '_testcapi' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.o
/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c:6216:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
     MyList_Type.tp_print = 0;
     ^~~~~~~~~~~
In file included from ./Include/object.h:746:0,
                 from ./Include/pytime.h:6,
                 from ./Include/Python.h:85,
                 from /home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c:15:
./Include/cpython/object.h:260:30: note: declared here
     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
                              ^~~~~~~~
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testcapi.cpython-38-x86_64-linux-gnu.so
building '_testinternalcapi' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testinternalcapi.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testinternalcapi.o -DPy_BUILD_CORE_MODULE
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testinternalcapi.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testinternalcapi.cpython-38-x86_64-linux-gnu.so
building '_testbuffer' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testbuffer.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testbuffer.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testbuffer.cpython-38-x86_64-linux-gnu.so
building '_testimportmultiple' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testimportmultiple.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testimportmultiple.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testimportmultiple.cpython-38-x86_64-linux-gnu.so
building '_testmultiphase' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testmultiphase.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testmultiphase.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testmultiphase.cpython-38-x86_64-linux-gnu.so
building '_xxtestfuzz' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/_xxtestfuzz.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/fuzzer.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_xxtestfuzz.cpython-38-x86_64-linux-gnu.so
building 'readline' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/readline.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/readline.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/readline.o -L/usr/lib/termcap -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lreadline -o build/lib.linux-x86_64-3.8/readline.cpython-38-x86_64-linux-gnu.so
building '_curses' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cursesmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cursesmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lncursesw -o build/lib.linux-x86_64-3.8/_curses.cpython-38-x86_64-linux-gnu.so
building '_curses_panel' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_curses_panel.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_curses_panel.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-x86_64-3.8/_curses_panel.cpython-38-x86_64-linux-gnu.so
building '_crypt' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cryptmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cryptmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypt -o build/lib.linux-x86_64-3.8/_crypt.cpython-38-x86_64-linux-gnu.so
building '_socket' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/socketmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/socketmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/socketmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_socket.cpython-38-x86_64-linux-gnu.so
building '_ssl' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ssl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ssl.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ssl.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.8/_ssl.cpython-38-x86_64-linux-gnu.so
building '_hashlib' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_hashopenssl.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_hashopenssl.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.8/_hashlib.cpython-38-x86_64-linux-gnu.so
building '_sha256' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/sha256module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha256module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha256module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha256.cpython-38-x86_64-linux-gnu.so
building '_sha512' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/sha512module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha512module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha512module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha512.cpython-38-x86_64-linux-gnu.so
building '_md5' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/md5module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/md5module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/md5module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_md5.cpython-38-x86_64-linux-gnu.so
building '_sha1' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/sha1module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha1module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha1module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha1.cpython-38-x86_64-linux-gnu.so
building '_blake2' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2module.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2b_impl.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2s_impl.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2s_impl.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_blake2.cpython-38-x86_64-linux-gnu.so
building '_sha3' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sha3
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sha3/sha3module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sha3/sha3module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha3.cpython-38-x86_64-linux-gnu.so
building '_dbm' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_NDBM_H -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_dbmmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_dbmmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm_compat -o build/lib.linux-x86_64-3.8/_dbm.cpython-38-x86_64-linux-gnu.so
building '_gdbm' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_gdbmmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_gdbmmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm -o build/lib.linux-x86_64-3.8/_gdbm.cpython-38-x86_64-linux-gnu.so
building '_sqlite3' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cache.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/connection.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cursor.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/microprotocols.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/module.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/prepare_protocol.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/row.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/statement.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/util.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/module.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/row.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/util.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lsqlite3 -o build/lib.linux-x86_64-3.8/_sqlite3.cpython-38-x86_64-linux-gnu.so
building 'termios' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/termios.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/termios.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/termios.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/termios.cpython-38-x86_64-linux-gnu.so
building 'resource' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/resource.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/resource.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/resource.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/resource.cpython-38-x86_64-linux-gnu.so
building 'ossaudiodev' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/ossaudiodev.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/ossaudiodev.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/ossaudiodev.cpython-38-x86_64-linux-gnu.so
building 'nis' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/nismodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/nismodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/nismodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lnsl -o build/lib.linux-x86_64-3.8/nis.cpython-38-x86_64-linux-gnu.so
building 'zlib' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/zlibmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/zlibmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.8/zlib.cpython-38-x86_64-linux-gnu.so
building 'binascii' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/binascii.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/binascii.o -DUSE_ZLIB_CRC32
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/binascii.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.8/binascii.cpython-38-x86_64-linux-gnu.so
building '_bz2' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_bz2module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bz2module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bz2module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lbz2 -o build/lib.linux-x86_64-3.8/_bz2.cpython-38-x86_64-linux-gnu.so
building '_lzma' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lzmamodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lzmamodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -llzma -o build/lib.linux-x86_64-3.8/_lzma.cpython-38-x86_64-linux-gnu.so
building 'pyexpat' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/pyexpat.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/pyexpat.o -Wno-unreachable-code
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/expat/xmlparse.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlparse.o -Wno-unreachable-code
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/expat/xmlrole.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlrole.o -Wno-unreachable-code
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/expat/xmltok.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmltok.o -Wno-unreachable-code
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/pyexpat.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlparse.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlrole.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmltok.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/pyexpat.cpython-38-x86_64-linux-gnu.so
building '_elementtree' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_elementtree.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_elementtree.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_elementtree.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_elementtree.cpython-38-x86_64-linux-gnu.so
building '_multibytecodec' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/multibytecodec.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_multibytecodec.cpython-38-x86_64-linux-gnu.so
building '_codecs_kr' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_kr.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_kr.cpython-38-x86_64-linux-gnu.so
building '_codecs_jp' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_jp.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_jp.cpython-38-x86_64-linux-gnu.so
building '_codecs_cn' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_cn.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_cn.cpython-38-x86_64-linux-gnu.so
building '_codecs_tw' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_tw.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_tw.cpython-38-x86_64-linux-gnu.so
building '_codecs_hk' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_hk.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_hk.cpython-38-x86_64-linux-gnu.so
building '_codecs_iso2022' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_iso2022.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_iso2022.cpython-38-x86_64-linux-gnu.so
building '_decimal' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/_decimal.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/basearith.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/constants.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/context.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/convolute.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/crt.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/difradix2.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fnt.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fourstep.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/io.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/memory.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/mpdecimal.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/numbertheory.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/sixstep.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/transpose.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/transpose.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/_decimal.cpython-38-x86_64-linux-gnu.so
building '_ctypes_test' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes_test.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes_test.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/_ctypes_test.cpython-38-x86_64-linux-gnu.so
building '_posixshmem' extension
creating build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/posixshmem.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/posixshmem.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lrt -o build/lib.linux-x86_64-3.8/_posixshmem.cpython-38-x86_64-linux-gnu.so
building '_multiprocessing' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/multiprocessing.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/semaphore.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/semaphore.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_multiprocessing.cpython-38-x86_64-linux-gnu.so
building '_tkinter' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_tkinter.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_tkinter.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/tkappinit.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/tkappinit.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_tkinter.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/tkappinit.o -L/usr/X11/lib -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -ltk8.6 -ltcl8.6 -lX11 -o build/lib.linux-x86_64-3.8/_tkinter.cpython-38-x86_64-linux-gnu.so
building 'xxlimited' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -DPy_LIMITED_API=0x03050000 -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/xxlimited.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/xxlimited.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/xxlimited.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/xxlimited.cpython-38-x86_64-linux-gnu.so
building '_ctypes' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callbacks.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callproc.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/stgdict.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/cfield.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -fprofile-generate -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/cfield.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lffi -ldl -o build/lib.linux-x86_64-3.8/_ctypes.cpython-38-x86_64-linux-gnu.so

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_uuid                                                          
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time                                                           

running build_scripts
creating build/scripts-3.8
copying and adjusting /home/vsts/work/1/s/SourceCode/Tools/scripts/pydoc3 -> build/scripts-3.8
copying and adjusting /home/vsts/work/1/s/SourceCode/Tools/scripts/idle3 -> build/scripts-3.8
copying and adjusting /home/vsts/work/1/s/SourceCode/Tools/scripts/2to3 -> build/scripts-3.8
changing mode of build/scripts-3.8/pydoc3 from 644 to 755
changing mode of build/scripts-3.8/idle3 from 644 to 755
changing mode of build/scripts-3.8/2to3 from 644 to 755
renaming build/scripts-3.8/pydoc3 to build/scripts-3.8/pydoc3.8
renaming build/scripts-3.8/idle3 to build/scripts-3.8/idle3.8
renaming build/scripts-3.8/2to3 to build/scripts-3.8/2to3-3.8
/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-generate -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c
gcc -pthread -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  -fprofile-generate -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.8 -lcrypt -lpthread -ldl  -lutil -lm   -lm 
sed -e "s,@EXENAME@,/opt/hostedtoolcache/Python/3.8.2/x64/bin/python3.8," < ./Misc/python-config.in >python-config.py
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
make[3]: Leaving directory '/home/vsts/work/1/s/SourceCode'
make[2]: Leaving directory '/home/vsts/work/1/s/SourceCode'
touch profile-gen-stamp
make[1]: Leaving directory '/home/vsts/work/1/s/SourceCode'
# Next, run the profile task to generate the profile information.
/usr/bin/make run_profile_task
make[1]: Entering directory '/home/vsts/work/1/s/SourceCode'
LD_LIBRARY_PATH=/home/vsts/work/1/s/SourceCode ./python -m test --pgo || true
0:00:00 load avg: 1.14 Run tests sequentially
0:00:00 load avg: 1.14 [ 1/43] test_array
0:00:05 load avg: 1.12 [ 2/43] test_base64
0:00:06 load avg: 1.12 [ 3/43] test_binascii
0:00:06 load avg: 1.12 [ 4/43] test_binop
0:00:07 load avg: 1.12 [ 5/43] test_bisect
0:00:07 load avg: 1.12 [ 6/43] test_bytes
0:00:20 load avg: 1.10 [ 7/43] test_bz2
0:00:23 load avg: 1.09 [ 8/43] test_cmath
0:00:24 load avg: 1.09 [ 9/43] test_codecs
0:00:33 load avg: 1.07 [10/43] test_collections
0:00:38 load avg: 1.07 [11/43] test_complex
0:00:40 load avg: 1.07 [12/43] test_dataclasses
0:00:42 load avg: 1.07 [13/43] test_datetime
0:01:04 load avg: 1.04 [14/43] test_decimal
0:01:32 load avg: 1.03 [15/43] test_difflib
0:01:40 load avg: 1.02 [16/43] test_embed
0:02:02 load avg: 1.08 [17/43] test_float
0:02:04 load avg: 1.07 [18/43] test_fstring
0:02:08 load avg: 1.07 [19/43] test_functools
0:02:10 load avg: 1.07 [20/43] test_generators
0:02:11 load avg: 1.07 [21/43] test_hashlib
0:02:15 load avg: 1.06 [22/43] test_heapq
0:02:21 load avg: 1.06 [23/43] test_int
0:02:22 load avg: 1.06 [24/43] test_itertools
0:02:56 load avg: 1.09 [25/43] test_json -- test_itertools passed in 34.0 sec
0:03:08 load avg: 1.07 [26/43] test_long
0:03:31 load avg: 1.05 [27/43] test_lzma
0:03:33 load avg: 1.05 [28/43] test_math
0:03:57 load avg: 1.03 [29/43] test_memoryview
0:04:00 load avg: 1.03 [30/43] test_operator
0:04:01 load avg: 1.03 [31/43] test_ordered_dict
0:04:08 load avg: 1.02 [32/43] test_pickle
0:04:53 load avg: 1.01 [33/43] test_pprint -- test_pickle passed in 45.5 sec
0:04:55 load avg: 1.01 [34/43] test_re
0:05:02 load avg: 1.01 [35/43] test_set
0:05:17 load avg: 1.01 [36/43] test_sqlite
0:05:19 load avg: 1.09 [37/43] test_statistics
0:05:37 load avg: 1.15 [38/43] test_struct
0:05:41 load avg: 1.13 [39/43] test_tabnanny
0:05:43 load avg: 1.12 [40/43] test_time
0:05:47 load avg: 1.12 [41/43] test_unicode
0:05:56 load avg: 1.10 [42/43] test_xml_etree
0:06:00 load avg: 1.10 [43/43] test_xml_etree_c

Total duration: 6 min 6 sec
Tests result: SUCCESS
make[1]: Leaving directory '/home/vsts/work/1/s/SourceCode'
/usr/bin/make build_all_merge_profile
make[1]: Entering directory '/home/vsts/work/1/s/SourceCode'
true
make[1]: Leaving directory '/home/vsts/work/1/s/SourceCode'
# Remove profile generation binary since we are done with it.
/usr/bin/make clean
make[1]: Entering directory '/home/vsts/work/1/s/SourceCode'
find . -depth -name '__pycache__' -exec rm -rf {} ';'
find . -name '*.py[co]' -exec rm -f {} ';'
find . -name '*.[oa]' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find build -name '*.py' -exec rm -f {} ';' || true
find build -name '*.py[co]' -exec rm -f {} ';' || true
rm -f pybuilddir.txt
rm -f Lib/lib2to3/*Grammar*.pickle
rm -f Programs/_testembed Programs/_freeze_importlib
find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
rm -f Include/pydtrace_probes.h
rm -f profile-gen-stamp
make[1]: Leaving directory '/home/vsts/work/1/s/SourceCode'
# This is an expensive target to build and it does not have proper
# makefile dependency information.  So, we create a "stamp" file
# to record its completion and avoid re-running it.
touch profile-run-stamp
Rebuilding with profile guided optimizations:
rm -f profile-clean-stamp
/usr/bin/make build_all CFLAGS_NODIST=" -fprofile-use -fprofile-correction" LDFLAGS_NODIST=""
make[1]: Entering directory '/home/vsts/work/1/s/SourceCode'
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/token.o Parser/token.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/call.o Objects/call.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/context.o Python/context.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/initconfig.o Python/initconfig.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE \
	-DABIFLAGS='""' \
	-DMULTIARCH=\"x86_64-linux-gnu\" \
	-o Python/sysmodule.o ./Python/sysmodule.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE  -o Python/dtoa.o Python/dtoa.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE \
	-DSOABI='"cpython-38-x86_64-linux-gnu"' \
	-o Python/dynload_shlib.o ./Python/dynload_shlib.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \
	-DPREFIX='"/opt/hostedtoolcache/Python/3.8.2/x64"' \
	-DEXEC_PREFIX='"/opt/hostedtoolcache/Python/3.8.2/x64"' \
	-DVERSION='"3.8"' \
	-DVPATH='""' \
	-o Modules/getpath.o ./Modules/getpath.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o Modules/posixmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/errnomodule.c -o Modules/errnomodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_sre.c -o Modules/_sre.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_weakref.c -o Modules/_weakref.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_operator.c -o Modules/_operator.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_abc.c -o Modules/_abc.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/signalmodule.c -o Modules/signalmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_stat.c -o Modules/_stat.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/timemodule.c -o Modules/timemodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/faulthandler.c -o Modules/faulthandler.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/hashtable.c -o Modules/hashtable.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE_BUILTIN  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE \
      -DGITVERSION="\"`LC_ALL=C `\"" \
      -DGITTAG="\"`LC_ALL=C `\"" \
      -DGITBRANCH="\"`LC_ALL=C `\"" \
      -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
rm -f libpython3.8.a
ar rcs libpython3.8.a Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/token.o  Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/hamt.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o
if test libpython3.8.so.1.0 != libpython3.8.so; then \
	gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib   -Wl,-hlibpython3.8.so.1.0 -o libpython3.8.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/token.o  Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/hamt.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o   -lcrypt -lpthread -ldl  -lutil -lm  -lm; \
	ln -f libpython3.8.so.1.0 libpython3.8.so; \
else \
	gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib   -o libpython3.8.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/token.o  Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/hamt.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o   -lcrypt -lpthread -ldl  -lutil -lm  -lm; \
fi
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib   -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.8.so
gcc -pthread -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib   -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.8 -lcrypt -lpthread -ldl  -lutil -lm   -lm 
LD_LIBRARY_PATH=/home/vsts/work/1/s/SourceCode ./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
	echo "generate-posix-vars failed" ; \
	rm -f ./pybuilddir.txt ; \
	exit 1 ; \
fi
gcc -pthread -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
LD_LIBRARY_PATH=/home/vsts/work/1/s/SourceCode CC='gcc -pthread' LDSHARED='gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib  ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' 	_TCLTK_INCLUDES='' _TCLTK_LIBS='' 	./python -E ./setup.py  build
running build
running build_ext
building '_struct' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_struct.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_struct.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_struct.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_struct.cpython-38-x86_64-linux-gnu.so
building 'array' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/arraymodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/arraymodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/arraymodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/array.cpython-38-x86_64-linux-gnu.so
building '_contextvars' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_contextvarsmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_contextvarsmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_contextvars.cpython-38-x86_64-linux-gnu.so
building 'math' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/mathmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mathmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mathmodule.o Modules/_math.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/math.cpython-38-x86_64-linux-gnu.so
building 'cmath' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cmathmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cmathmodule.o Modules/_math.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/cmath.cpython-38-x86_64-linux-gnu.so
building '_datetime' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_datetimemodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_datetimemodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/_datetime.cpython-38-x86_64-linux-gnu.so
building '_random' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_randommodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_randommodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_randommodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_random.cpython-38-x86_64-linux-gnu.so
building '_bisect' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bisectmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bisectmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_bisect.cpython-38-x86_64-linux-gnu.so
building '_heapq' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_heapqmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_heapqmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_heapq.cpython-38-x86_64-linux-gnu.so
building '_pickle' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_pickle.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_pickle.o -DPy_BUILD_CORE_MODULE
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_pickle.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_pickle.cpython-38-x86_64-linux-gnu.so
building '_json' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_json.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_json.o -DPy_BUILD_CORE_MODULE
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_json.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_json.cpython-38-x86_64-linux-gnu.so
building '_lsprof' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_lsprof.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lsprof.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/rotatingtree.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lsprof.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/rotatingtree.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_lsprof.cpython-38-x86_64-linux-gnu.so
building 'unicodedata' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/unicodedata.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/unicodedata.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/unicodedata.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/unicodedata.cpython-38-x86_64-linux-gnu.so
building '_opcode' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_opcode.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_opcode.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_opcode.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_opcode.cpython-38-x86_64-linux-gnu.so
building '_asyncio' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_asynciomodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_asynciomodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_asyncio.cpython-38-x86_64-linux-gnu.so
building '_queue' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_queuemodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_queuemodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_queue.cpython-38-x86_64-linux-gnu.so
building '_statistics' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_statisticsmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_statisticsmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_statisticsmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_statistics.cpython-38-x86_64-linux-gnu.so
building 'fcntl' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/fcntlmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/fcntlmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/fcntl.cpython-38-x86_64-linux-gnu.so
building 'grp' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/grpmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/grpmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/grpmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/grp.cpython-38-x86_64-linux-gnu.so
building 'spwd' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/spwdmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/spwdmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/spwd.cpython-38-x86_64-linux-gnu.so
building 'select' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/selectmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/selectmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/selectmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/select.cpython-38-x86_64-linux-gnu.so
building 'parser' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/parsermodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/parsermodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/parsermodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/parser.cpython-38-x86_64-linux-gnu.so
building 'mmap' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mmapmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/mmapmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/mmap.cpython-38-x86_64-linux-gnu.so
building 'syslog' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/syslogmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/syslogmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/syslog.cpython-38-x86_64-linux-gnu.so
building '_xxsubinterpreters' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxsubinterpretersmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxsubinterpretersmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_xxsubinterpreters.cpython-38-x86_64-linux-gnu.so
building 'audioop' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/audioop.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/audioop.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/audioop.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/audioop.cpython-38-x86_64-linux-gnu.so
building '_csv' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_csv.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_csv.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_csv.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_csv.cpython-38-x86_64-linux-gnu.so
building '_posixsubprocess' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_posixsubprocess.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_posixsubprocess.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_posixsubprocess.cpython-38-x86_64-linux-gnu.so
building '_testcapi' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.o
/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c:6216:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
     MyList_Type.tp_print = 0;
     ^~~~~~~~~~~
In file included from ./Include/object.h:746:0,
                 from ./Include/pytime.h:6,
                 from ./Include/Python.h:85,
                 from /home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.c:15:
./Include/cpython/object.h:260:30: note: declared here
     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
                              ^~~~~~~~
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testcapimodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testcapi.cpython-38-x86_64-linux-gnu.so
building '_testinternalcapi' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testinternalcapi.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testinternalcapi.o -DPy_BUILD_CORE_MODULE
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testinternalcapi.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testinternalcapi.cpython-38-x86_64-linux-gnu.so
building '_testbuffer' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testbuffer.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testbuffer.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testbuffer.cpython-38-x86_64-linux-gnu.so
building '_testimportmultiple' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testimportmultiple.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testimportmultiple.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testimportmultiple.cpython-38-x86_64-linux-gnu.so
building '_testmultiphase' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testmultiphase.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_testmultiphase.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_testmultiphase.cpython-38-x86_64-linux-gnu.so
building '_xxtestfuzz' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/_xxtestfuzz.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/fuzzer.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_xxtestfuzz.cpython-38-x86_64-linux-gnu.so
building 'readline' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/readline.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/readline.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/readline.o -L/usr/lib/termcap -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lreadline -o build/lib.linux-x86_64-3.8/readline.cpython-38-x86_64-linux-gnu.so
building '_curses' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cursesmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cursesmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lncursesw -o build/lib.linux-x86_64-3.8/_curses.cpython-38-x86_64-linux-gnu.so
building '_curses_panel' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_curses_panel.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_curses_panel.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-x86_64-3.8/_curses_panel.cpython-38-x86_64-linux-gnu.so
building '_crypt' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cryptmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_cryptmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypt -o build/lib.linux-x86_64-3.8/_crypt.cpython-38-x86_64-linux-gnu.so
building '_socket' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/socketmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/socketmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/socketmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_socket.cpython-38-x86_64-linux-gnu.so
building '_ssl' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ssl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ssl.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ssl.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.8/_ssl.cpython-38-x86_64-linux-gnu.so
building '_hashlib' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_hashopenssl.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_hashopenssl.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.8/_hashlib.cpython-38-x86_64-linux-gnu.so
building '_sha256' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/sha256module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha256module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha256module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha256.cpython-38-x86_64-linux-gnu.so
building '_sha512' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/sha512module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha512module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha512module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha512.cpython-38-x86_64-linux-gnu.so
building '_md5' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/md5module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/md5module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/md5module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_md5.cpython-38-x86_64-linux-gnu.so
building '_sha1' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/sha1module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha1module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/sha1module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha1.cpython-38-x86_64-linux-gnu.so
building '_blake2' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2module.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2b_impl.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2s_impl.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_blake2/blake2s_impl.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_blake2.cpython-38-x86_64-linux-gnu.so
building '_sha3' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sha3/sha3module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sha3/sha3module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_sha3.cpython-38-x86_64-linux-gnu.so
building '_dbm' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_NDBM_H -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_dbmmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_dbmmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm_compat -o build/lib.linux-x86_64-3.8/_dbm.cpython-38-x86_64-linux-gnu.so
building '_gdbm' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_gdbmmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_gdbmmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm -o build/lib.linux-x86_64-3.8/_gdbm.cpython-38-x86_64-linux-gnu.so
building '_sqlite3' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cache.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/connection.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cursor.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/microprotocols.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/module.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/prepare_protocol.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/row.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/statement.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/util.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/module.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/row.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_sqlite/util.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lsqlite3 -o build/lib.linux-x86_64-3.8/_sqlite3.cpython-38-x86_64-linux-gnu.so
building 'termios' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/termios.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/termios.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/termios.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/termios.cpython-38-x86_64-linux-gnu.so
building 'resource' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/resource.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/resource.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/resource.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/resource.cpython-38-x86_64-linux-gnu.so
building 'ossaudiodev' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/ossaudiodev.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/ossaudiodev.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/ossaudiodev.cpython-38-x86_64-linux-gnu.so
building 'nis' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/nismodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/nismodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/nismodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lnsl -o build/lib.linux-x86_64-3.8/nis.cpython-38-x86_64-linux-gnu.so
building 'zlib' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/zlibmodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/zlibmodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.8/zlib.cpython-38-x86_64-linux-gnu.so
building 'binascii' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/binascii.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/binascii.o -DUSE_ZLIB_CRC32
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/binascii.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.8/binascii.cpython-38-x86_64-linux-gnu.so
building '_bz2' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_bz2module.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bz2module.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_bz2module.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lbz2 -o build/lib.linux-x86_64-3.8/_bz2.cpython-38-x86_64-linux-gnu.so
building '_lzma' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lzmamodule.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_lzmamodule.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -llzma -o build/lib.linux-x86_64-3.8/_lzma.cpython-38-x86_64-linux-gnu.so
building 'pyexpat' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/pyexpat.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/pyexpat.o -Wno-unreachable-code
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/expat/xmlparse.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlparse.o -Wno-unreachable-code
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/expat/xmlrole.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlrole.o -Wno-unreachable-code
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/expat/xmltok.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmltok.o -Wno-unreachable-code
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/pyexpat.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlparse.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmlrole.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/expat/xmltok.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/pyexpat.cpython-38-x86_64-linux-gnu.so
building '_elementtree' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/vsts/work/1/s/SourceCode/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_elementtree.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_elementtree.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_elementtree.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_elementtree.cpython-38-x86_64-linux-gnu.so
building '_multibytecodec' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/multibytecodec.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_multibytecodec.cpython-38-x86_64-linux-gnu.so
building '_codecs_kr' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_kr.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_kr.cpython-38-x86_64-linux-gnu.so
building '_codecs_jp' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_jp.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_jp.cpython-38-x86_64-linux-gnu.so
building '_codecs_cn' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_cn.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_cn.cpython-38-x86_64-linux-gnu.so
building '_codecs_tw' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_tw.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_tw.cpython-38-x86_64-linux-gnu.so
building '_codecs_hk' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_hk.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_hk.cpython-38-x86_64-linux-gnu.so
building '_codecs_iso2022' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_iso2022.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_codecs_iso2022.cpython-38-x86_64-linux-gnu.so
building '_decimal' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/_decimal.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/basearith.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/constants.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/context.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/convolute.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/crt.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/difradix2.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fnt.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fourstep.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/io.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/memory.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/mpdecimal.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/numbertheory.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/sixstep.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/transpose.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_decimal/libmpdec/transpose.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/_decimal.cpython-38-x86_64-linux-gnu.so
building '_ctypes_test' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes_test.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes_test.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.8/_ctypes_test.cpython-38-x86_64-linux-gnu.so
building '_posixshmem' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/posixshmem.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/posixshmem.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lrt -o build/lib.linux-x86_64-3.8/_posixshmem.cpython-38-x86_64-linux-gnu.so
building '_multiprocessing' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/multiprocessing.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/semaphore.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_multiprocessing/semaphore.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/_multiprocessing.cpython-38-x86_64-linux-gnu.so
building '_tkinter' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_tkinter.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_tkinter.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/tkappinit.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/tkappinit.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_tkinter.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/tkappinit.o -L/usr/X11/lib -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -ltk8.6 -ltcl8.6 -lX11 -o build/lib.linux-x86_64-3.8/_tkinter.cpython-38-x86_64-linux-gnu.so
building 'xxlimited' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -DPy_LIMITED_API=0x03050000 -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/xxlimited.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/xxlimited.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/xxlimited.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.8/xxlimited.cpython-38-x86_64-linux-gnu.so
building '_ctypes' extension
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callbacks.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callproc.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/stgdict.o
gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal -I/usr/include/x86_64-linux-gnu -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/vsts/work/1/s/SourceCode/Include -I/home/vsts/work/1/s/SourceCode -c /home/vsts/work/1/s/SourceCode/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/cfield.o
gcc -pthread -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.8/home/vsts/work/1/s/SourceCode/Modules/_ctypes/cfield.o -L. -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lffi -ldl -o build/lib.linux-x86_64-3.8/_ctypes.cpython-38-x86_64-linux-gnu.so

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_uuid                                                          
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time                                                           

running build_scripts
copying and adjusting /home/vsts/work/1/s/SourceCode/Tools/scripts/pydoc3 -> build/scripts-3.8
copying and adjusting /home/vsts/work/1/s/SourceCode/Tools/scripts/idle3 -> build/scripts-3.8
copying and adjusting /home/vsts/work/1/s/SourceCode/Tools/scripts/2to3 -> build/scripts-3.8
changing mode of build/scripts-3.8/pydoc3 from 644 to 755
changing mode of build/scripts-3.8/idle3 from 644 to 755
changing mode of build/scripts-3.8/2to3 from 644 to 755
renaming build/scripts-3.8/pydoc3 to build/scripts-3.8/pydoc3.8
renaming build/scripts-3.8/idle3 to build/scripts-3.8/idle3.8
renaming build/scripts-3.8/2to3 to build/scripts-3.8/2to3-3.8
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fprofile-use -fprofile-correction -I./Include/internal  -I. -I./Include   -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c
gcc -pthread -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.8.2/x64/lib   -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.8 -lcrypt -lpthread -ldl  -lutil -lm   -lm 
make[1]: Leaving directory '/home/vsts/work/1/s/SourceCode'
