Your message dated Thu, 13 Oct 2022 16:12:02 +0000
with message-id <e1oj0ou-00aozo...@fasolo.debian.org>
and subject line Bug#1021537: fixed in poetry-core 1.1.0~b3-2
has caused the Debian Bug report #1021537,
regarding poetry-core: FTBFS with test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1021537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: poetry-core
Version: 1.1.0~b3-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source

Hi,

poetry-core/experimental recently sarted to FTBFS (the version in sid is
not affected). A previous rebuild on Aug. 3 was still successful.

=================================== FAILURES ===================================
__________________________ test_build_wheel_extended ___________________________

    @pytest.mark.skipif(
        sys.platform == "win32"
        and sys.version_info <= (3, 6)
        or platform.python_implementation().lower() == "pypy",
        reason="Disable test on Windows for Python <=3.6 and for PyPy",
    )
    def test_build_wheel_extended() -> None:
        with temporary_directory() as tmp_dir, cwd(os.path.join(fixtures, 
"extended")):
>           filename = api.build_wheel(tmp_dir)

tests/masonry/test_api.py:91: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
poetry/core/masonry/api.py:67: in build_wheel
    return WheelBuilder.make_in(poetry, Path(wheel_directory))
poetry/core/masonry/builders/wheel.py:79: in make_in
    wb.build(target_dir=directory)
poetry/core/masonry/builders/wheel.py:113: in build
    self._build(zip_file)
poetry/core/masonry/builders/wheel.py:167: in _build
    self._run_build_command(setup)
poetry/core/masonry/builders/wheel.py:205: in _run_build_command
    subprocess.check_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['/usr/bin/python3.10', 
'/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/.../build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/fixtures/extended/build'],)
kwargs = {}, retcode = 1
cmd = ['/usr/bin/python3.10', 
'/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/f...
 
'/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/fixtures/extended/build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['/usr/bin/python3.10', 
'/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/fixtures/extended/setup.py',
 'build', '-b', 
'/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/fixtures/extended/build']'
 returned non-zero exit status 1.

/usr/lib/python3.10/subprocess.py:369: CalledProcessError
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
  File 
"/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build/tests/masonry/builders/fixtures/extended/setup.py",
 line 1, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
------------------------------ Captured log call -------------------------------
WARNING  poetry.core.masonry.builders.sdist:sdist.py:224 A setup.py file 
already exists. Using it.
=========================== short test summary info ============================
FAILED tests/masonry/test_api.py::test_build_wheel_extended - subprocess.Call...
=========== 1 failed, 1134 passed, 8 skipped, 9 deselected in 8.14s ============
E: pybuild pybuild:379: test: plugin pyproject failed with: exit code=1: cd 
'/build/poetry-core-1.1.0~b3/.pybuild/cpython3_3.10_poetry-core/build'; 
python3.10 -m pytest -k 'not test_version_is_synced'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.10 
returned exit code 13
make: *** [debian/rules:10: binary] Error 25


Andreas

Attachment: poetry-core_1.1.0~b3-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: poetry-core
Source-Version: 1.1.0~b3-2
Done: Nilesh Patra <nil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
poetry-core, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1021...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated poetry-core package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 13 Oct 2022 21:13:19 +0530
Source: poetry-core
Architecture: source
Version: 1.1.0~b3-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1021537
Changes:
 poetry-core (1.1.0~b3-2) experimental; urgency=medium
 .
   * Team upload.
   * Add python3-setuptools with nocheck profile to B-D (Closes: #1021537)
Checksums-Sha1:
 5ecc7ba7ae75a5d01b6ba6ed9507bef2b3aac2c9 2460 poetry-core_1.1.0~b3-2.dsc
 35ebf626a0acaa76c93e418b0ef0cef43ada7bc8 6476 
poetry-core_1.1.0~b3-2.debian.tar.xz
 479ec3c1e7bfb3f8cebd19ebcad6f35ce6671c66 8156 
poetry-core_1.1.0~b3-2_amd64.buildinfo
Checksums-Sha256:
 145589fc1fce769292d45537c55306358f86478a0a550e0d4caf56cf80d37270 2460 
poetry-core_1.1.0~b3-2.dsc
 8fe3363ce03afb5321f4f7560fd3a094306796a91361f77c0199596976e7c665 6476 
poetry-core_1.1.0~b3-2.debian.tar.xz
 ac865c308d96019594ce200c28ddc49c025b25bb5b886468c184044fadf6a1d4 8156 
poetry-core_1.1.0~b3-2_amd64.buildinfo
Files:
 12c8113c5f4b9f1d15d6648b5d9c1531 2460 python optional 
poetry-core_1.1.0~b3-2.dsc
 2ba261d949f0cfcce6ea837c957f9b01 6476 python optional 
poetry-core_1.1.0~b3-2.debian.tar.xz
 4dc63d6ff9fe67f22294f7d24bfe7b29 8156 python optional 
poetry-core_1.1.0~b3-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmNINHoSHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nx60wP/jHhDEMpBst5v2vMXxn3nNmF77gn9K4D
ArDiBAN3JgAo7dXqhmaKCHbBprTs/0CW+CuMRRZqlfQv+HQ7nWRamO8dLaArCK2c
aiaZ/u4BJOJaMA/cmtBdkSoyjSIbVZABw7j3fDqwO6i74D4a+R6G1r/ooEJ7/305
c2z/YQ3LC1BO1P2iP8W8BHLjEM87mcR1/+umQJBbYELKk8XHu0BulprjwG4g3fih
nhaM7t2/D/JNJj0wj+Q+zyPJUUgWa0E/mB6+Cb0crQnL+n4mvT73gVHstZGxVCOH
MhlZiQ8g7OxkaVdAMEHNM9RyEgLn9DKe5SOBVyuE3OO7T2rSsiI5TXmd86pawyHj
Or1wrvADTacDOj0pwCFvt9iXPXoPmxbdp8PLW4Fg2Hd5/t5zTFlK+8FklLpP/UeH
NDDEeySbcVlQbAKglWnj9LMq9cr0o75O6TWw1lWfPpymPMqIN3x/JYpa/kIGZAXX
rsROwvOBP/4/tEl0Wl7U5eOe334/LiZm6PSXSQOpKPevykDd7IgCnSDDIvhrmIp/
fUiVMvLaggF4LQsSw3EaF+pc+xJFDDR49sA/gn4X4eXxYpATRnQQekv980J8lXQR
CxiG2FuQy9D9ghm4sYp7QoNCxfr+OU8AZiYQKXHaGhebWaTBsvGWRHJrfaEwzB1S
WV/HqLD4PqDg
=FZbP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to