Your message dated Sun, 22 Jan 2023 13:24:29 +0000
with message-id <[email protected]>
and subject line Bug#1028839: fixed in python-ansible-pygments 0.1.1-5
has caused the Debian Bug report #1028839,
regarding python-ansible-pygments: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.11 returned exit code 13
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 [email protected]
immediately.)


-- 
1028839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028839
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-ansible-pygments
Version: 0.1.1-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  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:107: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11 
> * Building wheel...
> Successfully built ansible_pygments-0.1.1-py3-none-any.whl
> I: pybuild plugin_pyproject:119: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack -- 
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
> plugins: cov-4.0.0
> collecting ... collected 1 item
> 
> tests/lexer_test.py::test_ansible_output_lexer FAILED                    
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ test_ansible_output_lexer 
> ___________________________
> 
>     def test_ansible_output_lexer():
>         """Test that AnsibleOutputLexer produces expected HTML output."""
>         data = R"""
>     ok: [windows] => {
>         "account": {
>             "account_name": "vagrant-domain",
>             "type": "User"
>         },
>         "authentication_package": "Kerberos",
>         "user_flags": []
>     }
>     
>     TASK [paused] 
> ************************************************************************************************************************************
>     Sunday 11 November 2018  20:16:48 +0100 (0:00:00.041)       0:07:59.637 
> *******
>     --- before
>     +++ after
>     @@ -1,5 +1,5 @@
>      {
>     -  "exists": false,
>     -  "paused": false,
>     -  "running": false
>     +  "exists": true,
>     +  "paused": true,
>     +  "running": true
>      }
>     \ No newline at end of file
>     
>     changed: [localhost]
>     
>     TASK [volumes (more volumes)] 
> ********************************************************************************************************************
>     Sunday 11 November 2018  20:19:25 +0100 (0:00:00.607)       0:10:36.974 
> *******
>     --- before
>     +++ after
>     @@ -1,11 +1,11 @@
>      {
>        "expected_binds": [
>     -    "/tmp:/tmp:rw",
>     -    "/:/whatever:rw,z"
>     +    "/tmp:/somewhereelse:ro,Z",
>     +    "/tmp:/tmp:rw"
>        ],
>        "expected_volumes": {
>     -    "/tmp": {},
>     -    "/whatever": {}
>     +    "/somewhereelse": {},
>     +    "/tmp": {}
>        },
>        "running": true
>      }
>     \ No newline at end of file
>     
>     changed: [localhost]
>     """
>         _, result = run_test(data, AnsibleOutputLexer())
>         print(result)
>     
>         # pylint: disable=line-too-long
> >       assert result == R"""<div class="highlight"><pre><span></span><span 
> > class="k">ok</span><span class="p">:</span> <span class="p">[</span><span 
> > class="nv">windows</span><span class="p">]</span> <span 
> > class="p">=&gt;</span> <span class="p">{</span>
>         <span class="nt">&quot;account&quot;</span><span class="p">:</span> 
> <span class="p">{</span>
>             <span class="nt">&quot;account_name&quot;</span><span 
> class="p">:</span> <span class="s">&quot;vagrant-domain&quot;</span><span 
> class="p">,</span>
>             <span class="nt">&quot;type&quot;</span><span class="p">:</span> 
> <span class="s">&quot;User&quot;</span>
>         <span class="p">},</span>
>         <span class="nt">&quot;authentication_package&quot;</span><span 
> class="p">:</span> <span class="s">&quot;Kerberos&quot;</span><span 
> class="p">,</span>
>         <span class="nt">&quot;user_flags&quot;</span><span 
> class="p">:</span> <span class="p">[]</span>
>     <span class="p">}</span>
>     
>     <span class="k">TASK</span> <span class="p">[</span><span 
> class="l">paused</span><span class="p">]</span> <span 
> class="nv">************************************************************************************************************************************</span>
>     <span class="w">Sunday 11 November 2018  20:16:48 +0100 (0:00:00.041)     
>   0:07:59.637 *******</span>
>     <span class="gd">--- before</span><span class="w"></span>
>     <span class="gi">+++ after</span><span class="w"></span>
>     <span class="gu">@@ -1,5 +1,5 @@</span><span class="w"></span>
>     <span class="w"> </span>{<span class="w"></span>
>     <span class="gd">-  &quot;exists&quot;: false,</span><span 
> class="w"></span>
>     <span class="gd">-  &quot;paused&quot;: false,</span><span 
> class="w"></span>
>     <span class="gd">-  &quot;running&quot;: false</span><span 
> class="w"></span>
>     <span class="gi">+  &quot;exists&quot;: true,</span><span 
> class="w"></span>
>     <span class="gi">+  &quot;paused&quot;: true,</span><span 
> class="w"></span>
>     <span class="gi">+  &quot;running&quot;: true</span><span 
> class="w"></span>
>     <span class="w"> </span>}<span class="w"></span>
>     <span class="w">\ No newline at end of file</span>
>     
>     <span class="k">changed</span><span class="p">:</span> <span 
> class="p">[</span><span class="nv">localhost</span><span class="p">]</span>
>     
>     <span class="k">TASK</span> <span class="p">[</span><span 
> class="l">volumes (more volumes)</span><span class="p">]</span> <span 
> class="nv">********************************************************************************************************************</span>
>     <span class="w">Sunday 11 November 2018  20:19:25 +0100 (0:00:00.607)     
>   0:10:36.974 *******</span>
>     <span class="gd">--- before</span><span class="w"></span>
>     <span class="gi">+++ after</span><span class="w"></span>
>     <span class="gu">@@ -1,11 +1,11 @@</span><span class="w"></span>
>     <span class="w"> </span>{<span class="w"></span>
>     <span class="w"> </span>  &quot;expected_binds&quot;: [<span 
> class="w"></span>
>     <span class="gd">-    &quot;/tmp:/tmp:rw&quot;,</span><span 
> class="w"></span>
>     <span class="gd">-    &quot;/:/whatever:rw,z&quot;</span><span 
> class="w"></span>
>     <span class="gi">+    &quot;/tmp:/somewhereelse:ro,Z&quot;,</span><span 
> class="w"></span>
>     <span class="gi">+    &quot;/tmp:/tmp:rw&quot;</span><span 
> class="w"></span>
>     <span class="w"> </span>  ],<span class="w"></span>
>     <span class="w"> </span>  &quot;expected_volumes&quot;: {<span 
> class="w"></span>
>     <span class="gd">-    &quot;/tmp&quot;: {},</span><span class="w"></span>
>     <span class="gd">-    &quot;/whatever&quot;: {}</span><span 
> class="w"></span>
>     <span class="gi">+    &quot;/somewhereelse&quot;: {},</span><span 
> class="w"></span>
>     <span class="gi">+    &quot;/tmp&quot;: {}</span><span class="w"></span>
>     <span class="w"> </span>  },<span class="w"></span>
>     <span class="w"> </span>  &quot;running&quot;: true<span class="w"></span>
>     <span class="w"> </span>}<span class="w"></span>
>     <span class="w">\ No newline at end of file</span>
>     
>     <span class="k">changed</span><span class="p">:</span> <span 
> class="p">[</span><span class="nv">localhost</span><span class="p">]</span>
>     </pre></div>
>     """
> E       assert '<div class=".../pre></div>\n' == '<div 
> class=".../pre></div>\n'
> E           <div class="highlight"><pre><span></span><span 
> class="k">ok</span><span class="p">:</span> <span class="p">[</span><span 
> class="nv">windows</span><span class="p">]</span> <span 
> class="p">=&gt;</span> <span class="p">{</span>
> E               <span class="nt">&quot;account&quot;</span><span 
> class="p">:</span> <span class="p">{</span>
> E                   <span class="nt">&quot;account_name&quot;</span><span 
> class="p">:</span> <span class="s">&quot;vagrant-domain&quot;</span><span 
> class="p">,</span>
> E                   <span class="nt">&quot;type&quot;</span><span 
> class="p">:</span> <span class="s">&quot...
> E         
> E         ...Full output truncated (97 lines hidden), use '-vv' to show
> 
> _          = 'pre { line-height: 125%; }\ntd.linenos .normal { color: 
> inherit; background-color: transparent; padding-left: 5px; pa... .vm { color: 
> #19177C } /* Name.Variable.Magic */\n.highlight .il { color: #666666 } /* 
> Literal.Number.Integer.Long */'
> data       = '\nok: [windows] => {\n    "account": {\n        "account_name": 
> "vagrant-domain",\n        "type": "User"\n    },\n  ...hereelse": {},\n+    
> "/tmp": {}\n   },\n   "running": true\n }\n\\ No newline at end of 
> file\n\nchanged: [localhost]\n'
> result     = '<div class="highlight"><pre><span></span><span 
> class="k">ok</span><span class="p">:</span> <span class="p">[</span><s...n 
> class="p">:</span> <span class="p">[</span><span 
> class="nv">localhost</span><span class="p">]</span>\n</pre></div>\n'
> 
> tests/lexer_test.py:78: AssertionError
> ----------------------------- Captured stdout call 
> -----------------------------
> <div class="highlight"><pre><span></span><span class="k">ok</span><span 
> class="p">:</span> <span class="p">[</span><span 
> class="nv">windows</span><span class="p">]</span> <span 
> class="p">=&gt;</span> <span class="p">{</span>
>     <span class="nt">&quot;account&quot;</span><span class="p">:</span> <span 
> class="p">{</span>
>         <span class="nt">&quot;account_name&quot;</span><span 
> class="p">:</span> <span class="s">&quot;vagrant-domain&quot;</span><span 
> class="p">,</span>
>         <span class="nt">&quot;type&quot;</span><span class="p">:</span> 
> <span class="s">&quot;User&quot;</span>
>     <span class="p">},</span>
>     <span class="nt">&quot;authentication_package&quot;</span><span 
> class="p">:</span> <span class="s">&quot;Kerberos&quot;</span><span 
> class="p">,</span>
>     <span class="nt">&quot;user_flags&quot;</span><span class="p">:</span> 
> <span class="p">[]</span>
> <span class="p">}</span>
> 
> <span class="k">TASK</span> <span class="p">[</span><span 
> class="l">paused</span><span class="p">]</span> <span 
> class="nv">************************************************************************************************************************************</span>
> <span class="w">Sunday 11 November 2018  20:16:48 +0100 (0:00:00.041)       
> 0:07:59.637 *******</span>
> <span class="gd">--- before</span>
> <span class="gi">+++ after</span>
> <span class="gu">@@ -1,5 +1,5 @@</span>
> <span class="w"> </span>{
> <span class="gd">-  &quot;exists&quot;: false,</span>
> <span class="gd">-  &quot;paused&quot;: false,</span>
> <span class="gd">-  &quot;running&quot;: false</span>
> <span class="gi">+  &quot;exists&quot;: true,</span>
> <span class="gi">+  &quot;paused&quot;: true,</span>
> <span class="gi">+  &quot;running&quot;: true</span>
> <span class="w"> </span>}
> <span class="w">\ No newline at end of file</span>
> 
> <span class="k">changed</span><span class="p">:</span> <span 
> class="p">[</span><span class="nv">localhost</span><span class="p">]</span>
> 
> <span class="k">TASK</span> <span class="p">[</span><span class="l">volumes 
> (more volumes)</span><span class="p">]</span> <span 
> class="nv">********************************************************************************************************************</span>
> <span class="w">Sunday 11 November 2018  20:19:25 +0100 (0:00:00.607)       
> 0:10:36.974 *******</span>
> <span class="gd">--- before</span>
> <span class="gi">+++ after</span>
> <span class="gu">@@ -1,11 +1,11 @@</span>
> <span class="w"> </span>{
> <span class="w"> </span>  &quot;expected_binds&quot;: [
> <span class="gd">-    &quot;/tmp:/tmp:rw&quot;,</span>
> <span class="gd">-    &quot;/:/whatever:rw,z&quot;</span>
> <span class="gi">+    &quot;/tmp:/somewhereelse:ro,Z&quot;,</span>
> <span class="gi">+    &quot;/tmp:/tmp:rw&quot;</span>
> <span class="w"> </span>  ],
> <span class="w"> </span>  &quot;expected_volumes&quot;: {
> <span class="gd">-    &quot;/tmp&quot;: {},</span>
> <span class="gd">-    &quot;/whatever&quot;: {}</span>
> <span class="gi">+    &quot;/somewhereelse&quot;: {},</span>
> <span class="gi">+    &quot;/tmp&quot;: {}</span>
> <span class="w"> </span>  },
> <span class="w"> </span>  &quot;running&quot;: true
> <span class="w"> </span>}
> <span class="w">\ No newline at end of file</span>
> 
> <span class="k">changed</span><span class="p">:</span> <span 
> class="p">[</span><span class="nv">localhost</span><span class="p">]</span>
> </pre></div>
> 
> - generated xml file: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/.test-results/pytest/results.xml
>  -
> ============================= slowest 10 durations 
> =============================
> 0.02s call     
> .pybuild/cpython3_3.11/build/tests/lexer_test.py::test_ansible_output_lexer
> 
> (2 durations < 0.005s hidden.  Use -vv to show these durations.)
> =========================== short test summary info 
> ============================
> FAILED tests/lexer_test.py::test_ansible_output_lexer - assert '<div 
> class="....
> ============================== 1 failed in 0.07s 
> ===============================
> E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/python-ansible-pygments_0.1.1-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&[email protected]&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: python-ansible-pygments
Source-Version: 0.1.1-5
Done: Carsten Schoenert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-ansible-pygments, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carsten Schoenert <[email protected]> (supplier of updated 
python-ansible-pygments 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 [email protected])


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

Format: 1.8
Date: Sun, 22 Jan 2023 13:57:08 +0100
Source: python-ansible-pygments
Architecture: source
Version: 0.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Closes: 1028839
Changes:
 python-ansible-pygments (0.1.1-5) unstable; urgency=medium
 .
   * Team upload
   * d/gbp.conf: Add some default values
   * Add patch from patch-queue branch
     Added patch:
     Fix-tests-post-Pygments-update.patch
     (Closes: #1028839)
   * d/control: Bump Standards-Version to 4.6.2
     No further modifications needed.
   * d/control: Set B-D version for pygments to >= 2.14.0
   * d/control: Add/adjust B-D, adding BuildProfileSpecs
   * d/rules: Drop --with from default target
   * autopkgtest: Add and run upstream tests
Checksums-Sha1:
 1a9c1e17fb3dcf0f5aeab6c35bb08a573d6bb5a3 2428 
python-ansible-pygments_0.1.1-5.dsc
 13b0aa549512671217e25a1c0f157c379323984b 3764 
python-ansible-pygments_0.1.1-5.debian.tar.xz
 eb0a9b053169036061966085881543ae9a2b3225 7569 
python-ansible-pygments_0.1.1-5_amd64.buildinfo
Checksums-Sha256:
 809d3656e42e344416234cc4b93a997bc7b67e81b6e721254768690b4545f7d4 2428 
python-ansible-pygments_0.1.1-5.dsc
 89336d5f45844e33fad72b23acdda9f2c1aa4dd4db5054b9b7ec02b9832370fc 3764 
python-ansible-pygments_0.1.1-5.debian.tar.xz
 d95355c3758b5cab3ea7f82cd3d97cda68917271f3002cf4b072ec3e5e91bad8 7569 
python-ansible-pygments_0.1.1-5_amd64.buildinfo
Files:
 6130deddea8db5b8d8f35f58f9640f11 2428 python optional 
python-ansible-pygments_0.1.1-5.dsc
 3e1928f0aff2d5c7d3e8c11124d5bd50 3764 python optional 
python-ansible-pygments_0.1.1-5.debian.tar.xz
 c3d2ebbf79af86145259464b5b6f561b 7569 python optional 
python-ansible-pygments_0.1.1-5_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmPNNFkACgkQgwFgFCUd
HbDWiRAAkuehNwGblipCg0vEsbr75136Pa+9Oct6F/yFYw+7V48YQW2VOmEVBibf
IX2OdQhZsjTWBRnjr2+xKU94xcpH/BWA7BOK/+O5YvoqB5JOB1DUva+LwLFReQW9
ZehPg+TmvG749G5TbRDp8duRVtN/92lR2ULbYRBae90SgvDgfCroUTXh0YPiQXva
pQpiknGpxbNPrZhLgur3YiKddjO9aymgrHADMCfNondBWKSZK9wR/SEQ612Wt4L/
JPbBBKz7E1mVzkGTU1EUj3m7lwMJD/1ipGMw8cvHpQf4jVHGXMEThDyzCnQ0ZiJ3
+aV219YTp/aUrItyvY9nwKjKRusrgBGjn4hlNcqFaAnDJC+PKmiNIrNKhLUnf99N
1h//s7R2t3Sw4mJqkiA0TaN9+VKtyv2+QJaLtWYuNR+8JimAi2iZJdFCD/3CizuS
zi5EL5Uw4e6dCTwC7Wt3DvY5h1axHxHJRd7DEG9ln8FXV4d/MZCYeITpQ0hCWh+F
JfKkM23F1ZeS+2/GXa6u5p7s5SBwZt8agtZIFf8lv5b1cb/v2UnQ+t8jRQz0zM1X
Q73kTX/4vmfOieaoSx/d6aaVPPysKaOUso0Q3lg7qVNiaEs9wj3GthmgbNbNawRo
1TJal5RSzuOgaPSMIoekL8Hzg6/Nknq0HjqVpc9c9q7iNfzxhn4=
=fvrU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to