Your message dated Thu, 03 Aug 2023 07:04:35 +0000
with message-id <e1qrsnv-00bn2n...@fasolo.debian.org>
and subject line Bug#1042271: fixed in dput-ng 1.36
has caused the Debian Bug report #1042271,
regarding dput-ng: 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 ow...@bugs.debian.org
immediately.)


-- 
1042271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042271
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dput-ng
Version: 1.35
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -W -d _build/doctrees   . _build/html
> Running Sphinx v5.3.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 36 source files that are out of date
> updating environment: [new config] 36 added, 0 changed, 0 removed
> reading sources... [  2%] index
> reading sources... [  5%] library/changes
> reading sources... [  8%] library/config
> reading sources... [ 11%] library/configs/dputcf
> reading sources... [ 13%] library/configs/dputng
> reading sources... [ 16%] library/configs/index
> reading sources... [ 19%] library/core
> reading sources... [ 22%] library/exceptions
> reading sources... [ 25%] library/hooks
> reading sources... [ 27%] library/hooks/checksum
> reading sources... [ 30%] library/hooks/deb
> reading sources... [ 33%] library/hooks/distribution
> reading sources... [ 36%] library/hooks/gpg
> reading sources... [ 38%] library/hooks/impatient
> reading sources... [ 41%] library/hooks/index
> reading sources... [ 44%] library/hooks/lintian
> reading sources... [ 47%] library/index
> reading sources... [ 50%] library/interface
> reading sources... [ 52%] library/interfaces/clinterface
> reading sources... [ 55%] library/interfaces/index
> reading sources... [ 58%] library/overrides
> reading sources... [ 61%] library/profile
> reading sources... [ 63%] library/uploader
> reading sources... [ 66%] library/uploaders/ftp
> reading sources... [ 69%] library/uploaders/http
> reading sources... [ 72%] library/uploaders/index
> reading sources... [ 75%] library/uploaders/local
> reading sources... [ 77%] library/uploaders/scp
> reading sources... [ 80%] library/uploaders/sftp
> reading sources... [ 83%] library/util
> reading sources... [ 86%] reference/configs
> reading sources... [ 88%] reference/contributing
> reading sources... [ 91%] reference/hookinstall
> reading sources... [ 94%] reference/hooks
> reading sources... [ 97%] reference/index
> reading sources... [100%] reference/migrating
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  2%] index
> writing output... [  5%] library/changes
> writing output... [  8%] library/config
> writing output... [ 11%] library/configs/dputcf
> writing output... [ 13%] library/configs/dputng
> writing output... [ 16%] library/configs/index
> writing output... [ 19%] library/core
> writing output... [ 22%] library/exceptions
> writing output... [ 25%] library/hooks
> writing output... [ 27%] library/hooks/checksum
> writing output... [ 30%] library/hooks/deb
> writing output... [ 33%] library/hooks/distribution
> writing output... [ 36%] library/hooks/gpg
> writing output... [ 38%] library/hooks/impatient
> writing output... [ 41%] library/hooks/index
> writing output... [ 44%] library/hooks/lintian
> writing output... [ 47%] library/index
> writing output... [ 50%] library/interface
> writing output... [ 52%] library/interfaces/clinterface
> writing output... [ 55%] library/interfaces/index
> writing output... [ 58%] library/overrides
> writing output... [ 61%] library/profile
> writing output... [ 63%] library/uploader
> writing output... [ 66%] library/uploaders/ftp
> writing output... [ 69%] library/uploaders/http
> writing output... [ 72%] library/uploaders/index
> writing output... [ 75%] library/uploaders/local
> writing output... [ 77%] library/uploaders/scp
> writing output... [ 80%] library/uploaders/sftp
> writing output... [ 83%] library/util
> writing output... [ 86%] reference/configs
> writing output... [ 88%] reference/contributing
> writing output... [ 91%] reference/hookinstall
> writing output... [ 94%] reference/hooks
> writing output... [ 97%] reference/index
> writing output... [100%] reference/migrating
> 
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in _build/html.
> 
> Build finished. The HTML pages are in _build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild pybuild:307: cp -r /<<PKGBUILDDIR>>/skel /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> collected 7 items
> 
> tests/test_configs.py ...                                                [ 
> 42%]
> tests/test_overrides.py .                                                [ 
> 57%]
> tests/test_upload.py ..F                                                 
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _______________________________ test_ppa_upload 
> ________________________________
> 
>     def test_ppa_upload():
>         """ Test the upload of a package to a PPA (no Launchpad-Bugs-Fixed) 
> """
>         path = _build_fnord(version='1.1')
> >       upload(path, 'ppa:foo/bar')
> 
> tests/test_upload.py:62: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> dput/uploader.py:261: in invoke_dput_simple
>     return invoke_dput(changes, config)
> dput/uploader.py:313: in invoke_dput
>     run_pre_hooks(changes, profile)
> dput/hook.py:54: in run_pre_hooks
>     run_hook(name, hook, changes, profile)
> dput/hook.py:83: in run_hook
>     return run_func_by_name('hooks', name, changes, profile)
> dput/util.py:377: in run_func_by_name
>     obj(changes, profile, interface)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> changes = <dput.changes.Changes object at 0x7efeeac24e10>
> profile = {'allow_dcut': False, 'allow_unsigned_uploads': False, 
> 'allowed-distribution': {}, 'allowed_distributions': '(?!UNRELEASED)', ...}
> interface = <dput.interfaces.cli.CLInterface object at 0x7efeeaa65610>
> 
>     def check_supported_distribution(changes, profile, interface):
>         """
>         The ``supported-distribution`` checker is a stock dput checker that 
> checks
>         packages intended for upload for a valid upload distribution.
>     
>         Profile key: supported-distribution
>         """
>         suite = changes['Distribution']
>         if profile.get('codenames'):
>             if '-' in suite:
>                 release, pocket = suite.split('-', 1)
>             else:
>                 release, pocket = suite, 'release'
>     
>             codenames = profile['codenames']
>             if codenames == 'ubuntu':
>                 distro_info = UbuntuDistroInfo()
>                 pockets = profile['supported-distribution']
>                 logger.critical(pockets)
>                 if pocket not in pockets['known']:
>                     raise UnknownDistribution("Unkown pocket: %s" % pocket)
>                 if pocket not in pockets['allowed']:
>                     raise UnknownDistribution(
>                         "Uploads aren't permitted to pocket: %s" % pocket)
>             elif codenames == 'debian':
>                 distro_info = DebianDistroInfo()
>             else:
>                 raise UnknownDistribution("distro-info doesn't know about %s"
>                                           % codenames)
>     
>             try:
>                 codename = distro_info.codename(release, default=release)
>                 if codename not in distro_info.all:
>                     raise UnsupportedDistribution('Unknown release %s' % 
> release)
>                 if codename not in distro_info.supported():
> >                   raise UnsupportedDistribution('Unsupported release %s'
>                                                   % release)
> E                                                 
> dput.hooks.distro_info_checks.UnsupportedDistribution: Unsupported release 
> bionic
> 
> dput/hooks/distro_info_checks.py:97: UnsupportedDistribution
> ----------------------------- Captured stderr call 
> -----------------------------
> Uploading fnord using local to ppa (host: ppa.launchpad.net; directory: 
> ~foo/bar)
> running suite-mismatch: check the target distribution for common errors
> running check-debs: makes sure the upload contains a binary package
> running supported-distribution: check whether the target distribution is 
> currently supported (using distro-info)
> {'allowed': ['release'], 'known': ['release']}
> ------------------------------ Captured log call 
> -------------------------------
> TRACE    dput:logger.py:31 Loading entry ppa
> TRACE    dput:logger.py:31 {}
> TRACE    dput:logger.py:31 Rewrote to:
> TRACE    dput:logger.py:31 {}
> TRACE    dput:logger.py:31 {}
> TRACE    dput:logger.py:31 Rewrote to:
> TRACE    dput:logger.py:31 {}
> DEBUG    dput:util.py:235 Loading configuration: profiles ppa
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/profiles/ppa.json
> DEBUG    dput:util.py:235 Loading configuration: metas ubuntu
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/metas/ubuntu.json
> TRACE    dput:logger.py:31 Ignoring key required-fields for ubuntu ({'skip': 
> False, 'fields': ['Launchpad-Bugs-Fixed'], 'suites': ['any-stable']})
> TRACE    dput:logger.py:31 name: ppa - {'-hooks': ['gpg'], 'fqdn': 
> 'ppa.launchpad.net', 'incoming': '~%(ppa)s', 'meta': 'ubuntu', 'method': 
> 'local', 'required-fields': {'skip': True}, 'supported-distribution': 
> {'allowed': ['release'], 'known': ['release']}, 'allow_dcut': False, 
> 'check-debs': {'enforce': 'source', 'skip': False}, 'codenames': 'ubuntu', 
> 'hooks': ['supported-distribution', 'required-fields', 'checksum', 
> 'suite-mismatch', 'check-debs', 'gpg'], 'valid_commands': []} / {'default': 
> {}, 'configs': 
> ['/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng'], 
> 'config_cleanup': False}
> TRACE    dput:logger.py:31 {'-hooks': ['gpg'], 'fqdn': 'ppa.launchpad.net', 
> 'incoming': '~foo/bar', 'meta': 'ubuntu', 'method': 'local', 
> 'required-fields': {'skip': True}, 'supported-distribution': {'allowed': 
> ['release'], 'known': ['release']}, 'allow_dcut': False, 'check-debs': 
> {'enforce': 'source', 'skip': False}, 'codenames': 'ubuntu', 'hooks': 
> ['supported-distribution', 'required-fields', 'checksum', 'suite-mismatch', 
> 'check-debs', 'gpg'], 'valid_commands': [], 'name': 'ppa'}
> TRACE    dput:logger.py:31 Rewrote to:
> TRACE    dput:logger.py:31 {'-hooks': ['gpg'], 'fqdn': 'ppa.launchpad.net', 
> 'incoming': '~foo/bar', 'meta': 'ubuntu', 'method': 'local', 
> 'required-fields': {'skip': True}, 'supported-distribution': {'allowed': 
> ['release'], 'known': ['release']}, 'allow_dcut': False, 'check-debs': 
> {'enforce': 'source', 'skip': False}, 'codenames': 'ubuntu', 'hooks': 
> ['supported-distribution', 'required-fields', 'checksum', 'suite-mismatch', 
> 'check-debs', 'gpg'], 'valid_commands': [], 'name': 'ppa'}
> DEBUG    dput:profile.py:144 Got configuration: ppa
> DEBUG    dput:profile.py:146  name: ppa
> DEBUG    dput:profile.py:146  allow_dcut: False
> DEBUG    dput:profile.py:146  allow_unsigned_uploads: False
> DEBUG    dput:profile.py:146  allowed_distributions: (?!UNRELEASED)
> DEBUG    dput:profile.py:146  default_host_main: 
> DEBUG    dput:profile.py:146  full_upload_log: False
> DEBUG    dput:profile.py:146  hash: sha1
> DEBUG    dput:profile.py:146  interface: cli
> DEBUG    dput:profile.py:146  login: *
> DEBUG    dput:profile.py:146  meta: ubuntu
> DEBUG    dput:profile.py:146  method: local
> DEBUG    dput:profile.py:146  passive_ftp: True
> DEBUG    dput:profile.py:146  post_upload_command: 
> DEBUG    dput:profile.py:146  pre_upload_command: 
> DEBUG    dput:profile.py:146  run_lintian: False
> DEBUG    dput:profile.py:146  scp_compress: True
> DEBUG    dput:profile.py:146  allowed-distribution: {}
> DEBUG    dput:profile.py:146  codenames: ubuntu
> DEBUG    dput:profile.py:146  hooks: ['suite-mismatch', 'check-debs', 
> 'supported-distribution', 'required-fields', 'checksum']
> DEBUG    dput:profile.py:146  fqdn: ppa.launchpad.net
> DEBUG    dput:profile.py:146  incoming: ~foo/bar
> DEBUG    dput:profile.py:146  required-fields: {'skip': True}
> DEBUG    dput:profile.py:146  supported-distribution: {'allowed': 
> ['release'], 'known': ['release']}
> DEBUG    dput:profile.py:146  check-debs: {'enforce': 'source', 'skip': False}
> DEBUG    dput:profile.py:146  valid_commands: []
> DEBUG    dput:util.py:178 Loading schema config from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/config.json
> DEBUG    dput:util.py:178 Loading schema config from skel/schemas
> TRACE    dput:logger.py:31 Attempting to resolve hooks suite-mismatch
> DEBUG    dput:util.py:235 Loading configuration: hooks suite-mismatch
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/suite-mismatch.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks 
> dput.hooks.distribution.check_distribution_matches
> TRACE    dput:logger.py:31 Loading object: 
> dput.hooks.distribution.check_distribution_matches
> TRACE    dput:logger.py:31 Attempting to resolve hooks check-debs
> DEBUG    dput:util.py:235 Loading configuration: hooks check-debs
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/check-debs.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks dput.hooks.deb.check_debs_in_upload
> TRACE    dput:logger.py:31 Loading object: dput.hooks.deb.check_debs_in_upload
> TRACE    dput:logger.py:31 Attempting to resolve hooks supported-distribution
> DEBUG    dput:util.py:235 Loading configuration: hooks supported-distribution
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/supported-distribution.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks 
> dput.hooks.distro_info_checks.check_supported_distribution
> TRACE    dput:logger.py:31 Loading object: 
> dput.hooks.distro_info_checks.check_supported_distribution
> TRACE    dput:logger.py:31 Attempting to resolve hooks required-fields
> DEBUG    dput:util.py:235 Loading configuration: hooks required-fields
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/required-fields.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks 
> dput.hooks.distro_info_checks.required_fields
> TRACE    dput:logger.py:31 Loading object: 
> dput.hooks.distro_info_checks.required_fields
> TRACE    dput:logger.py:31 Attempting to resolve hooks checksum
> DEBUG    dput:util.py:235 Loading configuration: hooks checksum
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/checksum.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks 
> dput.hooks.checksum.validate_checksums
> TRACE    dput:logger.py:31 Loading object: 
> dput.hooks.checksum.validate_checksums
> DEBUG    dput:uploader.py:215 Writing log to 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/fake_package/fnord_1.1_source.ppa.upload
> INFO     dput:uploader.py:303 Uploading fnord using local to ppa (host: 
> ppa.launchpad.net; directory: ~foo/bar)
> DEBUG    dput:util.py:235 Loading configuration: hooks suite-mismatch
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/suite-mismatch.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> INFO     dput:hook.py:82 running suite-mismatch: check the target 
> distribution for common errors
> TRACE    dput:logger.py:31 running hooks: suite-mismatch
> TRACE    dput:logger.py:31 Attempting to resolve hooks suite-mismatch
> DEBUG    dput:util.py:235 Loading configuration: hooks suite-mismatch
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/suite-mismatch.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks 
> dput.hooks.distribution.check_distribution_matches
> TRACE    dput:logger.py:31 Loading object: 
> dput.hooks.distribution.check_distribution_matches
> TRACE    dput:logger.py:31 Using interface cli
> TRACE    dput:logger.py:31 Attempting to resolve interfaces cli
> DEBUG    dput:util.py:235 Loading configuration: interfaces cli
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/interfaces/cli.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading interfaces dput.interfaces.cli.CLInterface
> TRACE    dput:logger.py:31 Loading object: dput.interfaces.cli.CLInterface
> DEBUG    dput:util.py:235 Loading configuration: hooks check-debs
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/check-debs.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> INFO     dput:hook.py:82 running check-debs: makes sure the upload contains a 
> binary package
> TRACE    dput:logger.py:31 running hooks: check-debs
> TRACE    dput:logger.py:31 Attempting to resolve hooks check-debs
> DEBUG    dput:util.py:235 Loading configuration: hooks check-debs
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/check-debs.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks dput.hooks.deb.check_debs_in_upload
> TRACE    dput:logger.py:31 Loading object: dput.hooks.deb.check_debs_in_upload
> TRACE    dput:logger.py:31 Using interface cli
> TRACE    dput:logger.py:31 Attempting to resolve interfaces cli
> DEBUG    dput:util.py:235 Loading configuration: interfaces cli
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/interfaces/cli.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading interfaces dput.interfaces.cli.CLInterface
> TRACE    dput:logger.py:31 Loading object: dput.interfaces.cli.CLInterface
> DEBUG    dput:deb.py:63 Is BYHAND: False
> DEBUG    dput:deb.py:64    section value: misc
> DEBUG    dput:util.py:235 Loading configuration: hooks supported-distribution
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/supported-distribution.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> INFO     dput:hook.py:82 running supported-distribution: check whether the 
> target distribution is currently supported (using distro-info)
> TRACE    dput:logger.py:31 running hooks: supported-distribution
> TRACE    dput:logger.py:31 Attempting to resolve hooks supported-distribution
> DEBUG    dput:util.py:235 Loading configuration: hooks supported-distribution
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/hooks/supported-distribution.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading hooks 
> dput.hooks.distro_info_checks.check_supported_distribution
> TRACE    dput:logger.py:31 Loading object: 
> dput.hooks.distro_info_checks.check_supported_distribution
> TRACE    dput:logger.py:31 Using interface cli
> TRACE    dput:logger.py:31 Attempting to resolve interfaces cli
> DEBUG    dput:util.py:235 Loading configuration: interfaces cli
> TRACE    dput:logger.py:31 Checking for configuration: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng
> TRACE    dput:logger.py:31 Checking - 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/build/tests/dputng/interfaces/cli.json
> DEBUG    dput:util.py:178 Loading schema plugin from 
> /usr/share/dput-ng/schemas
> DEBUG    dput:util.py:187 No such config: 
> /usr/share/dput-ng/schemas/plugin.json
> DEBUG    dput:util.py:178 Loading schema plugin from skel/schemas
> TRACE    dput:logger.py:31 loading interfaces dput.interfaces.cli.CLInterface
> TRACE    dput:logger.py:31 Loading object: dput.interfaces.cli.CLInterface
> CRITICAL dput:distro_info_checks.py:80 {'allowed': ['release'], 'known': 
> ['release']}
> =========================== short test summary info 
> ============================
> FAILED tests/test_upload.py::test_ppa_upload - 
> dput.hooks.distro_info_checks....
> ========================= 1 failed, 6 passed in 3.93s 
> ==========================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dput/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/07/26/dput-ng_1.35_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&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: dput-ng
Source-Version: 1.36
Done: Gianfranco Costamagna <locutusofb...@debian.org>

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

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated dput-ng 
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: SHA256

Format: 1.8
Date: Thu, 03 Aug 2023 08:59:38 +0200
Source: dput-ng
Built-For-Profiles: noudeb
Architecture: source
Version: 1.36
Distribution: unstable
Urgency: medium
Maintainer: dput-ng Maintainers <dput...@packages.debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Closes: 1042271
Changes:
 dput-ng (1.36) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster:  MR: !22
     + Build-Depends: Drop versioned constraint on bash-completion.
     + Remove 2 maintscript entries from 1 files.
 .
   [ Bas Couwenberg ]
   * Add bookworm-backports MR: !25
 .
   [ Gianfranco Costamagna ]
   * Team upload
   * Move from bionic (EOL) to jammy, to fix tests.
     MR: !26 Closes: #1042271
Checksums-Sha1:
 3894fef23c62c66ab22af87e66dcf3e393543544 2192 dput-ng_1.36.dsc
 be6aba5341a3b7a8436403bc3b139b7be180f1d4 86608 dput-ng_1.36.tar.xz
 898815e2c8a7ff0d095e8b0e3e1cff97895ae84d 10592 dput-ng_1.36_source.buildinfo
Checksums-Sha256:
 04964e268e9b21f50e9d0fb7e2d5689c0140a3b3fdf6090bff556e57920db7c6 2192 
