!!
********************************************************************************
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files for details.
********************************************************************************
!!
_apply_tool_table(dist, config, filename)
/usr/share/python3.13/site-packages/ptr.py:19: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
/usr/share/python3.13/site-packages/ptr.py:87: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
********************************************************************************
Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
class PyTest(orig.test):
imported
/usr/share/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/usr/share/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib.linux-i686-cpython-313/pytest_codspeed
copying src/pytest_codspeed/__init__.py -> build/lib.linux-i686-cpython-313/pytest_codspeed
copying src/pytest_codspeed/config.py -> build/lib.linux-i686-cpython-313/pytest_codspeed
copying src/pytest_codspeed/plugin.py -> build/lib.linux-i686-cpython-313/pytest_codspeed
copying src/pytest_codspeed/utils.py -> build/lib.linux-i686-cpython-313/pytest_codspeed
creating build/lib.linux-i686-cpython-313/pytest_codspeed/instruments
copying src/pytest_codspeed/instruments/__init__.py -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments
copying src/pytest_codspeed/instruments/valgrind.py -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments
copying src/pytest_codspeed/instruments/walltime.py -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments
creating build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks
copying src/pytest_codspeed/instruments/hooks/__init__.py -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks
copying src/pytest_codspeed/instruments/hooks/build.py -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks
creating build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/scripts
copying src/pytest_codspeed/instruments/hooks/instrument-hooks/scripts/release.py -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/scripts
running egg_info
writing src/pytest_codspeed.egg-info/PKG-INFO
writing dependency_links to src/pytest_codspeed.egg-info/dependency_links.txt
writing entry points to src/pytest_codspeed.egg-info/entry_points.txt
writing requirements to src/pytest_codspeed.egg-info/requires.txt
writing top-level names to src/pytest_codspeed.egg-info/top_level.txt
[11/04/25 06:35:58] ERROR listing git files failed - pretending git.py:26
there aren't any
reading manifest file 'src/pytest_codspeed.egg-info/SOURCES.txt'
writing manifest file 'src/pytest_codspeed.egg-info/SOURCES.txt'
copying src/pytest_codspeed/py.typed -> build/lib.linux-i686-cpython-313/pytest_codspeed
creating build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/includes
copying src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/callgrind.h -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/includes
copying src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/core.h -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/includes
copying src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/valgrind.h -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/includes
copying src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/includes
creating build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/dist
copying src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks/instrument-hooks/dist
copying src/pytest_codspeed/instruments/hooks/dist_instrument_hooks.pyi -> build/lib.linux-i686-cpython-313/pytest_codspeed/instruments/hooks
running build_ext
INFO: Disabling color, you really want to install colorlog.
Disabling color, you really want to install colorlog.
building 'pytest_codspeed.instruments.hooks.dist_instrument_hooks' extension
creating build/temp.linux-i686-cpython-313/build/pytest_codspeed/instruments/hooks
creating build/temp.linux-i686-cpython-313/src/pytest_codspeed/instruments/hooks/instrument-hooks/dist
/usr/bin/i686-pld-linux-gcc -DNDEBUG -DQT_NO_DEBUG -O2 -fwrapv -pipe -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wformat -Werror=format-security -fPIC -I/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes -I/usr/include/python3.13 -c build/pytest_codspeed/instruments/hooks/dist_instrument_hooks.c -o build/temp.linux-i686-cpython-313/build/pytest_codspeed/instruments/hooks/dist_instrument_hooks.o
/usr/bin/i686-pld-linux-gcc -DNDEBUG -DQT_NO_DEBUG -O2 -fwrapv -pipe -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wformat -Werror=format-security -fPIC -I/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes -I/usr/include/python3.13 -c src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c -o build/temp.linux-i686-cpython-313/src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.o
In file included from src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:54:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_bitCast_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3436:1: error: SSE register return with SSE2 disabled
3436 | zig_bitCast_float(f16, uint16_t)
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_truncsfhf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3456:1: error: SSE register return with SSE2 disabled
3456 | zig_convert_builtin(zig_compiler_rt_f16, zig_f16, trunc, zig_f32, zig_f32, 2)
| ^~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_truncdfhf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3457:1: error: SSE register return with SSE2 disabled
3457 | zig_convert_builtin(zig_compiler_rt_f16, zig_f16, trunc, zig_f64, zig_f64, 2)
| ^~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_truncxfhf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3458:1: error: SSE register return with SSE2 disabled
3458 | zig_convert_builtin(zig_f16, zig_f16, trunc, zig_f80, zig_f80, 2)
| ^~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_trunctfhf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3459:1: error: SSE register return with SSE2 disabled
3459 | zig_convert_builtin(zig_f16, zig_f16, trunc, zig_f128, zig_f128, 2)
| ^~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_neg_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3497:1: error: SSE register return with SSE2 disabled
3497 | zig_float_negate_builtin(16, , UINT16_C(1) << 15 )
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3492:46: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3492 | #define zig_float_negate_builtin_1(w, c, sb) -arg
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_negate_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3495:16: note: in expansion of macro ‘zig_expand_concat’
3495 | return zig_expand_concat(zig_float_negate_builtin_, zig_has_f##w)(w, c, sb); \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3497:1: note: in expansion of macro ‘zig_float_negate_builtin’
3497 | zig_float_negate_builtin(16, , UINT16_C(1) << 15 )
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_floatdihf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_floattihf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_floatuntihf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_cmp_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:23: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3539:5: note: in expansion of macro ‘zig_expand_concat’
3539 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, cmp) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:38: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3539:5: note: in expansion of macro ‘zig_expand_concat’
3539 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, cmp) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_ne_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:23: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3540:5: note: in expansion of macro ‘zig_expand_concat’
3540 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, ne) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:38: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3540:5: note: in expansion of macro ‘zig_expand_concat’
3540 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, ne) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_eq_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:23: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3541:5: note: in expansion of macro ‘zig_expand_concat’
3541 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, eq) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:38: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3541:5: note: in expansion of macro ‘zig_expand_concat’
3541 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, eq) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_lt_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:23: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3542:5: note: in expansion of macro ‘zig_expand_concat’
3542 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, lt) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:38: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3542:5: note: in expansion of macro ‘zig_expand_concat’
3542 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, lt) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_le_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:23: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3543:5: note: in expansion of macro ‘zig_expand_concat’
3543 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, le) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3511:38: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3511 | return (!(lhs <= rhs) - (lhs < rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_less_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3543:5: note: in expansion of macro ‘zig_expand_concat’
3543 | zig_expand_concat(zig_float_less_builtin_, zig_has_f##w)(f##w, le) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_gt_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3518:22: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3518 | return ((lhs > rhs) - !(lhs >= rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_greater_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3544:5: note: in expansion of macro ‘zig_expand_concat’
3544 | zig_expand_concat(zig_float_greater_builtin_, zig_has_f##w)(f##w, gt) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3518:37: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3518 | return ((lhs > rhs) - !(lhs >= rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_greater_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3544:5: note: in expansion of macro ‘zig_expand_concat’
3544 | zig_expand_concat(zig_float_greater_builtin_, zig_has_f##w)(f##w, gt) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_ge_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3518:22: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3518 | return ((lhs > rhs) - !(lhs >= rhs)); \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_greater_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3545:5: note: in expansion of macro ‘zig_expand_concat’
3545 | zig_expand_concat(zig_float_greater_builtin_, zig_has_f##w)(f##w, ge) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3518:37: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3518 | return ((lhs > rhs) - !(lhs >= rhs)); \
| ^~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:133:30: note: in expansion of macro ‘zig_float_greater_builtin_1’
133 | #define zig_concat(lhs, rhs) lhs##rhs
| ^~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:134:37: note: in expansion of macro ‘zig_concat’
134 | #define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs)
| ^~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3545:5: note: in expansion of macro ‘zig_expand_concat’
3545 | zig_expand_concat(zig_float_greater_builtin_, zig_has_f##w)(f##w, ge) \
| ^~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_add_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3546:76: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3546 | zig_expand_concat(zig_float_binary_builtin_, zig_has_f##w)(f##w, add, +) \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3529:20: note: in definition of macro ‘zig_float_binary_builtin_1’
3529 | return lhs operator rhs; \
| ^~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_sub_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3547:76: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3547 | zig_expand_concat(zig_float_binary_builtin_, zig_has_f##w)(f##w, sub, -) \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3529:20: note: in definition of macro ‘zig_float_binary_builtin_1’
3529 | return lhs operator rhs; \
| ^~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_mul_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3548:76: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3548 | zig_expand_concat(zig_float_binary_builtin_, zig_has_f##w)(f##w, mul, *) \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3529:20: note: in definition of macro ‘zig_float_binary_builtin_1’
3529 | return lhs operator rhs; \
| ^~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_div_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3549:76: error: operation not permitted on type ‘_Float16’ without option ‘-msse2’
3549 | zig_expand_concat(zig_float_binary_builtin_, zig_has_f##w)(f##w, div, /) \
| ^
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3529:20: note: in definition of macro ‘zig_float_binary_builtin_1’
3529 | return lhs operator rhs; \
| ^~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: note: in expansion of macro ‘zig_common_float_builtins’
3580 | zig_common_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_div_trunc_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_div_floor_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_mod_f16’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3580:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_floatsihf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3593:1: error: SSE register return with SSE2 disabled
3593 | zig_float_builtins(16)
| ^~~~~~~~~~~~~~~~~~
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_floatunsihf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3593:1: error: SSE register return with SSE2 disabled
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h: In function ‘zig_floatundihf’:
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:3593:1: error: SSE register return with SSE2 disabled
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: At top level:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:892:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
892 | static zig_cold zig_noreturn void bincode_invalidProtocol__anon_2485__4217(void);
| ^~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:892:30: error: expected identifier or ‘(’ before ‘void’
892 | static zig_cold zig_noreturn void bincode_invalidProtocol__anon_2485__4217(void);
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:897:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
897 | static zig_noreturn void posix_exit__1442(uint8_t);
| ^~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:897:21: error: expected identifier or ‘(’ before ‘void’
897 | static zig_noreturn void posix_exit__1442(uint8_t);
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:914:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
914 | static zig_cold zig_noreturn void debug_no_panic_call__5251(nav__5251_39, nav__5251_40);
| ^~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:914:30: error: expected identifier or ‘(’ before ‘void’
914 | static zig_cold zig_noreturn void debug_no_panic_call__5251(nav__5251_39, nav__5251_40);
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:1078:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
1078 | zig_extern zig_noreturn void exit(int);
| ^~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:1078:25: error: expected identifier or ‘(’ before ‘void’
1078 | zig_extern zig_noreturn void exit(int);
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: In function ‘bincode_deserializePointerAlloc__anon_2448__4215’:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:1794:3: error: implicit declaration of function ‘bincode_invalidProtocol__anon_2485__4217’ [-Wimplicit-function-declaration]
1794 | bincode_invalidProtocol__anon_2485__4217();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: In function ‘instrument_hooks_init’:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:2727:3: error: implicit declaration of function ‘posix_exit__1442’; did you mean ‘posix_write__1452’? [-Wimplicit-function-declaration]
2727 | posix_exit__1442(UINT8_C(1));
| ^~~~~~~~~~~~~~~~
| posix_write__1452
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: At top level:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:3290:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
3290 | static zig_cold zig_noreturn void bincode_invalidProtocol__anon_2485__4217(void) {
| ^~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:3290:30: error: expected identifier or ‘(’ before ‘void’
3290 | static zig_cold zig_noreturn void bincode_invalidProtocol__anon_2485__4217(void) {
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:3454:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
3454 | static zig_noreturn void posix_exit__1442(uint8_t const a0) {
| ^~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:3454:21: error: expected identifier or ‘(’ before ‘void’
3454 | static zig_noreturn void posix_exit__1442(uint8_t const a0) {
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:4026:1: warning: ‘noreturn’ attribute ignored [-Wattributes]
4026 | static zig_cold zig_noreturn void debug_no_panic_call__5251(nav__5251_39 const a0, nav__5251_40 const a1) {
| ^~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:4026:30: error: expected identifier or ‘(’ before ‘void’
4026 | static zig_cold zig_noreturn void debug_no_panic_call__5251(nav__5251_39 const a0, nav__5251_40 const a1) {
| ^~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: In function ‘math_cast__anon_3113__6121’:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:4038:25: warning: overflow in conversion from ‘long long int’ to ‘long int’ changes value from ‘-6148914691236517206’ to ‘-1431655766’ [-Woverflow]
4038 | return (nav__6121_38){-0x5555555555555556l,true};
| ^
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: In function ‘math_mul__anon_3472__6977’:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:4630:23: error: passing argument 1 of ‘zig_mulo_u64’ from incompatible pointer type [-Wincompatible-pointer-types]
4630 | t0.f1 = zig_mulo_u64(&t0.f0, a0, a1, UINT8_C(64));
| ^~~~~~
| |
| uintptr_t * {aka unsigned int *}
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:1021:43: note: expected ‘uint64_t *’ {aka ‘long long unsigned int *’} but argument is of type ‘uintptr_t *’ {aka ‘unsigned int *’}
1021 | static inline bool zig_mulo_u64(uint64_t *res, uint64_t lhs, uint64_t rhs, uint8_t bits) {
| ~~~~~~~~~~^~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: In function ‘array_list_addOrOom__3852’:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:5561:23: error: passing argument 1 of ‘zig_addo_u64’ from incompatible pointer type [-Wincompatible-pointer-types]
5561 | t2.f1 = zig_addo_u64(&t2.f0, a0, a1, UINT8_C(64));
| ^~~~~~
| |
| uintptr_t * {aka unsigned int *}
/tmp/B.on0zf8i2/BUILD/python3-pytest_codspeed-4.2.0-build/pytest_codspeed-4.2.0/src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h:805:43: note: expected ‘uint64_t *’ {aka ‘long long unsigned int *’} but argument is of type ‘uintptr_t *’ {aka ‘unsigned int *’}
805 | static inline bool zig_addo_u64(uint64_t *res, uint64_t lhs, uint64_t rhs, uint8_t bits) {
| ~~~~~~~~~~^~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c: At top level:
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8361:88: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8361 | static struct Target_Os__625 const builtin_os__265 = {{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8361:116: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8361 | static struct Target_Os__625 const builtin_os__265 = {{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8361:159: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8361 | static struct Target_Os__625 const builtin_os__265 = {{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8361:187: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8361 | static struct Target_Os__625 const builtin_os__265 = {{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8361:231: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8361 | static struct Target_Os__625 const builtin_os__265 = {{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8361:259: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8361 | static struct Target_Os__625 const builtin_os__265 = {{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8510:131: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘9528139926881771760’ to ‘73968’ [-Woverflow]
8510 | static struct Target_Cpu__785 const builtin_cpu__264 = {((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)};
| ^~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8510:153: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘4854352088661217417’ to ‘1398001801’ [-Woverflow]
8510 | static struct Target_Cpu__785 const builtin_cpu__264 = {((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)};
| ^~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8510:175: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘15258802296178673304’ to ‘27592344’ [-Woverflow]
8510 | static struct Target_Cpu__785 const builtin_cpu__264 = {((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)};
| ^~~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:131: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘9528139926881771760’ to ‘73968’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:153: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘4854352088661217417’ to ‘1398001801’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:175: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘15258802296178673304’ to ‘27592344’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:255: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:283: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:326: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:354: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:398: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8516:426: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8516 | static struct Target__623 const builtin_target__266 = {{((struct Target_Cpu_Model__812 const *)&Target_x86_cpu_alderlake__3597),{{9528139926881771760ul,4854352088661217417ul,15258802296178673304ul,3ul,0ul}},UINT8_C(42)},{{ .linux = {{{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},{6ul,16ul,7ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}}},{2ul,39ul,0ul,{NULL,0xaaaaaaaaaaaaaaaaul},{NULL,0xaaaaaaaaaaaaaaaaul}},UINT32_C(14)} },UINT8_C(9)},UINT8_C(1),UINT8_C(0),{"/nix/store/zdpby3l6azi78sl83cpad2qjpfj25aqx-glibc-2.40-66/lib/ld-linux-x86-64.so.2\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252\252",UINT8_C(82)}};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8568:59: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8568 | static struct std_Options__4269 const std_options__97 = {{0xaaaaaaaaaaaaaaaaul,true},{0xaaaaaaaaaaaaaaaaul,true},3ul,false,UINT8_C(0),false,true,false,false,false,UINT8_C(2)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8568:87: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘12297829382473034410’ to ‘2863311530’ [-Woverflow]
8568 | static struct std_Options__4269 const std_options__97 = {{0xaaaaaaaaaaaaaaaaul,true},{0xaaaaaaaaaaaaaaaaul,true},3ul,false,UINT8_C(0),false,true,false,false,false,UINT8_C(2)};
| ^~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8596:151: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘9516916112185360560’ to ‘176’ [-Woverflow]
8596 | static struct Target_Cpu_Model__812 const Target_x86_cpu_alderlake__3597 = {{(uint8_t const *)&__anon_5291,9ul},{(uint8_t const *)&__anon_5291,9ul},{{9516916112185360560ul,4872366487170699401ul,11223533324467504792ul,3ul,0ul}}};
| ^~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8596:173: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘4872366487170699401’ to ‘1398001801’ [-Woverflow]
8596 | static struct Target_Cpu_Model__812 const Target_x86_cpu_alderlake__3597 = {{(uint8_t const *)&__anon_5291,9ul},{(uint8_t const *)&__anon_5291,9ul},{{9516916112185360560ul,4872366487170699401ul,11223533324467504792ul,3ul,0ul}}};
| ^~~~~~~~~~~~~~~~~~~~~
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c:8596:195: warning: conversion from ‘long long unsigned int’ to ‘unsigned int’ changes value from ‘11223533324467504792’ to ‘27592344’ [-Woverflow]
8596 | static struct Target_Cpu_Model__812 const Target_x86_cpu_alderlake__3597 = {{(uint8_t const *)&__anon_5291,9ul},{(uint8_t const *)&__anon_5291,9ul},{{9516916112185360560ul,4872366487170699401ul,11223533324467504792ul,3ul,0ul}}};
| ^~~~~~~~~~~~~~~~~~~~~~
error: command '/usr/bin/i686-pld-linux-gcc' failed with exit code 1
ERROR Backend subprocess exited when trying to invoke build_wheel
error: Bad exit status from /tmp/B.on0zf8i2/BUILD/tmp/rpm-tmp.pxJfz0 (%build)
RPM build warnings:
Could not canonicalize hostname: nereid
RPM build errors:
Bad exit status from /tmp/B.on0zf8i2/BUILD/tmp/rpm-tmp.pxJfz0 (%build)
ended at: Tue Nov 4 06:35:59 2025, done in 0:00:11.881172
error: No files produced.
+ chmod -R u+rwX /tmp/B.on0zf8i2/BUILD
+ rm -rf /tmp/B.on0zf8i2/tmp /tmp/B.on0zf8i2/BUILD
+ rm -rf /tmp/B.on0zf8i2
Begin-PLD-Builder-Info
Build-Time: user:12.97s sys:1.50s real:14.52s (faults io:0 non-io:187569)
End-PLD-Builder-Info
|