Last active
May 16, 2020 03:25
-
-
Save jwarner112/9f18f3e77eb4d60c10f74a09bff37f13 to your computer and use it in GitHub Desktop.
indygreg/python-build-standalone fails to compile cpython-3.8 with PGO and LTO optimizations enabled. this gist contains a complete stack trace from invocation to failure.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeff@buildbox:~/code/python-build-standalone$ sudo ./build-linux.py --optimizations="pgo+lto" --target_triple="x86_64-unknown-linux-musl" --python="cpython-3.8" | |
Requirement already satisfied: certifi==2020.4.5.1 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 7)) (2020.4.5.1) | |
Requirement already satisfied: cffi==1.14.0 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 11)) (1.14.0) | |
Requirement already satisfied: chardet==3.0.4 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 41)) (3.0.4) | |
Requirement already satisfied: click==7.1.1 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 45)) (7.1.1) | |
Requirement already satisfied: docker==4.2.0 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 49)) (4.2.0) | |
Requirement already satisfied: idna==2.9 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 53)) (2.9) | |
Requirement already satisfied: jinja2==2.11.1 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 57)) (2.11.1) | |
Requirement already satisfied: markupsafe==1.1.1 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 61)) (1.1.1) | |
Requirement already satisfied: pip-tools==4.5.1 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 96)) (4.5.1) | |
Requirement already satisfied: pycparser==2.20 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 100)) (2.20) | |
Requirement already satisfied: requests==2.23.0 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 104)) (2.23.0) | |
Requirement already satisfied: six==1.14.0 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 108)) (1.14.0) | |
Requirement already satisfied: urllib3==1.25.8 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 112)) (1.25.8) | |
Requirement already satisfied: websocket-client==0.57.0 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 116)) (0.57.0) | |
Requirement already satisfied: zstandard==0.13.0 in ./build/venv.linux/lib/python3.8/site-packages (from -r /home/jeff/code/python-build-standalone/requirements.txt (line 120)) (0.13.0) | |
/home/jeff/code/python-build-standalone/cpython-unix/build.py --host-platform linux64 --target-triple x86_64-unknown-linux-musl --optimizations pgo+lto --dest-archive /home/jeff/code/python-build-standalone/build/cpython-3.8.2-x86_64-unknown-linux-musl-pgo+lto.tar cpython-3.8 | |
downloading https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz to /home/jeff/code/python-build-standalone/build/downloads/Python-3.8.2.tar.xz | |
/home/jeff/code/python-build-standalone/build/downloads/Python-3.8.2.tar.xz exists and passes integrity checks | |
downloading https://files.pythonhosted.org/packages/b5/96/af1686ea8c1e503f4a81223d4a3410e7587fd52df03083de24161d0df7d4/setuptools-46.1.3.zip to /home/jeff/code/python-build-standalone/build/downloads/setuptools-46.1.3.zip | |
/home/jeff/code/python-build-standalone/build/downloads/setuptools-46.1.3.zip exists and passes integrity checks | |
downloading https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz to /home/jeff/code/python-build-standalone/build/downloads/pip-20.0.2.tar.gz | |
/home/jeff/code/python-build-standalone/build/downloads/pip-20.0.2.tar.gz exists and passes integrity checks | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/binutils-2.34-linux64.tar to container:/build/binutils-2.34-linux64.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/clang-10.0.0-linux64.tar to container:/build/clang-10.0.0-linux64.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/musl-1.1.22-linux64.tar to container:/build/musl-1.1.22-linux64.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/bdb-6.0.19-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/bdb-6.0.19-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/bzip2-1.0.8-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/bzip2-1.0.8-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/libX11-1.6.8-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/libX11-1.6.8-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/libXau-1.0.7-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/libXau-1.0.7-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/libedit-20191231-3.1-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/libedit-20191231-3.1-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/libffi-3.3-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/libffi-3.3-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/libressl-3.0.2-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/libressl-3.0.2-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/libxcb-1.13.1-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/libxcb-1.13.1-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/ncurses-6.2-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/ncurses-6.2-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/readline-8.0-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/readline-8.0-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/sqlite-3310100-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/sqlite-3310100-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/tcl-8.6.10-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/tcl-8.6.10-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/tix-8.4.3.6-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/tix-8.4.3.6-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/tk-8.6.10-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/tk-8.6.10-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/uuid-1.0.3-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/uuid-1.0.3-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/xorgproto-2019.1-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/xorgproto-2019.1-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/xz-5.2.5-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/xz-5.2.5-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/zlib-1.2.11-x86_64-unknown-linux-musl-pgo+lto.tar to container:/build/zlib-1.2.11-x86_64-unknown-linux-musl-pgo+lto.tar | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/downloads/Python-3.8.2.tar.xz to container:/build/Python-3.8.2.tar.xz | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/downloads/setuptools-46.1.3.zip to container:/build/setuptools-46.1.3.zip | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/build/downloads/pip-20.0.2.tar.gz to container:/build/pip-20.0.2.tar.gz | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/cpython-unix/build-cpython.sh to container:/build/build-cpython.sh | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.bdb.txt to container:/build/LICENSE.bdb.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.bzip2.txt to container:/build/LICENSE.bzip2.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.cpython.txt to container:/build/LICENSE.cpython.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.gdbm.txt to container:/build/LICENSE.gdbm.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libX11.txt to container:/build/LICENSE.libX11.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libXau.txt to container:/build/LICENSE.libXau.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libedit.txt to container:/build/LICENSE.libedit.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libffi.txt to container:/build/LICENSE.libffi.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.liblzma.txt to container:/build/LICENSE.liblzma.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libressl.txt to container:/build/LICENSE.libressl.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libuuid.txt to container:/build/LICENSE.libuuid.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.libxcb.txt to container:/build/LICENSE.libxcb.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.ncurses.txt to container:/build/LICENSE.ncurses.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.openssl.txt to container:/build/LICENSE.openssl.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.readline.txt to container:/build/LICENSE.readline.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.sqlite.txt to container:/build/LICENSE.sqlite.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.tcl.txt to container:/build/LICENSE.tcl.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.tix.txt to container:/build/LICENSE.tix.txt | |
cpython-3.8> copying /home/jeff/code/python-build-standalone/LICENSE.zlib.txt to container:/build/LICENSE.zlib.txt | |
cpython-3.8> copying /tmp/tmpgx0b0_mb to container:/build/Setup.local | |
cpython-3.8> copying /tmp/tmpls3yhkyo to container:/build/Makefile.extra | |
cpython-3.8> ++ pwd | |
cpython-3.8> + export ROOT=/build | |
cpython-3.8> + ROOT=/build | |
cpython-3.8> + export PATH=/tools/clang-linux64/bin:/tools/host/bin:/tools/deps/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
cpython-3.8> + PATH=/tools/clang-linux64/bin:/tools/host/bin:/tools/deps/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
cpython-3.8> + export LLVM_PROFDATA=/tools/clang-linux64/bin/llvm-profdata | |
cpython-3.8> + LLVM_PROFDATA=/tools/clang-linux64/bin/llvm-profdata | |
cpython-3.8> + find /tools/deps -name '*.so*' -exec rm '{}' ';' | |
cpython-3.8> + tar -xf Python-3.8.2.tar.xz | |
cpython-3.8> + unzip setuptools-46.1.3.zip | |
cpython-3.8> Archive: setuptools-46.1.3.zip | |
cpython-3.8> creating: setuptools-46.1.3/ | |
cpython-3.8> creating: setuptools-46.1.3/docs/ | |
cpython-3.8> creating: setuptools-46.1.3/setuptools.egg-info/ | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/ | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/ | |
cpython-3.8> inflating: setuptools-46.1.3/easy_install.py | |
cpython-3.8> inflating: setuptools-46.1.3/README.rst | |
cpython-3.8> inflating: setuptools-46.1.3/msvc-build-launcher.cmd | |
cpython-3.8> inflating: setuptools-46.1.3/launcher.c | |
cpython-3.8> inflating: setuptools-46.1.3/bootstrap.py | |
cpython-3.8> inflating: setuptools-46.1.3/setup.py | |
cpython-3.8> inflating: setuptools-46.1.3/CHANGES.rst | |
cpython-3.8> inflating: setuptools-46.1.3/pytest.ini | |
cpython-3.8> inflating: setuptools-46.1.3/pavement.py | |
cpython-3.8> inflating: setuptools-46.1.3/LICENSE | |
cpython-3.8> inflating: setuptools-46.1.3/PKG-INFO | |
cpython-3.8> inflating: setuptools-46.1.3/tox.ini | |
cpython-3.8> inflating: setuptools-46.1.3/setup.cfg | |
cpython-3.8> inflating: setuptools-46.1.3/MANIFEST.in | |
cpython-3.8> inflating: setuptools-46.1.3/towncrier_template.rst | |
cpython-3.8> inflating: setuptools-46.1.3/conftest.py | |
cpython-3.8> creating: setuptools-46.1.3/docs/_theme/ | |
cpython-3.8> creating: setuptools-46.1.3/docs/_templates/ | |
cpython-3.8> inflating: setuptools-46.1.3/docs/Makefile | |
cpython-3.8> inflating: setuptools-46.1.3/docs/index.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/requirements.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/pkg_resources.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/setuptools.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/conf.py | |
cpython-3.8> inflating: setuptools-46.1.3/docs/roadmap.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/developer-guide.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/history.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/python3.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/development.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/releases.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/easy_install.txt | |
cpython-3.8> inflating: setuptools-46.1.3/docs/formats.txt | |
cpython-3.8> creating: setuptools-46.1.3/docs/_theme/nature/ | |
cpython-3.8> creating: setuptools-46.1.3/docs/_theme/nature/static/ | |
cpython-3.8> inflating: setuptools-46.1.3/docs/_theme/nature/theme.conf | |
cpython-3.8> inflating: setuptools-46.1.3/docs/_theme/nature/static/pygments.css | |
cpython-3.8> inflating: setuptools-46.1.3/docs/_theme/nature/static/nature.css_t | |
cpython-3.8> inflating: setuptools-46.1.3/docs/_templates/indexsidebar.html | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/zip-safe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/requires.txt | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/SOURCES.txt | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/entry_points.txt | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/dependency_links.txt | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/top_level.txt | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools.egg-info/PKG-INFO | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/extern/ | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/_vendor/ | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/ | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/py31compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/py2_warn.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/api_tests.txt | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/extern/__init__.py | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/_vendor/packaging/ | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/six.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/appdirs.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/vendored.txt | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/pyparsing.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/version.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/requirements.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/_compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/markers.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/utils.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/specifiers.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/__about__.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/_vendor/packaging/_structures.py | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/data/ | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/test_working_set.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/test_pkg_resources.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/test_resources.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/test_markers.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/test_find_distributions.py | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_zipped-egg/ | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/ | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package-source/ | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/ | |
cpython-3.8> creating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/ | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package-source/setup.py | |
cpython-3.8> inflating: setuptools-46.1.3/pkg_resources/tests/data/my-test-package-source/setup.cfg | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/command/ | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/extern/ | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/_vendor/ | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/tests/ | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/py33compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/archive_util.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/gui-32.exe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/namespaces.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/errors.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/lib2to3_ex.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/version.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/extension.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_deprecation_warning.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/py27compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/launch.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/sandbox.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/msvc.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/cli.exe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/script (dev).tmpl | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/dep_util.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/build_meta.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/installer.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/gui-64.exe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/cli-64.exe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/config.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/monkey.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/py31compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/wheel.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/glob.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/ssl_support.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/py34compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/site-patch.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/gui.exe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/cli-32.exe | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/unicode_utils.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/dist.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/package_index.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/windows_support.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/depends.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/script.tmpl | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_imp.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/easy_install.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/install_scripts.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/build_ext.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/saveopts.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/build_py.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/sdist.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/bdist_rpm.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/launcher manifest.xml | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/egg_info.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/test.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/alias.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/rotate.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/install.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/develop.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/bdist_egg.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/setopt.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/register.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/upload.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/bdist_wininst.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/install_lib.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/py36compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/dist_info.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/build_clib.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/upload_docs.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/command/install_egg_info.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/extern/__init__.py | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/_vendor/packaging/ | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/six.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/ordered_set.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/vendored.txt | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/pyparsing.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/tags.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/version.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/requirements.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/_compat.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/markers.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/utils.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/specifiers.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/__about__.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/_vendor/packaging/_structures.py | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/tests/indexes/ | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_register.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_manifest.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_msvc.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/namespaces.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/text.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_test.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_extern.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_glob.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_build_ext.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_unicode_utils.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_dist.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_build_py.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_find_packages.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_install_scripts.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_config.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/environment.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_dist_info.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_virtualenv.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_msvc14.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_easy_install.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_sandbox.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_build_meta.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_depends.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/files.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_upload.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/script-with-bom.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_archive_util.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_egg_info.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/server.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_sdist.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_packageindex.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_build_clib.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/mod_with_constant.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_setuptools.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_windows_wrappers.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_bdist_egg.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/__init__.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/fixtures.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_setopt.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/contexts.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/textwrap.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_develop.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_upload_docs.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_namespaces.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_dep_util.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_integration.py | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/test_wheel.py | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/tests/indexes/test_links_priority/ | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/tests/indexes/test_links_priority/simple/ | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/indexes/test_links_priority/external.html | |
cpython-3.8> creating: setuptools-46.1.3/setuptools/tests/indexes/test_links_priority/simple/foobar/ | |
cpython-3.8> inflating: setuptools-46.1.3/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html | |
cpython-3.8> + tar -xf pip-20.0.2.tar.gz | |
cpython-3.8> + cat Setup.local | |
cpython-3.8> *static* | |
cpython-3.8> array arraymodule.c | |
cpython-3.8> cmath cmathmodule.c _math.c | |
cpython-3.8> math mathmodule.c _math.c | |
cpython-3.8> _contextvars _contextvarsmodule.c | |
cpython-3.8> _struct _struct.c | |
cpython-3.8> _weakref _weakref.c | |
cpython-3.8> _testinternalcapi _testinternalcapi.c -I$(srcdir)/Include/internal -DPy_BUILD_CORE_MODULE | |
cpython-3.8> _random _randommodule.c | |
cpython-3.8> _pickle _pickle.c | |
cpython-3.8> _datetime _datetimemodule.c | |
cpython-3.8> _bisect _bisectmodule.c | |
cpython-3.8> _heapq _heapqmodule.c | |
cpython-3.8> _asyncio _asynciomodule.c | |
cpython-3.8> _statistics _statisticsmodule.c | |
cpython-3.8> unicodedata unicodedata.c | |
cpython-3.8> fcntl fcntlmodule.c | |
cpython-3.8> spwd spwdmodule.c | |
cpython-3.8> grp grpmodule.c | |
cpython-3.8> select selectmodule.c | |
cpython-3.8> mmap mmapmodule.c | |
cpython-3.8> _csv _csv.c | |
cpython-3.8> _socket socketmodule.c | |
cpython-3.8> termios termios.c | |
cpython-3.8> resource resource.c | |
cpython-3.8> _posixsubprocess _posixsubprocess.c | |
cpython-3.8> audioop audioop.c | |
cpython-3.8> _md5 md5module.c | |
cpython-3.8> _sha1 sha1module.c | |
cpython-3.8> _sha256 sha256module.c | |
cpython-3.8> _sha512 sha512module.c | |
cpython-3.8> _sha3 _sha3/sha3module.c | |
cpython-3.8> _blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c | |
cpython-3.8> syslog syslogmodule.c | |
cpython-3.8> binascii binascii.c | |
cpython-3.8> parser parsermodule.c | |
cpython-3.8> zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz | |
cpython-3.8> _multibytecodec cjkcodecs/multibytecodec.c | |
cpython-3.8> _codecs_cn cjkcodecs/_codecs_cn.c | |
cpython-3.8> _codecs_hk cjkcodecs/_codecs_hk.c | |
cpython-3.8> _codecs_iso2022 cjkcodecs/_codecs_iso2022.c | |
cpython-3.8> _codecs_jp cjkcodecs/_codecs_jp.c | |
cpython-3.8> _codecs_kr cjkcodecs/_codecs_kr.c | |
cpython-3.8> _codecs_tw cjkcodecs/_codecs_tw.c | |
cpython-3.8> _bz2 _bz2module.c -lbz2 | |
cpython-3.8> _crypt _cryptmodule.c -lcrypt | |
cpython-3.8> _curses _cursesmodule.c -I/tools/deps/include/ncurses -L/tools/deps/lib -lncurses | |
cpython-3.8> _curses_panel _curses_panel.c -I/tools/deps/include/ncurses -L/tools/deps/lib -lpanel -lncurses | |
cpython-3.8> _ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c -I/tools/deps/lib/libffi-3.2.1/include -lffi -ldl | |
cpython-3.8> _decimal _decimal/_decimal.c _decimal/libmpdec/basearith.c _decimal/libmpdec/constants.c _decimal/libmpdec/context.c _decimal/libmpdec/convolute.c _decimal/libmpdec/crt.c _decimal/libmpdec/difradix2.c _decimal/libmpdec/fnt.c _decimal/libmpdec/fourstep.c _decimal/libmpdec/io.c _decimal/libmpdec/memory.c _decimal/libmpdec/mpdecimal.c _decimal/libmpdec/numbertheory.c _decimal/libmpdec/sixstep.c _decimal/libmpdec/transpose.c -IModules/_decimal/libmpdec | |
cpython-3.8> _dbm _dbmmodule.c -DHAVE_BERKDB_H -DDB_DBM_HSEARCH -I/tools/deps/include -L/tools/deps/lib -ldb | |
cpython-3.8> _elementtree _elementtree.c -DUSE_PYEXPAT_CAPI -IModules/expat | |
cpython-3.8> _hashlib _hashopenssl.c -I/tools/deps/include -L/tools/deps/lib -lssl -lcrypto | |
cpython-3.8> _json _json.c | |
cpython-3.8> _lsprof _lsprof.c rotatingtree.c | |
cpython-3.8> _lzma _lzmamodule.c -I/tools/deps/include -L/tools/deps/lib -llzma | |
cpython-3.8> _multiprocessing _multiprocessing/multiprocessing.c _multiprocessing/semaphore.c | |
cpython-3.8> _opcode _opcode.c | |
cpython-3.8> _posixshmem _multiprocessing/posixshmem.c -IModules/_multiprocessing | |
cpython-3.8> _queue _queuemodule.c | |
cpython-3.8> _sqlite3 _sqlite/cache.c _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c -I/tools/deps/include -IModules/_sqlite -L/tools/deps/lib -lsqlite3 | |
cpython-3.8> _ssl _ssl.c -I/tools/deps/include -lssl -lcrypto | |
cpython-3.8> _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/tools/deps/include/X11 -L/tools/deps/lib -ltcl8.6 -ltk8.6 -lX11 -lxcb -lXau | |
cpython-3.8> _uuid _uuidmodule.c -I/tools/deps/include/uuid -luuid | |
cpython-3.8> pyexpat pyexpat.c expat/xmlparse.c expat/xmlrole.c expat/xmltok.c -DUSE_PYEXPAT_CAPI -IModules/expat | |
cpython-3.8> readline readline.c -I/tools/deps/include -I/tools/deps/include/ncurses -L/tools/deps/lib -lreadline -lncurses | |
cpython-3.8> | |
cpython-3.8> *disabled* | |
cpython-3.8> | |
cpython-3.8> nis | |
cpython-3.8> ossaudiodev | |
cpython-3.8> + mv Setup.local Python-3.8.2/Modules/Setup.local | |
cpython-3.8> + cat Makefile.extra | |
cpython-3.8> Modules/VARIANT-readline-libedit-readline-libedit.o: $(srcdir)/Modules/readline-libedit.c; $(CC) $(PY_BUILTIN_MODULE_CFLAGS) -DUSE_LIBEDIT=1 -I/tools/deps/libedit/include -I/tools/deps/libedit/include/ncurses -c $(srcdir)/Modules/readline-libedit.c -o Modules/VARIANT-readline-libedit-readline-libedit.o | |
cpython-3.8> Modules/readline-VARIANT-libedit$(EXT_SUFFIX): Modules/VARIANT-readline-libedit-readline-libedit.o | |
cpython-3.8> echo "readline readline-libedit.c -DUSE_LIBEDIT=1 -I/tools/deps/libedit/include -I/tools/deps/libedit/include/ncurses -L/tools/deps/libedit/lib -ledit -lncurses" > Modules/VARIANT-readline-libedit.data | |
cpython-3.8> $(LIBRARY): Modules/readline-VARIANT-libedit$(EXT_SUFFIX) | |
cpython-3.8> Modules/_decimal.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/_elementtree.o: PY_STDMODULE_CFLAGS += -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 | |
cpython-3.8> Modules/basearith.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/cache.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/connection.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/constants.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/context.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/convolute.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/crt.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/cursor.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/difradix2.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/fnt.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/fourstep.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/io.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/memory.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/microprotocols.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/module.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/mpdecimal.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/numbertheory.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/prepare_protocol.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/pyexpat.o: PY_STDMODULE_CFLAGS += -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 | |
cpython-3.8> Modules/row.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/sixstep.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/statement.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/transpose.o: PY_STDMODULE_CFLAGS += -DCONFIG_64=1 -DASM=1 | |
cpython-3.8> Modules/util.o: PY_STDMODULE_CFLAGS += -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 | |
cpython-3.8> Modules/xmlparse.o: PY_STDMODULE_CFLAGS += -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 | |
cpython-3.8> Modules/xmlrole.o: PY_STDMODULE_CFLAGS += -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 | |
cpython-3.8> Modules/xmltok.o: PY_STDMODULE_CFLAGS += -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 | |
cpython-3.8> ~/Python-3.8.2 ~ | |
cpython-3.8> + pushd Python-3.8.2 | |
cpython-3.8> + patch -p1 | |
cpython-3.8> patching file Lib/ctypes/__init__.py | |
cpython-3.8> Hunk #1 succeeded at 458 (offset 17 lines). | |
cpython-3.8> + cp Modules/readline.c Modules/readline-libedit.c | |
cpython-3.8> + patch -p1 | |
cpython-3.8> patching file Modules/readline-libedit.c | |
cpython-3.8> Hunk #1 succeeded at 485 (offset -1 lines). | |
cpython-3.8> Hunk #2 succeeded at 1029 (offset -3 lines). | |
cpython-3.8> + sed s/__APPLE__/USE_LIBEDIT/g Modules/readline-libedit.c | |
cpython-3.8> + mv tmp Modules/readline-libedit.c | |
cpython-3.8> + CFLAGS='-fPIC -I/tools/deps/include -I/tools/deps/include/ncurses' | |
cpython-3.8> + '[' linux64 = macos ']' | |
cpython-3.8> + CPPFLAGS='-fPIC -I/tools/deps/include -I/tools/deps/include/ncurses' | |
cpython-3.8> + LDFLAGS=-L/tools/deps/lib | |
cpython-3.8> + '[' musl-clang = musl-clang ']' | |
cpython-3.8> + CFLAGS='-fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static' | |
cpython-3.8> + CPPFLAGS='-fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static' | |
cpython-3.8> + LDFLAGS='-L/tools/deps/lib -static' | |
cpython-3.8> + CONFIGURE_FLAGS='--prefix=/install --with-openssl=/tools/deps --without-ensurepip' | |
cpython-3.8> + '[' -n '' ']' | |
cpython-3.8> + '[' -n 1 ']' | |
cpython-3.8> + CONFIGURE_FLAGS='--prefix=/install --with-openssl=/tools/deps --without-ensurepip --enable-optimizations' | |
cpython-3.8> + '[' -n 1 ']' | |
cpython-3.8> + CONFIGURE_FLAGS='--prefix=/install --with-openssl=/tools/deps --without-ensurepip --enable-optimizations --with-lto' | |
cpython-3.8> + CFLAGS='-fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static' | |
cpython-3.8> + CPPFLAGS='-fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static' | |
cpython-3.8> + LDFLAGS='-L/tools/deps/lib -static' | |
cpython-3.8> + ./configure --prefix=/install --with-openssl=/tools/deps --without-ensurepip --enable-optimizations --with-lto | |
cpython-3.8> checking build system type... | |
cpython-3.8> x86_64-pc-linux-gnu | |
cpython-3.8> checking host system type... | |
cpython-3.8> x86_64-pc-linux-gnu | |
cpython-3.8> checking for python3.8... | |
cpython-3.8> no | |
cpython-3.8> checking for python3... | |
cpython-3.8> no | |
cpython-3.8> checking for python... | |
cpython-3.8> no | |
cpython-3.8> checking for --enable-universalsdk... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-universal-archs... no | |
cpython-3.8> checking MACHDEP... | |
cpython-3.8> "linux" | |
cpython-3.8> checking for gcc... musl-clang | |
cpython-3.8> checking whether the C compiler works... | |
cpython-3.8> yes | |
cpython-3.8> checking for C compiler default output file name... a.out | |
cpython-3.8> checking for suffix of executables... | |
cpython-3.8> checking whether we are cross compiling... | |
cpython-3.8> no | |
cpython-3.8> checking for suffix of object files... | |
cpython-3.8> o | |
cpython-3.8> checking whether we are using the GNU C compiler... | |
cpython-3.8> yes | |
cpython-3.8> checking whether musl-clang accepts -g... | |
cpython-3.8> yes | |
cpython-3.8> checking for musl-clang option to accept ISO C89... | |
cpython-3.8> none needed | |
cpython-3.8> checking how to run the C preprocessor... | |
cpython-3.8> musl-clang -E | |
cpython-3.8> checking for grep that handles long lines and -e... | |
cpython-3.8> /bin/grep | |
cpython-3.8> checking for a sed that does not truncate output... | |
cpython-3.8> /bin/sed | |
cpython-3.8> checking for --with-cxx-main=<compiler>... | |
cpython-3.8> no | |
cpython-3.8> checking for c++... | |
cpython-3.8> no | |
cpython-3.8> checking for g++... | |
cpython-3.8> no | |
cpython-3.8> checking for gcc... | |
cpython-3.8> no | |
cpython-3.8> checking for CC... | |
cpython-3.8> no | |
cpython-3.8> checking for cxx... | |
cpython-3.8> no | |
cpython-3.8> checking for cc++... | |
cpython-3.8> no | |
cpython-3.8> checking for cl... | |
cpython-3.8> no | |
cpython-3.8> checking for the platform triplet based on compiler characteristics... | |
cpython-3.8> x86_64-linux-gnu | |
cpython-3.8> checking for -Wl,--no-as-needed... | |
cpython-3.8> yes | |
cpython-3.8> checking for egrep... | |
cpython-3.8> /bin/grep -E | |
cpython-3.8> checking for ANSI C header files... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/types.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/stat.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for stdlib.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for string.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for memory.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for strings.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for inttypes.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for stdint.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for unistd.h... | |
cpython-3.8> yes | |
cpython-3.8> checking minix/config.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking minix/config.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for minix/config.h... | |
cpython-3.8> no | |
cpython-3.8> checking whether it is safe to define __EXTENSIONS__... | |
cpython-3.8> yes | |
cpython-3.8> checking for the Android API level... | |
cpython-3.8> not Android | |
cpython-3.8> checking for --with-suffix... | |
cpython-3.8> checking for case-insensitive build directory... | |
cpython-3.8> no | |
cpython-3.8> checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a | |
cpython-3.8> checking LINKCC... | |
cpython-3.8> $(PURIFY) $(MAINCC) | |
cpython-3.8> checking for GNU ld... | |
cpython-3.8> yes | |
cpython-3.8> checking for --enable-shared... | |
cpython-3.8> no | |
cpython-3.8> checking for --enable-profiling... | |
cpython-3.8> no | |
cpython-3.8> checking LDLIBRARY... | |
cpython-3.8> libpython$(VERSION)$(ABIFLAGS).a | |
cpython-3.8> checking for ar... | |
cpython-3.8> ar | |
cpython-3.8> checking for readelf... | |
cpython-3.8> readelf | |
cpython-3.8> checking for a BSD-compatible install... | |
cpython-3.8> /usr/bin/install -c | |
cpython-3.8> checking for a thread-safe mkdir -p... | |
cpython-3.8> /bin/mkdir -p | |
cpython-3.8> checking for --with-pydebug... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-trace-refs... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-assertions... | |
cpython-3.8> no | |
cpython-3.8> checking for --enable-optimizations... | |
cpython-3.8> yes | |
cpython-3.8> checking PROFILE_TASK... | |
cpython-3.8> -m test --pgo | |
cpython-3.8> checking for --with-lto... | |
cpython-3.8> yes | |
cpython-3.8> checking for llvm-ar... | |
cpython-3.8> /tools/clang-linux64/bin/llvm-ar | |
cpython-3.8> checking for llvm-profdata... | |
cpython-3.8> /tools/clang-linux64/bin/llvm-profdata | |
cpython-3.8> checking for -Wextra... | |
cpython-3.8> no | |
cpython-3.8> checking whether musl-clang accepts and needs -fno-strict-aliasing... | |
cpython-3.8> yes | |
cpython-3.8> checking if we can turn off musl-clang unused result warning... | |
cpython-3.8> no | |
cpython-3.8> checking if we can turn off musl-clang unused parameter warning... | |
cpython-3.8> no | |
cpython-3.8> checking if we can turn off musl-clang missing field initializers warning... | |
cpython-3.8> no | |
cpython-3.8> checking if we can turn on musl-clang mixed sign comparison warning... | |
cpython-3.8> yes | |
cpython-3.8> checking if we can turn on musl-clang unreachable code warning... | |
cpython-3.8> yes | |
cpython-3.8> checking if we can turn on musl-clang strict-prototypes warning... | |
cpython-3.8> no | |
cpython-3.8> checking if we can make implicit function declaration an error in musl-clang... | |
cpython-3.8> yes | |
cpython-3.8> checking whether pthreads are available without options... | |
cpython-3.8> yes | |
cpython-3.8> checking for ANSI C header files... | |
cpython-3.8> (cached) | |
cpython-3.8> yes | |
cpython-3.8> checking asm/types.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking asm/types.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for asm/types.h... no | |
cpython-3.8> checking crypt.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking crypt.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for crypt.h... | |
cpython-3.8> yes | |
cpython-3.8> checking conio.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking conio.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for conio.h... | |
cpython-3.8> no | |
cpython-3.8> checking direct.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking direct.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for direct.h... | |
cpython-3.8> no | |
cpython-3.8> checking dlfcn.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking dlfcn.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for dlfcn.h... | |
cpython-3.8> yes | |
cpython-3.8> checking errno.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking errno.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for errno.h... | |
cpython-3.8> yes | |
cpython-3.8> checking fcntl.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking fcntl.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for fcntl.h... yes | |
cpython-3.8> checking grp.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking grp.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for grp.h... yes | |
cpython-3.8> checking ieeefp.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking ieeefp.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for ieeefp.h... | |
cpython-3.8> no | |
cpython-3.8> checking io.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking io.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for io.h... no | |
cpython-3.8> checking langinfo.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking langinfo.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for langinfo.h... | |
cpython-3.8> yes | |
cpython-3.8> checking libintl.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking libintl.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for libintl.h... | |
cpython-3.8> yes | |
cpython-3.8> checking process.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking process.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for process.h... no | |
cpython-3.8> checking pthread.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking pthread.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for pthread.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sched.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sched.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sched.h... | |
cpython-3.8> yes | |
cpython-3.8> checking shadow.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking shadow.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for shadow.h... yes | |
cpython-3.8> checking signal.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking signal.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for signal.h... yes | |
cpython-3.8> checking stropts.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking stropts.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for stropts.h... | |
cpython-3.8> yes | |
cpython-3.8> checking termios.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking termios.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for termios.h... | |
cpython-3.8> yes | |
cpython-3.8> checking utime.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking utime.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for utime.h... | |
cpython-3.8> yes | |
cpython-3.8> checking poll.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking poll.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for poll.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/devpoll.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/devpoll.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/devpoll.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/epoll.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/epoll.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/epoll.h... yes | |
cpython-3.8> checking sys/poll.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/poll.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/poll.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/audioio.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/audioio.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/audioio.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/xattr.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/xattr.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/xattr.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/bsdtty.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/bsdtty.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/bsdtty.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/event.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/event.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/event.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/file.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/file.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/file.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/ioctl.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/ioctl.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/ioctl.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/kern_control.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/kern_control.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/kern_control.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/loadavg.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/loadavg.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/loadavg.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/lock.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/lock.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/lock.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/mkdev.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/mkdev.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/mkdev.h... no | |
cpython-3.8> checking sys/modem.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/modem.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/modem.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/param.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/param.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/param.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/random.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/random.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/random.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/select.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/select.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/select.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/sendfile.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/sendfile.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/sendfile.h... yes | |
cpython-3.8> checking sys/socket.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/socket.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/socket.h... yes | |
cpython-3.8> checking sys/statvfs.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/statvfs.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/statvfs.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/stat.h... (cached) yes | |
cpython-3.8> checking sys/syscall.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/syscall.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/syscall.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/sys_domain.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/sys_domain.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/sys_domain.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/termio.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/termio.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/termio.h... no | |
cpython-3.8> checking sys/time.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/time.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/time.h... yes | |
cpython-3.8> checking sys/times.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/times.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/times.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/types.h... (cached) yes | |
cpython-3.8> checking sys/uio.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/uio.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/uio.h... yes | |
cpython-3.8> checking sys/un.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/un.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/un.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/utsname.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/utsname.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/utsname.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/wait.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/wait.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/wait.h... yes | |
cpython-3.8> checking pty.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking pty.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for pty.h... | |
cpython-3.8> yes | |
cpython-3.8> checking libutil.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking libutil.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for libutil.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/resource.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/resource.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/resource.h... | |
cpython-3.8> yes | |
cpython-3.8> checking netpacket/packet.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking netpacket/packet.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for netpacket/packet.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sysexits.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sysexits.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sysexits.h... | |
cpython-3.8> yes | |
cpython-3.8> checking bluetooth.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking bluetooth.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for bluetooth.h... | |
cpython-3.8> no | |
cpython-3.8> checking linux/tipc.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking linux/tipc.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/tipc.h... no | |
cpython-3.8> checking linux/random.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking linux/random.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/random.h... | |
cpython-3.8> no | |
cpython-3.8> checking spawn.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking spawn.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for spawn.h... | |
cpython-3.8> yes | |
cpython-3.8> checking util.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking util.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for util.h... | |
cpython-3.8> no | |
cpython-3.8> checking alloca.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking alloca.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for alloca.h... yes | |
cpython-3.8> checking endian.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking endian.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for endian.h... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/endian.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/endian.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/endian.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/sysmacros.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/sysmacros.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/sysmacros.h... | |
cpython-3.8> yes | |
cpython-3.8> checking linux/memfd.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking linux/memfd.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/memfd.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/memfd.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking sys/memfd.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for sys/memfd.h... | |
cpython-3.8> no | |
cpython-3.8> checking sys/mman.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking sys/mman.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for sys/mman.h... yes | |
cpython-3.8> checking for dirent.h that defines DIR... | |
cpython-3.8> yes | |
cpython-3.8> checking for library containing opendir... | |
cpython-3.8> none required | |
cpython-3.8> checking whether sys/types.h defines makedev... | |
cpython-3.8> yes | |
cpython-3.8> checking bluetooth/bluetooth.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking bluetooth/bluetooth.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for bluetooth/bluetooth.h... | |
cpython-3.8> no | |
cpython-3.8> checking for net/if.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for linux/netlink.h... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/qrtr.h... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/vm_sockets.h... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/can.h... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/can/raw.h... | |
cpython-3.8> no | |
cpython-3.8> checking for linux/can/bcm.h... | |
cpython-3.8> no | |
cpython-3.8> checking for clock_t in time.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for makedev... | |
cpython-3.8> yes | |
cpython-3.8> checking for le64toh... | |
cpython-3.8> yes | |
cpython-3.8> checking for mode_t... | |
cpython-3.8> yes | |
cpython-3.8> checking for off_t... | |
cpython-3.8> yes | |
cpython-3.8> checking for pid_t... | |
cpython-3.8> yes | |
cpython-3.8> checking for size_t... | |
cpython-3.8> yes | |
cpython-3.8> checking for uid_t in sys/types.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for ssize_t... | |
cpython-3.8> yes | |
cpython-3.8> checking for __uint128_t... | |
cpython-3.8> yes | |
cpython-3.8> checking size of int... | |
cpython-3.8> 4 | |
cpython-3.8> checking size of long... | |
cpython-3.8> 8 | |
cpython-3.8> checking size of long long... | |
cpython-3.8> 8 | |
cpython-3.8> checking size of void *... | |
cpython-3.8> 8 | |
cpython-3.8> checking size of short... | |
cpython-3.8> 2 | |
cpython-3.8> checking size of float... | |
cpython-3.8> 4 | |
cpython-3.8> checking size of double... | |
cpython-3.8> 8 | |
cpython-3.8> checking size of fpos_t... | |
cpython-3.8> 16 | |
cpython-3.8> checking size of size_t... | |
cpython-3.8> 8 | |
cpython-3.8> checking size of pid_t... | |
cpython-3.8> 4 | |
cpython-3.8> checking size of uintptr_t... | |
cpython-3.8> 8 | |
cpython-3.8> checking for long double... | |
cpython-3.8> yes | |
cpython-3.8> checking size of long double... | |
cpython-3.8> 16 | |
cpython-3.8> checking size of _Bool... | |
cpython-3.8> 1 | |
cpython-3.8> checking size of off_t... | |
cpython-3.8> 8 | |
cpython-3.8> checking whether to enable large file support... | |
cpython-3.8> no | |
cpython-3.8> checking size of time_t... | |
cpython-3.8> 8 | |
cpython-3.8> checking for pthread_t... | |
cpython-3.8> yes | |
cpython-3.8> checking size of pthread_t... | |
cpython-3.8> 8 | |
cpython-3.8> checking size of pthread_key_t... | |
cpython-3.8> 4 | |
cpython-3.8> checking whether pthread_key_t is compatible with int... | |
cpython-3.8> yes | |
cpython-3.8> checking for --enable-framework... no | |
cpython-3.8> checking for dyld... | |
cpython-3.8> no | |
cpython-3.8> checking the extension of shared libraries... | |
cpython-3.8> .so | |
cpython-3.8> checking LDSHARED... | |
cpython-3.8> $(CC) -shared | |
cpython-3.8> checking CCSHARED... | |
cpython-3.8> -fPIC | |
cpython-3.8> checking LINKFORSHARED... | |
cpython-3.8> -Xlinker -export-dynamic | |
cpython-3.8> checking CFLAGSFORSHARED... | |
cpython-3.8> checking SHLIBS... | |
cpython-3.8> $(LIBS) | |
cpython-3.8> checking for sendfile in -lsendfile... | |
cpython-3.8> no | |
cpython-3.8> checking for dlopen in -ldl... | |
cpython-3.8> yes | |
cpython-3.8> checking for shl_load in -ldld... | |
cpython-3.8> no | |
cpython-3.8> checking uuid/uuid.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking uuid/uuid.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for uuid/uuid.h... | |
cpython-3.8> yes | |
cpython-3.8> checking uuid.h usability... | |
cpython-3.8> no | |
cpython-3.8> checking uuid.h presence... | |
cpython-3.8> no | |
cpython-3.8> checking for uuid.h... | |
cpython-3.8> no | |
cpython-3.8> checking for uuid_generate_time_safe... | |
cpython-3.8> yes | |
cpython-3.8> checking for uuid_create... | |
cpython-3.8> no | |
cpython-3.8> checking for uuid_enc_be... | |
cpython-3.8> no | |
cpython-3.8> checking for library containing sem_init... | |
cpython-3.8> none required | |
cpython-3.8> checking for textdomain in -lintl... | |
cpython-3.8> no | |
cpython-3.8> checking aligned memory access is required... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-hash-algorithm... | |
cpython-3.8> default | |
cpython-3.8> checking for --with-address-sanitizer... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-memory-sanitizer... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-undefined-behavior-sanitizer... | |
cpython-3.8> no | |
cpython-3.8> checking for t_open in -lnsl... | |
cpython-3.8> no | |
cpython-3.8> checking for socket in -lsocket... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-libs... | |
cpython-3.8> no | |
cpython-3.8> checking for pkg-config... | |
cpython-3.8> /usr/bin/pkg-config | |
cpython-3.8> checking pkg-config is at least version 0.9.0... | |
cpython-3.8> yes | |
cpython-3.8> checking for --with-system-expat... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-system-ffi... | |
cpython-3.8> yes | |
cpython-3.8> checking for --with-system-libmpdec... | |
cpython-3.8> no | |
cpython-3.8> checking for --enable-loadable-sqlite-extensions... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-tcltk-includes... | |
cpython-3.8> default | |
cpython-3.8> checking for --with-tcltk-libs... default | |
cpython-3.8> checking for --with-dbmliborder... | |
cpython-3.8> checking if PTHREAD_SCOPE_SYSTEM is supported... | |
cpython-3.8> yes | |
cpython-3.8> checking for pthread_sigmask... | |
cpython-3.8> yes | |
cpython-3.8> checking for pthread_getcpuclockid... | |
cpython-3.8> yes | |
cpython-3.8> checking if --enable-ipv6 is specified... | |
cpython-3.8> yes | |
cpython-3.8> checking if RFC2553 API is available... | |
cpython-3.8> yes | |
cpython-3.8> checking ipv6 stack type... | |
cpython-3.8> unknown | |
cpython-3.8> checking for CAN_RAW_FD_FRAMES... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-doc-strings... | |
cpython-3.8> yes | |
cpython-3.8> checking for --with-pymalloc... | |
cpython-3.8> yes | |
cpython-3.8> checking for --with-c-locale-coercion... | |
cpython-3.8> yes | |
cpython-3.8> checking for --with-valgrind... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-dtrace... | |
cpython-3.8> no | |
cpython-3.8> checking for dlopen... | |
cpython-3.8> yes | |
cpython-3.8> checking DYNLOADFILE... | |
cpython-3.8> dynload_shlib.o | |
cpython-3.8> checking MACHDEP_OBJS... none | |
cpython-3.8> checking for alarm... | |
cpython-3.8> yes | |
cpython-3.8> checking for accept4... | |
cpython-3.8> yes | |
cpython-3.8> checking for setitimer... | |
cpython-3.8> yes | |
cpython-3.8> checking for getitimer... | |
cpython-3.8> yes | |
cpython-3.8> checking for bind_textdomain_codeset... | |
cpython-3.8> yes | |
cpython-3.8> checking for chown... | |
cpython-3.8> yes | |
cpython-3.8> checking for clock... | |
cpython-3.8> yes | |
cpython-3.8> checking for confstr... | |
cpython-3.8> yes | |
cpython-3.8> checking for copy_file_range... | |
cpython-3.8> no | |
cpython-3.8> checking for ctermid... | |
cpython-3.8> yes | |
cpython-3.8> checking for dup3... | |
cpython-3.8> yes | |
cpython-3.8> checking for execv... | |
cpython-3.8> yes | |
cpython-3.8> checking for explicit_bzero... | |
cpython-3.8> yes | |
cpython-3.8> checking for explicit_memset... | |
cpython-3.8> no | |
cpython-3.8> checking for faccessat... | |
cpython-3.8> yes | |
cpython-3.8> checking for fchmod... | |
cpython-3.8> yes | |
cpython-3.8> checking for fchmodat... | |
cpython-3.8> yes | |
cpython-3.8> checking for fchown... | |
cpython-3.8> yes | |
cpython-3.8> checking for fchownat... | |
cpython-3.8> yes | |
cpython-3.8> checking for fdwalk... | |
cpython-3.8> no | |
cpython-3.8> checking for fexecve... | |
cpython-3.8> yes | |
cpython-3.8> checking for fdopendir... | |
cpython-3.8> yes | |
cpython-3.8> checking for fork... | |
cpython-3.8> yes | |
cpython-3.8> checking for fpathconf... | |
cpython-3.8> yes | |
cpython-3.8> checking for fstatat... | |
cpython-3.8> yes | |
cpython-3.8> checking for ftime... | |
cpython-3.8> yes | |
cpython-3.8> checking for ftruncate... | |
cpython-3.8> yes | |
cpython-3.8> checking for futimesat... | |
cpython-3.8> yes | |
cpython-3.8> checking for futimens... | |
cpython-3.8> yes | |
cpython-3.8> checking for futimes... | |
cpython-3.8> yes | |
cpython-3.8> checking for gai_strerror... | |
cpython-3.8> yes | |
cpython-3.8> checking for getentropy... | |
cpython-3.8> yes | |
cpython-3.8> checking for getgrgid_r... | |
cpython-3.8> yes | |
cpython-3.8> checking for getgrnam_r... | |
cpython-3.8> yes | |
cpython-3.8> checking for getgrouplist... | |
cpython-3.8> yes | |
cpython-3.8> checking for getgroups... | |
cpython-3.8> yes | |
cpython-3.8> checking for getlogin... | |
cpython-3.8> yes | |
cpython-3.8> checking for getloadavg... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpeername... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpgid... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpid... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpriority... | |
cpython-3.8> yes | |
cpython-3.8> checking for getresuid... | |
cpython-3.8> yes | |
cpython-3.8> checking for getresgid... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpwent... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpwnam_r... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpwuid_r... | |
cpython-3.8> yes | |
cpython-3.8> checking for getspnam... | |
cpython-3.8> yes | |
cpython-3.8> checking for getspent... | |
cpython-3.8> yes | |
cpython-3.8> checking for getsid... | |
cpython-3.8> yes | |
cpython-3.8> checking for getwd... | |
cpython-3.8> no | |
cpython-3.8> checking for if_nameindex... | |
cpython-3.8> yes | |
cpython-3.8> checking for initgroups... | |
cpython-3.8> yes | |
cpython-3.8> checking for kill... | |
cpython-3.8> yes | |
cpython-3.8> checking for killpg... | |
cpython-3.8> yes | |
cpython-3.8> checking for lchown... | |
cpython-3.8> yes | |
cpython-3.8> checking for lockf... | |
cpython-3.8> yes | |
cpython-3.8> checking for linkat... | |
cpython-3.8> yes | |
cpython-3.8> checking for lstat... | |
cpython-3.8> yes | |
cpython-3.8> checking for lutimes... | |
cpython-3.8> yes | |
cpython-3.8> checking for mmap... | |
cpython-3.8> yes | |
cpython-3.8> checking for memrchr... | |
cpython-3.8> yes | |
cpython-3.8> checking for mbrtowc... | |
cpython-3.8> yes | |
cpython-3.8> checking for mkdirat... | |
cpython-3.8> yes | |
cpython-3.8> checking for mkfifo... | |
cpython-3.8> yes | |
cpython-3.8> checking for madvise... | |
cpython-3.8> yes | |
cpython-3.8> checking for mkfifoat... | |
cpython-3.8> yes | |
cpython-3.8> checking for mknod... | |
cpython-3.8> yes | |
cpython-3.8> checking for mknodat... | |
cpython-3.8> yes | |
cpython-3.8> checking for mktime... | |
cpython-3.8> yes | |
cpython-3.8> checking for mremap... | |
cpython-3.8> yes | |
cpython-3.8> checking for nice... | |
cpython-3.8> yes | |
cpython-3.8> checking for openat... | |
cpython-3.8> yes | |
cpython-3.8> checking for pathconf... | |
cpython-3.8> yes | |
cpython-3.8> checking for pause... | |
cpython-3.8> yes | |
cpython-3.8> checking for pipe2... | |
cpython-3.8> yes | |
cpython-3.8> checking for plock... | |
cpython-3.8> no | |
cpython-3.8> checking for poll... | |
cpython-3.8> yes | |
cpython-3.8> checking for posix_fallocate... | |
cpython-3.8> yes | |
cpython-3.8> checking for posix_fadvise... | |
cpython-3.8> yes | |
cpython-3.8> checking for posix_spawn... | |
cpython-3.8> yes | |
cpython-3.8> checking for posix_spawnp... | |
cpython-3.8> yes | |
cpython-3.8> checking for pread... | |
cpython-3.8> yes | |
cpython-3.8> checking for preadv... | |
cpython-3.8> yes | |
cpython-3.8> checking for preadv2... | |
cpython-3.8> no | |
cpython-3.8> checking for pthread_condattr_setclock... | |
cpython-3.8> yes | |
cpython-3.8> checking for pthread_init... | |
cpython-3.8> no | |
cpython-3.8> checking for pthread_kill... | |
cpython-3.8> yes | |
cpython-3.8> checking for putenv... | |
cpython-3.8> yes | |
cpython-3.8> checking for pwrite... | |
cpython-3.8> yes | |
cpython-3.8> checking for pwritev... | |
cpython-3.8> yes | |
cpython-3.8> checking for pwritev2... | |
cpython-3.8> no | |
cpython-3.8> checking for readlink... | |
cpython-3.8> yes | |
cpython-3.8> checking for readlinkat... | |
cpython-3.8> yes | |
cpython-3.8> checking for readv... | |
cpython-3.8> yes | |
cpython-3.8> checking for realpath... | |
cpython-3.8> yes | |
cpython-3.8> checking for renameat... | |
cpython-3.8> yes | |
cpython-3.8> checking for sem_open... | |
cpython-3.8> yes | |
cpython-3.8> checking for sem_timedwait... | |
cpython-3.8> yes | |
cpython-3.8> checking for sem_getvalue... | |
cpython-3.8> yes | |
cpython-3.8> checking for sem_unlink... | |
cpython-3.8> yes | |
cpython-3.8> checking for sendfile... | |
cpython-3.8> yes | |
cpython-3.8> checking for setegid... | |
cpython-3.8> yes | |
cpython-3.8> checking for seteuid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setgid... | |
cpython-3.8> yes | |
cpython-3.8> checking for sethostname... | |
cpython-3.8> yes | |
cpython-3.8> checking for setlocale... | |
cpython-3.8> yes | |
cpython-3.8> checking for setregid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setreuid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setresuid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setresgid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setsid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setpgid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setpgrp... | |
cpython-3.8> yes | |
cpython-3.8> checking for setpriority... | |
cpython-3.8> yes | |
cpython-3.8> checking for setuid... | |
cpython-3.8> yes | |
cpython-3.8> checking for setvbuf... | |
cpython-3.8> yes | |
cpython-3.8> checking for sched_get_priority_max... | |
cpython-3.8> yes | |
cpython-3.8> checking for sched_setaffinity... | |
cpython-3.8> yes | |
cpython-3.8> checking for sched_setscheduler... | |
cpython-3.8> yes | |
cpython-3.8> checking for sched_setparam... | |
cpython-3.8> yes | |
cpython-3.8> checking for sched_rr_get_interval... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigaction... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigaltstack... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigfillset... | |
cpython-3.8> yes | |
cpython-3.8> checking for siginterrupt... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigpending... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigrelse... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigtimedwait... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigwait... | |
cpython-3.8> yes | |
cpython-3.8> checking for sigwaitinfo... | |
cpython-3.8> yes | |
cpython-3.8> checking for snprintf... | |
cpython-3.8> yes | |
cpython-3.8> checking for strftime... | |
cpython-3.8> yes | |
cpython-3.8> checking for strlcpy... | |
cpython-3.8> yes | |
cpython-3.8> checking for strsignal... | |
cpython-3.8> yes | |
cpython-3.8> checking for symlinkat... | |
cpython-3.8> yes | |
cpython-3.8> checking for sync... | |
cpython-3.8> yes | |
cpython-3.8> checking for sysconf... | |
cpython-3.8> yes | |
cpython-3.8> checking for tcgetpgrp... | |
cpython-3.8> yes | |
cpython-3.8> checking for tcsetpgrp... | |
cpython-3.8> yes | |
cpython-3.8> checking for tempnam... | |
cpython-3.8> yes | |
cpython-3.8> checking for timegm... | |
cpython-3.8> yes | |
cpython-3.8> checking for times... | |
cpython-3.8> yes | |
cpython-3.8> checking for tmpfile... | |
cpython-3.8> yes | |
cpython-3.8> checking for tmpnam... | |
cpython-3.8> yes | |
cpython-3.8> checking for tmpnam_r... | |
cpython-3.8> no | |
cpython-3.8> checking for truncate... | |
cpython-3.8> yes | |
cpython-3.8> checking for uname... | |
cpython-3.8> yes | |
cpython-3.8> checking for unlinkat... | |
cpython-3.8> yes | |
cpython-3.8> checking for unsetenv... | |
cpython-3.8> yes | |
cpython-3.8> checking for utimensat... | |
cpython-3.8> yes | |
cpython-3.8> checking for utimes... | |
cpython-3.8> yes | |
cpython-3.8> checking for waitid... | |
cpython-3.8> yes | |
cpython-3.8> checking for waitpid... | |
cpython-3.8> yes | |
cpython-3.8> checking for wait3... | |
cpython-3.8> yes | |
cpython-3.8> checking for wait4... | |
cpython-3.8> yes | |
cpython-3.8> checking for wcscoll... | |
cpython-3.8> yes | |
cpython-3.8> checking for wcsftime... | |
cpython-3.8> yes | |
cpython-3.8> checking for wcsxfrm... | |
cpython-3.8> yes | |
cpython-3.8> checking for wmemcmp... | |
cpython-3.8> yes | |
cpython-3.8> checking for writev... | |
cpython-3.8> yes | |
cpython-3.8> checking for _getpty... | |
cpython-3.8> no | |
cpython-3.8> checking for rtpSpawn... | |
cpython-3.8> no | |
cpython-3.8> checking whether dirfd is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking for chroot... | |
cpython-3.8> yes | |
cpython-3.8> checking for link... | |
cpython-3.8> yes | |
cpython-3.8> checking for symlink... | |
cpython-3.8> yes | |
cpython-3.8> checking for fchdir... | |
cpython-3.8> yes | |
cpython-3.8> checking for fsync... | |
cpython-3.8> yes | |
cpython-3.8> checking for fdatasync... | |
cpython-3.8> yes | |
cpython-3.8> checking for epoll... | |
cpython-3.8> yes | |
cpython-3.8> checking for epoll_create1... | |
cpython-3.8> yes | |
cpython-3.8> checking for kqueue... | |
cpython-3.8> no | |
cpython-3.8> checking for prlimit... | |
cpython-3.8> yes | |
cpython-3.8> checking for memfd_create... | |
cpython-3.8> yes | |
cpython-3.8> checking for ctermid_r... | |
cpython-3.8> no | |
cpython-3.8> checking for flock declaration... | |
cpython-3.8> yes | |
cpython-3.8> checking for flock... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpagesize... | |
cpython-3.8> yes | |
cpython-3.8> checking for broken unsetenv... | |
cpython-3.8> no | |
cpython-3.8> checking for true... | |
cpython-3.8> true | |
cpython-3.8> checking for inet_aton in -lc... | |
cpython-3.8> yes | |
cpython-3.8> checking for chflags... | |
cpython-3.8> no | |
cpython-3.8> checking for lchflags... | |
cpython-3.8> no | |
cpython-3.8> checking for inflateCopy in -lz... | |
cpython-3.8> yes | |
cpython-3.8> checking for hstrerror... | |
cpython-3.8> yes | |
cpython-3.8> checking for inet_aton... | |
cpython-3.8> yes | |
cpython-3.8> checking for inet_pton... | |
cpython-3.8> yes | |
cpython-3.8> checking for setgroups... | |
cpython-3.8> yes | |
cpython-3.8> checking for openpty... | |
cpython-3.8> yes | |
cpython-3.8> checking for forkpty... | |
cpython-3.8> yes | |
cpython-3.8> checking for fseek64... | |
cpython-3.8> no | |
cpython-3.8> checking for fseeko... | |
cpython-3.8> yes | |
cpython-3.8> checking for fstatvfs... | |
cpython-3.8> yes | |
cpython-3.8> checking for ftell64... | |
cpython-3.8> no | |
cpython-3.8> checking for ftello... | |
cpython-3.8> yes | |
cpython-3.8> checking for statvfs... | |
cpython-3.8> yes | |
cpython-3.8> checking for dup2... | |
cpython-3.8> yes | |
cpython-3.8> checking for strdup... | |
cpython-3.8> yes | |
cpython-3.8> checking for getpgrp... | |
cpython-3.8> yes | |
cpython-3.8> checking for setpgrp... (cached) yes | |
cpython-3.8> checking for gettimeofday... | |
cpython-3.8> yes | |
cpython-3.8> checking for library containing crypt... | |
cpython-3.8> none required | |
cpython-3.8> checking for library containing crypt_r... | |
cpython-3.8> none required | |
cpython-3.8> checking for crypt_r... | |
cpython-3.8> yes | |
cpython-3.8> checking for clock_gettime... | |
cpython-3.8> yes | |
cpython-3.8> checking for clock_getres... | |
cpython-3.8> yes | |
cpython-3.8> checking for clock_settime... | |
cpython-3.8> yes | |
cpython-3.8> checking for major... | |
cpython-3.8> yes | |
cpython-3.8> checking for getaddrinfo... | |
cpython-3.8> yes | |
cpython-3.8> checking getaddrinfo bug... | |
cpython-3.8> no | |
cpython-3.8> checking for getnameinfo... | |
cpython-3.8> yes | |
cpython-3.8> checking whether time.h and sys/time.h may both be included... | |
cpython-3.8> yes | |
cpython-3.8> checking whether struct tm is in sys/time.h or time.h... | |
cpython-3.8> time.h | |
cpython-3.8> checking for struct tm.tm_zone... | |
cpython-3.8> yes | |
cpython-3.8> checking for struct stat.st_rdev... | |
cpython-3.8> yes | |
cpython-3.8> checking for struct stat.st_blksize... | |
cpython-3.8> yes | |
cpython-3.8> checking for struct stat.st_flags... | |
cpython-3.8> no | |
cpython-3.8> checking for struct stat.st_gen... | |
cpython-3.8> no | |
cpython-3.8> checking for struct stat.st_birthtime... | |
cpython-3.8> no | |
cpython-3.8> checking for struct stat.st_blocks... | |
cpython-3.8> yes | |
cpython-3.8> checking for struct passwd.pw_gecos... | |
cpython-3.8> yes | |
cpython-3.8> checking for struct passwd.pw_passwd... | |
cpython-3.8> yes | |
cpython-3.8> checking for siginfo_t.si_band... | |
cpython-3.8> yes | |
cpython-3.8> checking for time.h that defines altzone... | |
cpython-3.8> no | |
cpython-3.8> checking whether sys/select.h and sys/time.h may both be included... | |
cpython-3.8> yes | |
cpython-3.8> checking for addrinfo... | |
cpython-3.8> yes | |
cpython-3.8> checking for sockaddr_storage... | |
cpython-3.8> yes | |
cpython-3.8> checking for sockaddr_alg... | |
cpython-3.8> no | |
cpython-3.8> checking whether char is unsigned... | |
cpython-3.8> no | |
cpython-3.8> checking for an ANSI C-conforming const... | |
cpython-3.8> yes | |
cpython-3.8> checking for working signed char... | |
cpython-3.8> yes | |
cpython-3.8> checking for prototypes... | |
cpython-3.8> yes | |
cpython-3.8> checking for variable length prototypes and stdarg.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for socketpair... | |
cpython-3.8> yes | |
cpython-3.8> checking if sockaddr has sa_len member... | |
cpython-3.8> no | |
cpython-3.8> checking for gethostbyname_r... | |
cpython-3.8> yes | |
cpython-3.8> checking gethostbyname_r with 6 args... | |
cpython-3.8> yes | |
cpython-3.8> checking for __fpu_control... | |
cpython-3.8> no | |
cpython-3.8> checking for __fpu_control in -lieee... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-libm=STRING... | |
cpython-3.8> default LIBM="-lm" | |
cpython-3.8> checking for --with-libc=STRING... | |
cpython-3.8> default LIBC="" | |
cpython-3.8> checking for x64 gcc inline assembler... | |
cpython-3.8> yes | |
cpython-3.8> checking whether float word ordering is bigendian... | |
cpython-3.8> no | |
cpython-3.8> checking whether we can use gcc inline assembler to get and set x87 control word... | |
cpython-3.8> yes | |
cpython-3.8> checking whether we can use gcc inline assembler to get and set mc68881 fpcr... | |
cpython-3.8> no | |
cpython-3.8> checking for x87-style double rounding... | |
cpython-3.8> no | |
cpython-3.8> checking for acosh... | |
cpython-3.8> yes | |
cpython-3.8> checking for asinh... | |
cpython-3.8> yes | |
cpython-3.8> checking for atanh... | |
cpython-3.8> yes | |
cpython-3.8> checking for copysign... | |
cpython-3.8> yes | |
cpython-3.8> checking for erf... | |
cpython-3.8> yes | |
cpython-3.8> checking for erfc... | |
cpython-3.8> yes | |
cpython-3.8> checking for expm1... | |
cpython-3.8> yes | |
cpython-3.8> checking for finite... | |
cpython-3.8> yes | |
cpython-3.8> checking for gamma... | |
cpython-3.8> no | |
cpython-3.8> checking for hypot... | |
cpython-3.8> yes | |
cpython-3.8> checking for lgamma... | |
cpython-3.8> yes | |
cpython-3.8> checking for log1p... | |
cpython-3.8> yes | |
cpython-3.8> checking for log2... | |
cpython-3.8> yes | |
cpython-3.8> checking for round... | |
cpython-3.8> yes | |
cpython-3.8> checking for tgamma... | |
cpython-3.8> yes | |
cpython-3.8> checking whether isinf is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether isnan is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether isfinite is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether POSIX semaphores are enabled... | |
cpython-3.8> yes | |
cpython-3.8> checking for broken sem_getvalue... | |
cpython-3.8> no | |
cpython-3.8> checking whether RTLD_LAZY is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether RTLD_NOW is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether RTLD_GLOBAL is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether RTLD_LOCAL is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether RTLD_NODELETE is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether RTLD_NOLOAD is declared... | |
cpython-3.8> yes | |
cpython-3.8> checking whether RTLD_DEEPBIND is declared... | |
cpython-3.8> no | |
cpython-3.8> checking whether RTLD_MEMBER is declared... | |
cpython-3.8> no | |
cpython-3.8> checking digit size for Python's longs... | |
cpython-3.8> no value specified | |
cpython-3.8> checking wchar.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking wchar.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for wchar.h... | |
cpython-3.8> yes | |
cpython-3.8> checking size of wchar_t... | |
cpython-3.8> 4 | |
cpython-3.8> checking for UCS-4 tcl... | |
cpython-3.8> no | |
cpython-3.8> checking whether wchar_t is signed... | |
cpython-3.8> yes | |
cpython-3.8> checking whether wchar_t is usable... | |
cpython-3.8> no | |
cpython-3.8> checking whether byte ordering is bigendian... | |
cpython-3.8> no | |
cpython-3.8> checking ABIFLAGS... | |
cpython-3.8> checking SOABI... | |
cpython-3.8> cpython-38-x86_64-linux-gnu | |
cpython-3.8> checking LDVERSION... | |
cpython-3.8> $(VERSION)$(ABIFLAGS) | |
cpython-3.8> checking whether right shift extends the sign bit... | |
cpython-3.8> yes | |
cpython-3.8> checking for getc_unlocked() and friends... | |
cpython-3.8> yes | |
cpython-3.8> checking how to link readline libs... | |
cpython-3.8> -lreadline -lncurses | |
cpython-3.8> checking for rl_pre_input_hook in -lreadline... | |
cpython-3.8> yes | |
cpython-3.8> checking for rl_completion_display_matches_hook in -lreadline... | |
cpython-3.8> yes | |
cpython-3.8> checking for rl_resize_terminal in -lreadline... | |
cpython-3.8> yes | |
cpython-3.8> checking for rl_completion_matches in -lreadline... | |
cpython-3.8> yes | |
cpython-3.8> checking for append_history in -lreadline... | |
cpython-3.8> yes | |
cpython-3.8> checking for broken nice()... | |
cpython-3.8> no | |
cpython-3.8> checking for broken poll()... | |
cpython-3.8> no | |
cpython-3.8> checking for working tzset()... | |
cpython-3.8> yes | |
cpython-3.8> checking for tv_nsec in struct stat... | |
cpython-3.8> yes | |
cpython-3.8> checking for tv_nsec2 in struct stat... | |
cpython-3.8> no | |
cpython-3.8> checking curses.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking curses.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for curses.h... | |
cpython-3.8> yes | |
cpython-3.8> checking ncurses.h usability... | |
cpython-3.8> yes | |
cpython-3.8> checking ncurses.h presence... | |
cpython-3.8> yes | |
cpython-3.8> checking for ncurses.h... | |
cpython-3.8> yes | |
cpython-3.8> checking for term.h... | |
cpython-3.8> yes | |
cpython-3.8> checking whether mvwdelch is an expression... | |
cpython-3.8> yes | |
cpython-3.8> checking whether WINDOW has _flags... | |
cpython-3.8> yes | |
cpython-3.8> checking for is_pad... | |
cpython-3.8> yes | |
cpython-3.8> checking for is_term_resized... | |
cpython-3.8> yes | |
cpython-3.8> checking for resize_term... | |
cpython-3.8> yes | |
cpython-3.8> checking for resizeterm... | |
cpython-3.8> yes | |
cpython-3.8> checking for immedok... | |
cpython-3.8> yes | |
cpython-3.8> checking for syncok... | |
cpython-3.8> yes | |
cpython-3.8> checking for wchgat... | |
cpython-3.8> yes | |
cpython-3.8> checking for filter... | |
cpython-3.8> yes | |
cpython-3.8> checking for has_key... | |
cpython-3.8> yes | |
cpython-3.8> checking for typeahead... | |
cpython-3.8> yes | |
cpython-3.8> checking for use_env... | |
cpython-3.8> yes | |
cpython-3.8> configure: checking for device files | |
cpython-3.8> checking for /dev/ptmx... | |
cpython-3.8> yes | |
cpython-3.8> checking for /dev/ptc... | |
cpython-3.8> no | |
cpython-3.8> checking for %zd printf() format support... | |
cpython-3.8> yes | |
cpython-3.8> checking for socklen_t... | |
cpython-3.8> yes | |
cpython-3.8> checking for broken mbstowcs... | |
cpython-3.8> no | |
cpython-3.8> checking for --with-computed-gotos... no value specified | |
cpython-3.8> checking whether musl-clang supports computed gotos... | |
cpython-3.8> yes | |
cpython-3.8> checking for build directories... | |
cpython-3.8> done | |
cpython-3.8> checking for -O2... | |
cpython-3.8> yes | |
cpython-3.8> checking for glibc _FORTIFY_SOURCE/memmove bug... | |
cpython-3.8> no | |
cpython-3.8> checking for stdatomic.h... | |
cpython-3.8> no | |
cpython-3.8> checking for GCC >= 4.7 __atomic builtins... | |
cpython-3.8> yes | |
cpython-3.8> checking for ensurepip... | |
cpython-3.8> no | |
cpython-3.8> checking if the dirent structure of a d_type field... | |
cpython-3.8> yes | |
cpython-3.8> checking for the Linux getrandom() syscall... | |
cpython-3.8> no | |
cpython-3.8> checking for the getrandom() function... | |
cpython-3.8> yes | |
cpython-3.8> checking for library containing shm_open... | |
cpython-3.8> none required | |
cpython-3.8> checking for sys/mman.h... (cached) | |
cpython-3.8> yes | |
cpython-3.8> checking for shm_open... | |
cpython-3.8> yes | |
cpython-3.8> checking for shm_unlink... | |
cpython-3.8> yes | |
cpython-3.8> checking for openssl/ssl.h in /tools/deps... yes | |
cpython-3.8> checking whether compiling and linking against OpenSSL works... | |
cpython-3.8> yes | |
cpython-3.8> checking for X509_VERIFY_PARAM_set1_host in libssl... | |
cpython-3.8> yes | |
cpython-3.8> checking for --with-ssl-default-suites... | |
cpython-3.8> python | |
cpython-3.8> configure: creating ./config.status | |
cpython-3.8> config.status: creating Makefile.pre | |
cpython-3.8> config.status: creating Misc/python.pc | |
cpython-3.8> config.status: creating Misc/python-embed.pc | |
cpython-3.8> config.status: creating Misc/python-config.sh | |
cpython-3.8> config.status: creating Modules/ld_so_aix | |
cpython-3.8> config.status: creating pyconfig.h | |
cpython-3.8> creating Modules/Setup.local | |
cpython-3.8> creating Makefile | |
cpython-3.8> + '[' linux64 = macos ']' | |
cpython-3.8> + cat ../Makefile.extra | |
cpython-3.8> + make -j 12 | |
cpython-3.8> Makefile:1883: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:601: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1886: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1883: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:2056: warning: overriding recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:1892: warning: ignoring old recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:2057: warning: overriding recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> Makefile:1893: warning: ignoring old recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> Running code to generate profile data (this can take a while): | |
cpython-3.8> # First, we need to create a clean build with profile generation | |
cpython-3.8> # enabled. | |
cpython-3.8> make profile-gen-stamp | |
cpython-3.8> make[1]: Entering directory '/build/Python-3.8.2' | |
cpython-3.8> Makefile:1883: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:601: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1886: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1883: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:2056: warning: overriding recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:1892: warning: ignoring old recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:2057: warning: overriding recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> Makefile:1893: warning: ignoring old recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> make clean profile-removal | |
cpython-3.8> Makefile:1883: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:601: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1886: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1883: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> make[2]: Entering directory '/build/Python-3.8.2' | |
cpython-3.8> Makefile:2056: warning: overriding recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:1892: warning: ignoring old recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:2057: warning: overriding recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> Makefile:1893: warning: ignoring old recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> find . -depth -name '__pycache__' -exec rm -rf {} ';' | |
cpython-3.8> find . -name '*.gc??' -exec rm -f {} ';' | |
cpython-3.8> find . -name '*.profclang?' -exec rm -f {} ';' | |
cpython-3.8> find . -name '*.py[co]' -exec rm -f {} ';' | |
cpython-3.8> find . -name '*.dyn' -exec rm -f {} ';' | |
cpython-3.8> find . -name '*.[oa]' -exec rm -f {} ';' | |
cpython-3.8> find . -name '*.s[ol]' -exec rm -f {} ';' | |
cpython-3.8> rm -f /build/Python-3.8.2/coverage.info | |
cpython-3.8> rm -rf /build/Python-3.8.2/lcov-report | |
cpython-3.8> rm -f profile-run-stamp | |
cpython-3.8> find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';' | |
cpython-3.8> find build -name 'fficonfig.h' -exec rm -f {} ';' || true | |
cpython-3.8> find: `build': No such file or directory | |
cpython-3.8> find build -name '*.py' -exec rm -f {} ';' || true | |
cpython-3.8> find: `build': No such file or directory | |
cpython-3.8> find build -name '*.py[co]' -exec rm -f {} ';' || true | |
cpython-3.8> find: `build': No such file or directory | |
cpython-3.8> rm -f pybuilddir.txt | |
cpython-3.8> rm -f Lib/lib2to3/*Grammar*.pickle | |
cpython-3.8> rm -f Programs/_testembed Programs/_freeze_importlib | |
cpython-3.8> find build -type f -a ! -name '*.gc??' -exec rm -f {} ';' | |
cpython-3.8> find: `build': No such file or directory | |
cpython-3.8> Makefile:1769: recipe for target 'clean' failed | |
cpython-3.8> rm -f Include/pydtrace_probes.h | |
cpython-3.8> make[2]: [clean] Error 1 (ignored) | |
cpython-3.8> rm -f profile-gen-stamp | |
cpython-3.8> make[2]: Leaving directory '/build/Python-3.8.2' | |
cpython-3.8> touch profile-clean-stamp | |
cpython-3.8> Building with support for profile generation: | |
cpython-3.8> make build_all_generate_profile | |
cpython-3.8> make[2]: Entering directory '/build/Python-3.8.2' | |
cpython-3.8> Makefile:1883: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:601: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1886: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1883: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:2056: warning: overriding recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:1892: warning: ignoring old recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:2057: warning: overriding recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> Makefile:1893: warning: ignoring old recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> make build_all CFLAGS_NODIST=" -fprofile-instr-generate" LDFLAGS_NODIST=" -fprofile-instr-generate" LIBS="-ldl -lm" | |
cpython-3.8> make[3]: Entering directory '/build/Python-3.8.2' | |
cpython-3.8> Makefile:1883: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:601: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1886: warning: overriding recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:1883: warning: ignoring old recipe for target 'Modules/_math.o' | |
cpython-3.8> Makefile:2056: warning: overriding recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:1892: warning: ignoring old recipe for target 'Modules/_weakref.o' | |
cpython-3.8> Makefile:2057: warning: overriding recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> Makefile:1893: warning: ignoring old recipe for target 'Modules/_weakref.cpython-38-x86_64-linux-gnu.so' | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/node.o Parser/node.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/token.o Parser/token.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c | |
cpython-3.8> clang-10clang-10: : warningwarning: : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument]argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10clang-10: : warningwarning: : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10clang-10: : warningwarning: : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument]argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10clang-10: : warningwarning: : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10clang-10: : warningwarning: : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument]argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10clang-10: : warning: clang-10argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]warning: | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument]clang-10 | |
cpython-3.8> : warningwarning: : clang-10argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument]argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument]: | |
cpython-3.8> | |
cpython-3.8> warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: clang-10: warningclang-10warning: : : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument]warningargument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : clang-10warningclang-10: : : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument]warningwarning | |
cpython-3.8> : : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10 | |
cpython-3.8> clang-10: warning: : | |
cpython-3.8> warningargument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/call.o Objects/call.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> Objects/floatobject.c:890:45: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] | |
cpython-3.8> if (LONG_MIN < wholepart && wholepart < LONG_MAX) { | |
cpython-3.8> ~ ^~~~~~~~ | |
cpython-3.8> /tools/host/include/bits/limits.h:7:19: note: expanded from macro 'LONG_MAX' | |
cpython-3.8> #define LONG_MAX 0x7fffffffffffffffL | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c | |
cpython-3.8> clang-10clang-10: : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument]warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10clang-10: : warningwarning: : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument]argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10: warningclang-10: : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> warning: clang-10argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument]: warning | |
cpython-3.8> : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c | |
cpython-3.8> clang-10clang-10: : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]clang-10 | |
cpython-3.8> : warningclang-10: : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]warning | |
cpython-3.8> : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument]clang-10 | |
cpython-3.8> : warning: clang-10argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument]: | |
cpython-3.8> warning: clang-10argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument]: | |
cpython-3.8> warningclang-10: : warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> 1 warning generated. | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/object.o Objects/object.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/ast.o Python/ast.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> Python/ast.c:3688 | |
cpython-3.8> :5: | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> code will never be executed [-Wunreachable-code] | |
cpython-3.8> PyErr_SetString(PyExc_SystemError, "unhandled import name condition"); | |
cpython-3.8> ^~~~~~~~~~~~~~~ | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/compile.o Python/compile.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/context.o Python/context.c | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/errors.o Python/errors.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/future.o Python/future.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/import.o Python/import.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/initconfig.o Python/initconfig.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> Python/pytime.c:154:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] | |
cpython-3.8> if (!_Py_InIntegralTypeRange(time_t, intpart)) { | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Include/pymath.h | |
cpython-3.8> :228:82: note: expanded from macro '_Py_InIntegralTypeRange' | |
cpython-3.8> #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) | |
cpython-3.8> ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' | |
cpython-3.8> #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) | |
cpython-3.8> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
cpython-3.8> Python/pytime.c:207:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] | |
cpython-3.8> if (!_Py_InIntegralTypeRange(time_t, intpart)) { | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Include/pymath.h | |
cpython-3.8> : | |
cpython-3.8> 228:82 | |
cpython-3.8> : note | |
cpython-3.8> : expanded from macro '_Py_InIntegralTypeRange' | |
cpython-3.8> #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) | |
cpython-3.8> ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Include/pymath.h:221 | |
cpython-3.8> : | |
cpython-3.8> 124: note: expanded from macro '_Py_IntegralTypeMax' | |
cpython-3.8> #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) | |
cpython-3.8> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
cpython-3.8> Python/pytime.c | |
cpython-3.8> : | |
cpython-3.8> 392 | |
cpython-3.8> : | |
cpython-3.8> 10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] | |
cpython-3.8> if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' | |
cpython-3.8> #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) | |
cpython-3.8> ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Include/pymath.h:221: | |
cpython-3.8> 124: | |
cpython-3.8> note: expanded from macro '_Py_IntegralTypeMax' | |
cpython-3.8> #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) | |
cpython-3.8> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
cpython-3.8> 1 warning generated. | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> 3 warnings generated. | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE \ | |
cpython-3.8> -DABIFLAGS='""' \ | |
cpython-3.8> -DMULTIARCH=\"x86_64-linux-gnu\" \ | |
cpython-3.8> -o Python/sysmodule.o ./Python/sysmodule.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/thread.o Python/thread.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -fno-strict-aliasing -o Python/dtoa.o Python/dtoa.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE \ | |
cpython-3.8> -DSOABI='"cpython-38-x86_64-linux-gnu"' \ | |
cpython-3.8> -o Python/dynload_shlib.o ./Python/dynload_shlib.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Modules/config.o Modules/config.c | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -DPYTHONPATH='""' \ | |
cpython-3.8> -DPREFIX='"/install"' \ | |
cpython-3.8> -DEXEC_PREFIX='"/install"' \ | |
cpython-3.8> -DVERSION='"3.8"' \ | |
cpython-3.8> -DVPATH='""' \ | |
cpython-3.8> -o Modules/getpath.o ./Modules/getpath.c | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Modules/main.o Modules/main.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/arraymodule.c -o Modules/arraymodule.o | |
cpython-3.8> clang-10: | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cmathmodule.c -o Modules/cmathmodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_math.c -o Modules/_math.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/mathmodule.c -o Modules/mathmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_struct.c -o Modules/_struct.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_weakref.c -o Modules/_weakref.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I./Include/internal -DPy_BUILD_CORE_MODULE -c ./Modules/_testinternalcapi.c -o Modules/_testinternalcapi.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_randommodule.c -o Modules/_randommodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_pickle.c -o Modules/_pickle.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_datetimemodule.c -o Modules/_datetimemodule.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_bisectmodule.c -o Modules/_bisectmodule.o | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_heapqmodule.c -o Modules/_heapqmodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_asynciomodule.c -o Modules/_asynciomodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/unicodedata.c -o Modules/unicodedata.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/fcntlmodule.c -o Modules/fcntlmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/spwdmodule.c -o Modules/spwdmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/grpmodule.c -o Modules/grpmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/selectmodule.c -o Modules/selectmodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/mmapmodule.c -o Modules/mmapmodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_csv.c -o Modules/_csv.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/socketmodule.c -o Modules/socketmodule.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/termios.c -o Modules/termios.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> ./Modules/socketmodule.c | |
cpython-3.8> : | |
cpython-3.8> 3829 | |
cpython-3.8> : | |
cpython-3.8> 33 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare] | |
cpython-3.8> cmsgh != NULL; cmsgh = CMSG_NXTHDR(&msg, cmsgh)) { | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> /tools/host/include/sys/socket.h | |
cpython-3.8> : | |
cpython-3.8> 304 | |
cpython-3.8> : | |
cpython-3.8> 44 | |
cpython-3.8> : | |
cpython-3.8> note | |
cpython-3.8> : | |
cpython-3.8> expanded from macro 'CMSG_NXTHDR' | |
cpython-3.8> __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \ | |
cpython-3.8> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Modules/socketmodule.c | |
cpython-3.8> : | |
cpython-3.8> 3882 | |
cpython-3.8> : | |
cpython-3.8> 33 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare] | |
cpython-3.8> cmsgh != NULL; cmsgh = CMSG_NXTHDR(&msg, cmsgh)) { | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> /tools/host/include/sys/socket.h | |
cpython-3.8> : | |
cpython-3.8> 304 | |
cpython-3.8> : | |
cpython-3.8> 44 | |
cpython-3.8> : | |
cpython-3.8> note | |
cpython-3.8> : | |
cpython-3.8> expanded from macro 'CMSG_NXTHDR' | |
cpython-3.8> __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \ | |
cpython-3.8> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> ./Modules/socketmodule.c | |
cpython-3.8> : | |
cpython-3.8> 4506 | |
cpython-3.8> : | |
cpython-3.8> 54 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare] | |
cpython-3.8> cmsgh = (i == 0) ? CMSG_FIRSTHDR(&msg) : CMSG_NXTHDR(&msg, cmsgh); | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> /tools/host/include/sys/socket.h | |
cpython-3.8> : | |
cpython-3.8> 304 | |
cpython-3.8> : | |
cpython-3.8> 44 | |
cpython-3.8> : | |
cpython-3.8> note | |
cpython-3.8> : | |
cpython-3.8> expanded from macro 'CMSG_NXTHDR' | |
cpython-3.8> __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \ | |
cpython-3.8> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/resource.c -o Modules/resource.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_posixsubprocess.c -o Modules/_posixsubprocess.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/audioop.c -o Modules/audioop.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/md5module.c -o Modules/md5module.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/sha1module.c -o Modules/sha1module.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/sha256module.c -o Modules/sha256module.o | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/sha512module.c -o Modules/sha512module.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sha3/sha3module.c -o Modules/sha3module.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_blake2/blake2module.c -o Modules/blake2module.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_blake2/blake2b_impl.c -o Modules/blake2b_impl.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_blake2/blake2s_impl.c -o Modules/blake2s_impl.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/syslogmodule.c -o Modules/syslogmodule.o | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> 3 | |
cpython-3.8> warning | |
cpython-3.8> s | |
cpython-3.8> generated | |
cpython-3.8> . | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/binascii.c -o Modules/binascii.o | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/parsermodule.c -o Modules/parsermodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/install/include -c ./Modules/zlibmodule.c -o Modules/zlibmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/multibytecodec.c -o Modules/multibytecodec.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/_codecs_cn.c -o Modules/_codecs_cn.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/_codecs_hk.c -o Modules/_codecs_hk.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/_codecs_iso2022.c -o Modules/_codecs_iso2022.o | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument]clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/_codecs_jp.c -o Modules/_codecs_jp.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/_codecs_kr.c -o Modules/_codecs_kr.o | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/cjkcodecs/_codecs_tw.c -o Modules/_codecs_tw.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_bz2module.c -o Modules/_bz2module.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_cryptmodule.c -o Modules/_cryptmodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include/ncurses -c ./Modules/_cursesmodule.c -o Modules/_cursesmodule.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include/ncurses -c ./Modules/_curses_panel.c -o Modules/_curses_panel.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/lib/libffi-3.2.1/include -c ./Modules/_ctypes/_ctypes.c -o Modules/_ctypes.o | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/lib/libffi-3.2.1/include -c ./Modules/_ctypes/callbacks.c -o Modules/callbacks.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/lib/libffi-3.2.1/include -c ./Modules/_ctypes/callproc.c -o Modules/callproc.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/lib/libffi-3.2.1/include -c ./Modules/_ctypes/stgdict.c -o Modules/stgdict.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/lib/libffi-3.2.1/include -c ./Modules/_ctypes/cfield.c -o Modules/cfield.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/_decimal.c -o Modules/_decimal.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/basearith.c -o Modules/basearith.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/constants.c -o Modules/constants.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/context.c -o Modules/context.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/convolute.c -o Modules/convolute.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/crt.c -o Modules/crt.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/difradix2.c -o Modules/difradix2.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/fnt.c -o Modules/fnt.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/fourstep.c -o Modules/fourstep.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/io.c -o Modules/io.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/memory.c -o Modules/memory.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/mpdecimal.c -o Modules/mpdecimal.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/numbertheory.c -o Modules/numbertheory.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/sixstep.c -o Modules/sixstep.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DCONFIG_64=1 -DASM=1 -DPy_BUILD_CORE_BUILTIN -IModules/_decimal/libmpdec -c ./Modules/_decimal/libmpdec/transpose.c -o Modules/transpose.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DHAVE_BERKDB_H -DDB_DBM_HSEARCH -I/tools/deps/include -c ./Modules/_dbmmodule.c -o Modules/_dbmmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DPy_BUILD_CORE_BUILTIN -DUSE_PYEXPAT_CAPI -IModules/expat -c ./Modules/_elementtree.c -o Modules/_elementtree.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -c ./Modules/_hashopenssl.c -o Modules/_hashopenssl.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_json.c -o Modules/_json.o | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> ./Modules/_decimal/libmpdec/mpdecimal.c:7940:25: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551614 to 18446744073709551616 [-Wimplicit-int-float-conversion] | |
cpython-3.8> return (x > SIZE_MAX-1) ? SIZE_MAX : (size_t)x + 1; | |
cpython-3.8> ~ ~~~~~~~~^~ | |
cpython-3.8> ./Modules/_decimal/libmpdec/mpdecimal.c:7959:18: warning: implicit conversion from 'long' to 'double' changes value from 105263157894736842 to 105263157894736848 [-Wimplicit-int-float-conversion] | |
cpython-3.8> return (x >= MPD_MAXIMPORT) ? MPD_SSIZE_MAX : (mpd_ssize_t)x + 1; | |
cpython-3.8> ~~ ^~~~~~~~~~~~~ | |
cpython-3.8> Modules/_decimal/libmpdec/mpdecimal.h:175:23: note: | |
cpython-3.8> expanded from macro 'MPD_MAXIMPORT' | |
cpython-3.8> #define MPD_MAXIMPORT 105263157894736842L /* ceil((2*MPD_MAX_PREC)/MPD_RDIGITS) */ | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_lsprof.c -o Modules/_lsprof.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/rotatingtree.c -o Modules/rotatingtree.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -c ./Modules/_lzmamodule.c -o Modules/_lzmamodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_multiprocessing/multiprocessing.c -o Modules/multiprocessing.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_multiprocessing/semaphore.c -o Modules/semaphore.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_opcode.c -o Modules/_opcode.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -IModules/_multiprocessing -c ./Modules/_multiprocessing/posixshmem.c -o Modules/posixshmem.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_queuemodule.c -o Modules/_queuemodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/cache.c -o Modules/cache.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/connection.c -o Modules/connection.o | |
cpython-3.8> clang-10 | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/cursor.c -o Modules/cursor.o | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/microprotocols.c -o Modules/microprotocols.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/module.c -o Modules/module.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/prepare_protocol.c -o Modules/prepare_protocol.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/row.c -o Modules/row.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/statement.c -o Modules/statement.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DMODULE_NAME=\"sqlite3\" -DSQLITE_OMIT_LOAD_EXTENSION=1 -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -IModules/_sqlite -c ./Modules/_sqlite/util.c -o Modules/util.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -c ./Modules/_ssl.c -o Modules/_ssl.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DWITH_APPINIT -I/tools/deps/include/X11 -c ./Modules/_tkinter.c -o Modules/_tkinter.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DWITH_APPINIT -I/tools/deps/include/X11 -c ./Modules/tkappinit.c -o Modules/tkappinit.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include/uuid -c ./Modules/_uuidmodule.c -o Modules/_uuidmodule.o | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DPy_BUILD_CORE_BUILTIN -DUSE_PYEXPAT_CAPI -IModules/expat -c ./Modules/pyexpat.c -o Modules/pyexpat.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DPy_BUILD_CORE_BUILTIN -DUSE_PYEXPAT_CAPI -IModules/expat -c ./Modules/expat/xmlparse.c -o Modules/xmlparse.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DPy_BUILD_CORE_BUILTIN -DUSE_PYEXPAT_CAPI -IModules/expat -c ./Modules/expat/xmlrole.c -o Modules/xmlrole.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DPy_BUILD_CORE_BUILTIN -DUSE_PYEXPAT_CAPI -IModules/expat -c ./Modules/expat/xmltok.c -o Modules/xmltok.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -I/tools/deps/include -I/tools/deps/include/ncurses -c ./Modules/readline.c -o Modules/readline.o | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> ./Modules/expat/xmlparse.c:2903:9: | |
cpython-3.8> warning: | |
cpython-3.8> code will never be executed [-Wunreachable-code] | |
cpython-3.8> parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, | |
cpython-3.8> ^~~~~~ | |
cpython-3.8> ./Modules/expat/xmlparse.c:2902:16: note: silence by adding parentheses to mark code as explicitly dead | |
cpython-3.8> else if (0 && parser->m_characterDataHandler) | |
cpython-3.8> ^ | |
cpython-3.8> /* DISABLES CODE */ ( ) | |
cpython-3.8> ./Modules/expat/xmlparse.c: | |
cpython-3.8> 3584 | |
cpython-3.8> : | |
cpython-3.8> 9: | |
cpython-3.8> warning: | |
cpython-3.8> code will never be executed [-Wunreachable-code] | |
cpython-3.8> parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, | |
cpython-3.8> ^~~~~~ | |
cpython-3.8> ./Modules/expat/xmlparse.c:3583: | |
cpython-3.8> 16: | |
cpython-3.8> note | |
cpython-3.8> : silence by adding parentheses to mark code as explicitly dead | |
cpython-3.8> else if (0 && parser->m_characterDataHandler) | |
cpython-3.8> ^ | |
cpython-3.8> /* DISABLES CODE */ ( ) | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o Modules/posixmodule.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning: | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/errnomodule.c -o Modules/errnomodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> ./Modules/posixmodule.c:6539:9: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare] | |
cpython-3.8> CPU_SET_S(cpu, setsize, cpu_set); | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> /tools/host/include/sched.h:88:33: note: expanded from macro 'CPU_SET_S' | |
cpython-3.8> #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cpython-3.8> /tools/host/include/sched.h: | |
cpython-3.8> 85:47 | |
cpython-3.8> : | |
cpython-3.8> note | |
cpython-3.8> : expanded from macro '__CPU_op_S' | |
cpython-3.8> #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : \ | |
cpython-3.8> ~~~~~~ ^ ~~~~ | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sre.c -o Modules/_sre.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o | |
cpython-3.8> clang-10: warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_operator.c -o Modules/_operator.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_abc.c -o Modules/_abc.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/signalmodule.c -o Modules/signalmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_stat.c -o Modules/_stat.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/timemodule.c -o Modules/timemodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> ./Modules/_threadmodule.c:1539:19: warning: implicit conversion from '_PyTime_t' (aka 'long') to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-int-float-conversion] | |
cpython-3.8> timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6; | |
cpython-3.8> ^~~~~~~~~~~~~~~~~~~~~~~~~ ~ | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> 2 warnings generated. | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o | |
cpython-3.8> 1 warning generated. | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : | |
cpython-3.8> argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/faulthandler.c -o Modules/faulthandler.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: | |
cpython-3.8> warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/hashtable.c -o Modules/hashtable.o | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c | |
cpython-3.8> 2 warnings generated. | |
cpython-3.8> musl-clang -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE_BUILTIN -DUSE_LIBEDIT=1 -I/tools/deps/libedit/include -I/tools/deps/libedit/include/ncurses -c ./Modules/readline-libedit.c -o Modules/VARIANT-readline-libedit-readline-libedit.o | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> /usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c | |
cpython-3.8> clang-10clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> : warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10 | |
cpython-3.8> : | |
cpython-3.8> warning | |
cpython-3.8> : argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> sed -e "s,@EXENAME@,/install/bin/python3.8," < ./Misc/python-config.in >python-config.py | |
cpython-3.8> LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config | |
cpython-3.8> echo "readline readline-libedit.c -DUSE_LIBEDIT=1 -I/tools/deps/libedit/include -I/tools/deps/libedit/include/ncurses -L/tools/deps/libedit/lib -ledit -lncurses" > Modules/VARIANT-readline-libedit.data | |
cpython-3.8> 1 warning generated. | |
cpython-3.8> musl-clang -c -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -flto -g -std=c99 -Werror=implicit-function-declaration -fprofile-instr-generate -I./Include/internal -I. -I./Include -fPIC -I/tools/deps/include -I/tools/deps/include/ncurses -static -DPy_BUILD_CORE \ | |
cpython-3.8> -DGITVERSION="\"`LC_ALL=C `\"" \ | |
cpython-3.8> -DGITTAG="\"`LC_ALL=C `\"" \ | |
cpython-3.8> -DGITBRANCH="\"`LC_ALL=C `\"" \ | |
cpython-3.8> -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-fuse-ld=musl-clang' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-start' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L/tools/host/lib' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-L-user-end' [-Wunused-command-line-argument] | |
cpython-3.8> rm -f libpython3.8.a | |
cpython-3.8> /tools/clang-linux64/bin/llvm-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/arraymodule.o Modules/cmathmodule.o Modules/_math.o Modules/mathmodule.o Modules/_math.o Modules/_contextvarsmodule.o Modules/_struct.o Modules/_weakref.o Modules/_testinternalcapi.o Modules/_randommodule.o Modules/_pickle.o Modules/_datetimemodule.o Modules/_bisectmodule.o Modules/_heapqmodule.o Modules/_asynciomodule.o Modules/_statisticsmodule.o Modules/unicodedata.o Modules/fcntlmodule.o Modules/spwdmodule.o Modules/grpmodule.o Modules/selectmodule.o Modules/mmapmodule.o Modules/_csv.o Modules/socketmodule.o Modules/termios.o Modules/resource.o Modules/_posixsubprocess.o Modules/audioop.o Modules/md5module.o Modules/sha1module.o Modules/sha256module.o Modules/sha512module.o Modules/sha3module.o Modules/blake2module.o Modules/blake2b_impl.o Modules/blake2s_impl.o Modules/syslogmodule.o Modules/binascii.o Modules/parsermodule.o Modules/zlibmodule.o Modules/multibytecodec.o Modules/_codecs_cn.o Modules/_codecs_hk.o Modules/_codecs_iso2022.o Modules/_codecs_jp.o Modules/_codecs_kr.o Modules/_codecs_tw.o Modules/_bz2module.o Modules/_cryptmodule.o Modules/_cursesmodule.o Modules/_curses_panel.o Modules/_ctypes.o Modules/callbacks.o Modules/callproc.o Modules/stgdict.o Modules/cfield.o Modules/_decimal.o Modules/basearith.o Modules/constants.o Modules/context.o Modules/convolute.o Modules/crt.o Modules/difradix2.o Modules/fnt.o Modules/fourstep.o Modules/io.o Modules/memory.o Modules/mpdecimal.o Modules/numbertheory.o Modules/sixstep.o Modules/transpose.o Modules/_dbmmodule.o Modules/_elementtree.o Modules/_hashopenssl.o Modules/_json.o Modules/_lsprof.o Modules/rotatingtree.o Modules/_lzmamodule.o Modules/multiprocessing.o Modules/semaphore.o Modules/_opcode.o Modules/posixshmem.o Modules/_queuemodule.o Modules/cache.o Modules/connection.o Modules/cursor.o Modules/microprotocols.o Modules/module.o Modules/prepare_protocol.o Modules/row.o Modules/statement.o Modules/util.o Modules/_ssl.o Modules/_tkinter.o Modules/tkappinit.o Modules/_uuidmodule.o Modules/pyexpat.o Modules/xmlparse.o Modules/xmlrole.o Modules/xmltok.o Modules/readline.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 | |
cpython-3.8> musl-clang -L/tools/deps/lib -static -flto -g -fprofile-instr-generate -Xlinker -export-dynamic -o python Programs/python.o libpython3.8.a -ldl -lm -L/install/lib -lz -lbz2 -lcrypt -L/tools/deps/lib -lncurses -L/tools/deps/lib -lpanel -lncurses -lffi -ldl -L/tools/deps/lib -ldb -L/tools/deps/lib -lssl -lcrypto -L/tools/deps/lib -llzma -L/tools/deps/lib -lsqlite3 -lssl -lcrypto -L/tools/deps/lib -ltcl8.6 -ltk8.6 -lX11 -lxcb -lXau -luuid -L/tools/deps/lib -lreadline -lncurses -lm | |
cpython-3.8> musl-clang -L/tools/deps/lib -static -flto -g -fprofile-instr-generate -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o libpython3.8.a -ldl -lm -L/install/lib -lz -lbz2 -lcrypt -L/tools/deps/lib -lncurses -L/tools/deps/lib -lpanel -lncurses -lffi -ldl -L/tools/deps/lib -ldb -L/tools/deps/lib -lssl -lcrypto -L/tools/deps/lib -llzma -L/tools/deps/lib -lsqlite3 -lssl -lcrypto -L/tools/deps/lib -ltcl8.6 -ltk8.6 -lX11 -lxcb -lXau -luuid -L/tools/deps/lib -lreadline -lncurses -lm | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-nostdinc' [-Wunused-command-line-argument] | |
cpython-3.8> clang-10: warning: argument unused during compilation: '-nostdinc' [-Wunused-command-line-argument] | |
cpython-3.8> /tools/host/bin/ld: /tools/clang-linux64/lib/clang/10.0.0/lib/linux/libclang_rt.profile-x86_64.a(InstrProfilingFile.c.o): in function `parseAndSetFilename': | |
cpython-3.8> InstrProfilingFile.c:(.text.parseAndSetFilename+0xfe): undefined reference to `__strdup' | |
cpython-3.8> clang-10: error: linker command failed with exit code 1 (use -v to see invocation) | |
cpython-3.8> make[3]: *** [python] Error 1 | |
cpython-3.8> make[3]: *** Waiting for unfinished jobs.... | |
cpython-3.8> Makefile:578: recipe for target 'python' failed | |
cpython-3.8> /tools/host/bin/ld: /tools/clang-linux64/lib/clang/10.0.0/lib/linux/libclang_rt.profile-x86_64.a(InstrProfilingFile.c.o): in function `parseAndSetFilename': | |
cpython-3.8> InstrProfilingFile.c:(.text.parseAndSetFilename+0xfe): undefined reference to `__strdup' | |
cpython-3.8> clang-10: error: linker command failed with exit code 1 (use -v to see invocation) | |
cpython-3.8> make[3]: *** [Programs/_testembed] Error 1 | |
cpython-3.8> Makefile:709: recipe for target 'Programs/_testembed' failed | |
cpython-3.8> make[3]: Leaving directory '/build/Python-3.8.2' | |
cpython-3.8> Makefile:507: recipe for target 'build_all_generate_profile' failed | |
cpython-3.8> make[2]: Leaving directory '/build/Python-3.8.2' | |
cpython-3.8> Makefile:481: recipe for target 'profile-gen-stamp' failed | |
cpython-3.8> make[1]: Leaving directory '/build/Python-3.8.2' | |
cpython-3.8> make[2]: *** [build_all_generate_profile] Error 2 | |
cpython-3.8> make[1]: *** [profile-gen-stamp] Error 2 | |
cpython-3.8> make: *** [profile-run-stamp] Error 2 | |
cpython-3.8> Makefile:492: recipe for target 'profile-run-stamp' failed | |
Traceback (most recent call last): | |
File "/home/jeff/code/python-build-standalone/cpython-unix/build.py", line 1030, in <module> | |
sys.exit(main()) | |
File "/home/jeff/code/python-build-standalone/cpython-unix/build.py", line 1013, in main | |
build_cpython( | |
File "/home/jeff/code/python-build-standalone/cpython-unix/build.py", line 694, in build_cpython | |
build_env.run("build-cpython.sh", environment=env) | |
File "/home/jeff/code/python-build-standalone/pythonbuild/buildenv.py", line 80, in run | |
container_exec(self.container, program, user=user, environment=environment) | |
File "/home/jeff/code/python-build-standalone/pythonbuild/docker.py", line 128, in container_exec | |
raise Exception("exit code %d from %s" % (inspect_res["ExitCode"], command)) | |
Exception: exit code 2 from /build/build-cpython.sh | |
make: *** [Makefile:289: /home/jeff/code/python-build-standalone/build/cpython-3.8.2-x86_64-unknown-linux-musl-pgo+lto.tar] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment