Running ['new-upstream', '--snapshot'] Opening branch at https://gitlab.com/kalilinux/packages/python-filedepot.git/,branch=kali%2Fmaster Using cached branch file:///home/janitor/vcs/git/python-filedepot/,branch=master Total 6 (delta 0), reused 0 (delta 0), pack-reused 6 Workspace ready - starting. Using upstream branch https://github.com/amol-/depot.git (from configuration) Total 1457 (delta 5), reused 11 (delta 4), pack-reused 1440 Using version string 0.8.0+git20210222.67562a4. No upstream upstream-revision format specified, trying tag:0.5.2 Not including upstream history, since previous upstream version (0.5.2) is not present in packaging branch history. Looking for upstream python-filedepot/0.8.0+git20210222.67562a4 in upstream branch . Imported python-filedepot_0.8.0+git20210222.67562a4.orig.tar.gz with pristine-tar. All changes applied successfully. Committing to: /tmp/tmpzph6rar5/python-filedepot/ deleted .checkignore deleted .gitignore deleted .travis.yml deleted LICENSE added PKG-INFO modified README.rst modified debian/changelog modified depot/_compat.py modified depot/fields/sqlalchemy.py modified depot/io/awss3.py modified depot/io/boto3.py modified depot/middleware.py modified depot/utils.py deleted docs deleted docs/Makefile deleted docs/_static deleted docs/_static/logo.png deleted docs/_themes deleted docs/_themes/artichoke deleted docs/_themes/artichoke/layout.html deleted docs/_themes/artichoke/static deleted docs/_themes/artichoke/static/artichoke.css_t deleted docs/_themes/artichoke/static/bg.jpg deleted docs/_themes/artichoke/static/bg.png deleted docs/_themes/artichoke/static/bgfooter.png deleted docs/_themes/artichoke/static/bgtop.png deleted docs/_themes/artichoke/theme.conf deleted docs/api.rst deleted docs/conf.py deleted docs/database.rst deleted docs/index.rst deleted docs/make.bat deleted docs/requirements.txt deleted docs/userguide.rst deleted examples deleted examples/django deleted examples/django/README.rst deleted examples/django/depotexample deleted examples/django/depotexample/__init__.py deleted examples/django/depotexample/settings.py deleted examples/django/depotexample/templates deleted examples/django/depotexample/templates/index.html deleted examples/django/depotexample/urls.py deleted examples/django/depotexample/views.py deleted examples/django/depotexample/wsgi.py deleted examples/django/manage.py deleted examples/flask deleted examples/flask/README.rst deleted examples/flask/app.py deleted examples/flask/templates deleted examples/flask/templates/index.html deleted examples/turbogears deleted examples/turbogears/MANIFEST.in deleted examples/turbogears/README.rst deleted examples/turbogears/depotexample deleted examples/turbogears/depotexample/__init__.py deleted examples/turbogears/depotexample/config deleted examples/turbogears/depotexample/config/__init__.py deleted examples/turbogears/depotexample/config/app_cfg.py deleted examples/turbogears/depotexample/config/environment.py deleted examples/turbogears/depotexample/config/middleware.py deleted examples/turbogears/depotexample/controllers deleted examples/turbogears/depotexample/controllers/__init__.py deleted examples/turbogears/depotexample/controllers/controller.template deleted examples/turbogears/depotexample/controllers/error.py deleted examples/turbogears/depotexample/controllers/root.py deleted examples/turbogears/depotexample/controllers/secure.py deleted examples/turbogears/depotexample/controllers/template.py deleted examples/turbogears/depotexample/i18n deleted examples/turbogears/depotexample/i18n/ru deleted examples/turbogears/depotexample/i18n/ru/LC_MESSAGES deleted examples/turbogears/depotexample/i18n/ru/LC_MESSAGES/depotexample.po deleted examples/turbogears/depotexample/lib deleted examples/turbogears/depotexample/lib/__init__.py deleted examples/turbogears/depotexample/lib/app_globals.py deleted examples/turbogears/depotexample/lib/base.py deleted examples/turbogears/depotexample/lib/helpers.py deleted examples/turbogears/depotexample/model deleted examples/turbogears/depotexample/model/__init__.py deleted examples/turbogears/depotexample/model/auth.py deleted examples/turbogears/depotexample/model/model.template deleted examples/turbogears/depotexample/model/uploaded_image.py deleted examples/turbogears/depotexample/public deleted examples/turbogears/depotexample/public/css deleted examples/turbogears/depotexample/public/css/bootstrap.min.css deleted examples/turbogears/depotexample/public/css/style.css deleted examples/turbogears/depotexample/public/favicon.ico deleted examples/turbogears/depotexample/public/fonts deleted examples/turbogears/depotexample/public/fonts/glyphicons-halflings-regular.eot deleted examples/turbogears/depotexample/public/fonts/glyphicons-halflings-regular.svg deleted examples/turbogears/depotexample/public/fonts/glyphicons-halflings-regular.ttf deleted examples/turbogears/depotexample/public/fonts/glyphicons-halflings-regular.woff deleted examples/turbogears/depotexample/public/img deleted examples/turbogears/depotexample/public/img/turbogears_logo.png deleted examples/turbogears/depotexample/public/img/turbogears_logo_big.png deleted examples/turbogears/depotexample/public/img/under_the_hood_blue.png deleted examples/turbogears/depotexample/public/javascript deleted examples/turbogears/depotexample/public/javascript/bootstrap.min.js deleted examples/turbogears/depotexample/templates deleted examples/turbogears/depotexample/templates/__init__.py deleted examples/turbogears/depotexample/templates/about.html deleted examples/turbogears/depotexample/templates/data.html deleted examples/turbogears/depotexample/templates/environ.html deleted examples/turbogears/depotexample/templates/error.html deleted examples/turbogears/depotexample/templates/index.html deleted examples/turbogears/depotexample/templates/login.html deleted examples/turbogears/depotexample/templates/master.html deleted examples/turbogears/depotexample/tests deleted examples/turbogears/depotexample/tests/__init__.py deleted examples/turbogears/depotexample/tests/functional deleted examples/turbogears/depotexample/tests/functional/__init__.py deleted examples/turbogears/depotexample/tests/functional/test_authentication.py deleted examples/turbogears/depotexample/tests/functional/test_root.py deleted examples/turbogears/depotexample/tests/models deleted examples/turbogears/depotexample/tests/models/__init__.py deleted examples/turbogears/depotexample/tests/models/test_auth.py deleted examples/turbogears/depotexample/websetup deleted examples/turbogears/depotexample/websetup/__init__.py deleted examples/turbogears/depotexample/websetup/bootstrap.py deleted examples/turbogears/depotexample/websetup/schema.py deleted examples/turbogears/development.ini deleted examples/turbogears/migration deleted examples/turbogears/migration/env.py deleted examples/turbogears/migration/script.py.mako deleted examples/turbogears/migration/versions deleted examples/turbogears/migration/versions/empty.txt deleted examples/turbogears/setup.cfg deleted examples/turbogears/setup.py deleted examples/turbogears/test.ini added filedepot.egg-info added filedepot.egg-info/PKG-INFO added filedepot.egg-info/SOURCES.txt added filedepot.egg-info/dependency_links.txt added filedepot.egg-info/not-zip-safe added filedepot.egg-info/requires.txt added filedepot.egg-info/top_level.txt added setup.cfg modified setup.py deleted tests deleted tests/__init__.py deleted tests/base_ming.py deleted tests/base_sqla.py deleted tests/test_awss3_storage.py deleted tests/test_boto3_storage.py deleted tests/test_depot_manager.py deleted tests/test_fields_basic.py deleted tests/test_fields_ming.py deleted tests/test_fields_sqlalchemy.py deleted tests/test_gridfs_storage.py deleted tests/test_local_storage.py deleted tests/test_storage_interface.py deleted tests/test_wsgi_middleware.py deleted tests/utils.py deleted tox.ini Committed revision 25. Merged new upstream version 0.8.0+git20210222.67562a4 (previous: 0.5.2) Opened schroot session kali-dev-amd64-sbuild-c4dcefae-9be4-4bee-a505-f1fecc7cb123 (from kali-dev-amd64-sbuild) Using fixers: [PgBuildExtOutOfDateControlFixer(), SimpleBuildFixer(MissingConfigure, fix_missing_configure), SimpleBuildFixer(MissingAutomakeInput, fix_missing_automake_input), SimpleBuildFixer(MissingConfigStatusInput, fix_missing_config_status_input), SimpleBuildFixer(MissingPerlFile, fix_missing_makefile_pl), DependencyBuildFixer(AptFetchFailure, retry_apt_failure), PackageDependencyFixer(AptResolver(, [functools.partial(, , ''), BuildDependencyTieBreaker('/var/run/schroot/mount/kali-dev-amd64-sbuild-c4dcefae-9be4-4bee-a505-f1fecc7cb123'), ]))] Building debian packages, running 'sbuild -A -s -v -c kali-dev-amd64-sbuild'. No relevant context, not making any changes. Worker failed (unpack-patch-application-failed): Patch application failed: fix-privacy-breach.patch Elapsed time: 0:08:29.399783