2022-06-19T17:18:14,470 Created temporary directory: /tmp/pip-ephem-wheel-cache-pcrnkh1n 2022-06-19T17:18:14,476 Created temporary directory: /tmp/pip-build-tracker-9nnzz5e9 2022-06-19T17:18:14,477 Initialized build tracking at /tmp/pip-build-tracker-9nnzz5e9 2022-06-19T17:18:14,477 Created build tracker: /tmp/pip-build-tracker-9nnzz5e9 2022-06-19T17:18:14,478 Entered build tracker: /tmp/pip-build-tracker-9nnzz5e9 2022-06-19T17:18:14,479 Created temporary directory: /tmp/pip-wheel-grkm_eea 2022-06-19T17:18:14,550 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-19T17:18:14,559 2 location(s) to search for versions of pytest-trace: 2022-06-19T17:18:14,559 * https://pypi.org/simple/pytest-trace/ 2022-06-19T17:18:14,559 * https://www.piwheels.org/simple/pytest-trace/ 2022-06-19T17:18:14,560 Fetching project page and analyzing links: https://pypi.org/simple/pytest-trace/ 2022-06-19T17:18:14,561 Getting page https://pypi.org/simple/pytest-trace/ 2022-06-19T17:18:14,564 Found index url https://pypi.org/simple 2022-06-19T17:18:14,678 Found link https://files.pythonhosted.org/packages/12/67/e1272ec3b79b855c6240b185dba7a390849cc01a95ecb86de1072f584819/pytest-trace-0.1.0.tar.gz#sha256=26548f8147e865152794e10438114a0e27a014b11a781d74752e5e6a0aa08697 (from https://pypi.org/simple/pytest-trace/) (requires-python:>=3.8), version: 0.1.0 2022-06-19T17:18:14,678 Skipping link: No binaries permitted for pytest-trace: https://files.pythonhosted.org/packages/86/90/ed950801e36f38f5ca8bd265e089ab032d2bbf634c3c40d3b52f1f1ec229/pytest_trace-0.1.0-py3-none-any.whl#sha256=27a30b2f279f1a118c8ed2bfca4f46c3e1d353208ce099b09c06ff3a8a349bd5 (from https://pypi.org/simple/pytest-trace/) (requires-python:>=3.8) 2022-06-19T17:18:14,679 Fetching project page and analyzing links: https://www.piwheels.org/simple/pytest-trace/ 2022-06-19T17:18:14,680 Getting page https://www.piwheels.org/simple/pytest-trace/ 2022-06-19T17:18:14,682 Found index url https://www.piwheels.org/simple 2022-06-19T17:18:14,892 Skipping link: not a file: https://www.piwheels.org/simple/pytest-trace/ 2022-06-19T17:18:14,892 Skipping link: not a file: https://pypi.org/simple/pytest-trace/ 2022-06-19T17:18:14,937 Given no hashes to check 1 links for project 'pytest-trace': discarding no candidates 2022-06-19T17:18:14,979 Collecting pytest-trace==0.1.0 2022-06-19T17:18:14,983 Created temporary directory: /tmp/pip-unpack-plbnx478 2022-06-19T17:18:15,625 Downloading pytest-trace-0.1.0.tar.gz (2.3 kB) 2022-06-19T17:18:15,697 Added pytest-trace==0.1.0 from https://files.pythonhosted.org/packages/12/67/e1272ec3b79b855c6240b185dba7a390849cc01a95ecb86de1072f584819/pytest-trace-0.1.0.tar.gz#sha256=26548f8147e865152794e10438114a0e27a014b11a781d74752e5e6a0aa08697 to build tracker '/tmp/pip-build-tracker-9nnzz5e9' 2022-06-19T17:18:15,709 Created temporary directory: /tmp/pip-build-env-lyfbq0nb 2022-06-19T17:18:15,731 Created temporary directory: /tmp/pip-standalone-pip-54gypyc_ 2022-06-19T17:18:18,124 Installing build dependencies: started 2022-06-19T17:18:18,126 Running command pip subprocess to install build dependencies 2022-06-19T17:18:29,324 Using pip 22.1 from /tmp/pip-standalone-pip-54gypyc_/__env_pip__.zip/pip (python 3.9) 2022-06-19T17:18:30,909 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-19T17:18:34,634 Collecting setuptools>=61.0.0 2022-06-19T17:18:34,911 Using cached https://www.piwheels.org/simple/setuptools/setuptools-62.5.0-py3-none-any.whl (1.2 MB) 2022-06-19T17:18:35,555 Collecting wheel 2022-06-19T17:18:35,591 Using cached https://www.piwheels.org/simple/wheel/wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-06-19T17:18:40,591 Installing collected packages: wheel, setuptools 2022-06-19T17:18:40,884 Creating /tmp/pip-build-env-lyfbq0nb/overlay/bin 2022-06-19T17:18:40,888 changing mode of /tmp/pip-build-env-lyfbq0nb/overlay/bin/wheel to 755 2022-06-19T17:18:46,216 Successfully installed setuptools-62.5.0 wheel-0.37.1 2022-06-19T17:18:46,410 WARNING: There was an error checking the latest version of pip. 2022-06-19T17:18:46,905 Installing build dependencies: finished with status 'done' 2022-06-19T17:18:46,933 Getting requirements to build wheel: started 2022-06-19T17:18:46,935 Running command Getting requirements to build wheel 2022-06-19T17:18:50,617 /usr/local/lib/python3.9/dist-packages/setuptools/config/pyprojecttoml.py:102: _ExperimentalProjectMetadata: Support for project metadata in `pyproject.toml` is still experimental and may be removed (or change) in future releases. 2022-06-19T17:18:50,618 warnings.warn(msg, _ExperimentalProjectMetadata) 2022-06-19T17:18:50,954 /usr/local/lib/python3.9/dist-packages/setuptools/config/expand.py:144: UserWarning: File '/tmp/pip-wheel-grkm_eea/pytest-trace_db0c2f6993a94a42a68e0ed991595ab2/LICENSE' cannot be found 2022-06-19T17:18:50,954 warnings.warn(f"File {path!r} cannot be found") 2022-06-19T17:18:52,615 running egg_info 2022-06-19T17:18:53,219 writing src/pytest_trace.egg-info/PKG-INFO 2022-06-19T17:18:53,785 writing dependency_links to src/pytest_trace.egg-info/dependency_links.txt 2022-06-19T17:18:55,480 writing entry points to src/pytest_trace.egg-info/entry_points.txt 2022-06-19T17:18:56,608 writing requirements to src/pytest_trace.egg-info/requires.txt 2022-06-19T17:18:57,169 writing top-level names to src/pytest_trace.egg-info/top_level.txt 2022-06-19T17:18:57,867 reading manifest file 'src/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:18:57,876 writing manifest file 'src/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:18:58,182 Getting requirements to build wheel: finished with status 'done' 2022-06-19T17:18:58,203 Created temporary directory: /tmp/pip-modern-metadata-pk97p344 2022-06-19T17:18:58,208 Preparing metadata (pyproject.toml): started 2022-06-19T17:18:58,210 Running command Preparing metadata (pyproject.toml) 2022-06-19T17:19:01,857 /usr/local/lib/python3.9/dist-packages/setuptools/config/pyprojecttoml.py:102: _ExperimentalProjectMetadata: Support for project metadata in `pyproject.toml` is still experimental and may be removed (or change) in future releases. 2022-06-19T17:19:01,858 warnings.warn(msg, _ExperimentalProjectMetadata) 2022-06-19T17:19:02,145 /usr/local/lib/python3.9/dist-packages/setuptools/config/expand.py:144: UserWarning: File '/tmp/pip-wheel-grkm_eea/pytest-trace_db0c2f6993a94a42a68e0ed991595ab2/LICENSE' cannot be found 2022-06-19T17:19:02,146 warnings.warn(f"File {path!r} cannot be found") 2022-06-19T17:19:03,762 running dist_info 2022-06-19T17:19:04,375 creating /tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info 2022-06-19T17:19:04,985 writing /tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/PKG-INFO 2022-06-19T17:19:05,560 writing dependency_links to /tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/dependency_links.txt 2022-06-19T17:19:07,286 writing entry points to /tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/entry_points.txt 2022-06-19T17:19:08,433 writing requirements to /tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/requires.txt 2022-06-19T17:19:09,002 writing top-level names to /tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/top_level.txt 2022-06-19T17:19:09,005 writing manifest file '/tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:19:09,681 reading manifest file '/tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:19:09,688 writing manifest file '/tmp/pip-modern-metadata-pk97p344/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:19:09,691 creating '/tmp/pip-modern-metadata-pk97p344/pytest_trace-0.1.0.dist-info' 2022-06-19T17:19:10,150 Preparing metadata (pyproject.toml): finished with status 'done' 2022-06-19T17:19:10,164 Source in /tmp/pip-wheel-grkm_eea/pytest-trace_db0c2f6993a94a42a68e0ed991595ab2 has version 0.1.0, which satisfies requirement pytest-trace==0.1.0 from https://files.pythonhosted.org/packages/12/67/e1272ec3b79b855c6240b185dba7a390849cc01a95ecb86de1072f584819/pytest-trace-0.1.0.tar.gz#sha256=26548f8147e865152794e10438114a0e27a014b11a781d74752e5e6a0aa08697 2022-06-19T17:19:10,166 Removed pytest-trace==0.1.0 from https://files.pythonhosted.org/packages/12/67/e1272ec3b79b855c6240b185dba7a390849cc01a95ecb86de1072f584819/pytest-trace-0.1.0.tar.gz#sha256=26548f8147e865152794e10438114a0e27a014b11a781d74752e5e6a0aa08697 from build tracker '/tmp/pip-build-tracker-9nnzz5e9' 2022-06-19T17:19:10,179 Created temporary directory: /tmp/pip-unpack-3gp5246b 2022-06-19T17:19:10,180 Building wheels for collected packages: pytest-trace 2022-06-19T17:19:10,189 Created temporary directory: /tmp/pip-wheel-95s9aift 2022-06-19T17:19:10,189 Destination directory: /tmp/pip-wheel-95s9aift 2022-06-19T17:19:10,195 Building wheel for pytest-trace (pyproject.toml): started 2022-06-19T17:19:10,197 Running command Building wheel for pytest-trace (pyproject.toml) 2022-06-19T17:19:13,791 /usr/local/lib/python3.9/dist-packages/setuptools/config/pyprojecttoml.py:102: _ExperimentalProjectMetadata: Support for project metadata in `pyproject.toml` is still experimental and may be removed (or change) in future releases. 2022-06-19T17:19:13,793 warnings.warn(msg, _ExperimentalProjectMetadata) 2022-06-19T17:19:14,092 /usr/local/lib/python3.9/dist-packages/setuptools/config/expand.py:144: UserWarning: File '/tmp/pip-wheel-grkm_eea/pytest-trace_db0c2f6993a94a42a68e0ed991595ab2/LICENSE' cannot be found 2022-06-19T17:19:14,093 warnings.warn(f"File {path!r} cannot be found") 2022-06-19T17:19:15,125 running bdist_wheel 2022-06-19T17:19:15,870 running build 2022-06-19T17:19:15,871 running build_py 2022-06-19T17:19:16,465 creating build 2022-06-19T17:19:16,466 creating build/lib 2022-06-19T17:19:16,467 creating build/lib/pytest_trace 2022-06-19T17:19:16,469 copying src/pytest_trace/plugin.py -> build/lib/pytest_trace 2022-06-19T17:19:16,473 copying src/pytest_trace/__init__.py -> build/lib/pytest_trace 2022-06-19T17:19:16,476 running egg_info 2022-06-19T17:19:17,660 writing src/pytest_trace.egg-info/PKG-INFO 2022-06-19T17:19:18,222 writing dependency_links to src/pytest_trace.egg-info/dependency_links.txt 2022-06-19T17:19:19,894 writing entry points to src/pytest_trace.egg-info/entry_points.txt 2022-06-19T17:19:21,007 writing requirements to src/pytest_trace.egg-info/requires.txt 2022-06-19T17:19:21,565 writing top-level names to src/pytest_trace.egg-info/top_level.txt 2022-06-19T17:19:21,607 reading manifest file 'src/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:19:21,616 writing manifest file 'src/pytest_trace.egg-info/SOURCES.txt' 2022-06-19T17:19:22,791 installing to build/bdist.linux-armv7l/wheel 2022-06-19T17:19:22,791 running install 2022-06-19T17:19:22,855 running install_lib 2022-06-19T17:19:23,443 creating build/bdist.linux-armv7l 2022-06-19T17:19:23,443 creating build/bdist.linux-armv7l/wheel 2022-06-19T17:19:23,446 creating build/bdist.linux-armv7l/wheel/pytest_trace 2022-06-19T17:19:23,448 copying build/lib/pytest_trace/plugin.py -> build/bdist.linux-armv7l/wheel/pytest_trace 2022-06-19T17:19:23,452 copying build/lib/pytest_trace/__init__.py -> build/bdist.linux-armv7l/wheel/pytest_trace 2022-06-19T17:19:23,455 running install_egg_info 2022-06-19T17:19:24,047 Copying src/pytest_trace.egg-info to build/bdist.linux-armv7l/wheel/pytest_trace-0.1.0-py3.9.egg-info 2022-06-19T17:19:24,070 running install_scripts 2022-06-19T17:19:24,128 creating build/bdist.linux-armv7l/wheel/pytest_trace-0.1.0.dist-info/WHEEL 2022-06-19T17:19:24,132 creating '/tmp/pip-wheel-95s9aift/tmpjggpkbb7/pytest_trace-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2022-06-19T17:19:24,137 adding 'pytest_trace/__init__.py' 2022-06-19T17:19:24,139 adding 'pytest_trace/plugin.py' 2022-06-19T17:19:24,143 adding 'pytest_trace-0.1.0.dist-info/METADATA' 2022-06-19T17:19:24,145 adding 'pytest_trace-0.1.0.dist-info/WHEEL' 2022-06-19T17:19:24,147 adding 'pytest_trace-0.1.0.dist-info/entry_points.txt' 2022-06-19T17:19:24,148 adding 'pytest_trace-0.1.0.dist-info/top_level.txt' 2022-06-19T17:19:24,150 adding 'pytest_trace-0.1.0.dist-info/RECORD' 2022-06-19T17:19:24,151 removing build/bdist.linux-armv7l/wheel 2022-06-19T17:19:24,468 Building wheel for pytest-trace (pyproject.toml): finished with status 'done' 2022-06-19T17:19:24,479 Created wheel for pytest-trace: filename=pytest_trace-0.1.0-py3-none-any.whl size=2544 sha256=fae7599da329775e9ebfedd614eaa4f0705c3beb7779dc9e0ed68753374b00ed 2022-06-19T17:19:24,481 Stored in directory: /tmp/pip-ephem-wheel-cache-pcrnkh1n/wheels/a6/d7/5d/6d59b2a4f249e12e43ca50f026754be42360e2e193a0e37202 2022-06-19T17:19:24,501 Successfully built pytest-trace 2022-06-19T17:19:24,507 Removed build tracker: '/tmp/pip-build-tracker-9nnzz5e9'