Source: fdroidserver
Version: 1.1.10-1
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent change in testing the autopkgtest of your package started
to fail. I copied some of the output at the bottom of this report. Can
you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

https://ci.debian.net/data/autopkgtest/testing/amd64/f/fdroidserver/8897248/log.gz

autopkgtest [00:12:33]: test command1: echo Depends; export LANG=C.UTF-8
ANDROID_HOME=/usr/lib/android-sdk TRAVIS_OS_NAME=osx;
fdroid=/usr/bin/fdroid ./tests/run-tests
autopkgtest [00:12:33]: test command1: [-----------------------
Depends
Using ANDROID_HOME=/usr/lib/android-sdk
Setting Workspace to /tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src
+ echo_header 'run commit hooks'
+ cd /tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src
==============================================================================
run commit hooks
+ test -x ./hooks/pre-commit
+ echo_header 'test python getsig replacement'
==============================================================================
test python getsig replacement
+ cd /tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/tests/getsig
+ ./make.sh
+ cd /tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/tests
+ for testcase in $WORKSPACE/tests/*.TestCase
+ '['
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/tests/build.TestCase
==
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/tests/install.TestCase
']'
+ /tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/tests/build.TestCase
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/com.kunzisoft.testcase/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/at.bitfire.davdroid/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/com.nextcloud.client/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/eu.siacs.conversations/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/firebase-suspect/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/firebase-suspect/app/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/firebase-whitelisted/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/firebase-whitelisted/app/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/osmandapp/osmand/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/open-keychain/open-keychain/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/open-keychain/open-keychain/OpenKeychain/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/fdroid/fdroidclient/build.gradle
DEBUG:root:Forcing build-tools FAKE_VERSION_FOR_TESTING in
/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/.testfiles/test_force_gradle_build_tools9injac2r/source-files/Zillode/syncthing-silk/build.gradle
./usr/lib/android-sdk/build-tools/debian/aapt: symbol lookup error:
/usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol:
_ZN11unwindstack12ElfInterfaceD2Ev
E
======================================================================
ERROR: test_get_apk_metadata (__main__.BuildTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/tests/build.TestCase",
line 82, in test_get_apk_metadata
    config['aapt'] = fdroidserver.common.find_sdk_tools_cmd('aapt')
  File
"/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/fdroidserver/common.py",
line 416, in find_sdk_tools_cmd
    test_aapt_version(path)
  File
"/tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src/fdroidserver/common.py",
line 424, in test_aapt_version
    output = subprocess.check_output([aapt, 'version'],
universal_newlines=True)
  File "/usr/lib/python3.9/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.9/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/usr/lib/android-sdk/build-tools/debian/aapt', 'version']' returned
non-zero exit status 127.

----------------------------------------------------------------------
Ran 2 tests in 0.029s

FAILED (errors=1)
localmodule: /tmp/autopkgtest-lxc.ms584tuq/downtmp/build.loi/src
autopkgtest [00:12:35]: test command1: -----------------------]

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to