On Sun, 24 Nov 2019 08:31:33 +0100 Bas Couwenberg <sebas...@xs4all.nl> wrote:
> Source: androguard
> Version: 3.3.5-1
> Severity: serious
> Justification: makes the package in question unusable or mostly so
>
> Dear Maintainer,
>
> The autopkgtest for your package are failing, which prevent the testing 
> migration of networkx.
>
> The logging shows many exceptions like this:
>
>  AttributeError: 'DiGraph' object has no attribute 'node'

please note these are _not_ the reason autopkgtests are failing
(smoke-test is PASSing), but the real reason is:

autopkgtest [17:12:48]: test command1: nosetests3 --with-timer --timer-top-n 50
autopkgtest [17:12:48]: test command1: [-----------------------
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.......................F......................S
======================================================================
FAIL: test_cg_basic (test_entry_points.EntryPointsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/autopkgtest-lxc.muz8cxzo/downtmp/build.QhB/src/tests/test_entry_points.py",
line 181, in test_cg_basic
    assert result.exit_code == 0
AssertionError:
-------------------- >> begin captured logging << --------------------
androguard.analysis: INFO: End of creating cross references (XREF)
androguard.analysis: INFO: run time: 0min 00s
androcfg: INFO: Found The following entry points by search
AndroidManifest.xml: ['Lorg/t0t0/androguard/test//TestActivity;']
androguard.analysis: INFO: Found Method --> LTest1;-><init>()V
[access_flags=public constructor] @ 0x400
--------------------- >> end captured logging << ---------------------
FAILED (SKIP=2, failures=1)
autopkgtest [17:16:10]: test command1: -----------------------]
autopkgtest [17:16:10]: test command1:  - - - - - - - - - - results -
- - - - - - - - -
command1             FAIL non-zero exit status 1
autopkgtest [17:16:10]: @@@@@@@@@@@@@@@@@@@@ summary
smoke-test           PASS
command1             FAIL non-zero exit status 1

Reply via email to