Your message dated Sun, 04 Feb 2024 06:05:07 +0000
with message-id <e1rwvcp-0031lv...@fasolo.debian.org>
and subject line Bug#1060933: fixed in valinor 1.1.4-8
has caused the Debian Bug report #1060933,
regarding valinor: FTBFS: AssertionError: 1 != 0
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.)


-- 
1060933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: valinor
Version: 1.1.4-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240115 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 setup.py egg_info
> running egg_info
> creating valinor.egg-info
> writing valinor.egg-info/PKG-INFO
> writing dependency_links to valinor.egg-info/dependency_links.txt
> writing entry points to valinor.egg-info/entry_points.txt
> writing requirements to valinor.egg-info/requires.txt
> writing top-level names to valinor.egg-info/top_level.txt
> writing manifest file 'valinor.egg-info/SOURCES.txt'
> reading manifest file 'valinor.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'valinor.egg-info/SOURCES.txt'
> PYTHONPATH=/<<PKGBUILDDIR>> nosetests3 -s -v --where=valinor/test
> valinor.test.test_exporter.test_exporter_location ... ok
> testARMNoneEABIGDB 
> (valinor.test.test_outputdir.TestCLIOutputDirectory.testARMNoneEABIGDB) ... 
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/<<PKGBUILDDIR>>/valinor/test/../../valinor/main.py", line 36, in main
>     version=pkg_resources.require("valinor")[0].version,
>             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 968, 
> in require
>     needed = self.resolve(parse_requirements(requirements))
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829, 
> in resolve
>     dist = self._resolve_dist(
>            ^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 870, 
> in _resolve_dist
>     raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'pylink-square<2.0,>=1.0' 
> distribution was not found and is required by pyocd
> 
> FAIL
> 
> ======================================================================
> FAIL: testARMNoneEABIGDB 
> (valinor.test.test_outputdir.TestCLIOutputDirectory.testARMNoneEABIGDB)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/valinor/test/test_outputdir.py", line 48, in 
> testARMNoneEABIGDB
>     runWithDir()
>   File "/<<PKGBUILDDIR>>/valinor/test/test_outputdir.py", line 46, in 
> runWithDir
>     out = self.runCheck(args)
>           ^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/valinor/test/test_outputdir.py", line 33, in runCheck
>     self.assertEqual(status, 0)
> AssertionError: 1 != 0
> 
> ----------------------------------------------------------------------
> Ran 2 tests in 0.291s
> 
> FAILED (failures=1)
> make[1]: *** [debian/rules:33: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/01/15/valinor_1.1.4-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240115;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240115&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: valinor
Source-Version: 1.1.4-8
Done: Nick Morrott <ni...@debian.org>

We believe that the bug you reported is fixed in the latest version of
valinor, 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 1060...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nick Morrott <ni...@debian.org> (supplier of updated valinor 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: Sun, 04 Feb 2024 05:23:02 +0000
Source: valinor
Architecture: source
Version: 1.1.4-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nick Morrott <ni...@debian.org>
Closes: 1060933
Changes:
 valinor (1.1.4-8) unstable; urgency=medium
 .
   * d/control:
     - Declare compliance with Debian Policy 4.6.2 (no changes)
   * d/copyright:
     - Bump years of Debian copyright
   * d/rules:
     - Temporarily skip test "test_outputdir" (broken by python3-pyocd)
       (Closes: #1060933)
   * d/clean:
     - Remove generated manpage files
Checksums-Sha1:
 0ba5c9188504f241d6346ab1c48a993953b4a89c 2109 valinor_1.1.4-8.dsc
 3c5fd41fdb3922c34aeedb573254f3e70d9fe42f 7416 valinor_1.1.4-8.debian.tar.xz
 41e754b22bdcb723d5dd8c566111abde3285bb33 8615 valinor_1.1.4-8_amd64.buildinfo
Checksums-Sha256:
 2fd58cc54427f5d649296a1d3fe905f6daf0106cacadd8a420d37b47fc1440a4 2109 
valinor_1.1.4-8.dsc
 215af5ab55fbf1d3cf440904ab98b105018fd30996ea8cda428968563bc1958e 7416 
valinor_1.1.4-8.debian.tar.xz
 43ab4eaed53710a8f77897993b5bf53e65c70c3cc58fd07b4a3a81a016704b7a 8615 
valinor_1.1.4-8_amd64.buildinfo
Files:
 f0de22424d4ac4724248cbc4828fce4c 2109 devel optional valinor_1.1.4-8.dsc
 d83123e150b0dc9e07589475c0ebd6ff 7416 devel optional 
valinor_1.1.4-8.debian.tar.xz
 95fb31a5b3a5b1d27a59b5c5b8d4df7e 8615 devel optional 
valinor_1.1.4-8_amd64.buildinfo

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

iQIzBAEBCgAdFiEEIrPZe+nomMkP9lI7PptZrG7C01kFAmW/I2UACgkQPptZrG7C
01lZvg/+LfjOVmRg0fkS+dQyYrwJ/wjBQVeVqQ6xgFZnSQu9M72tBi3piL+Tqb7H
JTeO6pFeAJhLj+q6Z1bxH3+ByxoQRghRMBQrw8Xzl3hDYlwLsY9DeHHboOp9mmii
XZk3dYUIOTXf7Tyig74dgti6qRmjt5Wnfnht867K1DQSIit8Go0wcKigw0OKlZUg
B6iH53lNlYpdmjYTFcjoLvpdXMiZP/wd/cO6U4gaEfjGGb3GJ9hDLrPbQG8vH6nV
uHsmQ1tTFBfxEmY4tk5XLtwOP7aOVBf+wac739mRWtnIToM7tQydQJ83dnlMgCpg
CkrSZhsAZS4fzTjRnxjOiTdlVMI4TjxLyRQ8LkeCxD1DCYcf+lBBNTKCMp0dq2QC
KFbtv8gMjMfOqZu2fSuHjwP62Iwer/3uvIotGRyU1zcZ7DZ/ip+YsFHwTohd7V9n
rtcQjPDegkY7Oa4E+Te0TYDexlZF678YZg7JjQxoP9kCViUckVxx/FQ703iazaMK
qPiByAPDj21pDNq1Xtvc+0Yvo1t6/4/ZbyowtNfb4AlJllmVPvrkEsPZJaHQ3xQF
n5LYJhUiLFW3N7ctCdDNMn03TmFs48gEAgdHkYWuZyHNOOLr1Xpa5nWYCG1Ki0AA
tN4AelhGTVbuT3TR/WNJoW6ouOAJ8eWpKUrYv5SVCHBG9Rtr4FM=
=TfRu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to