Your message dated Thu, 04 Mar 2021 12:03:25 +0000
with message-id <e1lhmhr-0006gl...@fasolo.debian.org>
and subject line Bug#984496: fixed in lava 2020.12-3
has caused the Debian Bug report #984496,
regarding lava-server: fails to install: TypeError: 'Meta.fields' must not 
contain non-model field names: group migration
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.)


-- 
984496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lava-server
Version: 2020.12-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

>From the attached log (scroll to the bottom...):

  Setting up lava-server (2020.12-2) ...
  adduser: Warning: The home directory `/var/lib/lava-server/home/' does not 
belong to the user you are currently creating.
  Updating configuration:
  * generate SECRET_KEY
  * generate DATABASES
  Run fixups:
  * fix permissions:
    - /var/lib/lava-server/home/
    - /var/lib/lava-server/default/
    - /var/lib/lava-server/default/media/
    - /var/lib/lava-server/default/media/job-output/
    - /etc/lava-server/dispatcher-config/
    - /etc/lava-server/dispatcher.d/
    - /var/lib/lava-server/default/media/job-output/2017/
    - /etc/lava-server/dispatcher-config/devices/
    - /etc/lava-server/dispatcher-config/devices/*
    - /etc/lava-server/dispatcher-config/device-types/
    - /etc/lava-server/dispatcher-config/device-types/*
    - /etc/lava-server/dispatcher-config/health-checks/
    - /etc/lava-server/dispatcher-config/health-checks/*
  * drop duplicated templates:
  * fix permissions:
    - /etc/lava-server/settings.conf
    - /etc/lava-server/instance.conf
    - /var/log/lava-server/
    - /var/log/lava-server/*
    - /etc/lava-server/secret_key.conf
  Create database:
  /var/run/postgresql:5432 - accepting connections
  psql -q
  lava-server manage migrate --noinput --fake-initial
  Traceback (most recent call last):
    File "/usr/bin/lava-server", line 68, in <module>
      main()
    File "/usr/bin/lava-server", line 64, in main
      execute_from_command_line([sys.argv[0]] + options.command)
    File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
line 381, in execute_from_command_line
      utility.execute()
    File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
line 375, in execute
      self.fetch_command(subcommand).run_from_argv(self.argv)
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
323, in run_from_argv
      self.execute(*args, **cmd_options)
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
361, in execute
      self.check()
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
387, in check
      all_issues = self._run_checks(
    File 
"/usr/lib/python3/dist-packages/django/core/management/commands/migrate.py", 
line 65, in _run_checks
      issues.extend(super()._run_checks(**kwargs))
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
377, in _run_checks
      return checks.run_checks(**kwargs)
    File "/usr/lib/python3/dist-packages/django/core/checks/registry.py", line 
72, in run_checks
      new_errors = check(app_configs=app_configs)
    File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 40, 
in check_url_namespaces_unique
      all_namespaces = _load_all_namespaces(resolver)
    File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 57, 
in _load_all_namespaces
      url_patterns = getattr(resolver, 'url_patterns', [])
    File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, 
in __get__
      res = instance.__dict__[self.name] = self.func(instance)
    File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 584, 
in url_patterns
      patterns = getattr(self.urlconf_module, "urlpatterns", 
self.urlconf_module)
    File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, 
in __get__
      res = instance.__dict__[self.name] = self.func(instance)
    File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 577, 
in urlconf_module
      return import_module(self.urlconf_name)
    File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
    File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 790, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/usr/lib/python3/dist-packages/lava_server/urls.py", line 149, in 
<module>
      include("lava_rest_app.urls"),
    File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 34, in 
include
      urlconf_module = import_module(urlconf_module)
    File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
    File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 790, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/usr/lib/python3/dist-packages/lava_rest_app/urls.py", line 22, in 
<module>
      from lava_rest_app.base.views import LavaObtainAuthToken
    File "/usr/lib/python3/dist-packages/lava_rest_app/base/views.py", line 56, 
in <module>
      from lava_rest_app import filters
    File "/usr/lib/python3/dist-packages/lava_rest_app/filters.py", line 53, in 
<module>
      class UserFilter(filters.FilterSet):
    File "/usr/lib/python3/dist-packages/rest_framework_filters/filterset.py", 
line 38, in __new__
      cls.expand_auto_filters(new_class)
    File "/usr/lib/python3/dist-packages/rest_framework_filters/filterset.py", 
line 66, in expand_auto_filters
      for gen_name, gen_f in new_class.get_filters().items():
    File "/usr/lib/python3/dist-packages/django_filters/filterset.py", line 
358, in get_filters
      raise TypeError(
  TypeError: 'Meta.fields' must not contain non-model field names: group
  migration
  dpkg: error processing package lava-server (--configure):
   installed lava-server package post-installation script subprocess returned 
error exit status 1
  Processing triggers for ca-certificates (20210119) ...
  Updating certificates in /etc/ssl/certs...
  0 added, 0 removed; done.
  Running hooks in /etc/ca-certificates/update.d...
  done.
  Errors were encountered while processing:
   lava-server


cheers,

Andreas

Attachment: lava-server_2020.12-2.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: lava
Source-Version: 2020.12-3
Done: Antonio Terceiro <terce...@debian.org>

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

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated lava 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, 04 Mar 2021 08:52:38 -0300
Source: lava
Architecture: source
Version: 2020.12-3
Distribution: unstable
Urgency: medium
Maintainer: Debian LAVA team <pkg-linaro-lava-de...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 984496
Changes:
 lava (2020.12-3) unstable; urgency=medium
 .
   * Drop possible celery backends from Recommends.
   * Re-add debian/patches/0001-lava_rest_app-fix-field-name-in-filters.patch;
     dropped by mistake. (Closes: #984496)
Checksums-Sha1:
 365569c55f23b6a66967774fdf6656b64078403e 2950 lava_2020.12-3.dsc
 65898ac71e3cd1af73719399fc5d358be56b0fba 91548 lava_2020.12-3.debian.tar.xz
 2a5d691a80a81c71468a7d8df58f57d3b98bce27 10059 lava_2020.12-3_source.buildinfo
Checksums-Sha256:
 94683e14bcbbd338763b729ceabf6b4b9c8f3c0b022de4adee73a666de5c4cda 2950 
lava_2020.12-3.dsc
 dca6ca00b223b4b33c8b4782a67b970a54e52e0e3657a94371647e6d07b4c88b 91548 
lava_2020.12-3.debian.tar.xz
 bfaacd04b20f47d3994b7a7fe3ab0ffb884a1c45ce1589b7204efabe8ce15a35 10059 
lava_2020.12-3_source.buildinfo
Files:
 ee1696f91d26904d07b27bdc4a52d40b 2950 net optional lava_2020.12-3.dsc
 5ebb012f1c13e8757b487b49c9c6f036 91548 net optional 
lava_2020.12-3.debian.tar.xz
 641cc239218a15c6d14409c1ce5f6a2b 10059 net optional 
lava_2020.12-3_source.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmBAypEACgkQ/A2xu81G
C96g8RAAhUHm6Aia62bfKdhXPGHIX0cR/17+vBxHNkH2sw5Nf5RZ9DMAkM0nh038
TYqNDFO/5VO6vDV/GfjzwkdxAsdIYSgyMzu/V6lKHeIVB3SORI/djARA8DI4NFWM
pG1iCKlJTUdbb4XYm2ZEjC4B8gHdF2eCUxOCtiWA8NNoDdw1BE3WRe2COwDxhG00
9kUQ1PTLLe+CPB2l5+STqJPBHGks/YXP7FL+hafwcky7OKIwMT8sA95xcMBomH/S
2kFw2phSq6f1rbMGmhBhN7HZecHB3Z04jFUrHlZg8MkLq3aoYTgOsPS354P9iWsn
n8oio2oNeQVxLSH9zMC78us6MSL0KZvAZj/G9t4Jn8B8C1WKaqssksEpWY7iRoNs
Wo+J3zHttAupNaN0EuD99AErgehTleai27xdtaLX2957xhAsoqQqWGtwdmbw/c8L
SNTP3SnucMHXZHzqS8L4blIm2Jvr3viAscsH3jI9zILnJKoK47O3XYX1FJT698gp
aMI2935gr+ASd30Drfr12YXPTSjEgZekZ94yRp3dG+5NyBQdrK5UyGHdP7pj140n
Ab7Xabo9Cie1cgQboParINkpCSXkDyUaOCA2F06ulfj0uW8OgiPexfnewUL327Qw
o2OMPuZ9IayULpp2KmoNZZV4EBqqu0ah+WXAFJrN2actISts+sQ=
=I6AP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to