Better attachments: english and stderr + stdout.
dpkg-buildpackage: info: source package pyrle
dpkg-buildpackage: info: source version 0.0.42-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Aryan Karamtoth <[email protected]>
 dpkg-source --before-build .
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying extend-once-setup-starts.patch
dpkg-source: info: applying hypothesis-deprecation-rm.patch
dpkg-source: info: applying fix-rledict-equality.patch
dpkg-source: info: applying fix_setuptools_config.patch
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building pyrle using existing ./pyrle_0.0.42.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file pyrle/src/rle.c, use --include-removal to override
dpkg-source: warning: ignoring deletion of file pyrle/src/getitem.c, use --include-removal to override
dpkg-source: warning: ignoring deletion of file pyrle/src/coverage.c, use --include-removal to override
dpkg-source: warning: ignoring deletion of directory pyrle.egg-info
dpkg-source: warning: ignoring deletion of file pyrle.egg-info/top_level.txt, use --include-removal to override
dpkg-source: warning: ignoring deletion of file pyrle.egg-info/requires.txt, use --include-removal to override
dpkg-source: warning: ignoring deletion of file pyrle.egg-info/SOURCES.txt, use --include-removal to override
dpkg-source: warning: ignoring deletion of file pyrle.egg-info/PKG-INFO, use --include-removal to override
dpkg-source: warning: ignoring deletion of file pyrle.egg-info/dependency_links.txt, use --include-removal to override
dpkg-source: info: building pyrle in pyrle_0.0.42-1.debian.tar.xz
dpkg-source: info: building pyrle in pyrle_0.0.42-1.dsc
 dpkg-genbuildinfo --build=source -O../pyrle_0.0.42-1_source.buildinfo
 dpkg-genchanges --build=source -O../pyrle_0.0.42-1_source.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-source: info: unapplying fix_setuptools_config.patch