dput-ng_1.36.dsc
 c807650a8b15daa380cb3388b54c871a8aaeb388cc6a08e3593afa85ce5e7a17 86608 
dput-ng_1.36.tar.xz
 ab14df64a01d69c8624559d9c216974087da377e0643be83a4e51958a3260634 10592 
dput-ng_1.36_source.buildinfo
Files:
 e0cf83a196e175deb53b71c5edf2de00 2192 devel optional dput-ng_1.36.dsc
 ac92a944bffd197aeebe1beed7de22d8 86608 devel optional dput-ng_1.36.tar.xz
 bc67f1fbaa9f093706f15c60b6471cfe 10592 devel optional 
dput-ng_1.36_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmTLUQEACgkQ808JdE6f
XdmrhQ//RtKWjYzJHhVgLwkK0y1WQEwaNasw0hIUZNuPWpC93bMtnafeRmYjUa/E
nwpP0Vk/KIPYNSD7XWHtbIQBQLD9kJ7jcrfKPsO/6jxZD4pZaZv4+Z2eet8Ut5Z3
6nRhlodB18Vnuw8FRQ1og5zW/gKAFcfJNf9IMKtMkXyJOR78oO1SHz7bmHC6LEGk
h/vzA/yhkZmiH6P/GE5YPKAXVQSuQUh5TUYgyDtfAggsNWhi9XroSBC2LUuFyUMB
7JZZYsxavNFyshOdUBHVKmCUuuqCJ7zZwjt2+W8l6/F5EVDnyq+mQVhoE0zQ0jGK
CkjNtkoOxpYyv6ZJiyXm0GChKXwwKwaL4pV4p/ojVP2ZXnGyT6S31+mdtRkYg0v2
NO+72Mt8wjgMevUxPxF1RNceGcTJ1aoPjpYJa1LBcGm3Aow7/9YjTdbkNOH6MU4a
9vI+mT7lCnGD+iOTAZi55VK7TtwWWlOrst1BMNE6KifOoM5I0XeJrcqWFhBZGAmI
9dSf0u2iTWYActgJ5p3YNgbK03aJU3cjcMznSlxSLUjXKDCzhmM3kSbpLXRwzvEv
Rsryge/DMi+HlxH0VoRW6a+DmOqeyYC8uABVseR++cLUmsVfO2WZ9XZpRtpHGYAA
jgl22rM9va/PHhZ/yw7pqenqtbmQZJ4/yr4Kt96oo7nQg0M8/Jo=
=fI9A
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to