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.

Reply via email to