dpkg-source: info: unapplying fix-rledict-equality.patch
dpkg-source: info: unapplying hypothesis-deprecation-rm.patch
dpkg-source: info: unapplying extend-once-setup-starts.patch
dpkg-buildpackage: info: source-only upload (original source is included)
dpkg-buildpackage: info: source package pyrle
dpkg-buildpackage: info: source version 0.0.42-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Aryan Karamtoth <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying extend-once-setup-starts.patch
dpkg-source: info: applying hypothesis-deprecation-rm.patch
dpkg-source: info: applying fix-rledict-equality.patch
dpkg-source: info: applying fix_setuptools_config.patch
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:139: Building wheel for python3.14 with "build" module
I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /home/pieter/src/deb/pyrle/pyrle/.pybuild/cpython3_3.14  
* Building wheel...
Compiling pyrle/src/rle.pyx because it changed.
Compiling pyrle/src/coverage.pyx because it changed.
Compiling pyrle/src/getitem.pyx because it changed.
[1/3] Cythonizing pyrle/src/coverage.pyx
[2/3] Cythonizing pyrle/src/getitem.pyx
[3/3] Cythonizing pyrle/src/rle.pyx
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        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 for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-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/lib/python3/dist-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-x86_64-cpython-314/pyrle
copying pyrle/__init__.py -> build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/rledict.py -> build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/rle.py -> build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/methods.py -> build/lib.linux-x86_64-cpython-314/pyrle
creating build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/__init__.py -> build/lib.linux-x86_64-cpython-314/pyrle/src
creating build/lib.linux-x86_64-cpython-314/tests
copying tests/test_hypothesis.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/test_subset_coverage.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/__init__.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/helpers.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/hypothesis_helper.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/test_hypothesis_coverage.py -> build/lib.linux-x86_64-cpython-314/tests
running egg_info
creating pyrle.egg-info
writing pyrle.egg-info/PKG-INFO
writing dependency_links to pyrle.egg-info/dependency_links.txt
writing requirements to pyrle.egg-info/requires.txt
writing top-level names to pyrle.egg-info/top_level.txt
writing manifest file 'pyrle.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pyrle.egg-info/SOURCES.txt'
copying pyrle/src/coverage.c -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/coverage.pyx -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/getitem.c -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/getitem.pyx -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/rle.c -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/rle.pyx -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying tests/compute_Rle.R -> build/lib.linux-x86_64-cpython-314/tests
copying tests/compute_coverage.R -> build/lib.linux-x86_64-cpython-314/tests
copying tests/subset_coverage.R -> build/lib.linux-x86_64-cpython-314/tests
running build_ext
building 'pyrle.src.rle' extension
creating build/temp.linux-x86_64-cpython-314/pyrle/src
building 'pyrle.src.coverage' extension
creating build/temp.linux-x86_64-cpython-314/pyrle/src
building 'pyrle.src.getitem' extension
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c pyrle/src/getitem.c -o build/temp.linux-x86_64-cpython-314/pyrle/src/getitem.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c pyrle/src/coverage.c -o build/temp.linux-x86_64-cpython-314/pyrle/src/coverage.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c pyrle/src/rle.c -o build/temp.linux-x86_64-cpython-314/pyrle/src/rle.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-314/pyrle/src/coverage.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.cpython-314-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-314/pyrle/src/rle.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-314/pyrle/src/rle.cpython-314-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-314/pyrle/src/getitem.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.cpython-314-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyrle
creating build/bdist.linux-x86_64/wheel/pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/rle.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.cpython-314-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/rle.cpython-314-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.cpython-314-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/rle.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-314/pyrle/rledict.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-314/pyrle/rle.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-314/pyrle/methods.py -> build/bdist.linux-x86_64/wheel/./pyrle
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib.linux-x86_64-cpython-314/tests/test_hypothesis.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/compute_Rle.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/compute_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/test_subset_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/subset_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/helpers.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/hypothesis_helper.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/test_hypothesis_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
running install_egg_info
Copying pyrle.egg-info to build/bdist.linux-x86_64/wheel/./pyrle-0.0.42.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyrle-0.0.42.dist-info/WHEEL
creating '/home/pieter/src/deb/pyrle/pyrle/.pybuild/cpython3_3.14/.tmp-dw8xgqhr/pyrle-0.0.42-cp314-cp314-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyrle/__init__.py'
adding 'pyrle/methods.py'
adding 'pyrle/rle.py'
adding 'pyrle/rledict.py'
adding 'pyrle/src/__init__.py'
adding 'pyrle/src/coverage.c'
adding 'pyrle/src/coverage.cpython-314-x86_64-linux-gnu.so'
adding 'pyrle/src/coverage.pyx'
adding 'pyrle/src/getitem.c'
adding 'pyrle/src/getitem.cpython-314-x86_64-linux-gnu.so'
adding 'pyrle/src/getitem.pyx'
adding 'pyrle/src/rle.c'
adding 'pyrle/src/rle.cpython-314-x86_64-linux-gnu.so'
adding 'pyrle/src/rle.pyx'
adding 'pyrle-0.0.42.dist-info/licenses/LICENSE'
adding 'tests/__init__.py'
adding 'tests/compute_Rle.R'
adding 'tests/compute_coverage.R'
adding 'tests/helpers.py'
adding 'tests/hypothesis_helper.py'
adding 'tests/subset_coverage.R'
adding 'tests/test_hypothesis.py'
adding 'tests/test_hypothesis_coverage.py'
adding 'tests/test_subset_coverage.py'
adding 'pyrle-0.0.42.dist-info/METADATA'
adding 'pyrle-0.0.42.dist-info/WHEEL'
adding 'pyrle-0.0.42.dist-info/top_level.txt'
adding 'pyrle-0.0.42.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyrle-0.0.42-cp314-cp314-linux_x86_64.whl
I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.14 with "installer" module
I: pybuild plugin_pyproject:139: Building wheel for python3.13 with "build" module
I: pybuild base:384: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /home/pieter/src/deb/pyrle/pyrle/.pybuild/cpython3_3.13  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        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 for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-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/lib/python3/dist-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-x86_64-cpython-313/pyrle
copying pyrle/__init__.py -> build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/rledict.py -> build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/rle.py -> build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/methods.py -> build/lib.linux-x86_64-cpython-313/pyrle
creating build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/__init__.py -> build/lib.linux-x86_64-cpython-313/pyrle/src
creating build/lib.linux-x86_64-cpython-313/tests
copying tests/test_hypothesis.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/test_subset_coverage.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/__init__.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/helpers.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/hypothesis_helper.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/test_hypothesis_coverage.py -> build/lib.linux-x86_64-cpython-313/tests
running egg_info
writing pyrle.egg-info/PKG-INFO
writing dependency_links to pyrle.egg-info/dependency_links.txt
writing requirements to pyrle.egg-info/requires.txt
writing top-level names to pyrle.egg-info/top_level.txt
adding license file 'LICENSE'
writing manifest file 'pyrle.egg-info/SOURCES.txt'
copying pyrle/src/coverage.c -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/coverage.pyx -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/getitem.c -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/getitem.pyx -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/rle.c -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/rle.pyx -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying tests/compute_Rle.R -> build/lib.linux-x86_64-cpython-313/tests
copying tests/compute_coverage.R -> build/lib.linux-x86_64-cpython-313/tests
copying tests/subset_coverage.R -> build/lib.linux-x86_64-cpython-313/tests
running build_ext
building 'pyrle.src.rle' extension
creating build/temp.linux-x86_64-cpython-313/pyrle/src
building 'pyrle.src.coverage' extension
creating build/temp.linux-x86_64-cpython-313/pyrle/src
building 'pyrle.src.getitem' extension
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c pyrle/src/rle.c -o build/temp.linux-x86_64-cpython-313/pyrle/src/rle.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c pyrle/src/coverage.c -o build/temp.linux-x86_64-cpython-313/pyrle/src/coverage.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c pyrle/src/getitem.c -o build/temp.linux-x86_64-cpython-313/pyrle/src/getitem.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-313/pyrle/src/coverage.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.cpython-313-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-313/pyrle/src/rle.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-313/pyrle/src/rle.cpython-313-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-313/pyrle/src/getitem.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.cpython-313-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyrle
creating build/bdist.linux-x86_64/wheel/pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/rle.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/rle.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/rle.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-313/pyrle/rledict.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-313/pyrle/rle.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-313/pyrle/methods.py -> build/bdist.linux-x86_64/wheel/./pyrle
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib.linux-x86_64-cpython-313/tests/test_hypothesis.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/compute_Rle.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/compute_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/test_subset_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/subset_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/helpers.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/hypothesis_helper.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/test_hypothesis_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
running install_egg_info
Copying pyrle.egg-info to build/bdist.linux-x86_64/wheel/./pyrle-0.0.42.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyrle-0.0.42.dist-info/WHEEL
creating '/home/pieter/src/deb/pyrle/pyrle/.pybuild/cpython3_3.13/.tmp-il7huwo3/pyrle-0.0.42-cp313-cp313-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyrle/__init__.py'
adding 'pyrle/methods.py'
adding 'pyrle/rle.py'
adding 'pyrle/rledict.py'
adding 'pyrle/src/__init__.py'
adding 'pyrle/src/coverage.c'
adding 'pyrle/src/coverage.cpython-313-x86_64-linux-gnu.so'
adding 'pyrle/src/coverage.pyx'
adding 'pyrle/src/getitem.c'
adding 'pyrle/src/getitem.cpython-313-x86_64-linux-gnu.so'
adding 'pyrle/src/getitem.pyx'
adding 'pyrle/src/rle.c'
adding 'pyrle/src/rle.cpython-313-x86_64-linux-gnu.so'
adding 'pyrle/src/rle.pyx'
adding 'pyrle-0.0.42.dist-info/licenses/LICENSE'
adding 'tests/__init__.py'
adding 'tests/compute_Rle.R'
adding 'tests/compute_coverage.R'
adding 'tests/helpers.py'
adding 'tests/hypothesis_helper.py'
adding 'tests/subset_coverage.R'
adding 'tests/test_hypothesis.py'
adding 'tests/test_hypothesis_coverage.py'
adding 'tests/test_subset_coverage.py'
adding 'pyrle-0.0.42.dist-info/METADATA'
adding 'pyrle-0.0.42.dist-info/WHEEL'
adding 'pyrle-0.0.42.dist-info/top_level.txt'
adding 'pyrle-0.0.42.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyrle-0.0.42-cp313-cp313-linux_x86_64.whl
I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.13 with "installer" module
dh: command-omitted: The call to "dh_auto_test -O--buildsystem=pybuild" was omitted due to "DEB_BUILD_OPTIONS=nocheck"
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install --destdir=debian/python3-pyrle/ -O--buildsystem=pybuild
I: pybuild plugin_pyproject:196: Copying package built for python3.14 to destdir
I: pybuild plugin_pyproject:196: Copying package built for python3.13 to destdir
   dh_installdocs -O--buildsystem=pybuild
   dh_installchangelogs -O--buildsystem=pybuild
   dh_python3 -O--buildsystem=pybuild
   dh_installsystemduser -O--buildsystem=pybuild
   dh_perl -O--buildsystem=pybuild
   dh_link -O--buildsystem=pybuild
   dh_strip_nondeterminism -O--buildsystem=pybuild
   dh_compress -O--buildsystem=pybuild
   dh_fixperms -O--buildsystem=pybuild
   dh_missing -O--buildsystem=pybuild
   dh_dwz -a -O--buildsystem=pybuild
   dh_strip -a -O--buildsystem=pybuild
   dh_makeshlibs -a -O--buildsystem=pybuild
   dh_shlibdeps -a -O--buildsystem=pybuild
   dh_installdeb -O--buildsystem=pybuild
   dh_gencontrol -O--buildsystem=pybuild
   dh_md5sums -O--buildsystem=pybuild
   dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'python3-pyrle-dbgsym' in '../python3-pyrle-dbgsym_0.0.42-1_amd64.deb'.
dpkg-deb: building package 'python3-pyrle' in '../python3-pyrle_0.0.42-1_amd64.deb'.
 dpkg-genbuildinfo --build=binary -O../pyrle_0.0.42-1_amd64.buildinfo
 dpkg-genchanges --build=binary -O../pyrle_0.0.42-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-source: info: unapplying fix_setuptools_config.patch
dpkg-source: info: unapplying fix-rledict-equality.patch
dpkg-source: info: unapplying hypothesis-deprecation-rm.patch
dpkg-source: info: unapplying extend-once-setup-starts.patch
dpkg-buildpackage: info: binary-only upload (no source included)

Reply via email to