Page MenuHomeSoftware Heritage

api/server: Fix streaming responses implementation
ClosedPublic

Authored by anlambert on Apr 8 2022, 12:15 PM.

Details

Summary

Do not yield an empty byte in list_content as it triggers an error
since the release of werkzeug 2.1.0 which bumps HTTP protocol version
from 1.0 to 1.1.

Ensure objstorage is initialized in streaming responses implementation,
if no POST requests on other endpoints have been issued the global
variable objstorage was still equal to None.

Closes T4119

Diff Detail

Repository
rDOBJS Object storage
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D7534 (id=27323)

Rebasing onto cc41db7e39...

Current branch diff-target is up to date.
Changes applied before test
commit dd99e5d64e20681ae0794398e6dbe739df8b6e5c
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Fri Apr 8 12:11:09 2022 +0200

    api/server: Fix streaming responses implementation
    
    Do not yield an empty byte in list_content as it triggers an error
    since the release of werkzeug 2.1.0 which bumps HTTP protocol version
    from 1.0 to 1.1.
    
    Ensure objstorage is initialized in streaming responses implementation,
    if no POST requests on other endpoints have been issued the global
    variable objstorage was still equal to None.
    
    Closes T4119

See https://jenkins.softwareheritage.org/job/DOBJS/job/tests-on-diff/144/ for more details.

That's true for the pypi code (hence tests here) but what about production (oldstable)? [1]

An acceptable answer i guess is "it's not used in production" (it's possible ;).

[1]

$ rmadison python3-werkzeug
python3-werkzeug | 0.9.6+dfsg-1+deb8u1    | oldoldoldstable | all
python3-werkzeug | 0.11.15+dfsg1-1+deb9u1 | oldoldstable    | all
python3-werkzeug | 0.14.1+dfsg1-4+deb10u1 | oldstable       | all
python3-werkzeug | 1.0.1+dfsg1-2          | stable          | all
python3-werkzeug | 2.0.2+dfsg1-1          | testing         | all
python3-werkzeug | 2.0.2+dfsg1-1          | unstable        | all

That's true for the pypi code (hence tests here) but what about production (oldstable)? [1]

An acceptable answer i guess is "it's not used in production" (it's possible ;).

[1]

$ rmadison python3-werkzeug
python3-werkzeug | 0.9.6+dfsg-1+deb8u1    | oldoldoldstable | all
python3-werkzeug | 0.11.15+dfsg1-1+deb9u1 | oldoldstable    | all
python3-werkzeug | 0.14.1+dfsg1-4+deb10u1 | oldstable       | all
python3-werkzeug | 1.0.1+dfsg1-2          | stable          | all
python3-werkzeug | 2.0.2+dfsg1-1          | testing         | all
python3-werkzeug | 2.0.2+dfsg1-1          | unstable        | all

Let me check by building the debian packages for swh-objstorage.

That's true for the pypi code (hence tests here) but what about production (oldstable)? [1]

An acceptable answer i guess is "it's not used in production" (it's possible ;).

[1]

$ rmadison python3-werkzeug
python3-werkzeug | 0.9.6+dfsg-1+deb8u1    | oldoldoldstable | all
python3-werkzeug | 0.11.15+dfsg1-1+deb9u1 | oldoldstable    | all
python3-werkzeug | 0.14.1+dfsg1-4+deb10u1 | oldstable       | all
python3-werkzeug | 1.0.1+dfsg1-2          | stable          | all
python3-werkzeug | 2.0.2+dfsg1-1          | testing         | all
python3-werkzeug | 2.0.2+dfsg1-1          | unstable        | all

Let me check by building the debian packages for swh-objstorage.

All good !

(swh) ✔ ~/swh/swh-environment [make-package-fixes L|…1⚑ 67] 
14:53 $ ./bin/make-package -b swh-objstorage 
running sdist
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
running check
creating swh.objstorage-1.0.6.dev3+gdd99e5d
creating swh.objstorage-1.0.6.dev3+gdd99e5d/bin
creating swh.objstorage-1.0.6.dev3+gdd99e5d/docs
creating swh.objstorage-1.0.6.dev3+gdd99e5d/docs/_static
creating swh.objstorage-1.0.6.dev3+gdd99e5d/docs/_templates
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/api
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/seaweedfs
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer/filter
creating swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
creating swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
creating swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory
creating swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory/group_vars
creating swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory/group_vars/all
creating swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
copying files to swh.objstorage-1.0.6.dev3+gdd99e5d...
copying .gitignore -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying .pre-commit-config.yaml -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying AUTHORS -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying CODE_OF_CONDUCT.md -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying CONTRIBUTORS -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying LICENSE -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying MANIFEST.in -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying Makefile -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying README.md -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying mypy.ini -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying pyproject.toml -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying pytest.ini -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying requirements-azure.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying requirements-libcloud.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying requirements-swh.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying requirements-test.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying requirements-winery.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying requirements.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying setup.cfg -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying setup.py -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying tox.ini -> swh.objstorage-1.0.6.dev3+gdd99e5d
copying bin/swh-objstorage-azure -> swh.objstorage-1.0.6.dev3+gdd99e5d/bin
copying docs/.gitignore -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs
copying docs/Makefile -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs
copying docs/cli.rst -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs
copying docs/conf.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs
copying docs/index.rst -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs
copying docs/winery.rst -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs
copying docs/_static/.placeholder -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs/_static
copying docs/_templates/.placeholder -> swh.objstorage-1.0.6.dev3+gdd99e5d/docs/_templates
copying swh/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh
copying swh.objstorage.egg-info/PKG-INFO -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
copying swh.objstorage.egg-info/SOURCES.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
copying swh.objstorage.egg-info/dependency_links.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
copying swh.objstorage.egg-info/entry_points.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
copying swh.objstorage.egg-info/requires.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
copying swh.objstorage.egg-info/top_level.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh.objstorage.egg-info
copying swh/objstorage/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/cli.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/exc.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/factory.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/interface.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/objstorage.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/py.typed -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/utils.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage
copying swh/objstorage/api/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/api
copying swh/objstorage/api/client.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/api
copying swh/objstorage/api/server.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/api
copying swh/objstorage/backends/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/azure.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/generator.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/http.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/in_memory.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/libcloud.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/noop.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/pathslicing.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends
copying swh/objstorage/backends/seaweedfs/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/http.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/objstorage.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/winery/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/database.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/objstorage.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/roshard.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/rwshard.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/sharedbase.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/stats.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/throttler.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/backends/winery
copying swh/objstorage/multiplexer/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/multiplexer_objstorage.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/striping_objstorage.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/filter/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/filter.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/id_filter.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/read_write_filter.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/multiplexer/filter
copying swh/objstorage/tests/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/conftest.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/objstorage_testing.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_multiplexer_filter.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_api.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_azure.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_cloud.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_http.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_in_memory.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_instantiation.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_multiplexer.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_noop.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_pathslicing.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_random_generator.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_seaweedfs.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_striping.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_winery.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_pathslicer.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/test_server.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/winery_benchmark.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying swh/objstorage/tests/winery_testing_helpers.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/swh/objstorage/tests
copying winery-test-environment/README.md -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/ansible.cfg -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/bootstrap.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/build-vms.sh -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/ceph.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/fed4fire.rspec -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/fed4fire.sh -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/grid5000.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/libvirt.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/osd.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/remote-tox.sh -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/render-stats.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/requirements.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/rng.xml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/rw.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/tests.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment
copying winery-test-environment/inventory/groups.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory
copying winery-test-environment/inventory/hosts.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory
copying winery-test-environment/inventory/osd.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory
copying winery-test-environment/inventory/group_vars/all/rw.yml -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/inventory/group_vars/all
copying winery-test-environment/mitogen-strategy/README.txt -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
copying winery-test-environment/mitogen-strategy/__init__.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
copying winery-test-environment/mitogen-strategy/mitogen.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
copying winery-test-environment/mitogen-strategy/mitogen_free.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
copying winery-test-environment/mitogen-strategy/mitogen_host_pinned.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
copying winery-test-environment/mitogen-strategy/mitogen_linear.py -> swh.objstorage-1.0.6.dev3+gdd99e5d/winery-test-environment/mitogen-strategy
Writing swh.objstorage-1.0.6.dev3+gdd99e5d/setup.cfg
Creating tar archive
removing 'swh.objstorage-1.0.6.dev3+gdd99e5d' (and everything under it)
dch warning: Recognised distributions are: 
experimental, unstable, testing, stable, oldstable, oldoldstable,
{bullseye,buster,stretch,jessie,wheezy}-proposed-updates,
{testing,stable,oldstable,oldoldstable}-proposed-updates,
{bullseye,buster,stretch,jessie,wheezy}-security,
{testing,stable,oldstable,oldoldstable}}-security, buster-backports, bullseye-backports and UNRELEASED.
Using your request anyway.
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:232: python3.9 setup.py clean 
/home/anlambert/.virtualenvs/swh/lib/python3.9/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'build-lib' will not be supported in future versions. Please use the underscore name 'build_lib' instead
  warnings.warn(
/home/anlambert/.virtualenvs/swh/lib/python3.9/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'install-layout' will not be supported in future versions. Please use the underscore name 'install_layout' instead
  warnings.warn(
running clean
removing '/tmp/tmp.J18pRvrg73/swh-objstorage-1.0.6.dev3+gdd99e5d/.pybuild/cpython3_3.9_swh.objstorage/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building swh-objstorage using existing ./swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
sbuild (Debian sbuild) 0.81.2 (31 January 2021) on carnavalet

+==============================================================================+
| swh-objstorage 1.0.6.dev3+gdd99e5d-1 (amd64) Fri, 08 Apr 2022 12:54:14 +0000 |
+==============================================================================+

Package: swh-objstorage
Version: 1.0.6.dev3+gdd99e5d-1
Source Version: 1.0.6.dev3+gdd99e5d-1
Distribution: unstable-swh
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: full

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/sid-amd64-sbuild-3916d13f-289c-4140-9938-0c44b694d43d' with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 'build/swh-objstorage-nf4PDP/resolver-rPcvfy' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:2 http://deb.debian.org/debian sid InRelease [165 kB]
Ign:3 https://debian.softwareheritage.org unstable InRelease
Get:4 https://debian.softwareheritage.org unstable Release [2339 B]
Ign:5 https://debian.softwareheritage.org unstable Release.gpg
Get:6 https://debian.softwareheritage.org unstable/main amd64 Packages [59.2 kB]
Get:7 https://artifacts.elastic.co/packages/7.x/apt stable InRelease [13.7 kB]
Get:8 http://incoming.debian.org/debian-buildd buildd-unstable InRelease [39.7 kB]
Get:9 http://deb.debian.org/debian sid/main Sources.diff/Index [63.6 kB]
Ign:9 http://deb.debian.org/debian sid/main Sources.diff/Index
Get:10 http://deb.debian.org/debian sid/main amd64 Packages.diff/Index [63.6 kB]
Ign:10 http://deb.debian.org/debian sid/main amd64 Packages.diff/Index
Get:11 http://deb.debian.org/debian sid/main Sources [9682 kB]
Ign:7 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Get:12 https://artifacts.elastic.co/packages/7.x/apt stable/main amd64 Packages [96.9 kB]
Get:1 https://downloads.apache.org/cassandra/debian 40x InRelease [3902 B]
Get:13 http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 Packages [91.4 kB]
Ign:1 https://downloads.apache.org/cassandra/debian 40x InRelease
Get:14 https://downloads.apache.org/cassandra/debian 40x/main amd64 Packages [684 B]
Get:15 http://deb.debian.org/debian sid/main amd64 Packages [9134 kB]
Fetched 19.4 MB in 3s (5555 kB/s)
Reading package lists...
W: GPG error: https://artifacts.elastic.co/packages/7.x/apt stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D27D666CD88E42B4
W: GPG error: https://downloads.apache.org/cassandra/debian 40x InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E91335D77E3E87CB
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt apt-transport-https cpp-10 cpp-11 dpkg dpkg-dev g++-10 g++-11 gcc-10
  gcc-10-base gcc-11 gcc-11-base libapt-pkg6.0 libasan6 libcap-ng0
  libdpkg-perl libgcc-10-dev libgcc-11-dev libgcrypt20 libmpc3 libpcre3
  libstdc++-10-dev libstdc++-11-dev libtsan0 libzstd1 linux-libc-dev zlib1g
27 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 97.7 MB of archives.
After this operation, 220 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 libgcrypt20 amd64 1.10.1-2 [704 kB]
Get:2 http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 libapt-pkg6.0 amd64 2.4.5 [1029 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libzstd1 amd64 1.4.10+dfsg-1 [328 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 zlib1g amd64 1:1.2.11.dfsg-4 [91.6 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 dpkg amd64 1.21.7 [2557 kB]
Get:6 http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 apt amd64 2.4.5 [1496 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 libcap-ng0 amd64 0.7.9-2.2+b2 [14.7 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 libpcre3 amd64 2:8.39-14 [345 kB]
Get:9 http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 apt-transport-https all 2.4.5 [163 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 g++-11 amd64 11.2.0-19 [10.2 MB]
Get:11 http://deb.debian.org/debian sid/main amd64 gcc-11 amd64 11.2.0-19 [18.1 MB]
Get:12 http://deb.debian.org/debian sid/main amd64 libstdc++-11-dev amd64 11.2.0-19 [1958 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 libgcc-11-dev amd64 11.2.0-19 [2360 kB]
Get:14 http://deb.debian.org/debian sid/main amd64 g++-10 amd64 10.3.0-15 [9434 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 gcc-10 amd64 10.3.0-15 [17.1 MB]
Get:16 http://deb.debian.org/debian sid/main amd64 libstdc++-10-dev amd64 10.3.0-15 [1754 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libgcc-10-dev amd64 10.3.0-15 [2324 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 libtsan0 amd64 11.2.0-19 [2017 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 libmpc3 amd64 1.2.1-2 [44.6 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 cpp-11 amd64 11.2.0-19 [9151 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 libasan6 amd64 11.2.0-19 [2050 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 gcc-11-base amd64 11.2.0-19 [208 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 cpp-10 amd64 10.3.0-15 [8572 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 gcc-10-base amd64 10.3.0-15 [206 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 dpkg-dev all 1.21.7 [2354 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 libdpkg-perl all 1.21.7 [1611 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 linux-libc-dev amd64 5.16.18-1 [1517 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 97.7 MB in 12s (8110 kB/s)
(Reading database ... 15781 files and directories currently installed.)
Preparing to unpack .../libgcrypt20_1.10.1-2_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.10.1-2) over (1.9.4-5) ...
Setting up libgcrypt20:amd64 (1.10.1-2) ...
(Reading database ... 15781 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.4.10+dfsg-1_amd64.deb ...
Unpacking libzstd1:amd64 (1.4.10+dfsg-1) over (1.4.9+dfsg-1) ...
Setting up libzstd1:amd64 (1.4.10+dfsg-1) ...
(Reading database ... 15781 files and directories currently installed.)
Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-4_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.2.11.dfsg-4) over (1:1.2.11.dfsg-3) ...
Setting up zlib1g:amd64 (1:1.2.11.dfsg-4) ...
(Reading database ... 15781 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0_2.4.5_amd64.deb ...
Unpacking libapt-pkg6.0:amd64 (2.4.5) over (2.4.3) ...
Setting up libapt-pkg6.0:amd64 (2.4.5) ...
(Reading database ... 15781 files and directories currently installed.)
Preparing to unpack .../archives/dpkg_1.21.7_amd64.deb ...
Unpacking dpkg (1.21.7) over (1.21.2) ...
Setting up dpkg (1.21.7) ...
(Reading database ... 15781 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.4.5_amd64.deb ...
Unpacking apt (2.4.5) over (2.4.3) ...
Setting up apt (2.4.5) ...
Removing obsolete conffile /etc/kernel/postinst.d/apt-auto-removal ...
(Reading database ... 15780 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.7.9-2.2+b2_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.7.9-2.2+b2) over (0.7.9-2.2+b1) ...
Setting up libcap-ng0:amd64 (0.7.9-2.2+b2) ...
(Reading database ... 15780 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-14_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-14) over (2:8.39-13) ...
Setting up libpcre3:amd64 (2:8.39-14) ...
(Reading database ... 15780 files and directories currently installed.)
Preparing to unpack .../00-apt-transport-https_2.4.5_all.deb ...
Unpacking apt-transport-https (2.4.5) over (2.4.3) ...
Preparing to unpack .../01-g++-11_11.2.0-19_amd64.deb ...
Unpacking g++-11 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../02-gcc-11_11.2.0-19_amd64.deb ...
Unpacking gcc-11 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../03-libstdc++-11-dev_11.2.0-19_amd64.deb ...
Unpacking libstdc++-11-dev:amd64 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../04-libgcc-11-dev_11.2.0-19_amd64.deb ...
Unpacking libgcc-11-dev:amd64 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../05-g++-10_10.3.0-15_amd64.deb ...
Unpacking g++-10 (10.3.0-15) over (10.3.0-14) ...
Preparing to unpack .../06-gcc-10_10.3.0-15_amd64.deb ...
Unpacking gcc-10 (10.3.0-15) over (10.3.0-14) ...
Preparing to unpack .../07-libstdc++-10-dev_10.3.0-15_amd64.deb ...
Unpacking libstdc++-10-dev:amd64 (10.3.0-15) over (10.3.0-14) ...
Preparing to unpack .../08-libgcc-10-dev_10.3.0-15_amd64.deb ...
Unpacking libgcc-10-dev:amd64 (10.3.0-15) over (10.3.0-14) ...
Preparing to unpack .../09-libtsan0_11.2.0-19_amd64.deb ...
Unpacking libtsan0:amd64 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../10-libmpc3_1.2.1-2_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.1-2) over (1.2.1-1) ...
Preparing to unpack .../11-cpp-11_11.2.0-19_amd64.deb ...
Unpacking cpp-11 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../12-libasan6_11.2.0-19_amd64.deb ...
Unpacking libasan6:amd64 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../13-gcc-11-base_11.2.0-19_amd64.deb ...
Unpacking gcc-11-base:amd64 (11.2.0-19) over (11.2.0-18) ...
Preparing to unpack .../14-cpp-10_10.3.0-15_amd64.deb ...
Unpacking cpp-10 (10.3.0-15) over (10.3.0-14) ...
Preparing to unpack .../15-gcc-10-base_10.3.0-15_amd64.deb ...
Unpacking gcc-10-base:amd64 (10.3.0-15) over (10.3.0-14) ...
Preparing to unpack .../16-dpkg-dev_1.21.7_all.deb ...
Unpacking dpkg-dev (1.21.7) over (1.21.2) ...
Preparing to unpack .../17-libdpkg-perl_1.21.7_all.deb ...
Unpacking libdpkg-perl (1.21.7) over (1.21.2) ...
Preparing to unpack .../18-linux-libc-dev_5.16.18-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.16.18-1) over (5.16.14-1) ...
Setting up gcc-11-base:amd64 (11.2.0-19) ...
Setting up apt-transport-https (2.4.5) ...
Setting up linux-libc-dev:amd64 (5.16.18-1) ...
Setting up libasan6:amd64 (11.2.0-19) ...
Setting up gcc-10-base:amd64 (10.3.0-15) ...
Setting up libmpc3:amd64 (1.2.1-2) ...
Setting up libdpkg-perl (1.21.7) ...
Setting up cpp-10 (10.3.0-15) ...
Setting up libtsan0:amd64 (11.2.0-19) ...
Setting up cpp-11 (11.2.0-19) ...
Setting up libgcc-10-dev:amd64 (10.3.0-15) ...
Setting up dpkg-dev (1.21.7) ...
Setting up gcc-10 (10.3.0-15) ...
Setting up libgcc-11-dev:amd64 (11.2.0-19) ...
Setting up gcc-11 (11.2.0-19) ...
Setting up libstdc++-10-dev:amd64 (10.3.0-15) ...
Setting up g++-10 (10.3.0-15) ...
Setting up libstdc++-11-dev:amd64 (11.2.0-19) ...
Setting up g++-11 (11.2.0-19) ...
Processing triggers for libc-bin (2.33-7) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/tmp.J18pRvrg73/swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc exists in /tmp/tmp.J18pRvrg73; copying to chroot
I: NOTICE: Log filtering will replace 'build/swh-objstorage-nf4PDP/swh-objstorage-1.0.6.dev3+gdd99e5d' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/swh-objstorage-nf4PDP' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-azure-storage (>= 12.0), python3-click, python3-libcloud, python3-psycopg2, python3-pytest (<< 7.0.0), python3-pytest-mock, python3-pytest-postgresql, python3-requests, python3-requests-mock (>= 1.9), python3-requests-toolbelt, python3-setuptools, python3-setuptools-scm, python3-sh, python3-swh.core (>= 0.3), python3-swh.model (>= 0.0.27), python3-swh.perfecthash (>= 0.1.2), python3-typing-extensions (>= 3.7.4), python3-fixtures, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-azure-storage (>= 12.0), python3-click, python3-libcloud, python3-psycopg2, python3-pytest (<< 7.0.0), python3-pytest-mock, python3-pytest-postgresql, python3-requests, python3-requests-mock (>= 1.9), python3-requests-toolbelt, python3-setuptools, python3-setuptools-scm, python3-sh, python3-swh.core (>= 0.3), python3-swh.model (>= 0.0.27), python3-swh.perfecthash (>= 0.1.2), python3-typing-extensions (>= 3.7.4), python3-fixtures, build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [963 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [551 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [636 B]
Fetched 2150 B in 0s (0 B/s)
Reading package lists...
Ign:2 https://debian.softwareheritage.org unstable InRelease
Hit:3 https://debian.softwareheritage.org unstable Release
Ign:4 https://debian.softwareheritage.org unstable Release.gpg
Get:5 https://artifacts.elastic.co/packages/7.x/apt stable InRelease [13.7 kB]
Ign:5 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Get:1 https://downloads.apache.org/cassandra/debian 40x InRelease [3902 B]
Hit:6 http://incoming.debian.org/debian-buildd buildd-unstable InRelease
Ign:1 https://downloads.apache.org/cassandra/debian 40x InRelease
Fetched 17.6 kB in 1s (30.9 kB/s)
Reading package lists...
W: GPG error: https://artifacts.elastic.co/packages/7.x/apt stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D27D666CD88E42B4
W: GPG error: https://downloads.apache.org/cassandra/debian 40x InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E91335D77E3E87CB
Reading package lists...

+------------------------------------------------------------------------------+
| Install main build dependencies (aptitude-based resolver)                    |
+------------------------------------------------------------------------------+

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  aptitude-common libboost-iostreams1.74.0 libcwidget4 libncursesw6
  libsigc++-2.0-0v5 libsqlite3-0 libxapian30
Suggested packages:
  apt-xapian-index aptitude-doc-en | aptitude-doc debtags tasksel
  libcwidget-dev xapian-tools
Recommended packages:
  sensible-utils libgpm2
The following NEW packages will be installed:
  aptitude aptitude-common libboost-iostreams1.74.0 libcwidget4 libncursesw6
  libsigc++-2.0-0v5 libsqlite3-0 libxapian30
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 5790 kB of archives.
After this operation, 23.0 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 aptitude-common all 0.8.13-3 [1776 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 libboost-iostreams1.74.0 amd64 1.74.0-14 [265 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libncursesw6 amd64 6.3-2 [133 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libsigc++-2.0-0v5 amd64 2.10.4-2 [31.3 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 libcwidget4 amd64 0.5.18-5 [315 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 libsqlite3-0 amd64 3.38.2-1 [829 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 libxapian30 amd64 1.4.18-4 [1092 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 aptitude amd64 0.8.13-3 [1349 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5790 kB in 1s (8875 kB/s)
Selecting previously unselected package aptitude-common.
(Reading database ... 15789 files and directories currently installed.)
Preparing to unpack .../0-aptitude-common_0.8.13-3_all.deb ...
Unpacking aptitude-common (0.8.13-3) ...
Selecting previously unselected package libboost-iostreams1.74.0:amd64.
Preparing to unpack .../1-libboost-iostreams1.74.0_1.74.0-14_amd64.deb ...
Unpacking libboost-iostreams1.74.0:amd64 (1.74.0-14) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../2-libncursesw6_6.3-2_amd64.deb ...
Unpacking libncursesw6:amd64 (6.3-2) ...
Selecting previously unselected package libsigc++-2.0-0v5:amd64.
Preparing to unpack .../3-libsigc++-2.0-0v5_2.10.4-2_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.10.4-2) ...
Selecting previously unselected package libcwidget4:amd64.
Preparing to unpack .../4-libcwidget4_0.5.18-5_amd64.deb ...
Unpacking libcwidget4:amd64 (0.5.18-5) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.38.2-1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.38.2-1) ...
Selecting previously unselected package libxapian30:amd64.
Preparing to unpack .../6-libxapian30_1.4.18-4_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.18-4) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../7-aptitude_0.8.13-3_amd64.deb ...
Unpacking aptitude (0.8.13-3) ...
Setting up libxapian30:amd64 (1.4.18-4) ...
Setting up libboost-iostreams1.74.0:amd64 (1.74.0-14) ...
Setting up libsqlite3-0:amd64 (3.38.2-1) ...
Setting up libsigc++-2.0-0v5:amd64 (2.10.4-2) ...
Setting up aptitude-common (0.8.13-3) ...
Setting up libncursesw6:amd64 (6.3-2) ...
Setting up libcwidget4:amd64 (0.5.18-5) ...
Setting up aptitude (0.8.13-3) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
Processing triggers for libc-bin (2.33-7) ...
aptitude -y --without-recommends -o Dpkg::Options::=--force-confold -o Aptitude::CmdLine::Ignore-Trust-Violations=false -o Aptitude::ProblemResolver::StepScore=100 -o Aptitude::ProblemResolver::SolutionCost=safety, priority, non-default-versions -o Aptitude::ProblemResolver::Hints::KeepDummy=reject sbuild-build-depends-main-dummy :UNINST -o Aptitude::ProblemResolver::Keep-All-Level=55000 -o Aptitude::ProblemResolver::Remove-Essential-Level=maximum install sbuild-build-depends-main-dummy:amd64
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdextrautils{a} debhelper{a} dh-autoreconf{a} dh-python{a} dh-strip-nondeterminism{a} dwz{a} file{a} gettext{a} gettext-base{a} gir1.2-glib-2.0{a} groff-base{a} intltool-debian{a} libarchive-zip-perl{a} libbsd0{a} libc-l10n{a} libcmph0{a} libdebhelper-perl{a} libedit2{a} libelf1{a} libexpat1{a} libfile-stripnondeterminism-perl{a} libgirepository-1.0-1{a} libglib2.0-0{a} libicu67{a} libjs-jquery{a} libjson-perl{a} libldap-2.5-0{a} libllvm13{a} libmagic-mgc{a} libmagic1{a} libmd0{a} libmpdec3{a} libpipeline1{a} libpq5{a} libpython3-stdlib{a} libpython3.10-minimal{a} libpython3.10-stdlib{a} libpython3.9-minimal{a} libpython3.9-stdlib{a} libreadline8{a} libsasl2-2{a} libsasl2-modules-db{a} libsigsegv2{a} libsub-override-perl{a} libtool{a} libuchardet0{a} libxml2{a} libxslt1.1{a} libyaml-0-2{a} libz3-4{a} locales{a} m4{a} man-db{a} media-types{a} netbase{a} po-debconf{a} postgresql{a} postgresql-14{a} postgresql-client-14{a} postgresql-client-common{a} postgresql-common{a} python-babel-localedata{a} python3{a} python3-adal{a} python3-aiohttp{a} python3-aiohttp-utils{a} python3-aiosignal{a} python3-all{a} python3-async-timeout{a} python3-attr{a} python3-attr-strict{a} python3-avro{a} python3-azure{a} python3-azure-storage{a} python3-babel{a} python3-blinker{a} python3-certifi{a} python3-cffi{a} python3-cffi-backend{a} python3-chardet{a} python3-charset-normalizer{a} python3-click{a} python3-colorama{a} python3-cryptography{a} python3-dateutil{a} python3-deprecated{a} python3-distutils{a} python3-extras{a} python3-fixtures{a} python3-flask{a} python3-frozenlist{a} python3-gi{a} python3-gunicorn{a} python3-hypothesis{a} python3-idna{a} python3-iniconfig{a} python3-iso8601{a} python3-isodate{a} python3-itsdangerous{a} python3-jinja2{a} python3-jwt{a} python3-lib2to3{a} python3-libcloud{a} python3-lockfile{a} python3-magic{a} python3-markupsafe{a} python3-mimeparse{a} python3-minimal{a} python3-mirakuru{a} python3-more-itertools{a} python3-msal{a} python3-msal-extensions{a} python3-msgpack{a} python3-msrest{a} python3-msrestazure{a} python3-multidict{a} python3-oauthlib{a} python3-packaging{a} python3-pbr{a} python3-pkg-resources{a} python3-pluggy{a} python3-ply{a} python3-port-for{a} python3-portalocker{a} python3-psutil{a} python3-psycopg2{a} python3-py{a} python3-pycparser{a} python3-pyparsing{a} python3-pytest{a} python3-pytest-mock{a} python3-pytest-postgresql{a} python3-requests{a} python3-requests-mock{a} python3-requests-oauthlib{a} python3-requests-toolbelt{a} python3-sentry-sdk{a} python3-setuptools{a} python3-setuptools-scm{a} python3-sh{a} python3-simplejson{a} python3-six{a} python3-sortedcontainers{a} python3-swh.core{a} python3-swh.model{a} python3-swh.perfecthash{a} python3-systemd{a} python3-testtools{a} python3-toml{a} python3-tomli{a} python3-typing-extensions{a} python3-tz{a} python3-uamqp{a} python3-urllib3{a} python3-werkzeug{a} python3-wrapt{a} python3-yaml{a} python3-yarl{a} python3.10{a} python3.10-minimal{a} python3.9{a} python3.9-minimal{a} readline-common{a} sbuild-build-depends-main-dummy sensible-utils{a} ssl-cert{a} ucf{a} 
The following packages are RECOMMENDED but will NOT be installed:
  curl javascript-common libarchive-cpio-perl libglib2.0-data libjson-xs-perl libldap-common libltdl-dev libmail-sendmail-perl libsasl2-modules logrotate lynx python3-asgiref python3-dotenv python3-openssl python3-pygments python3-pyinotify shared-mime-info sysstat wget xdg-user-dirs 
0 packages upgraded, 171 newly installed, 0 to remove and 0 not upgraded.
Need to get 108 MB of archives. After unpacking 920 MB will be used.
Writing extended state information...
Get: 1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1068 B]
Get: 2 http://deb.debian.org/debian sid/main amd64 libpython3.10-minimal amd64 3.10.4-3 [823 kB]
Get: 3 https://debian.softwareheritage.org unstable/main amd64 python3-aiohttp-utils all 3.1.1-1+swh1 [11.1 kB]
Get: 4 https://debian.softwareheritage.org unstable/main amd64 python3-attr-strict all 0.0.7-1+swh1 [6436 B]
Get: 5 https://debian.softwareheritage.org unstable/main amd64 python3-mirakuru all 2.4.2-2~~swh1 [21.6 kB]
Get: 6 https://debian.softwareheritage.org unstable/main amd64 python3-pytest-postgresql all 3.1.3~gh-1~~swh1 [21.7 kB]
Get: 7 https://debian.softwareheritage.org unstable/main amd64 python3-swh.core all 2.4.0-1~swh1 [2014 kB]
Get: 8 http://deb.debian.org/debian sid/main amd64 libexpat1 amd64 2.4.8-1 [109 kB]
Get: 9 http://deb.debian.org/debian sid/main amd64 python3.10-minimal amd64 3.10.4-3 [2089 kB]
Get: 10 http://deb.debian.org/debian sid/main amd64 python3-minimal amd64 3.10.4-1 [38.6 kB]
Get: 11 http://deb.debian.org/debian sid/main amd64 media-types all 7.0.0 [32.9 kB]
Get: 12 http://deb.debian.org/debian sid/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB]
Get: 13 http://deb.debian.org/debian sid/main amd64 readline-common all 8.1.2-1 [73.8 kB]
Get: 14 http://deb.debian.org/debian sid/main amd64 libreadline8 amd64 8.1.2-1 [168 kB]
Get: 15 http://deb.debian.org/debian sid/main amd64 libpython3.10-stdlib amd64 3.10.4-3 [1703 kB]
Get: 16 https://debian.softwareheritage.org unstable/main amd64 python3-swh.model all 6.0.1-1~swh1 [98.7 kB]
Get: 17 http://deb.debian.org/debian sid/main amd64 python3.10 amd64 3.10.4-3 [536 kB]
Get: 18 https://debian.softwareheritage.org unstable/main amd64 python3-swh.perfecthash amd64 0.1.2-1~swh1 [13.3 kB]
Get: 19 http://deb.debian.org/debian sid/main amd64 libpython3-stdlib amd64 3.10.4-1 [21.7 kB]
Get: 20 http://deb.debian.org/debian sid/main amd64 python3 amd64 3.10.4-1 [38.1 kB]
Get: 21 http://deb.debian.org/debian sid/main amd64 libpython3.9-minimal amd64 3.9.12-1 [803 kB]
Get: 22 http://deb.debian.org/debian sid/main amd64 python3.9-minimal amd64 3.9.12-1 [1938 kB]
Get: 23 http://deb.debian.org/debian sid/main amd64 netbase all 6.3 [19.9 kB]
Get: 24 http://deb.debian.org/debian sid/main amd64 sensible-utils all 0.0.17 [21.5 kB]
Get: 25 http://deb.debian.org/debian sid/main amd64 libmagic-mgc amd64 1:5.41-3 [295 kB]
Get: 26 http://deb.debian.org/debian sid/main amd64 libmagic1 amd64 1:5.41-3 [130 kB]
Get: 27 http://deb.debian.org/debian sid/main amd64 file amd64 1:5.41-3 [67.0 kB]
Get: 28 http://deb.debian.org/debian sid/main amd64 gettext-base amd64 0.21-6 [175 kB]
Get: 29 http://deb.debian.org/debian sid/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get: 30 http://deb.debian.org/debian sid/main amd64 groff-base amd64 1.22.4-8 [936 kB]
Get: 31 http://deb.debian.org/debian sid/main amd64 libc-l10n all 2.33-7 [865 kB]
Get: 32 http://deb.debian.org/debian sid/main amd64 locales all 2.33-7 [4094 kB]
Get: 33 http://deb.debian.org/debian sid/main amd64 bsdextrautils amd64 2.37.3-1+b1 [144 kB]
Get: 34 http://deb.debian.org/debian sid/main amd64 libpipeline1 amd64 1.5.5-1 [37.6 kB]
Get: 35 http://deb.debian.org/debian sid/main amd64 man-db amd64 2.10.2-1 [1411 kB]
Get: 36 http://deb.debian.org/debian sid/main amd64 ucf all 3.0043 [74.0 kB]
Get: 37 http://deb.debian.org/debian sid/main amd64 libsigsegv2 amd64 2.14-1 [37.2 kB]
Get: 38 http://deb.debian.org/debian sid/main amd64 m4 amd64 1.4.18-5 [204 kB]
Get: 39 http://deb.debian.org/debian sid/main amd64 autoconf all 2.71-2 [343 kB]
Get: 40 http://deb.debian.org/debian sid/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get: 41 http://deb.debian.org/debian sid/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get: 42 http://deb.debian.org/debian sid/main amd64 autopoint all 0.21-6 [510 kB]
Get: 43 http://deb.debian.org/debian sid/main amd64 libdebhelper-perl all 13.6 [193 kB]
Get: 44 http://deb.debian.org/debian sid/main amd64 libtool all 2.4.7-3 [526 kB]
Get: 45 http://deb.debian.org/debian sid/main amd64 dh-autoreconf all 20 [17.1 kB]
Get: 46 http://deb.debian.org/debian sid/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get: 47 http://deb.debian.org/debian sid/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
Get: 48 http://deb.debian.org/debian sid/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [26.6 kB]
Get: 49 http://deb.debian.org/debian sid/main amd64 dh-strip-nondeterminism all 1.13.0-1 [15.8 kB]
Get: 50 http://deb.debian.org/debian sid/main amd64 libelf1 amd64 0.186-1 [179 kB]
Get: 51 http://deb.debian.org/debian sid/main amd64 dwz amd64 0.14-1 [98.3 kB]
Get: 52 http://deb.debian.org/debian sid/main amd64 libicu67 amd64 67.1-7 [8622 kB]
Get: 53 http://deb.debian.org/debian sid/main amd64 libxml2 amd64 2.9.13+dfsg-1 [709 kB]
Get: 54 http://deb.debian.org/debian sid/main amd64 gettext amd64 0.21-6 [1310 kB]
Get: 55 http://deb.debian.org/debian sid/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get: 56 http://deb.debian.org/debian sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get: 57 http://deb.debian.org/debian sid/main amd64 debhelper all 13.6 [1054 kB]
Get: 58 http://deb.debian.org/debian sid/main amd64 python3-lib2to3 all 3.9.12-1 [79.9 kB]
Get: 59 http://deb.debian.org/debian sid/main amd64 python3-distutils all 3.9.12-1 [146 kB]
Get: 60 http://deb.debian.org/debian sid/main amd64 dh-python all 5.20220403 [113 kB]
Get: 61 http://deb.debian.org/debian sid/main amd64 libglib2.0-0 amd64 2.72.0-1+b1 [1426 kB]
Get: 62 http://deb.debian.org/debian sid/main amd64 libgirepository-1.0-1 amd64 1.72.0-1+b1 [98.0 kB]
Get: 63 http://deb.debian.org/debian sid/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1+b1 [156 kB]
Get: 64 http://deb.debian.org/debian sid/main amd64 libmd0 amd64 1.0.4-1 [29.6 kB]
Get: 65 http://deb.debian.org/debian sid/main amd64 libbsd0 amd64 0.11.6-1 [114 kB]
Get: 66 http://deb.debian.org/debian sid/main amd64 libcmph0 amd64 2.0.2-2 [62.7 kB]
Get: 67 http://deb.debian.org/debian sid/main amd64 libedit2 amd64 3.1-20210910-1 [97.5 kB]
Get: 68 http://deb.debian.org/debian sid/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [316 kB]
Get: 69 http://deb.debian.org/debian sid/main amd64 libjson-perl all 4.04000-1 [88.8 kB]
Get: 70 http://deb.debian.org/debian sid/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-2+b1 [74.5 kB]
Get: 71 http://deb.debian.org/debian sid/main amd64 libsasl2-2 amd64 2.1.28+dfsg-2+b1 [111 kB]
Get: 72 http://deb.debian.org/debian sid/main amd64 libldap-2.5-0 amd64 2.5.11+dfsg-1 [226 kB]
Get: 73 http://deb.debian.org/debian sid/main amd64 libz3-4 amd64 4.8.12-1+b1 [6997 kB]
Get: 74 http://deb.debian.org/debian sid/main amd64 libllvm13 amd64 1:13.0.1-3+b2 [20.1 MB]
Get: 75 http://deb.debian.org/debian sid/main amd64 libpq5 amd64 14.2-1+b2 [172 kB]
Get: 76 http://deb.debian.org/debian sid/main amd64 libpython3.9-stdlib amd64 3.9.12-1 [1683 kB]
Get: 77 http://deb.debian.org/debian sid/main amd64 libxslt1.1 amd64 1.1.34-4 [239 kB]
Get: 78 http://deb.debian.org/debian sid/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
Get: 79 http://deb.debian.org/debian sid/main amd64 postgresql-client-common all 240 [92.0 kB]
Get: 80 http://deb.debian.org/debian sid/main amd64 postgresql-client-14 amd64 14.2-1+b2 [1623 kB]
Get: 81 http://deb.debian.org/debian sid/main amd64 ssl-cert all 1.1.2 [21.1 kB]
Get: 82 http://deb.debian.org/debian sid/main amd64 postgresql-common all 240 [229 kB]
Get: 83 http://deb.debian.org/debian sid/main amd64 postgresql-14 amd64 14.2-1+b2 [15.9 MB]
Get: 84 http://deb.debian.org/debian sid/main amd64 postgresql all 14+240 [66.5 kB]
Get: 85 http://deb.debian.org/debian sid/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4997 kB]
Get: 86 http://deb.debian.org/debian sid/main amd64 python3-cffi-backend amd64 1.15.0-1+b1 [97.8 kB]
Get: 87 http://deb.debian.org/debian sid/main amd64 python3-cryptography amd64 3.4.8-1 [232 kB]
Get: 88 http://deb.debian.org/debian sid/main amd64 python3-six all 1.16.0-3 [17.5 kB]
Get: 89 http://deb.debian.org/debian sid/main amd64 python3-dateutil all 2.8.1-6 [79.2 kB]
Get: 90 http://deb.debian.org/debian sid/main amd64 python3-jwt all 2.3.0-1 [23.8 kB]
Get: 91 http://deb.debian.org/debian sid/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
Get: 92 http://deb.debian.org/debian sid/main amd64 python3-charset-normalizer all 2.0.6-2 [30.6 kB]
Get: 93 http://deb.debian.org/debian sid/main amd64 python3-idna all 3.3-1 [39.4 kB]
Get: 94 http://deb.debian.org/debian sid/main amd64 python3-urllib3 all 1.26.9-1 [116 kB]
Get: 95 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 59.6.0-1.2 [196 kB]
Get: 96 http://deb.debian.org/debian sid/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
Get: 97 http://deb.debian.org/debian sid/main amd64 python3-requests all 2.27.1+dfsg-1 [71.9 kB]
Get: 98 http://deb.debian.org/debian sid/main amd64 python3-adal all 1.2.2-1 [32.2 kB]
Get: 99 http://deb.debian.org/debian sid/main amd64 python3-multidict amd64 5.1.0-1+b1 [43.3 kB]
Get: 100 http://deb.debian.org/debian sid/main amd64 python3-yarl amd64 1.7.2-1 [53.5 kB]
Get: 101 http://deb.debian.org/debian sid/main amd64 python3-typing-extensions all 3.10.0.2-1 [35.2 kB]
Get: 102 http://deb.debian.org/debian sid/main amd64 python3-async-timeout all 4.0.1-1 [7660 B]
Get: 103 http://deb.debian.org/debian sid/main amd64 python3-frozenlist amd64 1.2.0-1+b1 [68.4 kB]
Get: 104 http://deb.debian.org/debian sid/main amd64 python3-aiosignal all 1.2.0-2 [6348 B]
Get: 105 http://deb.debian.org/debian sid/main amd64 python3-attr all 21.2.0-1 [57.5 kB]
Get: 106 http://deb.debian.org/debian sid/main amd64 python3-aiohttp amd64 3.8.1-4 [285 kB]
Get: 107 http://deb.debian.org/debian sid/main amd64 python3-setuptools all 59.6.0-1.2 [401 kB]
Get: 108 http://deb.debian.org/debian sid/main amd64 python3-gunicorn all 20.1.0-2 [62.9 kB]
Get: 109 http://deb.debian.org/debian sid/main amd64 python3-mimeparse all 1.6.0-3 [7200 B]
Get: 110 http://deb.debian.org/debian sid/main amd64 python3-colorama all 0.4.4-1 [28.5 kB]
Get: 111 http://deb.debian.org/debian sid/main amd64 python3.9 amd64 3.9.12-1 [492 kB]
Get: 112 http://deb.debian.org/debian sid/main amd64 python3-all amd64 3.10.4-1 [1064 B]
Get: 113 http://deb.debian.org/debian sid/main amd64 python3-avro all 1.11.0+dfsg-1 [68.1 kB]
Get: 114 http://deb.debian.org/debian sid/main amd64 python3-isodate all 0.6.1-1 [25.3 kB]
Get: 115 http://deb.debian.org/debian sid/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.6 kB]
Get: 116 http://deb.debian.org/debian sid/main amd64 python3-oauthlib all 3.2.0-1 [96.2 kB]
Get: 117 http://deb.debian.org/debian sid/main amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [20.9 kB]
Get: 118 http://deb.debian.org/debian sid/main amd64 python3-msrest all 0.6.21-1 [48.1 kB]
Get: 119 http://deb.debian.org/debian sid/main amd64 python3-msrestazure all 0.6.4-1 [26.8 kB]
Get: 120 http://deb.debian.org/debian sid/main amd64 python3-msal all 1.17.0-1 [69.3 kB]
Get: 121 http://deb.debian.org/debian sid/main amd64 python3-gi amd64 3.42.0-3 [254 kB]
Get: 122 http://deb.debian.org/debian sid/main amd64 python3-portalocker all 2.2.1-1 [18.5 kB]
Get: 123 http://deb.debian.org/debian sid/main amd64 python3-msal-extensions all 1.0.0-1 [16.9 kB]
Get: 124 http://deb.debian.org/debian sid/main amd64 python3-uamqp amd64 1.5.3-1 [800 kB]
Get: 125 http://deb.debian.org/debian sid/main amd64 python3-azure all 20220407+git-1 [9777 kB]
Get: 126 http://deb.debian.org/debian sid/main amd64 python3-azure-storage all 20220407+git-1 [263 kB]
Get: 127 http://deb.debian.org/debian sid/main amd64 python3-tz all 2022.1-1 [34.8 kB]
Get: 128 http://deb.debian.org/debian sid/main amd64 python3-babel all 2.8.0+dfsg.1-7 [100 kB]
Get: 129 http://deb.debian.org/debian sid/main amd64 python3-ply all 3.11-5 [65.8 kB]
Get: 130 http://deb.debian.org/debian sid/main amd64 python3-pycparser all 2.21-1 [78.8 kB]
Get: 131 http://deb.debian.org/debian sid/main amd64 python3-cffi all 1.15.0-1 [88.4 kB]
Get: 132 http://deb.debian.org/debian sid/main amd64 python3-click all 8.0.3-1 [91.9 kB]
Get: 133 http://deb.debian.org/debian sid/main amd64 python3-wrapt amd64 1.13.3-1+b1 [41.8 kB]
Get: 134 http://deb.debian.org/debian sid/main amd64 python3-deprecated all 1.2.13-2 [13.7 kB]
Get: 135 http://deb.debian.org/debian sid/main amd64 python3-extras all 1.0.0-4 [8028 B]
Get: 136 http://deb.debian.org/debian sid/main amd64 python3-pbr all 5.8.1-2 [62.0 kB]
Get: 137 http://deb.debian.org/debian sid/main amd64 python3-testtools all 2.5.0-3 [124 kB]
Get: 138 http://deb.debian.org/debian sid/main amd64 python3-fixtures all 3.0.0-4 [32.7 kB]
Get: 139 http://deb.debian.org/debian sid/main amd64 python3-itsdangerous all 2.1.2-1 [17.3 kB]
Get: 140 http://deb.debian.org/debian sid/main amd64 python3-markupsafe amd64 2.0.1-2+b1 [14.0 kB]
Get: 141 http://deb.debian.org/debian sid/main amd64 python3-jinja2 all 3.0.3-1 [121 kB]
Get: 142 http://deb.debian.org/debian sid/main amd64 python3-werkzeug all 2.0.2+dfsg1-1 [212 kB]
Get: 143 http://deb.debian.org/debian sid/main amd64 python3-flask all 2.0.1-2 [100 kB]
Get: 144 http://deb.debian.org/debian sid/main amd64 python3-sortedcontainers all 2.1.0-2 [31.4 kB]
Get: 145 http://deb.debian.org/debian sid/main amd64 python3-hypothesis all 6.36.0-1 [253 kB]
Get: 146 http://deb.debian.org/debian sid/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get: 147 http://deb.debian.org/debian sid/main amd64 python3-iso8601 all 1.0.2-1 [15.7 kB]
Get: 148 http://deb.debian.org/debian sid/main amd64 python3-lockfile all 1:0.12.2-2.2 [17.3 kB]
Get: 149 http://deb.debian.org/debian sid/main amd64 python3-simplejson amd64 3.17.6-1 [65.2 kB]
Get: 150 http://deb.debian.org/debian sid/main amd64 python3-libcloud all 3.4.1-2 [807 kB]
Get: 151 http://deb.debian.org/debian sid/main amd64 python3-magic all 2:0.4.25-1 [14.5 kB]
Get: 152 http://deb.debian.org/debian sid/main amd64 python3-psutil amd64 5.9.0-1 [188 kB]
Get: 153 http://deb.debian.org/debian sid/main amd64 python3-more-itertools all 8.10.0-2 [53.0 kB]
Get: 154 http://deb.debian.org/debian sid/main amd64 python3-msgpack amd64 1.0.3-1 [82.0 kB]
Get: 155 http://deb.debian.org/debian sid/main amd64 python3-pyparsing all 3.0.7-2 [140 kB]
Get: 156 http://deb.debian.org/debian sid/main amd64 python3-packaging all 21.3-1 [34.1 kB]
Get: 157 http://deb.debian.org/debian sid/main amd64 python3-pluggy all 1.0.0-1 [19.6 kB]
Get: 158 http://deb.debian.org/debian sid/main amd64 python3-port-for all 0.6.1-1 [18.6 kB]
Get: 159 http://deb.debian.org/debian sid/main amd64 python3-psycopg2 amd64 2.9.2-1 [147 kB]
Get: 160 http://deb.debian.org/debian sid/main amd64 python3-py all 1.10.0-1 [94.2 kB]
Get: 161 http://deb.debian.org/debian sid/main amd64 python3-toml all 0.10.2-1 [16.2 kB]
Get: 162 http://deb.debian.org/debian sid/main amd64 python3-pytest all 6.2.5-2 [218 kB]
Get: 163 http://deb.debian.org/debian sid/main amd64 python3-pytest-mock all 3.6.1-1 [23.9 kB]
Get: 164 http://deb.debian.org/debian sid/main amd64 python3-requests-mock all 1.9.3-2 [17.1 kB]
Get: 165 http://deb.debian.org/debian sid/main amd64 python3-requests-toolbelt all 0.9.1-1 [41.7 kB]
Get: 166 http://deb.debian.org/debian sid/main amd64 python3-sentry-sdk all 1.4.3-1 [99.4 kB]
Get: 167 http://deb.debian.org/debian sid/main amd64 python3-tomli all 1.2.2-2 [14.0 kB]
Get: 168 http://deb.debian.org/debian sid/main amd64 python3-setuptools-scm all 6.4.2-1 [39.5 kB]
Get: 169 http://deb.debian.org/debian sid/main amd64 python3-sh all 1.14.2-1 [42.8 kB]
Get: 170 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 5.4.1-1+b1 [163 kB]
Get: 171 http://deb.debian.org/debian sid/main amd64 python3-systemd amd64 234-4 [37.3 kB]
Fetched 108 MB in 14s (7701 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpython3.10-minimal:amd64.
(Reading database ... 16040 files and directories currently installed.)
Preparing to unpack .../libpython3.10-minimal_3.10.4-3_amd64.deb ...
Unpacking libpython3.10-minimal:amd64 (3.10.4-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.4.8-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.4.8-1) ...
Selecting previously unselected package python3.10-minimal.
Preparing to unpack .../python3.10-minimal_3.10.4-3_amd64.deb ...
Unpacking python3.10-minimal (3.10.4-3) ...
Setting up libpython3.10-minimal:amd64 (3.10.4-3) ...
Setting up libexpat1:amd64 (2.4.8-1) ...
Setting up python3.10-minimal (3.10.4-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 16343 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.10.4-1_amd64.deb ...
Unpacking python3-minimal (3.10.4-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_7.0.0_all.deb ...
Unpacking media-types (7.0.0) ...
Selecting previously unselected package libmpdec3:amd64.
Preparing to unpack .../2-libmpdec3_2.5.1-2_amd64.deb ...
Unpacking libmpdec3:amd64 (2.5.1-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
Unpacking readline-common (8.1.2-1) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
Unpacking libreadline8:amd64 (8.1.2-1) ...
Selecting previously unselected package libpython3.10-stdlib:amd64.
Preparing to unpack .../5-libpython3.10-stdlib_3.10.4-3_amd64.deb ...
Unpacking libpython3.10-stdlib:amd64 (3.10.4-3) ...
Selecting previously unselected package python3.10.
Preparing to unpack .../6-python3.10_3.10.4-3_amd64.deb ...
Unpacking python3.10 (3.10.4-3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../7-libpython3-stdlib_3.10.4-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.10.4-1) ...
Setting up python3-minimal (3.10.4-1) ...
Selecting previously unselected package python3.
(Reading database ... 16769 files and directories currently installed.)
Preparing to unpack .../000-python3_3.10.4-1_amd64.deb ...
Unpacking python3 (3.10.4-1) ...
Selecting previously unselected package libpython3.9-minimal:amd64.
Preparing to unpack .../001-libpython3.9-minimal_3.9.12-1_amd64.deb ...
Unpacking libpython3.9-minimal:amd64 (3.9.12-1) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../002-python3.9-minimal_3.9.12-1_amd64.deb ...
Unpacking python3.9-minimal (3.9.12-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../003-netbase_6.3_all.deb ...
Unpacking netbase (6.3) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../004-sensible-utils_0.0.17_all.deb ...
Unpacking sensible-utils (0.0.17) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../005-libmagic-mgc_1%3a5.41-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.41-3) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../006-libmagic1_1%3a5.41-3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.41-3) ...
Selecting previously unselected package file.
Preparing to unpack .../007-file_1%3a5.41-3_amd64.deb ...
Unpacking file (1:5.41-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../008-gettext-base_0.21-6_amd64.deb ...
Unpacking gettext-base (0.21-6) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../009-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../010-groff-base_1.22.4-8_amd64.deb ...
Unpacking groff-base (1.22.4-8) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../011-libc-l10n_2.33-7_all.deb ...
Unpacking libc-l10n (2.33-7) ...
Selecting previously unselected package locales.
Preparing to unpack .../012-locales_2.33-7_all.deb ...
Unpacking locales (2.33-7) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../013-bsdextrautils_2.37.3-1+b1_amd64.deb ...
Unpacking bsdextrautils (2.37.3-1+b1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../014-libpipeline1_1.5.5-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.5-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../015-man-db_2.10.2-1_amd64.deb ...
Unpacking man-db (2.10.2-1) ...
Selecting previously unselected package ucf.
Preparing to unpack .../016-ucf_3.0043_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0043) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../017-libsigsegv2_2.14-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.14-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../018-m4_1.4.18-5_amd64.deb ...
Unpacking m4 (1.4.18-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../019-autoconf_2.71-2_all.deb ...
Unpacking autoconf (2.71-2) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../020-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../021-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../022-autopoint_0.21-6_all.deb ...
Unpacking autopoint (0.21-6) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../023-libdebhelper-perl_13.6_all.deb ...
Unpacking libdebhelper-perl (13.6) ...
Selecting previously unselected package libtool.
Preparing to unpack .../024-libtool_2.4.7-3_all.deb ...
Unpacking libtool (2.4.7-3) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../025-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../026-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../027-libsub-override-perl_0.09-2_all.deb ...
Unpacking libsub-override-perl (0.09-2) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../028-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../029-dh-strip-nondeterminism_1.13.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.0-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../030-libelf1_0.186-1_amd64.deb ...
Unpacking libelf1:amd64 (0.186-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../031-dwz_0.14-1_amd64.deb ...
Unpacking dwz (0.14-1) ...
Selecting previously unselected package libicu67:amd64.
Preparing to unpack .../032-libicu67_67.1-7_amd64.deb ...
Unpacking libicu67:amd64 (67.1-7) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../033-libxml2_2.9.13+dfsg-1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.13+dfsg-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../034-gettext_0.21-6_amd64.deb ...
Unpacking gettext (0.21-6) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../035-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../036-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../037-debhelper_13.6_all.deb ...
Unpacking debhelper (13.6) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../038-python3-lib2to3_3.9.12-1_all.deb ...
Unpacking python3-lib2to3 (3.9.12-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../039-python3-distutils_3.9.12-1_all.deb ...
Unpacking python3-distutils (3.9.12-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../040-dh-python_5.20220403_all.deb ...
Unpacking dh-python (5.20220403) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../041-libglib2.0-0_2.72.0-1+b1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.72.0-1+b1) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../042-libgirepository-1.0-1_1.72.0-1+b1_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.72.0-1+b1) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../043-gir1.2-glib-2.0_1.72.0-1+b1_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1+b1) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../044-libmd0_1.0.4-1_amd64.deb ...
Unpacking libmd0:amd64 (1.0.4-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../045-libbsd0_0.11.6-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.6-1) ...
Selecting previously unselected package libcmph0.
Preparing to unpack .../046-libcmph0_2.0.2-2_amd64.deb ...
Unpacking libcmph0 (2.0.2-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../047-libedit2_3.1-20210910-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20210910-1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../048-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../049-libjson-perl_4.04000-1_all.deb ...
Unpacking libjson-perl (4.04000-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../050-libsasl2-modules-db_2.1.28+dfsg-2+b1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-2+b1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../051-libsasl2-2_2.1.28+dfsg-2+b1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg-2+b1) ...
Selecting previously unselected package libldap-2.5-0:amd64.
Preparing to unpack .../052-libldap-2.5-0_2.5.11+dfsg-1_amd64.deb ...
Unpacking libldap-2.5-0:amd64 (2.5.11+dfsg-1) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../053-libz3-4_4.8.12-1+b1_amd64.deb ...
Unpacking libz3-4:amd64 (4.8.12-1+b1) ...
Selecting previously unselected package libllvm13:amd64.
Preparing to unpack .../054-libllvm13_1%3a13.0.1-3+b2_amd64.deb ...
Unpacking libllvm13:amd64 (1:13.0.1-3+b2) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../055-libpq5_14.2-1+b2_amd64.deb ...
Unpacking libpq5:amd64 (14.2-1+b2) ...
Selecting previously unselected package libpython3.9-stdlib:amd64.
Preparing to unpack .../056-libpython3.9-stdlib_3.9.12-1_amd64.deb ...
Unpacking libpython3.9-stdlib:amd64 (3.9.12-1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../057-libxslt1.1_1.1.34-4_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.34-4) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../058-libyaml-0-2_0.2.2-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../059-postgresql-client-common_240_all.deb ...
Unpacking postgresql-client-common (240) ...
Selecting previously unselected package postgresql-client-14.
Preparing to unpack .../060-postgresql-client-14_14.2-1+b2_amd64.deb ...
Unpacking postgresql-client-14 (14.2-1+b2) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../061-ssl-cert_1.1.2_all.deb ...
Unpacking ssl-cert (1.1.2) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../062-postgresql-common_240_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Unpacking postgresql-common (240) ...
Selecting previously unselected package postgresql-14.
Preparing to unpack .../063-postgresql-14_14.2-1+b2_amd64.deb ...
Unpacking postgresql-14 (14.2-1+b2) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../064-postgresql_14+240_all.deb ...
Unpacking postgresql (14+240) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../065-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ...
Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ...
Selecting previously unselected package python3-cffi-backend:amd64.
Preparing to unpack .../066-python3-cffi-backend_1.15.0-1+b1_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.15.0-1+b1) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../067-python3-cryptography_3.4.8-1_amd64.deb ...
Unpacking python3-cryptography (3.4.8-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../068-python3-six_1.16.0-3_all.deb ...
Unpacking python3-six (1.16.0-3) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../069-python3-dateutil_2.8.1-6_all.deb ...
Unpacking python3-dateutil (2.8.1-6) ...
Selecting previously unselected package python3-jwt.
Preparing to unpack .../070-python3-jwt_2.3.0-1_all.deb ...
Unpacking python3-jwt (2.3.0-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../071-python3-certifi_2020.6.20-1_all.deb ...
Unpacking python3-certifi (2020.6.20-1) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../072-python3-charset-normalizer_2.0.6-2_all.deb ...
Unpacking python3-charset-normalizer (2.0.6-2) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../073-python3-idna_3.3-1_all.deb ...
Unpacking python3-idna (3.3-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../074-python3-urllib3_1.26.9-1_all.deb ...
Unpacking python3-urllib3 (1.26.9-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../075-python3-pkg-resources_59.6.0-1.2_all.deb ...
Unpacking python3-pkg-resources (59.6.0-1.2) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../076-python3-chardet_4.0.0-1_all.deb ...
Unpacking python3-chardet (4.0.0-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../077-python3-requests_2.27.1+dfsg-1_all.deb ...
Unpacking python3-requests (2.27.1+dfsg-1) ...
Selecting previously unselected package python3-adal.
Preparing to unpack .../078-python3-adal_1.2.2-1_all.deb ...
Unpacking python3-adal (1.2.2-1) ...
Selecting previously unselected package python3-multidict.
Preparing to unpack .../079-python3-multidict_5.1.0-1+b1_amd64.deb ...
Unpacking python3-multidict (5.1.0-1+b1) ...
Selecting previously unselected package python3-yarl.
Preparing to unpack .../080-python3-yarl_1.7.2-1_amd64.deb ...
Unpacking python3-yarl (1.7.2-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../081-python3-typing-extensions_3.10.0.2-1_all.deb ...
Unpacking python3-typing-extensions (3.10.0.2-1) ...
Selecting previously unselected package python3-async-timeout.
Preparing to unpack .../082-python3-async-timeout_4.0.1-1_all.deb ...
Unpacking python3-async-timeout (4.0.1-1) ...
Selecting previously unselected package python3-frozenlist.
Preparing to unpack .../083-python3-frozenlist_1.2.0-1+b1_amd64.deb ...
Unpacking python3-frozenlist (1.2.0-1+b1) ...
Selecting previously unselected package python3-aiosignal.
Preparing to unpack .../084-python3-aiosignal_1.2.0-2_all.deb ...
Unpacking python3-aiosignal (1.2.0-2) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../085-python3-attr_21.2.0-1_all.deb ...
Unpacking python3-attr (21.2.0-1) ...
Selecting previously unselected package python3-aiohttp.
Preparing to unpack .../086-python3-aiohttp_3.8.1-4_amd64.deb ...
Unpacking python3-aiohttp (3.8.1-4) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../087-python3-setuptools_59.6.0-1.2_all.deb ...
Unpacking python3-setuptools (59.6.0-1.2) ...
Selecting previously unselected package python3-gunicorn.
Preparing to unpack .../088-python3-gunicorn_20.1.0-2_all.deb ...
Unpacking python3-gunicorn (20.1.0-2) ...
Selecting previously unselected package python3-mimeparse.
Preparing to unpack .../089-python3-mimeparse_1.6.0-3_all.deb ...
Unpacking python3-mimeparse (1.6.0-3) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../090-python3-colorama_0.4.4-1_all.deb ...
Unpacking python3-colorama (0.4.4-1) ...
Selecting previously unselected package python3-aiohttp-utils.
Preparing to unpack .../091-python3-aiohttp-utils_3.1.1-1+swh1_all.deb ...
Unpacking python3-aiohttp-utils (3.1.1-1+swh1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../092-python3.9_3.9.12-1_amd64.deb ...
Unpacking python3.9 (3.9.12-1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../093-python3-all_3.10.4-1_amd64.deb ...
Unpacking python3-all (3.10.4-1) ...
Selecting previously unselected package python3-attr-strict.
Preparing to unpack .../094-python3-attr-strict_0.0.7-1+swh1_all.deb ...
Unpacking python3-attr-strict (0.0.7-1+swh1) ...
Selecting previously unselected package python3-avro.
Preparing to unpack .../095-python3-avro_1.11.0+dfsg-1_all.deb ...
Unpacking python3-avro (1.11.0+dfsg-1) ...
Selecting previously unselected package python3-isodate.
Preparing to unpack .../096-python3-isodate_0.6.1-1_all.deb ...
Unpacking python3-isodate (0.6.1-1) ...
Selecting previously unselected package python3-blinker.
Preparing to unpack .../097-python3-blinker_1.4+dfsg1-0.4_all.deb ...
Unpacking python3-blinker (1.4+dfsg1-0.4) ...
Selecting previously unselected package python3-oauthlib.
Preparing to unpack .../098-python3-oauthlib_3.2.0-1_all.deb ...
Unpacking python3-oauthlib (3.2.0-1) ...
Selecting previously unselected package python3-requests-oauthlib.
Preparing to unpack .../099-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ...
Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ...
Selecting previously unselected package python3-msrest.
Preparing to unpack .../100-python3-msrest_0.6.21-1_all.deb ...
Unpacking python3-msrest (0.6.21-1) ...
Selecting previously unselected package python3-msrestazure.
Preparing to unpack .../101-python3-msrestazure_0.6.4-1_all.deb ...
Unpacking python3-msrestazure (0.6.4-1) ...
Selecting previously unselected package python3-msal.
Preparing to unpack .../102-python3-msal_1.17.0-1_all.deb ...
Unpacking python3-msal (1.17.0-1) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../103-python3-gi_3.42.0-3_amd64.deb ...
Unpacking python3-gi (3.42.0-3) ...
Selecting previously unselected package python3-portalocker.
Preparing to unpack .../104-python3-portalocker_2.2.1-1_all.deb ...
Unpacking python3-portalocker (2.2.1-1) ...
Selecting previously unselected package python3-msal-extensions.
Preparing to unpack .../105-python3-msal-extensions_1.0.0-1_all.deb ...
Unpacking python3-msal-extensions (1.0.0-1) ...
Selecting previously unselected package python3-uamqp.
Preparing to unpack .../106-python3-uamqp_1.5.3-1_amd64.deb ...
Unpacking python3-uamqp (1.5.3-1) ...
Selecting previously unselected package python3-azure.
Preparing to unpack .../107-python3-azure_20220407+git-1_all.deb ...
Unpacking python3-azure (20220407+git-1) ...
Selecting previously unselected package python3-azure-storage.
Preparing to unpack .../108-python3-azure-storage_20220407+git-1_all.deb ...
Unpacking python3-azure-storage (20220407+git-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../109-python3-tz_2022.1-1_all.deb ...
Unpacking python3-tz (2022.1-1) ...
Selecting previously unselected package python3-babel.
Preparing to unpack .../110-python3-babel_2.8.0+dfsg.1-7_all.deb ...
Unpacking python3-babel (2.8.0+dfsg.1-7) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../111-python3-ply_3.11-5_all.deb ...
Unpacking python3-ply (3.11-5) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../112-python3-pycparser_2.21-1_all.deb ...
Unpacking python3-pycparser (2.21-1) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../113-python3-cffi_1.15.0-1_all.deb ...
Unpacking python3-cffi (1.15.0-1) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../114-python3-click_8.0.3-1_all.deb ...
Unpacking python3-click (8.0.3-1) ...
Selecting previously unselected package python3-wrapt.
Preparing to unpack .../115-python3-wrapt_1.13.3-1+b1_amd64.deb ...
Unpacking python3-wrapt (1.13.3-1+b1) ...
Selecting previously unselected package python3-deprecated.
Preparing to unpack .../116-python3-deprecated_1.2.13-2_all.deb ...
Unpacking python3-deprecated (1.2.13-2) ...
Selecting previously unselected package python3-extras.
Preparing to unpack .../117-python3-extras_1.0.0-4_all.deb ...
Unpacking python3-extras (1.0.0-4) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../118-python3-pbr_5.8.1-2_all.deb ...
Unpacking python3-pbr (5.8.1-2) ...
Selecting previously unselected package python3-testtools.
Preparing to unpack .../119-python3-testtools_2.5.0-3_all.deb ...
Unpacking python3-testtools (2.5.0-3) ...
Selecting previously unselected package python3-fixtures.
Preparing to unpack .../120-python3-fixtures_3.0.0-4_all.deb ...
Unpacking python3-fixtures (3.0.0-4) ...
Selecting previously unselected package python3-itsdangerous.
Preparing to unpack .../121-python3-itsdangerous_2.1.2-1_all.deb ...
Unpacking python3-itsdangerous (2.1.2-1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../122-python3-markupsafe_2.0.1-2+b1_amd64.deb ...
Unpacking python3-markupsafe (2.0.1-2+b1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../123-python3-jinja2_3.0.3-1_all.deb ...
Unpacking python3-jinja2 (3.0.3-1) ...
Selecting previously unselected package python3-werkzeug.
Preparing to unpack .../124-python3-werkzeug_2.0.2+dfsg1-1_all.deb ...
Unpacking python3-werkzeug (2.0.2+dfsg1-1) ...
Selecting previously unselected package python3-flask.
Preparing to unpack .../125-python3-flask_2.0.1-2_all.deb ...
Unpacking python3-flask (2.0.1-2) ...
Selecting previously unselected package python3-sortedcontainers.
Preparing to unpack .../126-python3-sortedcontainers_2.1.0-2_all.deb ...
Unpacking python3-sortedcontainers (2.1.0-2) ...
Selecting previously unselected package python3-hypothesis.
Preparing to unpack .../127-python3-hypothesis_6.36.0-1_all.deb ...
Unpacking python3-hypothesis (6.36.0-1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../128-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-iso8601.
Preparing to unpack .../129-python3-iso8601_1.0.2-1_all.deb ...
Unpacking python3-iso8601 (1.0.2-1) ...
Selecting previously unselected package python3-lockfile.
Preparing to unpack .../130-python3-lockfile_1%3a0.12.2-2.2_all.deb ...
Unpacking python3-lockfile (1:0.12.2-2.2) ...
Selecting previously unselected package python3-simplejson.
Preparing to unpack .../131-python3-simplejson_3.17.6-1_amd64.deb ...
Unpacking python3-simplejson (3.17.6-1) ...
Selecting previously unselected package python3-libcloud.
Preparing to unpack .../132-python3-libcloud_3.4.1-2_all.deb ...
Unpacking python3-libcloud (3.4.1-2) ...
Selecting previously unselected package python3-magic.
Preparing to unpack .../133-python3-magic_2%3a0.4.25-1_all.deb ...
Unpacking python3-magic (2:0.4.25-1) ...
Selecting previously unselected package python3-psutil.
Preparing to unpack .../134-python3-psutil_5.9.0-1_amd64.deb ...
Unpacking python3-psutil (5.9.0-1) ...
Selecting previously unselected package python3-mirakuru.
Preparing to unpack .../135-python3-mirakuru_2.4.2-2~~swh1_all.deb ...
Unpacking python3-mirakuru (2.4.2-2~~swh1) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../136-python3-more-itertools_8.10.0-2_all.deb ...
Unpacking python3-more-itertools (8.10.0-2) ...
Selecting previously unselected package python3-msgpack.
Preparing to unpack .../137-python3-msgpack_1.0.3-1_amd64.deb ...
Unpacking python3-msgpack (1.0.3-1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../138-python3-pyparsing_3.0.7-2_all.deb ...
Unpacking python3-pyparsing (3.0.7-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../139-python3-packaging_21.3-1_all.deb ...
Unpacking python3-packaging (21.3-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../140-python3-pluggy_1.0.0-1_all.deb ...
Unpacking python3-pluggy (1.0.0-1) ...
Selecting previously unselected package python3-port-for.
Preparing to unpack .../141-python3-port-for_0.6.1-1_all.deb ...
Unpacking python3-port-for (0.6.1-1) ...
Selecting previously unselected package python3-psycopg2.
Preparing to unpack .../142-python3-psycopg2_2.9.2-1_amd64.deb ...
Unpacking python3-psycopg2 (2.9.2-1) ...
Selecting previously unselected package python3-py.
Preparing to unpack .../143-python3-py_1.10.0-1_all.deb ...
Unpacking python3-py (1.10.0-1) ...
Selecting previously unselected package python3-toml.
Preparing to unpack .../144-python3-toml_0.10.2-1_all.deb ...
Unpacking python3-toml (0.10.2-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../145-python3-pytest_6.2.5-2_all.deb ...
Unpacking python3-pytest (6.2.5-2) ...
Selecting previously unselected package python3-pytest-mock.
Preparing to unpack .../146-python3-pytest-mock_3.6.1-1_all.deb ...
Unpacking python3-pytest-mock (3.6.1-1) ...
Selecting previously unselected package python3-pytest-postgresql.
Preparing to unpack .../147-python3-pytest-postgresql_3.1.3~gh-1~~swh1_all.deb ...
Unpacking python3-pytest-postgresql (3.1.3~gh-1~~swh1) ...
Selecting previously unselected package python3-requests-mock.
Preparing to unpack .../148-python3-requests-mock_1.9.3-2_all.deb ...
Unpacking python3-requests-mock (1.9.3-2) ...
Selecting previously unselected package python3-requests-toolbelt.
Preparing to unpack .../149-python3-requests-toolbelt_0.9.1-1_all.deb ...
Unpacking python3-requests-toolbelt (0.9.1-1) ...
Selecting previously unselected package python3-sentry-sdk.
Preparing to unpack .../150-python3-sentry-sdk_1.4.3-1_all.deb ...
Unpacking python3-sentry-sdk (1.4.3-1) ...
Selecting previously unselected package python3-tomli.
Preparing to unpack .../151-python3-tomli_1.2.2-2_all.deb ...
Unpacking python3-tomli (1.2.2-2) ...
Selecting previously unselected package python3-setuptools-scm.
Preparing to unpack .../152-python3-setuptools-scm_6.4.2-1_all.deb ...
Unpacking python3-setuptools-scm (6.4.2-1) ...
Selecting previously unselected package python3-sh.
Preparing to unpack .../153-python3-sh_1.14.2-1_all.deb ...
Unpacking python3-sh (1.14.2-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../154-python3-yaml_5.4.1-1+b1_amd64.deb ...
Unpacking python3-yaml (5.4.1-1+b1) ...
Selecting previously unselected package python3-systemd.
Preparing to unpack .../155-python3-systemd_234-4_amd64.deb ...
Unpacking python3-systemd (234-4) ...
Selecting previously unselected package python3-swh.core.
Preparing to unpack .../156-python3-swh.core_2.4.0-1~swh1_all.deb ...
Unpacking python3-swh.core (2.4.0-1~swh1) ...
Selecting previously unselected package python3-swh.model.
Preparing to unpack .../157-python3-swh.model_6.0.1-1~swh1_all.deb ...
Unpacking python3-swh.model (6.0.1-1~swh1) ...
Selecting previously unselected package python3-swh.perfecthash.
Preparing to unpack .../158-python3-swh.perfecthash_0.1.2-1~swh1_amd64.deb ...
Unpacking python3-swh.perfecthash (0.1.2-1~swh1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../159-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up media-types (7.0.0) ...
Setting up libpipeline1:amd64 (1.5.5-1) ...
Setting up libcmph0 (2.0.2-2) ...
Setting up libc-l10n (2.33-7) ...
Setting up bsdextrautils (2.37.3-1+b1) ...
Setting up libicu67:amd64 (67.1-7) ...
Setting up libmagic-mgc (1:5.41-3) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libyaml-0-2:amd64 (0.2.2-1) ...
Setting up libglib2.0-0:amd64 (2.72.0-1+b1) ...
No schema files found: doing nothing.
Setting up libpython3.9-minimal:amd64 (3.9.12-1) ...
Setting up libdebhelper-perl (13.6) ...
Setting up libmagic1:amd64 (1:5.41-3) ...
Setting up gettext-base (0.21-6) ...
Setting up file (1:5.41-3) ...
Setting up locales (2.33-7) ...
Generating locales (this might take a while)...
Generation complete.
Setting up python-babel-localedata (2.8.0+dfsg.1-7) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-2+b1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libz3-4:amd64 (4.8.12-1+b1) ...
Setting up ssl-cert (1.1.2) ...
Setting up libsigsegv2:amd64 (2.14-1) ...
Setting up autopoint (0.21-6) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg-2+b1) ...
Setting up libmd0:amd64 (1.0.4-1) ...
Setting up sensible-utils (0.0.17) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libjson-perl (4.04000-1) ...
Setting up libmpdec3:amd64 (2.5.1-2) ...
Setting up libsub-override-perl (0.09-2) ...
Setting up libgirepository-1.0-1:amd64 (1.72.0-1+b1) ...
Setting up netbase (6.3) ...
Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Setting up python3.9-minimal (3.9.12-1) ...
Setting up libbsd0:amd64 (0.11.6-1) ...
Setting up libelf1:amd64 (0.186-1) ...
Setting up readline-common (8.1.2-1) ...
Setting up libxml2:amd64 (2.9.13+dfsg-1) ...
Setting up postgresql-client-common (240) ...
Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
Setting up gettext (0.21-6) ...
Setting up libtool (2.4.7-3) ...
Setting up libedit2:amd64 (3.1-20210910-1) ...
Setting up libreadline8:amd64 (8.1.2-1) ...
Setting up m4 (1.4.18-5) ...
Setting up libldap-2.5-0:amd64 (2.5.11+dfsg-1) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up libpython3.10-stdlib:amd64 (3.10.4-3) ...
Setting up libllvm13:amd64 (1:13.0.1-3+b2) ...
Setting up ucf (3.0043) ...
Setting up gir1.2-glib-2.0:amd64 (1.72.0-1+b1) ...
Setting up autoconf (2.71-2) ...
Setting up dh-strip-nondeterminism (1.13.0-1) ...
Setting up dwz (0.14-1) ...
Setting up groff-base (1.22.4-8) ...
Setting up libxslt1.1:amd64 (1.1.34-4) ...
Setting up libpython3.9-stdlib:amd64 (3.9.12-1) ...
Setting up libpython3-stdlib:amd64 (3.10.4-1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up python3.10 (3.10.4-3) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libpq5:amd64 (14.2-1+b2) ...
Setting up python3 (3.10.4-1) ...
Setting up python3-sortedcontainers (2.1.0-2) ...
Setting up postgresql-client-14 (14.2-1+b2) ...
update-alternatives: using /usr/share/postgresql/14/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up man-db (2.10.2-1) ...
Not building database; man-db/auto-update is not 'true'.
Setting up python3-markupsafe (2.0.1-2+b1) ...
Setting up python3-psutil (5.9.0-1) ...
Setting up python3-multidict (5.1.0-1+b1) ...
Setting up python3-tz (2022.1-1) ...
Setting up python3-frozenlist (1.2.0-1+b1) ...
Setting up python3-aiosignal (1.2.0-2) ...
Setting up python3-six (1.16.0-3) ...
Setting up python3-simplejson (3.17.6-1) ...
Setting up dh-autoreconf (20) ...
Setting up python3-isodate (0.6.1-1) ...
Setting up python3-iso8601 (1.0.2-1) ...
Setting up python3-pyparsing (3.0.7-2) ...
Setting up python3-certifi (2020.6.20-1) ...
Setting up python3-avro (1.11.0+dfsg-1) ...
Setting up python3-werkzeug (2.0.2+dfsg1-1) ...
Setting up python3-port-for (0.6.1-1) ...
Setting up python3-gi (3.42.0-3) ...
Setting up postgresql-common (240) ...

Creating config file /etc/postgresql-common/createcluster.conf with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
Setting up python3-idna (3.3-1) ...
Setting up python3-wrapt (1.13.3-1+b1) ...
Setting up python3-psycopg2 (2.9.2-1) ...
Setting up python3-typing-extensions (3.10.0.2-1) ...
Setting up python3-toml (0.10.2-1) ...
Setting up python3-urllib3 (1.26.9-1) ...
Setting up python3-pluggy (1.0.0-1) ...
Setting up python3-portalocker (2.2.1-1) ...
Setting up python3-dateutil (2.8.1-6) ...
Setting up python3-msgpack (1.0.3-1) ...
Setting up python3-magic (2:0.4.25-1) ...
Setting up python3-lib2to3 (3.9.12-1) ...
Setting up python3-yarl (1.7.2-1) ...
Setting up python3-mimeparse (1.6.0-3) ...
Setting up python3-deprecated (1.2.13-2) ...
Setting up python3.9 (3.9.12-1) ...
Setting up python3-systemd (234-4) ...
Setting up python3-cffi-backend:amd64 (1.15.0-1+b1) ...
Setting up python3-blinker (1.4+dfsg1-0.4) ...
Setting up python3-pkg-resources (59.6.0-1.2) ...
Setting up python3-distutils (3.9.12-1) ...
Setting up dh-python (5.20220403) ...
Setting up postgresql-14 (14.2-1+b2) ...
Creating new PostgreSQL cluster 14/main ...
/usr/lib/postgresql/14/bin/initdb -D /var/lib/postgresql/14/main --auth-local peer --auth-host scram-sha-256 --no-instructions
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "C.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/14/main ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
update-alternatives: using /usr/share/postgresql/14/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3-more-itertools (8.10.0-2) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-attr (21.2.0-1) ...
Setting up python3-lockfile (1:0.12.2-2.2) ...
Setting up python3-mirakuru (2.4.2-2~~swh1) ...
Setting up python3-setuptools (59.6.0-1.2) ...
Setting up python3-tomli (1.2.2-2) ...
Setting up python3-py (1.10.0-1) ...
Setting up python3-jwt (2.3.0-1) ...
Setting up python3-babel (2.8.0+dfsg.1-7) ...
update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up python3-colorama (0.4.4-1) ...
Setting up python3-pbr (5.8.1-2) ...
Setting up python3-charset-normalizer (2.0.6-2) ...
Setting up python3-hypothesis (6.36.0-1) ...
Setting up python3-ply (3.11-5) ...
Setting up python3-extras (1.0.0-4) ...
Setting up python3-itsdangerous (2.1.2-1) ...
Setting up python3-all (3.10.4-1) ...
Setting up python3-sh (1.14.2-1) ...
Setting up python3-yaml (5.4.1-1+b1) ...
Setting up debhelper (13.6) ...
Setting up python3-uamqp (1.5.3-1) ...
Setting up python3-click (8.0.3-1) ...
Setting up python3-attr-strict (0.0.7-1+swh1) ...
Setting up python3-pycparser (2.21-1) ...
Setting up python3-async-timeout (4.0.1-1) ...
Setting up python3-jinja2 (3.0.3-1) ...
Setting up python3-packaging (21.3-1) ...
Setting up python3-chardet (4.0.0-1) ...
Setting up python3-cryptography (3.4.8-1) ...
Setting up python3-requests (2.27.1+dfsg-1) ...
Setting up python3-sentry-sdk (1.4.3-1) ...
Setting up python3-gunicorn (20.1.0-2) ...
Setting up python3-adal (1.2.2-1) ...
Setting up postgresql (14+240) ...
Setting up python3-requests-toolbelt (0.9.1-1) ...
Setting up python3-pytest (6.2.5-2) ...
Setting up python3-flask (2.0.1-2) ...
Setting up python3-cffi (1.15.0-1) ...
Setting up python3-aiohttp (3.8.1-4) ...
Setting up python3-msal (1.17.0-1) ...
Setting up python3-msal-extensions (1.0.0-1) ...
Setting up python3-swh.model (6.0.1-1~swh1) ...
Setting up python3-libcloud (3.4.1-2) ...
Setting up python3-setuptools-scm (6.4.2-1) ...
Setting up python3-oauthlib (3.2.0-1) ...
Setting up python3-requests-mock (1.9.3-2) ...
Setting up python3-pytest-mock (3.6.1-1) ...
Setting up python3-pytest-postgresql (3.1.3~gh-1~~swh1) ...
Setting up python3-aiohttp-utils (3.1.1-1+swh1) ...
Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ...
Setting up python3-swh.perfecthash (0.1.2-1~swh1) ...
Setting up python3-swh.core (2.4.0-1~swh1) ...
Setting up python3-msrest (0.6.21-1) ...
Setting up python3-msrestazure (0.6.4-1) ...
Setting up python3-azure (20220407+git-1) ...
Setting up python3-azure-storage (20220407+git-1) ...
Setting up python3-testtools (2.5.0-3) ...
Setting up python3-fixtures (3.0.0-4) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.33-7) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) amd64 (x86_64)
Toolchain package versions: binutils_2.38-3 dpkg-dev_1.21.7 g++-10_10.3.0-15 g++-11_11.2.0-19 gcc-10_10.3.0-15 gcc-11_11.2.0-19 libc6-dev_2.33-7 libstdc++-10-dev_10.3.0-15 libstdc++-11-dev_11.2.0-19 libstdc++6_12-20220319-1 linux-libc-dev_5.16.18-1
Package versions: adduser_3.121 apt_2.4.5 apt-transport-https_2.4.5 aptitude_0.8.13-3 aptitude-common_0.8.13-3 autoconf_2.71-2 automake_1:1.16.5-1.3 autopoint_0.21-6 autotools-dev_20220109.1 base-files_12.2 base-passwd_3.5.52 bash_5.1-6 binutils_2.38-3 binutils-common_2.38-3 binutils-x86-64-linux-gnu_2.38-3 bsdextrautils_2.37.3-1+b1 bsdutils_1:2.37.3-1+b1 build-essential_12.9 bzip2_1.0.8-5 ca-certificates_20211016 coreutils_8.32-4.1 cpp_4:11.2.0-2 cpp-10_10.3.0-15 cpp-11_11.2.0-19 dash_0.5.11+git20210903+057cd650a4ed-8 debconf_1.5.79 debhelper_13.6 debian-archive-keyring_2021.1.1 debianutils_5.7-0.1 dh-autoreconf_20 dh-python_5.20220403 dh-strip-nondeterminism_1.13.0-1 diffutils_1:3.7-5 dpkg_1.21.7 dpkg-dev_1.21.7 dwz_0.14-1 e2fsprogs_1.46.5-2 fakeroot_1.28-1 file_1:5.41-3 findutils_4.9.0-2 g++_4:11.2.0-2 g++-10_10.3.0-15 g++-11_11.2.0-19 gcc_4:11.2.0-2 gcc-10_10.3.0-15 gcc-10-base_10.3.0-15 gcc-11_11.2.0-19 gcc-11-base_11.2.0-19 gcc-12-base_12-20220319-1 gcc-9-base_9.4.0-5 gettext_0.21-6 gettext-base_0.21-6 gir1.2-glib-2.0_1.72.0-1+b1 gpgv_2.2.27-3+b1 grep_3.7-1 groff-base_1.22.4-8 gzip_1.10-4 hostname_3.23 init-system-helpers_1.62 intltool-debian_0.35.0+20060710.5 libacl1_2.3.1-1 libapt-pkg6.0_2.4.5 libarchive-zip-perl_1.68-1 libasan6_11.2.0-19 libatomic1_12-20220319-1 libattr1_1:2.5.1-1 libaudit-common_1:3.0.7-1 libaudit1_1:3.0.7-1+b1 libbinutils_2.38-3 libblkid1_2.37.3-1+b1 libboost-iostreams1.74.0_1.74.0-14 libbsd0_0.11.6-1 libbz2-1.0_1.0.8-5 libc-bin_2.33-7 libc-dev-bin_2.33-7 libc-l10n_2.33-7 libc6_2.33-7 libc6-dev_2.33-7 libcap-ng0_0.7.9-2.2+b2 libcap2_1:2.44-1 libcc1-0_12-20220319-1 libcmph0_2.0.2-2 libcom-err2_1.46.5-2 libcrypt-dev_1:4.4.27-1.1 libcrypt1_1:4.4.27-1.1 libctf-nobfd0_2.38-3 libctf0_2.38-3 libcwidget4_0.5.18-5 libdb5.3_5.3.28+dfsg1-0.8 libdebconfclient0_0.261 libdebhelper-perl_13.6 libdpkg-perl_1.21.7 libedit2_3.1-20210910-1 libelf1_0.186-1 libexpat1_2.4.8-1 libext2fs2_1.46.5-2 libfakeroot_1.28-1 libffi7_3.3-6 libffi8_3.4.2-4 libfile-stripnondeterminism-perl_1.13.0-1 libgcc-10-dev_10.3.0-15 libgcc-11-dev_11.2.0-19 libgcc-s1_12-20220319-1 libgcrypt20_1.10.1-2 libgdbm-compat4_1.23-1 libgdbm6_1.23-1 libgirepository-1.0-1_1.72.0-1+b1 libglib2.0-0_2.72.0-1+b1 libgmp10_2:6.2.1+dfsg-3 libgnutls30_3.7.3-4+b1 libgomp1_12-20220319-1 libgpg-error0_1.43-3 libgssapi-krb5-2_1.19.2-2+b1 libhogweed6_3.7.3-1 libicu67_67.1-7 libidn2-0_2.3.2-2 libisl23_0.24-2 libitm1_12-20220319-1 libjs-jquery_3.6.0+dfsg+~3.5.13-1 libjson-perl_4.04000-1 libk5crypto3_1.19.2-2+b1 libkeyutils1_1.6.1-3 libkrb5-3_1.19.2-2+b1 libkrb5support0_1.19.2-2+b1 libldap-2.5-0_2.5.11+dfsg-1 libllvm13_1:13.0.1-3+b2 liblsan0_12-20220319-1 liblz4-1_1.9.3-2 liblzma5_5.2.5-2 libmagic-mgc_1:5.41-3 libmagic1_1:5.41-3 libmd0_1.0.4-1 libmount1_2.37.3-1+b1 libmpc3_1.2.1-2 libmpdec3_2.5.1-2 libmpfr6_4.1.0-3 libncursesw6_6.3-2 libnettle8_3.7.3-1 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libp11-kit0_0.24.0-6 libpam-modules_1.4.0-11 libpam-modules-bin_1.4.0-11 libpam-runtime_1.4.0-11 libpam0g_1.4.0-11 libpcre2-8-0_10.39-3 libpcre3_2:8.39-14 libperl5.32_5.32.1-6 libperl5.34_5.34.0-3 libpipeline1_1.5.5-1 libpq5_14.2-1+b2 libpython3-stdlib_3.10.4-1 libpython3.10-minimal_3.10.4-3 libpython3.10-stdlib_3.10.4-3 libpython3.9-minimal_3.9.12-1 libpython3.9-stdlib_3.9.12-1 libquadmath0_12-20220319-1 libreadline8_8.1.2-1 libsasl2-2_2.1.28+dfsg-2+b1 libsasl2-modules-db_2.1.28+dfsg-2+b1 libseccomp2_2.5.3-2 libselinux1_3.3-1+b2 libsemanage-common_3.3-1 libsemanage2_3.3-1+b2 libsepol1_3.1-1 libsepol2_3.3-1 libsigc++-2.0-0v5_2.10.4-2 libsigsegv2_2.14-1 libsmartcols1_2.37.3-1+b1 libsqlite3-0_3.38.2-1 libss2_1.46.5-2 libssl1.1_1.1.1n-1 libstdc++-10-dev_10.3.0-15 libstdc++-11-dev_11.2.0-19 libstdc++6_12-20220319-1 libsub-override-perl_0.09-2 libsystemd0_250.4-1 libtasn1-6_4.18.0-4 libtinfo6_6.3-2 libtirpc-common_1.3.2-2 libtirpc-dev_1.3.2-2 libtirpc3_1.3.2-2 libtool_2.4.7-3 libtsan0_11.2.0-19 libubsan1_12-20220319-1 libuchardet0_0.0.7-1 libudev1_250.4-1 libunistring2_1.0-1 libuuid1_2.37.3-1+b1 libxapian30_1.4.18-4 libxml2_2.9.13+dfsg-1 libxslt1.1_1.1.34-4 libxxhash0_0.8.1-1 libyaml-0-2_0.2.2-1 libz3-4_4.8.12-1+b1 libzstd1_1.4.10+dfsg-1 linux-libc-dev_5.16.18-1 locales_2.33-7 login_1:4.11.1+dfsg1-2 logsave_1.46.5-2 lsb-base_11.1.0 m4_1.4.18-5 make_4.3-4.1 man-db_2.10.2-1 mawk_1.3.4.20200120-3+b1 media-types_7.0.0 mount_2.37.3-1+b1 ncurses-base_6.3-2 ncurses-bin_6.3-2 netbase_6.3 openssl_1.1.1n-1 passwd_1:4.11.1+dfsg1-2 patch_2.7.6-7 perl_5.34.0-3 perl-base_5.34.0-3 perl-modules-5.32_5.32.1-6 perl-modules-5.34_5.34.0-3 po-debconf_1.0.21+nmu1 postgresql_14+240 postgresql-14_14.2-1+b2 postgresql-client-14_14.2-1+b2 postgresql-client-common_240 postgresql-common_240 python-babel-localedata_2.8.0+dfsg.1-7 python3_3.10.4-1 python3-adal_1.2.2-1 python3-aiohttp_3.8.1-4 python3-aiohttp-utils_3.1.1-1+swh1 python3-aiosignal_1.2.0-2 python3-all_3.10.4-1 python3-async-timeout_4.0.1-1 python3-attr_21.2.0-1 python3-attr-strict_0.0.7-1+swh1 python3-avro_1.11.0+dfsg-1 python3-azure_20220407+git-1 python3-azure-storage_20220407+git-1 python3-babel_2.8.0+dfsg.1-7 python3-blinker_1.4+dfsg1-0.4 python3-certifi_2020.6.20-1 python3-cffi_1.15.0-1 python3-cffi-backend_1.15.0-1+b1 python3-chardet_4.0.0-1 python3-charset-normalizer_2.0.6-2 python3-click_8.0.3-1 python3-colorama_0.4.4-1 python3-cryptography_3.4.8-1 python3-dateutil_2.8.1-6 python3-deprecated_1.2.13-2 python3-distutils_3.9.12-1 python3-extras_1.0.0-4 python3-fixtures_3.0.0-4 python3-flask_2.0.1-2 python3-frozenlist_1.2.0-1+b1 python3-gi_3.42.0-3 python3-gunicorn_20.1.0-2 python3-hypothesis_6.36.0-1 python3-idna_3.3-1 python3-iniconfig_1.1.1-2 python3-iso8601_1.0.2-1 python3-isodate_0.6.1-1 python3-itsdangerous_2.1.2-1 python3-jinja2_3.0.3-1 python3-jwt_2.3.0-1 python3-lib2to3_3.9.12-1 python3-libcloud_3.4.1-2 python3-lockfile_1:0.12.2-2.2 python3-magic_2:0.4.25-1 python3-markupsafe_2.0.1-2+b1 python3-mimeparse_1.6.0-3 python3-minimal_3.10.4-1 python3-mirakuru_2.4.2-2~~swh1 python3-more-itertools_8.10.0-2 python3-msal_1.17.0-1 python3-msal-extensions_1.0.0-1 python3-msgpack_1.0.3-1 python3-msrest_0.6.21-1 python3-msrestazure_0.6.4-1 python3-multidict_5.1.0-1+b1 python3-oauthlib_3.2.0-1 python3-packaging_21.3-1 python3-pbr_5.8.1-2 python3-pkg-resources_59.6.0-1.2 python3-pluggy_1.0.0-1 python3-ply_3.11-5 python3-port-for_0.6.1-1 python3-portalocker_2.2.1-1 python3-psutil_5.9.0-1 python3-psycopg2_2.9.2-1 python3-py_1.10.0-1 python3-pycparser_2.21-1 python3-pyparsing_3.0.7-2 python3-pytest_6.2.5-2 python3-pytest-mock_3.6.1-1 python3-pytest-postgresql_3.1.3~gh-1~~swh1 python3-requests_2.27.1+dfsg-1 python3-requests-mock_1.9.3-2 python3-requests-oauthlib_1.3.0+ds-0.1 python3-requests-toolbelt_0.9.1-1 python3-sentry-sdk_1.4.3-1 python3-setuptools_59.6.0-1.2 python3-setuptools-scm_6.4.2-1 python3-sh_1.14.2-1 python3-simplejson_3.17.6-1 python3-six_1.16.0-3 python3-sortedcontainers_2.1.0-2 python3-swh.core_2.4.0-1~swh1 python3-swh.model_6.0.1-1~swh1 python3-swh.perfecthash_0.1.2-1~swh1 python3-systemd_234-4 python3-testtools_2.5.0-3 python3-toml_0.10.2-1 python3-tomli_1.2.2-2 python3-typing-extensions_3.10.0.2-1 python3-tz_2022.1-1 python3-uamqp_1.5.3-1 python3-urllib3_1.26.9-1 python3-werkzeug_2.0.2+dfsg1-1 python3-wrapt_1.13.3-1+b1 python3-yaml_5.4.1-1+b1 python3-yarl_1.7.2-1 python3.10_3.10.4-3 python3.10-minimal_3.10.4-3 python3.9_3.9.12-1 python3.9-minimal_3.9.12-1 readline-common_8.1.2-1 rpcsvc-proto_1.4.2-4 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.8-1 sensible-utils_0.0.17 ssl-cert_1.1.2 sysvinit-utils_3.01-1 tar_1.34+dfsg-1 tzdata_2022a-1 ucf_3.0043 util-linux_2.37.3-1+b1 xz-utils_5.2.5-2 zlib1g_1:1.2.11.dfsg-4

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

Format: 3.0 (quilt)
Source: swh-objstorage
Binary: python3-swh.objstorage, python3-swh.objstorage.cloud, python3-swh.objstorage.winery
Architecture: all
Version: 1.0.6.dev3+gdd99e5d-1
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Homepage: https://forge.softwareheritage.org/source/swh-objstorage
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-azure-storage (>= 12.0), python3-click, python3-libcloud, python3-psycopg2, python3-pytest (<< 7.0.0), python3-pytest-mock, python3-pytest-postgresql, python3-requests, python3-requests-mock (>= 1.9), python3-requests-toolbelt, python3-setuptools, python3-setuptools-scm, python3-sh, python3-swh.core (>= 0.3), python3-swh.model (>= 0.0.27), python3-swh.perfecthash (>= 0.1.2), python3-typing-extensions (>= 3.7.4), python3-fixtures
Package-List:
 python3-swh.objstorage deb python optional arch=all
 python3-swh.objstorage.cloud deb python optional arch=all
 python3-swh.objstorage.winery deb python optional arch=all
Checksums-Sha1:
 856e029aa2a083b8f94d0956e1c0289f6fe4a0be 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 5bf292206deb09444a4b36e9f45af9f1ed1026e6 5576 swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
Checksums-Sha256:
 b7e06fafdebf49a0ae83f08c552285ab15554d45f32cb8e9b2121b2a74a47edf 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 ab22a37c48b8fece99a1529b95bd7f791666eb227fd378d138ad72028cfa75ac 5576 swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
Files:
 c678329ee0af3977a3095d35b66f7838 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 2723f43da1d71ecab0565f4f899fa56d 5576 swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz

dpkg-source: warning: extracting unsigned source package (swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc)
dpkg-source: info: extracting swh-objstorage in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
dpkg-source: info: unpacking swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=fr_FR.UTF-8
LC_ALL=C.UTF-8
LOGNAME=anlambert
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable-swh-amd64-sbuild
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=anlambert
SCHROOT_SESSION_ID=sid-amd64-sbuild-3916d13f-289c-4140-9938-0c44b694d43d
SCHROOT_UID=1000
SCHROOT_USER=anlambert
SHELL=/bin/sh
USER=anlambert

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -sa
dpkg-buildpackage: info: source package swh-objstorage
dpkg-buildpackage: info: source version 1.0.6.dev3+gdd99e5d-1
dpkg-buildpackage: info: source distribution unstable-swh
dpkg-buildpackage: info: source changed by Antoine Lambert <anlambert@softwareheritage.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:239: python3.9 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it
I: pybuild base:239: python3.10 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.10' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building swh-objstorage using existing ./swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:239: python3.9 setup.py config 
running config
I: pybuild base:239: python3.10 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:239: /usr/bin/python3.9 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh
copying swh/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/cli.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/exc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/interface.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
copying swh/objstorage/factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_pathslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_in_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_pathslicer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/objstorage_testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_multiplexer_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_multiplexer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_cloud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/winery_benchmark.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_striping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_azure.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_winery.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_seaweedfs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_instantiation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_random_generator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/winery_testing_helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_noop.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/azure.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/libcloud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/in_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/generator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/pathslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/noop.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/striping_objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/multiplexer_objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/sharedbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/roshard.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/rwshard.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/throttler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/read_write_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/id_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest file 'swh.objstorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
copying swh/objstorage/py.typed -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage
I: pybuild base:239: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh
copying swh/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/cli.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/exc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/interface.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
copying swh/objstorage/factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_pathslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_in_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_pathslicer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/objstorage_testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_multiplexer_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_multiplexer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_cloud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/winery_benchmark.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_striping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_azure.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_winery.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_seaweedfs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_instantiation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_random_generator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/winery_testing_helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_noop.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/azure.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/libcloud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/in_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/generator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/pathslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/noop.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/striping_objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/multiplexer_objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/sharedbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/roshard.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/rwshard.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/throttler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/read_write_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/id_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest file 'swh.objstorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
copying swh/objstorage/py.typed -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
no_proxy=127.0.0.1 dh_auto_test
I: pybuild base:239: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build; python3.9 -m pytest -vv
============================= test session starts ==============================
platform linux -- Python 3.9.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/bin/python3.9
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/.hypothesis/examples')
rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
plugins: postgresql-3.1.3, hypothesis-6.36.0, requests-mock-1.9.3, mock-3.6.1, swh.core-2.4.0
collecting ... collected 735 items

swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_check PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_contains PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_get PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_get_random PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_iter PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_len PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_cannot_add PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_cannot_restore PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_add PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_check PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_contains PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_get PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_get_random PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_iter PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_len PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_restore PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_add PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_check PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_contains PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_get PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_get_random PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_iter PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_len PASSED [  3%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_restore PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_not_allowed SKIPPED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_not_allowed_by_default SKIPPED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_compression PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_trailing_data_on_stored_blob PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_compression PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_trailing_data_on_stored_blob PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_compression PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_trailing_data_on_stored_blob PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_compression PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_trailing_data_on_stored_blob PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_compression PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_trailing_data_on_stored_blob PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_instantiation_inconsistent_prefixes PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_instantiation_missing_prefixes PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_sharding_behavior PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::test_get_container_url PASSED [ 27%]
swh/objstorage/tests/test_objstorage_azure.py::test_bwcompat_args PASSED [ 27%]
swh/objstorage/tests/test_objstorage_azure.py::test_bwcompat_args_prefixed PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_compression PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_trailing_data_on_stored_blob PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_compression PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_trailing_data_on_stored_blob PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_compression PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_trailing_data_on_stored_blob PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_compression PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_trailing_data_on_stored_blob PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_compression PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_trailing_data_on_stored_blob PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_compression PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_path_prefix PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_trailing_data_on_stored_blob PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_missing PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_get_missing PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_check PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_read_only PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_not_iterable PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_cannonical_url PASSED [ 48%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 48%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_instantiation.py::TestObjStorageInitialization::test_pathslicing_objstorage PASSED [ 52%]
swh/objstorage/tests/test_objstorage_instantiation.py::TestObjStorageInitialization::test_remote_objstorage PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_access_readonly PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_contains PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_missing PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_present PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_random_contents PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_noop.py::test_instantiate_noop_objstorage PASSED [ 55%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_id_mismatch PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_not_compressed PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_ok PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_default PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_forced_off PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_forced_on PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_random_contents PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_iter PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_iterate_from PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_len PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_id_mismatch PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_not_compressed PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_ok PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_default PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_forced_off PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_forced_on PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_random_contents PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_iter PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_iterate_from PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_len PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_id_mismatch PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_not_compressed PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_ok PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_default PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_forced_off PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_forced_on PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_random_contents PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_iter PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_iterate_from PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_len PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_id_mismatch PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_not_compressed PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_ok PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_default PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_forced_off PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_forced_on PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_random_contents PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_iter PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_iterate_from PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_len PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_id_mismatch PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_not_compressed PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_ok PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_default PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_forced_off PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_forced_on PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_random_contents PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_iter PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_iterate_from PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_len PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 78%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_get_stream PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_list_content PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_total PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_size PASSED [ 78%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_compression PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_trailing_data_on_stored_blob PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_compression PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_trailing_data_on_stored_blob PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_compression PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_trailing_data_on_stored_blob PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_wo_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_compression PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_list_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_trailing_data_on_stored_blob PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_big <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_batch <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_wo_id SKIPPED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_striping_behavior PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_twice <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_config <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_contains <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_content_iterator <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_present <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_missing <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_stream <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_striping_behavior PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_list_content SKIPPED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_restore_content <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_types <- .pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_sharedbase PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_add_get PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_add_and_pack PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_delete PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_get_shard_info PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_packer SKIPPED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_get_object SKIPPED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_ceph_pool SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_work SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_real SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_fake PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_leaky_bucket_tick PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_leaky_bucket_reset PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bandwidth_calculator PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_io_throttler PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_throttler PASSED [ 98%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_stats PASSED [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer PASSED          [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_noop PASSED     [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_bad_hash PASSED [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_check_config PASSED [ 98%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_no_configuration PASSED [ 98%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration_toplevel PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration_level2 PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[pathslicing-bw-compat] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[pathslicing] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[empty-args-bw-compat] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[empty-args] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[noop] PASSED [100%]

=============================== warnings summary ===============================
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_multiplexer_filter.py: 48 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_api.py: 21 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_azure.py: 153 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_in_memory.py: 23 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_instantiation.py: 2 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_pathslicing.py: 165 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_random_generator.py: 5 warnings
.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_striping.py: 75 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/factory.py:92: DeprecationWarning: Explicit "args" key is deprecated for objstorage initialization, use class arguments keys directly instead.
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========== 726 passed, 9 skipped, 492 warnings in 73.59s (0:01:13) ============
I: pybuild base:239: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build; python3.10 -m pytest -vv
============================= test session starts ==============================
platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/bin/python3.10
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/.hypothesis/examples')
rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
plugins: postgresql-3.1.3, hypothesis-6.36.0, requests-mock-1.9.3, mock-3.6.1, swh.core-2.4.0
collecting ... collected 735 items

swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_check PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_contains PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_get PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_get_random PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_iter PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_len PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_cannot_add PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_cannot_restore PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_add PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_check PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_contains PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_get PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_get_random PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_iter PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_len PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_restore PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_add PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_check PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_contains PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_get PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_get_random PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_iter PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_len PASSED [  3%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_restore PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_not_allowed SKIPPED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_not_allowed_by_default SKIPPED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_compression PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_trailing_data_on_stored_blob PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_compression PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_trailing_data_on_stored_blob PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_compression PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_trailing_data_on_stored_blob PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_compression PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_trailing_data_on_stored_blob PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_compression PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_trailing_data_on_stored_blob PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_instantiation_inconsistent_prefixes PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_instantiation_missing_prefixes PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_sharding_behavior PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::test_get_container_url PASSED [ 27%]
swh/objstorage/tests/test_objstorage_azure.py::test_bwcompat_args PASSED [ 27%]
swh/objstorage/tests/test_objstorage_azure.py::test_bwcompat_args_prefixed PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_compression PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_trailing_data_on_stored_blob PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_compression PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_trailing_data_on_stored_blob PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_compression PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_trailing_data_on_stored_blob PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_compression PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_trailing_data_on_stored_blob PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_compression PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_trailing_data_on_stored_blob PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_compression PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_path_prefix PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_trailing_data_on_stored_blob PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_missing PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_get_missing PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_check PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_read_only PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_not_iterable PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_cannonical_url PASSED [ 48%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 48%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_instantiation.py::TestObjStorageInitialization::test_pathslicing_objstorage PASSED [ 52%]
swh/objstorage/tests/test_objstorage_instantiation.py::TestObjStorageInitialization::test_remote_objstorage PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_access_readonly PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_contains PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_missing PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_present PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_random_contents PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_noop.py::test_instantiate_noop_objstorage PASSED [ 55%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_id_mismatch PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_not_compressed PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_ok PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_default PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_forced_off PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_forced_on PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_random_contents PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_iter PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_iterate_from PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_len PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_id_mismatch PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_not_compressed PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_ok PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_default PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_forced_off PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_forced_on PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_random_contents PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_iter PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_iterate_from PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_len PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_id_mismatch PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_not_compressed PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_ok PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_default PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_forced_off PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_forced_on PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_random_contents PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_iter PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_iterate_from PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_len PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_id_mismatch PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_not_compressed PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_ok PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_default PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_forced_off PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_forced_on PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_random_contents PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_iter PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_iterate_from PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_len PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_id_mismatch PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_not_compressed PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_ok PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_default PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_forced_off PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_forced_on PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_random_contents PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_iter PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_iterate_from PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_len PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 78%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_get_stream PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_list_content PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_total PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_size PASSED [ 78%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_compression PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_trailing_data_on_stored_blob PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_compression PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_trailing_data_on_stored_blob PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_compression PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_trailing_data_on_stored_blob PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_wo_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_compression PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_list_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_trailing_data_on_stored_blob PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_big <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_batch <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_wo_id SKIPPED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_striping_behavior PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_twice <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_config <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_contains <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_content_iterator <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_present <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_missing <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_stream <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_striping_behavior PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_list_content SKIPPED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_restore_content <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_types <- .pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_sharedbase PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_add_get PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_add_and_pack PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_delete PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_get_shard_info PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_packer SKIPPED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_get_object SKIPPED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_ceph_pool SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_work SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_real SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_fake PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_leaky_bucket_tick PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_leaky_bucket_reset PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bandwidth_calculator PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_io_throttler PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_throttler PASSED [ 98%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_stats PASSED [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer PASSED          [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_noop PASSED     [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_bad_hash PASSED [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_check_config PASSED [ 98%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_no_configuration PASSED [ 98%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration_toplevel PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration_level2 PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[pathslicing-bw-compat] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[pathslicing] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[empty-args-bw-compat] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[empty-args] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[noop] PASSED [100%]

=============================== warnings summary ===============================
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_multiplexer_filter.py: 48 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_api.py: 21 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_azure.py: 153 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_in_memory.py: 23 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_instantiation.py: 2 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_pathslicing.py: 165 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_random_generator.py: 5 warnings
.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_striping.py: 75 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/factory.py:92: DeprecationWarning: Explicit "args" key is deprecated for objstorage initialization, use class arguments keys directly instead.
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========== 726 passed, 9 skipped, 492 warnings in 75.58s (0:01:15) ============
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild base:239: /usr/bin/python3.9 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-swh.objstorage 
running install
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest file 'swh.objstorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/__pycache__
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/cli.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/utils.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_pathslicing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_in_memory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_pathslicer.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/conftest.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_multiplexer_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_multiplexer.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_cloud.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/winery_benchmark.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_striping.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_pathslicer.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/objstorage_testing.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/winery_benchmark.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_winery.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_noop.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_http.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_in_memory.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_multiplexer.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_cloud.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_striping.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/winery_testing_helpers.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_azure.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_instantiation.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_multiplexer_filter.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_server.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_random_generator.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_api.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_seaweedfs.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_pathslicing.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/__pycache__/conftest.cpython-39-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_azure.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_winery.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_seaweedfs.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_api.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_instantiation.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_server.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_random_generator.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/winery_testing_helpers.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/tests/test_objstorage_noop.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/azure.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/libcloud.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/sharedbase.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/roshard.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/database.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/roshard.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/database.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/throttler.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/objstorage.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/rwshard.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/stats.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/sharedbase.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/stats.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/rwshard.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/winery/throttler.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/in_memory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/in_memory.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/azure.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/generator.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/noop.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/http.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/libcloud.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/__pycache__/pathslicing.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/generator.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs/http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/http.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/objstorage.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/seaweedfs/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/pathslicing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/backends/noop.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__pycache__/exc.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__pycache__/utils.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__pycache__/interface.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__pycache__/objstorage.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/__pycache__/factory.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__pycache__
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/striping_objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/read_write_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/id_filter.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/filter.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/read_write_filter.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/filter/id_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/multiplexer_objstorage.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/striping_objstorage.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/multiplexer/multiplexer_objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/exc.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/py.typed -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/interface.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/factory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api/__pycache__/server.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api/__pycache__/__init__.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api/__pycache__/client.cpython-39.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api/client.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_swh.objstorage/build/swh/objstorage/api/server.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/cli.py to cli.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/utils.py to utils.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_pathslicing.py to test_objstorage_pathslicing.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_in_memory.py to test_objstorage_in_memory.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_pathslicer.py to test_pathslicer.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/conftest.py to conftest.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/objstorage_testing.py to objstorage_testing.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_multiplexer_filter.py to test_multiplexer_filter.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_multiplexer.py to test_objstorage_multiplexer.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_cloud.py to test_objstorage_cloud.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/winery_benchmark.py to winery_benchmark.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_striping.py to test_objstorage_striping.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_azure.py to test_objstorage_azure.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_winery.py to test_objstorage_winery.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_seaweedfs.py to test_objstorage_seaweedfs.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_api.py to test_objstorage_api.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_instantiation.py to test_objstorage_instantiation.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_server.py to test_server.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_http.py to test_objstorage_http.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_random_generator.py to test_objstorage_random_generator.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/winery_testing_helpers.py to winery_testing_helpers.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/tests/test_objstorage_noop.py to test_objstorage_noop.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/http.py to http.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/azure.py to azure.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/libcloud.py to libcloud.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/sharedbase.py to sharedbase.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/roshard.py to roshard.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/database.py to database.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/objstorage.py to objstorage.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/stats.py to stats.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/rwshard.py to rwshard.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/winery/throttler.py to throttler.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/in_memory.py to in_memory.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/generator.py to generator.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/http.py to http.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/seaweedfs/objstorage.py to objstorage.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/pathslicing.py to pathslicing.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/backends/noop.py to noop.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/striping_objstorage.py to striping_objstorage.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/read_write_filter.py to read_write_filter.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/filter.py to filter.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/filter/id_filter.py to id_filter.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/multiplexer/multiplexer_objstorage.py to multiplexer_objstorage.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/objstorage.py to objstorage.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/exc.py to exc.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/interface.py to interface.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/factory.py to factory.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/__init__.py to __init__.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/client.py to client.cpython-39.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/objstorage/api/server.py to server.cpython-39.pyc
running install_egg_info
Copying swh.objstorage.egg-info to /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info
Skipping SOURCES.txt
running install_scripts
I: pybuild base:239: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-swh.objstorage 
running install
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest file 'swh.objstorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/__pycache__
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/cli.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/utils.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_pathslicing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_in_memory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_pathslicer.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/conftest.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_multiplexer_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_multiplexer.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_cloud.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/winery_benchmark.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_striping.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_azure.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_multiplexer_filter.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/objstorage_testing.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/winery_benchmark.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_striping.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/winery_testing_helpers.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_pathslicer.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_seaweedfs.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_random_generator.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_multiplexer.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_http.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_in_memory.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/conftest.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_api.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_pathslicing.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_winery.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_cloud.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_server.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_noop.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_instantiation.cpython-310-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_azure.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_winery.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_seaweedfs.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_api.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_instantiation.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_server.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_random_generator.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/winery_testing_helpers.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/tests/test_objstorage_noop.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/azure.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/libcloud.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/sharedbase.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/roshard.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/database.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/database.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/sharedbase.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/roshard.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/objstorage.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/rwshard.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/throttler.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/stats.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/stats.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/rwshard.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/winery/throttler.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/in_memory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/azure.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/in_memory.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/generator.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/pathslicing.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/noop.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/libcloud.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/__pycache__/http.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/generator.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs/http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/objstorage.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/http.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/seaweedfs/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/pathslicing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/backends/noop.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__pycache__/factory.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__pycache__/utils.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__pycache__/interface.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__pycache__/objstorage.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/__pycache__/exc.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__pycache__
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/striping_objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/read_write_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/id_filter.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/read_write_filter.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/filter.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/filter/id_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/striping_objstorage.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/multiplexer_objstorage.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/multiplexer/multiplexer_objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/exc.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/py.typed -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/interface.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/factory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api/__pycache__/client.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api/__pycache__/__init__.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api/__pycache__/server.cpython-310.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api/client.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_swh.objstorage/build/swh/objstorage/api/server.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/cli.py to cli.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/utils.py to utils.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_pathslicing.py to test_objstorage_pathslicing.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_in_memory.py to test_objstorage_in_memory.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_pathslicer.py to test_pathslicer.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/conftest.py to conftest.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/objstorage_testing.py to objstorage_testing.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_multiplexer_filter.py to test_multiplexer_filter.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_multiplexer.py to test_objstorage_multiplexer.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_cloud.py to test_objstorage_cloud.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/winery_benchmark.py to winery_benchmark.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_striping.py to test_objstorage_striping.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_azure.py to test_objstorage_azure.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_winery.py to test_objstorage_winery.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_seaweedfs.py to test_objstorage_seaweedfs.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_api.py to test_objstorage_api.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_instantiation.py to test_objstorage_instantiation.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_server.py to test_server.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_http.py to test_objstorage_http.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_random_generator.py to test_objstorage_random_generator.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/winery_testing_helpers.py to winery_testing_helpers.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/tests/test_objstorage_noop.py to test_objstorage_noop.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/http.py to http.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/azure.py to azure.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/libcloud.py to libcloud.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/sharedbase.py to sharedbase.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/roshard.py to roshard.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/database.py to database.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/objstorage.py to objstorage.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/stats.py to stats.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/rwshard.py to rwshard.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/winery/throttler.py to throttler.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/in_memory.py to in_memory.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/generator.py to generator.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/http.py to http.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/seaweedfs/objstorage.py to objstorage.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/pathslicing.py to pathslicing.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/backends/noop.py to noop.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/striping_objstorage.py to striping_objstorage.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/read_write_filter.py to read_write_filter.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/filter.py to filter.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/filter/id_filter.py to id_filter.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/multiplexer/multiplexer_objstorage.py to multiplexer_objstorage.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/objstorage.py to objstorage.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/exc.py to exc.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/interface.py to interface.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/factory.py to factory.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/__init__.py to __init__.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/client.py to client.cpython-310.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/objstorage/api/server.py to server.cpython-310.pyc
running install_egg_info
Copying swh.objstorage.egg-info to /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info
Skipping SOURCES.txt
running install_scripts
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
py3versions: no X-Python3-Version in control file, using supported versions
dh_install
rm -v /<<PKGBUILDDIR>>/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
removed '/<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.10/dist-packages/swh/__init__.py'
removed '/<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.9/dist-packages/swh/__init__.py'
set -e; for pyvers in 3.9 3.10; do \
        mkdir -p /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.cloud/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
        mv /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends/azure.py \
           /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends/libcloud.py \
           /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.cloud/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
        mkdir -p /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.winery/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
        mv /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends/winery \
           /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.winery/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs -O--buildsystem=pybuild
   dh_installchangelogs -O--buildsystem=pybuild
   dh_python3 -O--buildsystem=pybuild
   dh_installsystemduser -O--buildsystem=pybuild
   dh_perl -O--buildsystem=pybuild
   dh_link -O--buildsystem=pybuild
   dh_strip_nondeterminism -O--buildsystem=pybuild
   dh_compress -O--buildsystem=pybuild
   dh_fixperms -O--buildsystem=pybuild
   dh_missing -O--buildsystem=pybuild
   dh_installdeb -O--buildsystem=pybuild
   dh_gencontrol -O--buildsystem=pybuild
   dh_md5sums -O--buildsystem=pybuild
   dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'python3-swh.objstorage' in '../python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb'.
dpkg-deb: building package 'python3-swh.objstorage.cloud' in '../python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb'.
dpkg-deb: building package 'python3-swh.objstorage.winery' in '../python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb'.
 dpkg-genbuildinfo -O../swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.buildinfo
 dpkg-genchanges -sa -O../swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
--------------------------------------------------------------------------------
Build finished at 2022-04-08T13:00:56Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.changes:
---------------------------------------------------

Format: 1.8
Date: Fri, 08 Apr 2022 14:54:13 +0200
Source: swh-objstorage
Binary: python3-swh.objstorage python3-swh.objstorage.cloud python3-swh.objstorage.winery
Architecture: source all
Version: 1.0.6.dev3+gdd99e5d-1
Distribution: unstable-swh
Urgency: medium
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Changed-By: Antoine Lambert <anlambert@softwareheritage.org>
Description:
 python3-swh.objstorage - Software Heritage Object Storage
 python3-swh.objstorage.cloud - Software Heritage Cloud Object Storage
 python3-swh.objstorage.winery - Software Heritage Cloud Object Storage
Changes:
 swh-objstorage (1.0.6.dev3+gdd99e5d-1) unstable-swh; urgency=medium
 .
   * Deploy 1.0.6.dev3+gdd99e5d
Checksums-Sha1:
 617840b5acda3c4fb72817cc8200c990007ef083 1688 swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 856e029aa2a083b8f94d0956e1c0289f6fe4a0be 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 5bf292206deb09444a4b36e9f45af9f1ed1026e6 5576 swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
 268a37493a3ffb2c699309b11a30c8944abd3883 12264 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
 347d9432d80e12d9905ddd577b4272db3e1f603e 13404 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
 ad82e16051760f80eb620bcb5987ffccb6575688 42188 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
 a6b8d7cc57e4854829350538d9df9a3b30e9a328 10729 swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.buildinfo
Checksums-Sha256:
 fef314a4660fbe53f3b5b3ad1f2e7eed6dd157b2e23267abb6189bafe82c83eb 1688 swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 b7e06fafdebf49a0ae83f08c552285ab15554d45f32cb8e9b2121b2a74a47edf 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 ab22a37c48b8fece99a1529b95bd7f791666eb227fd378d138ad72028cfa75ac 5576 swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
 a3b429715bb9f0f1f4b64b9b97e2ec92ed8ac5b6b0ff463cd40359ff70578fd2 12264 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
 038f6aab5d18b047f02781b48d6bf44db67855bf7c9a8656da7a448a40203e88 13404 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
 41452b7903b16ec99321f27c03e42705627518e3850fca32ca1d2dbb954bdd16 42188 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
 67322e06e59471ef35a65cf876c9d631c5b3d29012714de970e2aa4855f522bb 10729 swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.buildinfo
Files:
 f4115ec384a634ebd0977311e88201fa 1688 python optional swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 c678329ee0af3977a3095d35b66f7838 87159 python optional swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 2723f43da1d71ecab0565f4f899fa56d 5576 python optional swh-objstorage_1.0.6.dev3+gdd99e5d-1.debian.tar.xz
 b99e6b2f81fd2671908ddc031656f915 12264 python optional python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
 499326051f2410d6eb4fda05cfb441af 13404 python optional python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
 441379c8af63ea86bc9e06ccdae8bebb 42188 python optional python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
 28f0642d28d8869126c71af4b9c5549d 10729 python optional swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.buildinfo
/<<BUILDDIR>>/swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.changes.new could not be renamed to /<<BUILDDIR>>/swh-objstorage_1.0.6.dev3+gdd99e5d-1_amd64.changes: Illegal seek
Distribution field may be wrong!!!
+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: swh-objstorage
Binary: python3-swh.objstorage python3-swh.objstorage.cloud python3-swh.objstorage.winery
Architecture: all source
Version: 1.0.6.dev3+gdd99e5d-1
Checksums-Md5:
 f4115ec384a634ebd0977311e88201fa 1688 swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 b99e6b2f81fd2671908ddc031656f915 12264 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
 499326051f2410d6eb4fda05cfb441af 13404 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
 441379c8af63ea86bc9e06ccdae8bebb 42188 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
Checksums-Sha1:
 617840b5acda3c4fb72817cc8200c990007ef083 1688 swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 268a37493a3ffb2c699309b11a30c8944abd3883 12264 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
 347d9432d80e12d9905ddd577b4272db3e1f603e 13404 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
 ad82e16051760f80eb620bcb5987ffccb6575688 42188 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
Checksums-Sha256:
 fef314a4660fbe53f3b5b3ad1f2e7eed6dd157b2e23267abb6189bafe82c83eb 1688 swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
 a3b429715bb9f0f1f4b64b9b97e2ec92ed8ac5b6b0ff463cd40359ff70578fd2 12264 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
 038f6aab5d18b047f02781b48d6bf44db67855bf7c9a8656da7a448a40203e88 13404 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
 41452b7903b16ec99321f27c03e42705627518e3850fca32ca1d2dbb954bdd16 42188 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
Build-Origin: Debian
Build-Architecture: amd64
Build-Date: Fri, 08 Apr 2022 13:00:55 +0000
Build-Path: /<<PKGBUILDDIR>>
Installed-Build-Depends:
 adduser (= 3.121),
 autoconf (= 2.71-2),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.21-6),
 autotools-dev (= 20220109.1),
 base-files (= 12.2),
 base-passwd (= 3.5.52),
 bash (= 5.1-6),
 binutils (= 2.38-3),
 binutils-common (= 2.38-3),
 binutils-x86-64-linux-gnu (= 2.38-3),
 bsdextrautils (= 2.37.3-1+b1),
 bsdutils (= 1:2.37.3-1+b1),
 build-essential (= 12.9),
 bzip2 (= 1.0.8-5),
 ca-certificates (= 20211016),
 coreutils (= 8.32-4.1),
 cpp (= 4:11.2.0-2),
 cpp-10 (= 10.3.0-15),
 cpp-11 (= 11.2.0-19),
 dash (= 0.5.11+git20210903+057cd650a4ed-8),
 debconf (= 1.5.79),
 debhelper (= 13.6),
 debianutils (= 5.7-0.1),
 dh-autoreconf (= 20),
 dh-python (= 5.20220403),
 dh-strip-nondeterminism (= 1.13.0-1),
 diffutils (= 1:3.7-5),
 dpkg (= 1.21.7),
 dpkg-dev (= 1.21.7),
 dwz (= 0.14-1),
 file (= 1:5.41-3),
 findutils (= 4.9.0-2),
 g++ (= 4:11.2.0-2),
 g++-11 (= 11.2.0-19),
 gcc (= 4:11.2.0-2),
 gcc-10 (= 10.3.0-15),
 gcc-10-base (= 10.3.0-15),
 gcc-11 (= 11.2.0-19),
 gcc-11-base (= 11.2.0-19),
 gcc-12-base (= 12-20220319-1),
 gettext (= 0.21-6),
 gettext-base (= 0.21-6),
 gir1.2-glib-2.0 (= 1.72.0-1+b1),
 grep (= 3.7-1),
 groff-base (= 1.22.4-8),
 gzip (= 1.10-4),
 hostname (= 3.23),
 init-system-helpers (= 1.62),
 intltool-debian (= 0.35.0+20060710.5),
 libacl1 (= 2.3.1-1),
 libarchive-zip-perl (= 1.68-1),
 libasan6 (= 11.2.0-19),
 libatomic1 (= 12-20220319-1),
 libattr1 (= 1:2.5.1-1),
 libaudit-common (= 1:3.0.7-1),
 libaudit1 (= 1:3.0.7-1+b1),
 libbinutils (= 2.38-3),
 libblkid1 (= 2.37.3-1+b1),
 libbsd0 (= 0.11.6-1),
 libbz2-1.0 (= 1.0.8-5),
 libc-bin (= 2.33-7),
 libc-dev-bin (= 2.33-7),
 libc-l10n (= 2.33-7),
 libc6 (= 2.33-7),
 libc6-dev (= 2.33-7),
 libcap-ng0 (= 0.7.9-2.2+b2),
 libcap2 (= 1:2.44-1),
 libcc1-0 (= 12-20220319-1),
 libcmph0 (= 2.0.2-2),
 libcom-err2 (= 1.46.5-2),
 libcrypt-dev (= 1:4.4.27-1.1),
 libcrypt1 (= 1:4.4.27-1.1),
 libctf-nobfd0 (= 2.38-3),
 libctf0 (= 2.38-3),
 libdb5.3 (= 5.3.28+dfsg1-0.8),
 libdebconfclient0 (= 0.261),
 libdebhelper-perl (= 13.6),
 libdpkg-perl (= 1.21.7),
 libedit2 (= 3.1-20210910-1),
 libelf1 (= 0.186-1),
 libexpat1 (= 2.4.8-1),
 libffi8 (= 3.4.2-4),
 libfile-stripnondeterminism-perl (= 1.13.0-1),
 libgcc-10-dev (= 10.3.0-15),
 libgcc-11-dev (= 11.2.0-19),
 libgcc-s1 (= 12-20220319-1),
 libgcrypt20 (= 1.10.1-2),
 libgdbm-compat4 (= 1.23-1),
 libgdbm6 (= 1.23-1),
 libgirepository-1.0-1 (= 1.72.0-1+b1),
 libglib2.0-0 (= 2.72.0-1+b1),
 libgmp10 (= 2:6.2.1+dfsg-3),
 libgnutls30 (= 3.7.3-4+b1),
 libgomp1 (= 12-20220319-1),
 libgpg-error0 (= 1.43-3),
 libgssapi-krb5-2 (= 1.19.2-2+b1),
 libhogweed6 (= 3.7.3-1),
 libicu67 (= 67.1-7),
 libidn2-0 (= 2.3.2-2),
 libisl23 (= 0.24-2),
 libitm1 (= 12-20220319-1),
 libjs-jquery (= 3.6.0+dfsg+~3.5.13-1),
 libjson-perl (= 4.04000-1),
 libk5crypto3 (= 1.19.2-2+b1),
 libkeyutils1 (= 1.6.1-3),
 libkrb5-3 (= 1.19.2-2+b1),
 libkrb5support0 (= 1.19.2-2+b1),
 libldap-2.5-0 (= 2.5.11+dfsg-1),
 libllvm13 (= 1:13.0.1-3+b2),
 liblsan0 (= 12-20220319-1),
 liblz4-1 (= 1.9.3-2),
 liblzma5 (= 5.2.5-2),
 libmagic-mgc (= 1:5.41-3),
 libmagic1 (= 1:5.41-3),
 libmd0 (= 1.0.4-1),
 libmount1 (= 2.37.3-1+b1),
 libmpc3 (= 1.2.1-2),
 libmpdec3 (= 2.5.1-2),
 libmpfr6 (= 4.1.0-3),
 libncursesw6 (= 6.3-2),
 libnettle8 (= 3.7.3-1),
 libnsl-dev (= 1.3.0-2),
 libnsl2 (= 1.3.0-2),
 libp11-kit0 (= 0.24.0-6),
 libpam-modules (= 1.4.0-11),
 libpam-modules-bin (= 1.4.0-11),
 libpam-runtime (= 1.4.0-11),
 libpam0g (= 1.4.0-11),
 libpcre2-8-0 (= 10.39-3),
 libpcre3 (= 2:8.39-14),
 libperl5.34 (= 5.34.0-3),
 libpipeline1 (= 1.5.5-1),
 libpq5 (= 14.2-1+b2),
 libpython3-stdlib (= 3.10.4-1),
 libpython3.10-minimal (= 3.10.4-3),
 libpython3.10-stdlib (= 3.10.4-3),
 libpython3.9-minimal (= 3.9.12-1),
 libpython3.9-stdlib (= 3.9.12-1),
 libquadmath0 (= 12-20220319-1),
 libreadline8 (= 8.1.2-1),
 libsasl2-2 (= 2.1.28+dfsg-2+b1),
 libsasl2-modules-db (= 2.1.28+dfsg-2+b1),
 libseccomp2 (= 2.5.3-2),
 libselinux1 (= 3.3-1+b2),
 libsemanage-common (= 3.3-1),
 libsemanage2 (= 3.3-1+b2),
 libsepol2 (= 3.3-1),
 libsigsegv2 (= 2.14-1),
 libsmartcols1 (= 2.37.3-1+b1),
 libsqlite3-0 (= 3.38.2-1),
 libssl1.1 (= 1.1.1n-1),
 libstdc++-11-dev (= 11.2.0-19),
 libstdc++6 (= 12-20220319-1),
 libsub-override-perl (= 0.09-2),
 libsystemd0 (= 250.4-1),
 libtasn1-6 (= 4.18.0-4),
 libtinfo6 (= 6.3-2),
 libtirpc-common (= 1.3.2-2),
 libtirpc-dev (= 1.3.2-2),
 libtirpc3 (= 1.3.2-2),
 libtool (= 2.4.7-3),
 libtsan0 (= 11.2.0-19),
 libubsan1 (= 12-20220319-1),
 libuchardet0 (= 0.0.7-1),
 libudev1 (= 250.4-1),
 libunistring2 (= 1.0-1),
 libuuid1 (= 2.37.3-1+b1),
 libxml2 (= 2.9.13+dfsg-1),
 libxslt1.1 (= 1.1.34-4),
 libyaml-0-2 (= 0.2.2-1),
 libz3-4 (= 4.8.12-1+b1),
 libzstd1 (= 1.4.10+dfsg-1),
 linux-libc-dev (= 5.16.18-1),
 locales (= 2.33-7),
 login (= 1:4.11.1+dfsg1-2),
 lsb-base (= 11.1.0),
 m4 (= 1.4.18-5),
 make (= 4.3-4.1),
 man-db (= 2.10.2-1),
 mawk (= 1.3.4.20200120-3+b1),
 media-types (= 7.0.0),
 ncurses-base (= 6.3-2),
 ncurses-bin (= 6.3-2),
 netbase (= 6.3),
 openssl (= 1.1.1n-1),
 passwd (= 1:4.11.1+dfsg1-2),
 patch (= 2.7.6-7),
 perl (= 5.34.0-3),
 perl-base (= 5.34.0-3),
 perl-modules-5.34 (= 5.34.0-3),
 po-debconf (= 1.0.21+nmu1),
 postgresql (= 14+240),
 postgresql-14 (= 14.2-1+b2),
 postgresql-client-14 (= 14.2-1+b2),
 postgresql-client-common (= 240),
 postgresql-common (= 240),
 python-babel-localedata (= 2.8.0+dfsg.1-7),
 python3 (= 3.10.4-1),
 python3-adal (= 1.2.2-1),
 python3-aiohttp (= 3.8.1-4),
 python3-aiohttp-utils (= 3.1.1-1+swh1),
 python3-aiosignal (= 1.2.0-2),
 python3-all (= 3.10.4-1),
 python3-async-timeout (= 4.0.1-1),
 python3-attr (= 21.2.0-1),
 python3-attr-strict (= 0.0.7-1+swh1),
 python3-avro (= 1.11.0+dfsg-1),
 python3-azure (= 20220407+git-1),
 python3-azure-storage (= 20220407+git-1),
 python3-babel (= 2.8.0+dfsg.1-7),
 python3-blinker (= 1.4+dfsg1-0.4),
 python3-certifi (= 2020.6.20-1),
 python3-cffi (= 1.15.0-1),
 python3-cffi-backend (= 1.15.0-1+b1),
 python3-chardet (= 4.0.0-1),
 python3-charset-normalizer (= 2.0.6-2),
 python3-click (= 8.0.3-1),
 python3-colorama (= 0.4.4-1),
 python3-cryptography (= 3.4.8-1),
 python3-dateutil (= 2.8.1-6),
 python3-deprecated (= 1.2.13-2),
 python3-distutils (= 3.9.12-1),
 python3-extras (= 1.0.0-4),
 python3-fixtures (= 3.0.0-4),
 python3-flask (= 2.0.1-2),
 python3-frozenlist (= 1.2.0-1+b1),
 python3-gi (= 3.42.0-3),
 python3-gunicorn (= 20.1.0-2),
 python3-hypothesis (= 6.36.0-1),
 python3-idna (= 3.3-1),
 python3-iniconfig (= 1.1.1-2),
 python3-iso8601 (= 1.0.2-1),
 python3-isodate (= 0.6.1-1),
 python3-itsdangerous (= 2.1.2-1),
 python3-jinja2 (= 3.0.3-1),
 python3-jwt (= 2.3.0-1),
 python3-lib2to3 (= 3.9.12-1),
 python3-libcloud (= 3.4.1-2),
 python3-lockfile (= 1:0.12.2-2.2),
 python3-magic (= 2:0.4.25-1),
 python3-markupsafe (= 2.0.1-2+b1),
 python3-mimeparse (= 1.6.0-3),
 python3-minimal (= 3.10.4-1),
 python3-mirakuru (= 2.4.2-2~~swh1),
 python3-more-itertools (= 8.10.0-2),
 python3-msal (= 1.17.0-1),
 python3-msal-extensions (= 1.0.0-1),
 python3-msgpack (= 1.0.3-1),
 python3-msrest (= 0.6.21-1),
 python3-msrestazure (= 0.6.4-1),
 python3-multidict (= 5.1.0-1+b1),
 python3-oauthlib (= 3.2.0-1),
 python3-packaging (= 21.3-1),
 python3-pbr (= 5.8.1-2),
 python3-pkg-resources (= 59.6.0-1.2),
 python3-pluggy (= 1.0.0-1),
 python3-ply (= 3.11-5),
 python3-port-for (= 0.6.1-1),
 python3-portalocker (= 2.2.1-1),
 python3-psutil (= 5.9.0-1),
 python3-psycopg2 (= 2.9.2-1),
 python3-py (= 1.10.0-1),
 python3-pycparser (= 2.21-1),
 python3-pyparsing (= 3.0.7-2),
 python3-pytest (= 6.2.5-2),
 python3-pytest-mock (= 3.6.1-1),
 python3-pytest-postgresql (= 3.1.3~gh-1~~swh1),
 python3-requests (= 2.27.1+dfsg-1),
 python3-requests-mock (= 1.9.3-2),
 python3-requests-oauthlib (= 1.3.0+ds-0.1),
 python3-requests-toolbelt (= 0.9.1-1),
 python3-sentry-sdk (= 1.4.3-1),
 python3-setuptools (= 59.6.0-1.2),
 python3-setuptools-scm (= 6.4.2-1),
 python3-sh (= 1.14.2-1),
 python3-simplejson (= 3.17.6-1),
 python3-six (= 1.16.0-3),
 python3-sortedcontainers (= 2.1.0-2),
 python3-swh.core (= 2.4.0-1~swh1),
 python3-swh.model (= 6.0.1-1~swh1),
 python3-swh.perfecthash (= 0.1.2-1~swh1),
 python3-systemd (= 234-4),
 python3-testtools (= 2.5.0-3),
 python3-toml (= 0.10.2-1),
 python3-tomli (= 1.2.2-2),
 python3-typing-extensions (= 3.10.0.2-1),
 python3-tz (= 2022.1-1),
 python3-uamqp (= 1.5.3-1),
 python3-urllib3 (= 1.26.9-1),
 python3-werkzeug (= 2.0.2+dfsg1-1),
 python3-wrapt (= 1.13.3-1+b1),
 python3-yaml (= 5.4.1-1+b1),
 python3-yarl (= 1.7.2-1),
 python3.10 (= 3.10.4-3),
 python3.10-minimal (= 3.10.4-3),
 python3.9 (= 3.9.12-1),
 python3.9-minimal (= 3.9.12-1),
 readline-common (= 8.1.2-1),
 rpcsvc-proto (= 1.4.2-4),
 sed (= 4.8-1),
 sensible-utils (= 0.0.17),
 ssl-cert (= 1.1.2),
 sysvinit-utils (= 3.01-1),
 tar (= 1.34+dfsg-1),
 tzdata (= 2022a-1),
 ucf (= 3.0043),
 util-linux (= 2.37.3-1+b1),
 xz-utils (= 5.2.5-2),
 zlib1g (= 1:1.2.11.dfsg-4)
Environment:
 DEB_BUILD_OPTIONS="parallel=8"
 LANG="fr_FR.UTF-8"
 LC_ALL="C.UTF-8"
 LC_COLLATE="C.UTF-8"
 SOURCE_DATE_EPOCH="1649422453"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1_all.deb
----------------------------------------------------------

 new Debian package, version 2.0.
 size 12264 bytes: control archive=1024 bytes.
     515 bytes,    12 lines      control              
     381 bytes,     4 lines      md5sums              
     291 bytes,    12 lines   *  postinst             #!/bin/sh
     435 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: python3-swh.objstorage.cloud
 Source: swh-objstorage
 Version: 1.0.6.dev3+gdd99e5d-1
 Architecture: all
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Installed-Size: 45
 Depends: python3-azure-storage (>= 20200130~), python3-libcloud, python3-swh.objstorage (= 1.0.6.dev3+gdd99e5d-1), python3:any
 Breaks: python3-swh.objstorage (<= 0.0.7~)
 Section: python
 Priority: optional
 Homepage: https://forge.softwareheritage.org/source/swh-objstorage
 Description: Software Heritage Cloud Object Storage

drwxr-xr-x root/root         0 2022-04-08 12:54 ./
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/backends/
-rw-r--r-- root/root     15505 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/azure.py
-rw-r--r-- root/root      8371 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/libcloud.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.cloud/
-rw-r--r-- root/root      4396 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.cloud/changelog.Debian.gz
-rw-r--r-- root/root       930 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.cloud/copyright


python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1_all.deb
-----------------------------------------------------------

 new Debian package, version 2.0.
 size 13404 bytes: control archive=1200 bytes.
     515 bytes,    12 lines      control              
    1042 bytes,    10 lines      md5sums              
     293 bytes,    12 lines   *  postinst             #!/bin/sh
     437 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: python3-swh.objstorage.winery
 Source: swh-objstorage
 Version: 1.0.6.dev3+gdd99e5d-1
 Architecture: all
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Installed-Size: 54
 Depends: python3-psycopg2, python3-sh, python3-swh.objstorage (= 1.0.6.dev3+gdd99e5d-1), python3-swh.perfecthash, python3:any
 Breaks: python3-swh.objstorage (<= 0.0.7~)
 Section: python
 Priority: optional
 Homepage: https://forge.softwareheritage.org/source/swh-objstorage
 Description: Software Heritage Cloud Object Storage

drwxr-xr-x root/root         0 2022-04-08 12:54 ./
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/backends/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/
-rw-r--r-- root/root        55 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/__init__.py
-rw-r--r-- root/root      4386 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/database.py
-rw-r--r-- root/root      4960 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/objstorage.py
-rw-r--r-- root/root      2557 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/roshard.py
-rw-r--r-- root/root      2555 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/rwshard.py
-rw-r--r-- root/root      5540 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/sharedbase.py
-rw-r--r-- root/root      2685 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/stats.py
-rw-r--r-- root/root      6755 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/throttler.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.winery/
-rw-r--r-- root/root      4396 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.winery/changelog.Debian.gz
-rw-r--r-- root/root       930 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.winery/copyright


python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1_all.deb
----------------------------------------------------

 new Debian package, version 2.0.
 size 42188 bytes: control archive=2444 bytes.
     555 bytes,    12 lines      control              
    5790 bytes,    55 lines      md5sums              
     279 bytes,    12 lines   *  postinst             #!/bin/sh
     423 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: python3-swh.objstorage
 Source: swh-objstorage
 Version: 1.0.6.dev3+gdd99e5d-1
 Architecture: all
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Installed-Size: 230
 Depends: python3-swh.core (>= 0.0.65~), python3-swh.model (>= 0.0.27~), python3-click, python3-requests, python3-swh.perfecthash, python3-typing-extensions (>= 3.7.4), python3:any
 Breaks: python3-swh.archiver (<< 0.0.3~)
 Section: python
 Priority: optional
 Homepage: https://forge.softwareheritage.org/source/swh-objstorage
 Description: Software Heritage Object Storage

drwxr-xr-x root/root         0 2022-04-08 12:54 ./
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/
-rw-r--r-- root/root      2522 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/dependency_links.txt
-rw-r--r-- root/root        73 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/entry_points.txt
-rw-r--r-- root/root       283 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/requires.txt
-rw-r--r-- root/root         4 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/top_level.txt
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/
-rw-r--r-- root/root        76 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/__init__.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/api/
-rw-r--r-- root/root         0 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/api/__init__.py
-rw-r--r-- root/root      1879 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/api/client.py
-rw-r--r-- root/root      5352 2022-04-08 12:36 ./usr/lib/python3/dist-packages/swh/objstorage/api/server.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/backends/
-rw-r--r-- root/root         0 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/__init__.py
-rw-r--r-- root/root      4984 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/generator.py
-rw-r--r-- root/root      2811 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/http.py
-rw-r--r-- root/root      1945 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/in_memory.py
-rw-r--r-- root/root      1120 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/noop.py
-rw-r--r-- root/root     14935 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/pathslicing.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/
-rw-r--r-- root/root        61 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/__init__.py
-rw-r--r-- root/root      3203 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/http.py
-rw-r--r-- root/root      5007 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/objstorage.py
-rw-r--r-- root/root      3540 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/cli.py
-rw-r--r-- root/root      1190 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/exc.py
-rw-r--r-- root/root      4579 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/factory.py
-rw-r--r-- root/root      7202 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/interface.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/
-rw-r--r-- root/root       221 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/__init__.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/
-rw-r--r-- root/root      2935 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/__init__.py
-rw-r--r-- root/root      2748 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/filter.py
-rw-r--r-- root/root      3230 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/id_filter.py
-rw-r--r-- root/root       786 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/read_write_filter.py
-rw-r--r-- root/root     11016 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/multiplexer_objstorage.py
-rw-r--r-- root/root      2704 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/striping_objstorage.py
-rw-r--r-- root/root      3880 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/objstorage.py
-rw-r--r-- root/root        27 2020-09-01 14:04 ./usr/lib/python3/dist-packages/swh/objstorage/py.typed
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/lib/python3/dist-packages/swh/objstorage/tests/
-rw-r--r-- root/root         0 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/__init__.py
-rw-r--r-- root/root      1436 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/conftest.py
-rw-r--r-- root/root      9894 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/objstorage_testing.py
-rw-r--r-- root/root     13741 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_multiplexer_filter.py
-rw-r--r-- root/root      1484 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_api.py
-rw-r--r-- root/root      9568 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_azure.py
-rw-r--r-- root/root      5304 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_cloud.py
-rw-r--r-- root/root      3733 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_http.py
-rw-r--r-- root/root       554 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_in_memory.py
-rw-r--r-- root/root      1451 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_instantiation.py
-rw-r--r-- root/root      2562 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_multiplexer.py
-rw-r--r-- root/root       512 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_noop.py
-rw-r--r-- root/root      5978 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_pathslicing.py
-rw-r--r-- root/root      1507 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_random_generator.py
-rw-r--r-- root/root      5857 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_seaweedfs.py
-rw-r--r-- root/root      2900 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_striping.py
-rw-r--r-- root/root     11290 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_winery.py
-rw-r--r-- root/root      2761 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_pathslicer.py
-rw-r--r-- root/root      3924 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_server.py
-rw-r--r-- root/root      5593 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/winery_benchmark.py
-rw-r--r-- root/root      2121 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/winery_testing_helpers.py
-rw-r--r-- root/root       541 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/utils.py
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage/
-rw-r--r-- root/root      4396 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage/changelog.Debian.gz
-rw-r--r-- root/root       930 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage/copyright


+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: full
Build-Space: 3580
Build-Time: 157
Distribution: unstable-swh
Host Architecture: amd64
Install-Time: 202
Job: /tmp/tmp.J18pRvrg73/swh-objstorage_1.0.6.dev3+gdd99e5d-1.dsc
Machine Architecture: amd64
Package: swh-objstorage
Package-Time: 402
Source-Version: 1.0.6.dev3+gdd99e5d-1
Space: 3580
Status: successful
Version: 1.0.6.dev3+gdd99e5d-1
--------------------------------------------------------------------------------
Finished at 2022-04-08T13:00:56Z
Build needed 00:06:42, 3580k disk space
dch warning: new version (1.0.6.dev3+gdd99e5d-1~bpo10~swh+1) is less than
the current version number (1.0.6.dev3+gdd99e5d-1).
dch warning: Recognised distributions are: 
experimental, unstable, testing, stable, oldstable, oldoldstable,
{bullseye,buster,stretch,jessie,wheezy}-proposed-updates,
{testing,stable,oldstable,oldoldstable}-proposed-updates,
{bullseye,buster,stretch,jessie,wheezy}-security,
{testing,stable,oldstable,oldoldstable}}-security, buster-backports, bullseye-backports and UNRELEASED.
Using your request anyway.
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:232: python3.9 setup.py clean 
/home/anlambert/.virtualenvs/swh/lib/python3.9/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'build-lib' will not be supported in future versions. Please use the underscore name 'build_lib' instead
  warnings.warn(
/home/anlambert/.virtualenvs/swh/lib/python3.9/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'install-layout' will not be supported in future versions. Please use the underscore name 'install_layout' instead
  warnings.warn(
running clean
removing '/tmp/tmp.J18pRvrg73/swh-objstorage-1.0.6.dev3+gdd99e5d/.pybuild/cpython3_3.9_swh.objstorage/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building swh-objstorage using existing ./swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
sbuild (Debian sbuild) 0.81.2 (31 January 2021) on carnavalet

+==========================================================================================+
| swh-objstorage 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1 (amd64) Fri, 08 Apr 2022 13:00:59 +0000 |
+==========================================================================================+

Package: swh-objstorage
Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
Source Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
Distribution: buster-backports-swh
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: full

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/buster-amd64-sbuild-aa0f0a3c-4f61-42f4-b5a4-6548fe8dd72d' with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 'build/swh-objstorage-Bp3ljQ/resolver-ppjhee' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
Ign:4 https://debian.softwareheritage.org buster-swh InRelease
Get:5 https://debian.softwareheritage.org buster-swh Release [2330 B]
Get:6 https://artifacts.elastic.co/packages/7.x/apt stable InRelease [13.7 kB]
Ign:7 https://debian.softwareheritage.org buster-swh Release.gpg
Get:8 https://debian.softwareheritage.org buster-swh/main amd64 Packages [53.6 kB]
Get:9 http://deb.debian.org/debian buster/main Sources [7843 kB]
Ign:6 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Get:3 https://downloads.apache.org/cassandra/debian 40x InRelease [3902 B]
Ign:3 https://downloads.apache.org/cassandra/debian 40x InRelease
Get:10 https://downloads.apache.org/cassandra/debian 40x/main amd64 Packages [684 B]
Get:11 https://artifacts.elastic.co/packages/7.x/apt stable/main amd64 Packages [96.9 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
Get:13 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB]
Fetched 16.6 MB in 3s (6499 kB/s)
Reading package lists...
W: GPG error: https://artifacts.elastic.co/packages/7.x/apt stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D27D666CD88E42B4
W: GPG error: https://downloads.apache.org/cassandra/debian 40x InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E91335D77E3E87CB
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  base-files libc-bin libc-dev-bin libc6 libc6-dev libgmp10 libssl1.1
  linux-libc-dev openssl tzdata
10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.1 MB of archives.
After this operation, 55.3 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 base-files amd64 10.3+deb10u12 [69.9 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libc6-dev amd64 2.28-10+deb10u1 [2692 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libc-dev-bin amd64 2.28-10+deb10u1 [276 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 linux-libc-dev amd64 4.19.235-1 [1510 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libc6 amd64 2.28-10+deb10u1 [2863 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libc-bin amd64 2.28-10+deb10u1 [795 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libgmp10 amd64 2:6.1.2+dfsg-4+deb10u1 [251 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 tzdata all 2021a-0+deb10u3 [266 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u1 [1551 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u1 [858 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 11.1 MB in 1s (9941 kB/s)
(Reading database ... 12272 files and directories currently installed.)
Preparing to unpack .../base-files_10.3+deb10u12_amd64.deb ...
Unpacking base-files (10.3+deb10u12) over (10.3+deb10u11) ...
Setting up base-files (10.3+deb10u12) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 12272 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.28-10+deb10u1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.28-10+deb10u1) over (2.28-10) ...
Preparing to unpack .../libc-dev-bin_2.28-10+deb10u1_amd64.deb ...
Unpacking libc-dev-bin (2.28-10+deb10u1) over (2.28-10) ...
Preparing to unpack .../linux-libc-dev_4.19.235-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.19.235-1) over (4.19.208-1) ...
Preparing to unpack .../libc6_2.28-10+deb10u1_amd64.deb ...
Unpacking libc6:amd64 (2.28-10+deb10u1) over (2.28-10) ...
Setting up libc6:amd64 (2.28-10+deb10u1) ...
(Reading database ... 12272 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.28-10+deb10u1_amd64.deb ...
Unpacking libc-bin (2.28-10+deb10u1) over (2.28-10) ...
Setting up libc-bin (2.28-10+deb10u1) ...
(Reading database ... 12272 files and directories currently installed.)
Preparing to unpack .../libgmp10_2%3a6.1.2+dfsg-4+deb10u1_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.1.2+dfsg-4+deb10u1) over (2:6.1.2+dfsg-4) ...
Setting up libgmp10:amd64 (2:6.1.2+dfsg-4+deb10u1) ...
(Reading database ... 12272 files and directories currently installed.)
Preparing to unpack .../tzdata_2021a-0+deb10u3_all.deb ...
Unpacking tzdata (2021a-0+deb10u3) over (2021a-0+deb10u2) ...
Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u1) over (1.1.1d-0+deb10u7) ...
Preparing to unpack .../openssl_1.1.1n-0+deb10u1_amd64.deb ...
Unpacking openssl (1.1.1n-0+deb10u1) over (1.1.1d-0+deb10u7) ...
Setting up libssl1.1:amd64 (1.1.1n-0+deb10u1) ...
Setting up linux-libc-dev:amd64 (4.19.235-1) ...
Setting up tzdata (2021a-0+deb10u3) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Apr  8 13:01:24 UTC 2022.
Universal Time is now:  Fri Apr  8 13:01:24 UTC 2022.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libc-dev-bin (2.28-10+deb10u1) ...
Setting up openssl (1.1.1n-0+deb10u1) ...
Setting up libc6-dev:amd64 (2.28-10+deb10u1) ...
Processing triggers for libc-bin (2.28-10+deb10u1) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/tmp.J18pRvrg73/swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc exists in /tmp/tmp.J18pRvrg73; copying to chroot
I: NOTICE: Log filtering will replace 'build/swh-objstorage-Bp3ljQ/swh-objstorage-1.0.6.dev3+gdd99e5d' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/swh-objstorage-Bp3ljQ' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-azure-storage (>= 12.0), python3-click, python3-libcloud, python3-psycopg2, python3-pytest (<< 7.0.0), python3-pytest-mock, python3-pytest-postgresql, python3-requests, python3-requests-mock (>= 1.9), python3-requests-toolbelt, python3-setuptools, python3-setuptools-scm, python3-sh, python3-swh.core (>= 0.3), python3-swh.model (>= 0.0.27), python3-swh.perfecthash (>= 0.1.2), python3-typing-extensions (>= 3.7.4), python3-fixtures, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-azure-storage (>= 12.0), python3-click, python3-libcloud, python3-psycopg2, python3-pytest (<< 7.0.0), python3-pytest-mock, python3-pytest-postgresql, python3-requests, python3-requests-mock (>= 1.9), python3-requests-toolbelt, python3-setuptools, python3-setuptools-scm, python3-sh, python3-swh.core (>= 0.3), python3-swh.model (>= 0.0.27), python3-swh.perfecthash (>= 0.1.2), python3-typing-extensions (>= 3.7.4), python3-fixtures, build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [963 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [551 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [633 B]
Fetched 2147 B in 0s (0 B/s)
Reading package lists...
Hit:1 http://deb.debian.org/debian buster-backports InRelease
Get:3 https://artifacts.elastic.co/packages/7.x/apt stable InRelease [13.7 kB]
Ign:4 https://debian.softwareheritage.org buster-swh InRelease
Hit:5 https://debian.softwareheritage.org buster-swh Release
Ign:6 https://debian.softwareheritage.org buster-swh Release.gpg
Ign:3 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Get:2 https://downloads.apache.org/cassandra/debian 40x InRelease [3902 B]
Ign:2 https://downloads.apache.org/cassandra/debian 40x InRelease
Fetched 17.6 kB in 0s (47.7 kB/s)
Reading package lists...
W: GPG error: https://artifacts.elastic.co/packages/7.x/apt stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D27D666CD88E42B4
W: GPG error: https://downloads.apache.org/cassandra/debian 40x InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E91335D77E3E87CB
Reading package lists...

+------------------------------------------------------------------------------+
| Install main build dependencies (aptitude-based resolver)                    |
+------------------------------------------------------------------------------+

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  aptitude-common libboost-iostreams1.67.0 libboost-system1.67.0 libcwidget3v5
  libsigc++-2.0-0v5 libsqlite3-0 libxapian30
Suggested packages:
  aptitude-doc-en | aptitude-doc apt-xapian-index debtags tasksel
  libcwidget-dev xapian-tools
Recommended packages:
  libparse-debianchangelog-perl sensible-utils
The following NEW packages will be installed:
  aptitude aptitude-common libboost-iostreams1.67.0 libboost-system1.67.0
  libcwidget3v5 libsigc++-2.0-0v5 libsqlite3-0 libxapian30
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 5746 kB of archives.
After this operation, 24.4 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 aptitude-common all 0.8.11-7 [1768 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libboost-iostreams1.67.0 amd64 1.67.0-13+deb10u1 [249 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libboost-system1.67.0 amd64 1.67.0-13+deb10u1 [229 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libsigc++-2.0-0v5 amd64 2.10.1-2 [63.7 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libcwidget3v5 amd64 0.5.17-11 [323 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u1 [641 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libxapian30 amd64 1.4.11-1 [1104 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 aptitude amd64 0.8.11-7 [1368 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5746 kB in 1s (7390 kB/s)
Selecting previously unselected package aptitude-common.
(Reading database ... 12272 files and directories currently installed.)
Preparing to unpack .../0-aptitude-common_0.8.11-7_all.deb ...
Unpacking aptitude-common (0.8.11-7) ...
Selecting previously unselected package libboost-iostreams1.67.0:amd64.
Preparing to unpack .../1-libboost-iostreams1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-system1.67.0:amd64.
Preparing to unpack .../2-libboost-system1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libsigc++-2.0-0v5:amd64.
Preparing to unpack .../3-libsigc++-2.0-0v5_2.10.1-2_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.10.1-2) ...
Selecting previously unselected package libcwidget3v5:amd64.
Preparing to unpack .../4-libcwidget3v5_0.5.17-11_amd64.deb ...
Unpacking libcwidget3v5:amd64 (0.5.17-11) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
Selecting previously unselected package libxapian30:amd64.
Preparing to unpack .../6-libxapian30_1.4.11-1_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.11-1) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../7-aptitude_0.8.11-7_amd64.deb ...
Unpacking aptitude (0.8.11-7) ...
Setting up libxapian30:amd64 (1.4.11-1) ...
Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
Setting up libsigc++-2.0-0v5:amd64 (2.10.1-2) ...
Setting up aptitude-common (0.8.11-7) ...
Setting up libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libcwidget3v5:amd64 (0.5.17-11) ...
Setting up aptitude (0.8.11-7) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
Processing triggers for libc-bin (2.28-10+deb10u1) ...
aptitude -y --without-recommends -o Dpkg::Options::=--force-confold -o Aptitude::CmdLine::Ignore-Trust-Violations=false -o Aptitude::ProblemResolver::StepScore=100 -o Aptitude::ProblemResolver::SolutionCost=safety, priority, non-default-versions -o Aptitude::ProblemResolver::Hints::KeepDummy=reject sbuild-build-depends-main-dummy :UNINST -o Aptitude::ProblemResolver::Keep-All-Level=55000 -o Aptitude::ProblemResolver::Remove-Essential-Level=maximum install sbuild-build-depends-main-dummy:amd64
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  dh-python{a} gir1.2-glib-2.0{a} libbsd0{a} libc-l10n{a} libcmph0{a} libedit2{a} libexpat1{a} libgirepository-1.0-1{a} libglib2.0-0{a} libgssapi-krb5-2{a} libicu63{a} libjs-jquery{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} libkrb5support0{a} libldap-2.4-2{a} libldap-common{a} libllvm7{a} libmagic-mgc{a} libmagic1{a} libmpdec2{a} libncurses6{a} libpq5{a} libprocps7{a} libpython3-stdlib{a} libpython3.7-minimal{a} libpython3.7-stdlib{a} libreadline7{a} libsasl2-2{a} libsasl2-modules-db{a} libxml2{a} libxslt1.1{a} libyaml-0-2{a} locales{a} lsb-base{a} mime-support{a} netbase{a} postgresql{a} postgresql-11{a} postgresql-client-11{a} postgresql-client-common{a} postgresql-common{a} procps{a} python3{a} python3-adal{a} python3-aiohttp{a} python3-aiohttp-utils{a} python3-all{a} python3-asn1crypto{a} python3-async-timeout{a} python3-attr{a} python3-attr-strict{a} python3-azure{a} python3-azure-cosmosdb-table{a} python3-azure-datalake-store{a} python3-azure-storage{a} python3-blinker{a} python3-certifi{a} python3-cffi{a} python3-cffi-backend{a} python3-chardet{a} python3-click{a} python3-colorama{a} python3-crypto{a} python3-cryptography{a} python3-dateutil{a} python3-deprecated{a} python3-distutils{a} python3-extras{a} python3-fixtures{a} python3-flask{a} python3-gi{a} python3-gunicorn{a} python3-hypothesis{a} python3-idna{a} python3-importlib-metadata{a} python3-iniconfig{a} python3-iso8601{a} python3-isodate{a} python3-itsdangerous{a} python3-jinja2{a} python3-jwt{a} python3-lib2to3{a} python3-libcloud{a} python3-linecache2{a} python3-lockfile{a} python3-magic{a} python3-markupsafe{a} python3-mimeparse{a} python3-minimal{a} python3-mirakuru{a} python3-more-itertools{a} python3-msal{a} python3-msal-extensions{a} python3-msgpack{a} python3-msrest{a} python3-msrestazure{a} python3-multidict{a} python3-oauthlib{a} python3-packaging{a} python3-pbr{a} python3-pkg-resources{a} python3-pluggy{a} python3-ply{a} python3-port-for{a} python3-portalocker{a} python3-psutil{a} python3-psycopg2{a} python3-py{a} python3-pycparser{a} python3-pyparsing{a} python3-pytest{a} python3-pytest-mock{a} python3-pytest-postgresql{a} python3-requests{a} python3-requests-mock{a} python3-requests-oauthlib{a} python3-requests-toolbelt{a} python3-sentry-sdk{a} python3-setuptools{a} python3-setuptools-scm{a} python3-sh{a} python3-simplejson{a} python3-six{a} python3-swh.core{a} python3-swh.model{a} python3-swh.perfecthash{a} python3-systemd{a} python3-testtools{a} python3-toml{a} python3-traceback2{a} python3-typing-extensions{a} python3-tz{a} python3-uamqp{a} python3-unittest2{a} python3-urllib3{a} python3-werkzeug{a} python3-wrapt{a} python3-yaml{a} python3-yarl{a} python3-zipp{a} python3.7{a} python3.7-minimal{a} readline-common{a} sbuild-build-depends-main-dummy{b} sensible-utils{a} ssl-cert{a} ucf{a} 
The following packages are RECOMMENDED but will NOT be installed:
  file javascript-common krb5-locales libglib2.0-data libgpm2 libsasl2-modules logrotate lsb-release psmisc python3-openssl python3-pygments python3-pyinotify shared-mime-info sysstat xdg-user-dirs 
0 packages upgraded, 149 newly installed, 0 to remove and 0 not upgraded.
Need to get 66.2 MB of archives. After unpacking 421 MB will be used.
The following packages have unmet dependencies:
 sbuild-build-depends-main-dummy : Depends: debhelper-compat (= 13) which is a virtual package, provided by:
                                            - debhelper (13.3.3~bpo10+1) provides debhelper-compat=13, but it is not going to be installed
                                            - debhelper (13.3.3~bpo10+1) provides debhelper-compat=12, but it is not going to be installed
                                            - debhelper (13.3.3~bpo10+1) provides debhelper-compat=11, but it is not going to be installed
                                            - debhelper (13.3.3~bpo10+1) provides debhelper-compat=10, but it is not going to be installed
                                            - debhelper (13.3.3~bpo10+1) provides debhelper-compat=9, but it is not going to be installed
                                            - debhelper (12.1.1) provides debhelper-compat=12, but it is not going to be installed
                                            - debhelper (12.1.1) provides debhelper-compat=11, but it is not going to be installed
                                            - debhelper (12.1.1) provides debhelper-compat=10, but it is not going to be installed
                                            - debhelper (12.1.1) provides debhelper-compat=9, but it is not going to be installed

                                   Depends: python3-typing-extensions (>= 3.7.4) but 3.7.2-1 is to be installed
The following actions will resolve these dependencies:

      Install the following packages:                                   
1)      autoconf [2.69-11 (oldstable)]                                  
2)      automake [1:1.16.1-4 (oldstable)]                               
3)      autopoint [0.19.8.1-9 (oldstable)]                              
4)      autotools-dev [20180224.1 (oldstable)]                          
5)      bsdmainutils [11.1.2+b1 (oldstable)]                            
6)      debhelper [13.3.3~bpo10+1 (buster-backports)]                   
7)      dh-autoreconf [19 (oldstable)]                                  
8)      dh-strip-nondeterminism [1.1.2-1 (oldstable)]                   
9)      dwz [0.13-5~bpo10+1 (buster-backports)]                         
10)     file [1:5.35-4+deb10u2 (oldstable)]                             
11)     gettext [0.19.8.1-9 (oldstable)]                                
12)     gettext-base [0.19.8.1-9 (oldstable)]                           
13)     groff-base [1.22.4-3+deb10u1 (oldstable)]                       
14)     intltool-debian [0.35.0+20060710.5 (oldstable)]                 
15)     libarchive-zip-perl [1.64-1 (oldstable)]                        
16)     libcroco3 [0.6.12-3 (oldstable)]                                
17)     libdebhelper-perl [13.3.3~bpo10+1 (buster-backports)]           
18)     libelf1 [0.176-1.1 (oldstable)]                                 
19)     libfile-stripnondeterminism-perl [1.1.2-1 (oldstable)]          
20)     libpipeline1 [1.5.1-2 (oldstable)]                              
21)     libsigsegv2 [2.12-2 (oldstable)]                                
22)     libtool [2.4.6-9 (oldstable)]                                   
23)     libuchardet0 [0.0.6-3 (oldstable)]                              
24)     m4 [1.4.18-2 (oldstable)]                                       
25)     man-db [2.8.5-2 (oldstable)]                                    
26)     po-debconf [1.0.21 (oldstable)]                                 
27)     python3-typing-extensions [3.7.4.1-1~bpo10+1 (buster-backports)]



The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdmainutils{a} debhelper{a} dh-autoreconf{a} dh-python{a} dh-strip-nondeterminism{a} dwz{a} file{a} gettext{a} gettext-base{a} gir1.2-glib-2.0{a} groff-base{a} intltool-debian{a} libarchive-zip-perl{a} libbsd0{a} libc-l10n{a} libcmph0{a} libcroco3{a} libdebhelper-perl{a} libedit2{a} libelf1{a} libexpat1{a} libfile-stripnondeterminism-perl{a} libgirepository-1.0-1{a} libglib2.0-0{a} libgssapi-krb5-2{a} libicu63{a} libjs-jquery{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} libkrb5support0{a} libldap-2.4-2{a} libldap-common{a} libllvm7{a} libmagic-mgc{a} libmagic1{a} libmpdec2{a} libncurses6{a} libpipeline1{a} libpq5{a} libprocps7{a} libpython3-stdlib{a} libpython3.7-minimal{a} libpython3.7-stdlib{a} libreadline7{a} libsasl2-2{a} libsasl2-modules-db{a} libsigsegv2{a} libtool{a} libuchardet0{a} libxml2{a} libxslt1.1{a} libyaml-0-2{a} locales{a} lsb-base{a} m4{a} man-db{a} mime-support{a} netbase{a} po-debconf{a} postgresql{a} postgresql-11{a} postgresql-client-11{a} postgresql-client-common{a} postgresql-common{a} procps{a} python3{a} python3-adal{a} python3-aiohttp{a} python3-aiohttp-utils{a} python3-all{a} python3-asn1crypto{a} python3-async-timeout{a} python3-attr{a} python3-attr-strict{a} python3-azure{a} python3-azure-cosmosdb-table{a} python3-azure-datalake-store{a} python3-azure-storage{a} python3-blinker{a} python3-certifi{a} python3-cffi{a} python3-cffi-backend{a} python3-chardet{a} python3-click{a} python3-colorama{a} python3-crypto{a} python3-cryptography{a} python3-dateutil{a} python3-deprecated{a} python3-distutils{a} python3-extras{a} python3-fixtures{a} python3-flask{a} python3-gi{a} python3-gunicorn{a} python3-hypothesis{a} python3-idna{a} python3-importlib-metadata{a} python3-iniconfig{a} python3-iso8601{a} python3-isodate{a} python3-itsdangerous{a} python3-jinja2{a} python3-jwt{a} python3-lib2to3{a} python3-libcloud{a} python3-linecache2{a} python3-lockfile{a} python3-magic{a} python3-markupsafe{a} python3-mimeparse{a} python3-minimal{a} python3-mirakuru{a} python3-more-itertools{a} python3-msal{a} python3-msal-extensions{a} python3-msgpack{a} python3-msrest{a} python3-msrestazure{a} python3-multidict{a} python3-oauthlib{a} python3-packaging{a} python3-pbr{a} python3-pkg-resources{a} python3-pluggy{a} python3-ply{a} python3-port-for{a} python3-portalocker{a} python3-psutil{a} python3-psycopg2{a} python3-py{a} python3-pycparser{a} python3-pyparsing{a} python3-pytest{a} python3-pytest-mock{a} python3-pytest-postgresql{a} python3-requests{a} python3-requests-mock{a} python3-requests-oauthlib{a} python3-requests-toolbelt{a} python3-sentry-sdk{a} python3-setuptools{a} python3-setuptools-scm{a} python3-sh{a} python3-simplejson{a} python3-six{a} python3-swh.core{a} python3-swh.model{a} python3-swh.perfecthash{a} python3-systemd{a} python3-testtools{a} python3-toml{a} python3-traceback2{a} python3-typing-extensions{a} python3-tz{a} python3-uamqp{a} python3-unittest2{a} python3-urllib3{a} python3-werkzeug{a} python3-wrapt{a} python3-yaml{a} python3-yarl{a} python3-zipp{a} python3.7{a} python3.7-minimal{a} readline-common{a} sbuild-build-depends-main-dummy sensible-utils{a} ssl-cert{a} ucf{a} 
The following packages are RECOMMENDED but will NOT be installed:
  curl javascript-common krb5-locales libarchive-cpio-perl libglib2.0-data libgpm2 libltdl-dev libmail-sendmail-perl libsasl2-modules logrotate lsb-release lynx psmisc python3-openssl python3-pygments python3-pyinotify shared-mime-info sysstat wget xdg-user-dirs 
0 packages upgraded, 175 newly installed, 0 to remove and 0 not upgraded.
Need to get 74.6 MB of archives. After unpacking 446 MB will be used.
Writing extended state information...
Get: 1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1068 B]
Get: 2 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
Get: 3 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
Get: 4 https://debian.softwareheritage.org buster-swh/main amd64 python3-pkg-resources all 52.0.0-4~~swh~bpo10+1 [190 kB]
Get: 5 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
Get: 6 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB]
Get: 7 https://debian.softwareheritage.org buster-swh/main amd64 python3-requests all 2.25.1+dfsg-2~~swh~bpo10+1 [69.4 kB]
Get: 8 https://debian.softwareheritage.org buster-swh/main amd64 python3-attr all 21.2.0-1~~swh~bpo10+11 [57.6 kB]
Get: 9 https://debian.softwareheritage.org buster-swh/main amd64 python3-setuptools all 52.0.0-4~~swh~bpo10+1 [367 kB]
Get: 10 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
Get: 11 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
Get: 12 https://debian.softwareheritage.org buster-swh/main amd64 python3-aiohttp-utils all 3.1.1-1+swh1~bpo10 [11.1 kB]
Get: 13 https://debian.softwareheritage.org buster-swh/main amd64 python3-attr-strict all 0.0.7-1+swh1~bpo10+1 [6536 B]
Get: 14 https://debian.softwareheritage.org buster-swh/main amd64 python3-msrest all 0.6.10-1~~swh~bpo10+1 [45.8 kB]
Get: 15 https://debian.softwareheritage.org buster-swh/main amd64 python3-msrestazure all 0.6.2-1~~swh~bpo10+1 [26.5 kB]
Get: 16 https://debian.softwareheritage.org buster-swh/main amd64 python3-azure-cosmosdb-table all 1.0.5+git20191025-5~~swh~bpo10+1 [61.7 kB]
Get: 17 https://debian.softwareheritage.org buster-swh/main amd64 python3-azure-datalake-store all 0.0.48-3~~swh~bpo10+1 [44.1 kB]
Get: 18 https://debian.softwareheritage.org buster-swh/main amd64 python3-azure-storage all 20200130+git-3~~swh~bpo10+2 [177 kB]
Get: 19 https://debian.softwareheritage.org buster-swh/main amd64 python3-msal all 1.2.0-1~~swh~bpo10+1 [40.2 kB]
Get: 20 https://debian.softwareheritage.org buster-swh/main amd64 python3-msal-extensions all 0.2.2-1~~swh~bpo10+1 [14.0 kB]
Get: 21 https://debian.softwareheritage.org buster-swh/main amd64 python3-uamqp amd64 1.2.6-4~~swh~bpo10+1 [644 kB]
Get: 22 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
Get: 23 https://debian.softwareheritage.org buster-swh/main amd64 python3-azure all 20200130+git-3~~swh~bpo10+2 [3499 kB]
Get: 24 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u4 [108 kB]
Get: 25 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
Get: 26 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
Get: 27 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
Get: 28 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
Get: 29 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
Get: 30 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
Get: 31 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
Get: 32 https://debian.softwareheritage.org buster-swh/main amd64 python3-deprecated all 1.2.5-3~bpo10+1~swh1 [10.6 kB]
Get: 33 https://debian.softwareheritage.org buster-swh/main amd64 python3-zipp all 1.0.0-3~~swh~bpo10+1 [6148 B]
Get: 34 https://debian.softwareheritage.org buster-swh/main amd64 python3-importlib-metadata all 1.6.0-2~~swh~bpo10+1 [10.4 kB]
Get: 35 https://debian.softwareheritage.org buster-swh/main amd64 python3-iniconfig all 1.1.1-1~~swh~bpo10+1 [6392 B]
Get: 36 https://debian.softwareheritage.org buster-swh/main amd64 python3-mirakuru all 2.4.2-2~~swh1~bpo10+1 [21.8 kB]
Get: 37 https://debian.softwareheritage.org buster-swh/main amd64 python3-msgpack amd64 1.0.0-6~bpo10+1 [71.4 kB]
Get: 38 https://debian.softwareheritage.org buster-swh/main amd64 python3-pluggy all 0.13.0-6~~swh~bpo10+1 [22.4 kB]
Get: 39 https://debian.softwareheritage.org buster-swh/main amd64 python3-port-for all 0.6.1-1~~swh~bpo10+1 [18.8 kB]
Get: 40 https://debian.softwareheritage.org buster-swh/main amd64 python3-psycopg2 amd64 2.8.3-2~bpo10~swh+1 [117 kB]
Get: 41 https://debian.softwareheritage.org buster-swh/main amd64 python3-pytest all 6.2.5-1~bpo10~swh+2 [218 kB]
Get: 42 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
Get: 43 https://debian.softwareheritage.org buster-swh/main amd64 python3-pytest-mock all 1.10.4-4~bpo10~swh+1 [18.7 kB]
Get: 44 https://debian.softwareheritage.org buster-swh/main amd64 python3-pytest-postgresql all 3.1.3~gh-1~~swh1~bpo10+1 [22.0 kB]
Get: 45 https://debian.softwareheritage.org buster-swh/main amd64 python3-requests-mock all 1.9.3-2~bpo10~swh+11 [17.2 kB]
Get: 46 https://debian.softwareheritage.org buster-swh/main amd64 python3-sentry-sdk all 0.13.5-1~~swh1~bpo10+1 [65.7 kB]
Get: 47 https://debian.softwareheritage.org buster-swh/main amd64 python3-setuptools-scm all 5.0.1-1~~swh~bpo10+1 [31.4 kB]
Get: 48 https://debian.softwareheritage.org buster-swh/main amd64 python3-swh.core all 2.4.0-1~swh1~bpo10+1 [2014 kB]
Get: 49 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
Get: 50 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
Get: 51 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
Get: 52 http://deb.debian.org/debian buster/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u2 [102 kB]
Get: 53 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
Get: 54 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
Get: 55 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB]
Get: 56 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
Get: 57 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
Get: 58 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
Get: 59 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
Get: 60 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
Get: 61 http://deb.debian.org/debian buster/main amd64 libc-l10n all 2.28-10+deb10u1 [847 kB]
Get: 62 http://deb.debian.org/debian buster/main amd64 locales all 2.28-10+deb10u1 [4057 kB]
Get: 63 https://debian.softwareheritage.org buster-swh/main amd64 python3-swh.model all 6.0.1-1~swh1~bpo10+1 [98.7 kB]
Get: 64 https://debian.softwareheritage.org buster-swh/main amd64 python3-swh.perfecthash amd64 0.1.2-1~swh1~bpo10+1 [12.8 kB]
Get: 65 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
Get: 66 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
Get: 67 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
Get: 68 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
Get: 69 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
Get: 70 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
Get: 71 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
Get: 72 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
Get: 73 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
Get: 74 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
Get: 75 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
Get: 76 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
Get: 77 http://deb.debian.org/debian buster/main amd64 libelf1 amd64 0.176-1.1 [161 kB]
Get: 78 http://deb.debian.org/debian buster-backports/main amd64 dwz amd64 0.13-5~bpo10+1 [152 kB]
Get: 79 http://deb.debian.org/debian buster-backports/main amd64 libdebhelper-perl all 13.3.3~bpo10+1 [189 kB]
Get: 80 http://deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u3 [1259 kB]
Get: 81 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
Get: 82 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u3 [689 kB]
Get: 83 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
Get: 84 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
Get: 85 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get: 86 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
Get: 87 http://deb.debian.org/debian buster-backports/main amd64 debhelper all 13.3.3~bpo10+1 [1013 kB]
Get: 88 http://deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
Get: 89 http://deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
Get: 90 http://deb.debian.org/debian buster/main amd64 dh-python all 3.20190308 [99.3 kB]
Get: 91 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
Get: 92 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
Get: 93 http://deb.debian.org/debian buster/main amd64 libcmph0 amd64 2.0.2-1 [62.1 kB]
Get: 94 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
Get: 95 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
Get: 96 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB]
Get: 97 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB]
Get: 98 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB]
Get: 99 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB]
Get: 100 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB]
Get: 101 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
Get: 102 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
Get: 103 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
Get: 104 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
Get: 105 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-8+deb10u2 [13.1 MB]
Get: 106 http://deb.debian.org/debian buster/main amd64 libpq5 amd64 11.14-0+deb10u1 [171 kB]
Get: 107 http://deb.debian.org/debian buster/main amd64 libxslt1.1 amd64 1.1.32-2.2~deb10u1 [237 kB]
Get: 108 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
Get: 109 http://deb.debian.org/debian buster/main amd64 postgresql-client-common all 200+deb10u4 [85.1 kB]
Get: 110 http://deb.debian.org/debian buster/main amd64 postgresql-client-11 amd64 11.14-0+deb10u1 [1409 kB]
Get: 111 http://deb.debian.org/debian buster/main amd64 ssl-cert all 1.0.39 [20.8 kB]
Get: 112 http://deb.debian.org/debian buster/main amd64 postgresql-common all 200+deb10u4 [225 kB]
Get: 113 http://deb.debian.org/debian buster/main amd64 postgresql-11 amd64 11.14-0+deb10u1 [14.1 MB]
Get: 114 http://deb.debian.org/debian buster/main amd64 postgresql all 11+200+deb10u4 [61.1 kB]
Get: 115 http://deb.debian.org/debian buster/main amd64 python3-asn1crypto all 0.24.0-1 [78.2 kB]
Get: 116 http://deb.debian.org/debian buster/main amd64 python3-cffi-backend amd64 1.12.2-1 [79.7 kB]
Get: 117 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
Get: 118 http://deb.debian.org/debian buster/main amd64 python3-cryptography amd64 2.6.1-3+deb10u2 [219 kB]
Get: 119 http://deb.debian.org/debian buster/main amd64 python3-dateutil all 2.7.3-3 [64.5 kB]
Get: 120 http://deb.debian.org/debian buster/main amd64 python3-jwt all 1.7.0-2 [20.5 kB]
Get: 121 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
Get: 122 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
Get: 123 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
Get: 124 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
Get: 125 http://deb.debian.org/debian buster/main amd64 python3-adal all 1.2.1-1 [31.7 kB]
Get: 126 http://deb.debian.org/debian buster/main amd64 python3-multidict amd64 4.5.2-1 [60.6 kB]
Get: 127 http://deb.debian.org/debian buster/main amd64 python3-yarl amd64 1.3.0-1 [48.3 kB]
Get: 128 http://deb.debian.org/debian buster/main amd64 python3-async-timeout all 3.0.1-1 [6292 B]
Get: 129 http://deb.debian.org/debian buster/main amd64 python3-aiohttp amd64 3.5.1-1+deb10u1 [261 kB]
Get: 130 http://deb.debian.org/debian buster/main amd64 python3-gunicorn all 19.9.0-1 [88.4 kB]
Get: 131 http://deb.debian.org/debian buster/main amd64 python3-mimeparse all 0.1.4-3.1 [6204 B]
Get: 132 http://deb.debian.org/debian buster/main amd64 python3-colorama all 0.3.7-1 [18.1 kB]
Get: 133 http://deb.debian.org/debian buster/main amd64 python3-all amd64 3.7.3-1 [1068 B]
Get: 134 http://deb.debian.org/debian buster/main amd64 python3-isodate all 0.6.0-1 [24.9 kB]
Get: 135 http://deb.debian.org/debian buster/main amd64 python3-blinker all 1.4+dfsg1-0.2 [14.0 kB]
Get: 136 http://deb.debian.org/debian buster/main amd64 python3-oauthlib all 2.1.0-1 [75.9 kB]
Get: 137 http://deb.debian.org/debian buster/main amd64 python3-requests-oauthlib all 1.0.0-0.1 [18.6 kB]
Get: 138 http://deb.debian.org/debian buster/main amd64 python3-ply all 3.11-3 [65.1 kB]
Get: 139 http://deb.debian.org/debian buster/main amd64 python3-pycparser all 2.19-1 [75.6 kB]
Get: 140 http://deb.debian.org/debian buster/main amd64 python3-cffi all 1.12.2-1 [83.3 kB]
Get: 141 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
Get: 142 http://deb.debian.org/debian buster/main amd64 python3-portalocker all 1.3.0-1 [10.9 kB]
Get: 143 http://deb.debian.org/debian buster/main amd64 python3-click all 7.0-1 [73.6 kB]
Get: 144 http://deb.debian.org/debian buster/main amd64 python3-crypto amd64 2.6.1-9+b1 [263 kB]
Get: 145 http://deb.debian.org/debian buster/main amd64 python3-wrapt amd64 1.10.11-1 [36.9 kB]
Get: 146 http://deb.debian.org/debian buster/main amd64 python3-extras all 1.0.0-3 [7968 B]
Get: 147 http://deb.debian.org/debian buster/main amd64 python3-pbr all 4.2.0-5 [56.5 kB]
Get: 148 http://deb.debian.org/debian buster/main amd64 python3-linecache2 all 1.0.0-3 [12.4 kB]
Get: 149 http://deb.debian.org/debian buster/main amd64 python3-traceback2 all 1.4.0-5 [16.4 kB]
Get: 150 http://deb.debian.org/debian buster/main amd64 python3-unittest2 all 1.1.0-6.1 [69.4 kB]
Get: 151 http://deb.debian.org/debian buster/main amd64 python3-testtools all 2.3.0-5 [125 kB]
Get: 152 http://deb.debian.org/debian buster/main amd64 python3-fixtures all 3.0.0-2 [32.4 kB]
Get: 153 http://deb.debian.org/debian buster/main amd64 python3-itsdangerous all 0.24+dfsg1-2 [13.0 kB]
Get: 154 http://deb.debian.org/debian buster/main amd64 python3-markupsafe amd64 1.1.0-1 [14.8 kB]
Get: 155 http://deb.debian.org/debian buster/main amd64 python3-jinja2 all 2.10-2 [106 kB]
Get: 156 http://deb.debian.org/debian buster/main amd64 python3-werkzeug all 0.14.1+dfsg1-4+deb10u1 [196 kB]
Get: 157 http://deb.debian.org/debian buster/main amd64 python3-flask all 1.0.2-3 [93.0 kB]
Get: 158 http://deb.debian.org/debian buster/main amd64 python3-hypothesis all 3.71.11-1 [148 kB]
Get: 159 http://deb.debian.org/debian buster/main amd64 python3-more-itertools all 4.2.0-1 [42.2 kB]
Get: 160 http://deb.debian.org/debian buster/main amd64 python3-iso8601 all 0.1.11-1 [9780 B]
Get: 161 http://deb.debian.org/debian buster/main amd64 python3-lockfile all 1:0.12.2-2 [17.1 kB]
Get: 162 http://deb.debian.org/debian buster/main amd64 python3-simplejson amd64 3.16.0-1 [60.7 kB]
Get: 163 http://deb.debian.org/debian buster/main amd64 python3-libcloud all 2.4.0-1 [1315 kB]
Get: 164 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
Get: 165 http://deb.debian.org/debian buster/main amd64 python3-psutil amd64 5.5.1-1 [166 kB]
Get: 166 http://deb.debian.org/debian buster/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [89.6 kB]
Get: 167 http://deb.debian.org/debian buster/main amd64 python3-packaging all 19.0-1 [20.5 kB]
Get: 168 http://deb.debian.org/debian buster/main amd64 python3-py all 1.7.0-2 [86.6 kB]
Get: 169 http://deb.debian.org/debian buster/main amd64 python3-toml all 0.10.0-1 [14.5 kB]
Get: 170 http://deb.debian.org/debian buster/main amd64 python3-requests-toolbelt all 0.8.0-1 [38.2 kB]
Get: 171 http://deb.debian.org/debian buster/main amd64 python3-sh all 1.12.14-1.1 [38.6 kB]
Get: 172 http://deb.debian.org/debian buster-backports/main amd64 python3-typing-extensions all 3.7.4.1-1~bpo10+1 [27.5 kB]
Get: 173 http://deb.debian.org/debian buster/main amd64 python3-yaml amd64 3.13-2 [121 kB]
Get: 174 http://deb.debian.org/debian buster/main amd64 python3-systemd amd64 234-2+b1 [37.2 kB]
Get: 175 http://deb.debian.org/debian buster/main amd64 python3-tz all 2019.1-1 [27.1 kB]
Fetched 74.6 MB in 10s (7141 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 12518 files and directories currently installed.)
Preparing to unpack .../0-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../1-bsdmainutils_11.1.2+b1_amd64.deb ...
Unpacking bsdmainutils (11.1.2+b1) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../2-libuchardet0_0.0.6-3_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.6-3) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../3-groff-base_1.22.4-3+deb10u1_amd64.deb ...
Unpacking groff-base (1.22.4-3+deb10u1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../4-libpipeline1_1.5.1-2_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.1-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../5-man-db_2.8.5-2_amd64.deb ...
Unpacking man-db (2.8.5-2) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../6-libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../7-libexpat1_2.2.6-2+deb10u4_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u4) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../8-python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u4) ...
Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 13402 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-5) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../5-libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../6-python3.7_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../7-libpython3-stdlib_3.7.3-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 13863 files and directories currently installed.)
Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../001-netbase_5.6_all.deb ...
Unpacking netbase (5.6) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../002-libncurses6_6.1+20181013-2+deb10u2_amd64.deb ...
Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package libprocps7:amd64.
Preparing to unpack .../003-libprocps7_2%3a3.3.15-2_amd64.deb ...
Unpacking libprocps7:amd64 (2:3.3.15-2) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../004-lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package procps.
Preparing to unpack .../005-procps_2%3a3.3.15-2_amd64.deb ...
Unpacking procps (2:3.3.15-2) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../006-sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../007-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../008-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
Selecting previously unselected package file.
Preparing to unpack .../009-file_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking file (1:5.35-4+deb10u2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../010-gettext-base_0.19.8.1-9_amd64.deb ...
Unpacking gettext-base (0.19.8.1-9) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../011-libc-l10n_2.28-10+deb10u1_all.deb ...
Unpacking libc-l10n (2.28-10+deb10u1) ...
Selecting previously unselected package locales.
Preparing to unpack .../012-locales_2.28-10+deb10u1_all.deb ...
Unpacking locales (2.28-10+deb10u1) ...
Selecting previously unselected package ucf.
Preparing to unpack .../013-ucf_3.0038+nmu1_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038+nmu1) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../014-libsigsegv2_2.12-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../015-m4_1.4.18-2_amd64.deb ...
Unpacking m4 (1.4.18-2) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../016-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../017-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../018-automake_1%3a1.16.1-4_all.deb ...
Unpacking automake (1:1.16.1-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../019-autopoint_0.19.8.1-9_all.deb ...
Unpacking autopoint (0.19.8.1-9) ...
Selecting previously unselected package libtool.
Preparing to unpack .../020-libtool_2.4.6-9_all.deb ...
Unpacking libtool (2.4.6-9) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../021-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../022-libarchive-zip-perl_1.64-1_all.deb ...
Unpacking libarchive-zip-perl (1.64-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../023-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../024-dh-strip-nondeterminism_1.1.2-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.1.2-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../025-libelf1_0.176-1.1_amd64.deb ...
Unpacking libelf1:amd64 (0.176-1.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../026-dwz_0.13-5~bpo10+1_amd64.deb ...
Unpacking dwz (0.13-5~bpo10+1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../027-libdebhelper-perl_13.3.3~bpo10+1_all.deb ...
Unpacking libdebhelper-perl (13.3.3~bpo10+1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../028-libglib2.0-0_2.58.3-2+deb10u3_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../029-libicu63_63.1-6+deb10u3_amd64.deb ...
Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../030-libxml2_2.9.4+dfsg1-7+deb10u3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u3) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../031-libcroco3_0.6.12-3_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-3) ...
Selecting previously unselected package gettext.
Preparing to unpack .../032-gettext_0.19.8.1-9_amd64.deb ...
Unpacking gettext (0.19.8.1-9) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../033-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../034-po-debconf_1.0.21_all.deb ...
Unpacking po-debconf (1.0.21) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../035-debhelper_13.3.3~bpo10+1_all.deb ...
Unpacking debhelper (13.3.3~bpo10+1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../036-python3-lib2to3_3.7.3-1_all.deb ...
Unpacking python3-lib2to3 (3.7.3-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../037-python3-distutils_3.7.3-1_all.deb ...
Unpacking python3-distutils (3.7.3-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../038-dh-python_3.20190308_all.deb ...
Unpacking dh-python (3.20190308) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../039-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../040-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
Selecting previously unselected package libcmph0.
Preparing to unpack .../041-libcmph0_2.0.2-1_amd64.deb ...
Unpacking libcmph0 (2.0.2-1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../042-libedit2_3.1-20181209-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20181209-1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../043-libkeyutils1_1.6-6_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6-6) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../044-libkrb5support0_1.17-3+deb10u3_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../045-libk5crypto3_1.17-3+deb10u3_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../046-libkrb5-3_1.17-3+deb10u3_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../047-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../048-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ...
Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../049-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../050-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../051-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../052-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libllvm7:amd64.
Preparing to unpack .../053-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../054-libpq5_11.14-0+deb10u1_amd64.deb ...
Unpacking libpq5:amd64 (11.14-0+deb10u1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../055-libxslt1.1_1.1.32-2.2~deb10u1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.32-2.2~deb10u1) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../056-libyaml-0-2_0.2.1-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../057-postgresql-client-common_200+deb10u4_all.deb ...
Unpacking postgresql-client-common (200+deb10u4) ...
Selecting previously unselected package postgresql-client-11.
Preparing to unpack .../058-postgresql-client-11_11.14-0+deb10u1_amd64.deb ...
Unpacking postgresql-client-11 (11.14-0+deb10u1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../059-ssl-cert_1.0.39_all.deb ...
Unpacking ssl-cert (1.0.39) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../060-postgresql-common_200+deb10u4_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Unpacking postgresql-common (200+deb10u4) ...
Selecting previously unselected package postgresql-11.
Preparing to unpack .../061-postgresql-11_11.14-0+deb10u1_amd64.deb ...
Unpacking postgresql-11 (11.14-0+deb10u1) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../062-postgresql_11+200+deb10u4_all.deb ...
Unpacking postgresql (11+200+deb10u4) ...
Selecting previously unselected package python3-asn1crypto.
Preparing to unpack .../063-python3-asn1crypto_0.24.0-1_all.deb ...
Unpacking python3-asn1crypto (0.24.0-1) ...
Selecting previously unselected package python3-cffi-backend.
Preparing to unpack .../064-python3-cffi-backend_1.12.2-1_amd64.deb ...
Unpacking python3-cffi-backend (1.12.2-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../065-python3-six_1.12.0-1_all.deb ...
Unpacking python3-six (1.12.0-1) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../066-python3-cryptography_2.6.1-3+deb10u2_amd64.deb ...
Unpacking python3-cryptography (2.6.1-3+deb10u2) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../067-python3-dateutil_2.7.3-3_all.deb ...
Unpacking python3-dateutil (2.7.3-3) ...
Selecting previously unselected package python3-jwt.
Preparing to unpack .../068-python3-jwt_1.7.0-2_all.deb ...
Unpacking python3-jwt (1.7.0-2) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../069-python3-certifi_2018.8.24-1_all.deb ...
Unpacking python3-certifi (2018.8.24-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../070-python3-pkg-resources_52.0.0-4~~swh~bpo10+1_all.deb ...
Unpacking python3-pkg-resources (52.0.0-4~~swh~bpo10+1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../071-python3-chardet_3.0.4-3_all.deb ...
Unpacking python3-chardet (3.0.4-3) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../072-python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../073-python3-urllib3_1.24.1-1_all.deb ...
Unpacking python3-urllib3 (1.24.1-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../074-python3-requests_2.25.1+dfsg-2~~swh~bpo10+1_all.deb ...
Unpacking python3-requests (2.25.1+dfsg-2~~swh~bpo10+1) ...
Selecting previously unselected package python3-adal.
Preparing to unpack .../075-python3-adal_1.2.1-1_all.deb ...
Unpacking python3-adal (1.2.1-1) ...
Selecting previously unselected package python3-multidict.
Preparing to unpack .../076-python3-multidict_4.5.2-1_amd64.deb ...
Unpacking python3-multidict (4.5.2-1) ...
Selecting previously unselected package python3-yarl.
Preparing to unpack .../077-python3-yarl_1.3.0-1_amd64.deb ...
Unpacking python3-yarl (1.3.0-1) ...
Selecting previously unselected package python3-async-timeout.
Preparing to unpack .../078-python3-async-timeout_3.0.1-1_all.deb ...
Unpacking python3-async-timeout (3.0.1-1) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../079-python3-attr_21.2.0-1~~swh~bpo10+11_all.deb ...
Unpacking python3-attr (21.2.0-1~~swh~bpo10+11) ...
Selecting previously unselected package python3-aiohttp.
Preparing to unpack .../080-python3-aiohttp_3.5.1-1+deb10u1_amd64.deb ...
Unpacking python3-aiohttp (3.5.1-1+deb10u1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../081-python3-setuptools_52.0.0-4~~swh~bpo10+1_all.deb ...
Unpacking python3-setuptools (52.0.0-4~~swh~bpo10+1) ...
Selecting previously unselected package python3-gunicorn.
Preparing to unpack .../082-python3-gunicorn_19.9.0-1_all.deb ...
Unpacking python3-gunicorn (19.9.0-1) ...
Selecting previously unselected package python3-mimeparse.
Preparing to unpack .../083-python3-mimeparse_0.1.4-3.1_all.deb ...
Unpacking python3-mimeparse (0.1.4-3.1) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../084-python3-colorama_0.3.7-1_all.deb ...
Unpacking python3-colorama (0.3.7-1) ...
Selecting previously unselected package python3-aiohttp-utils.
Preparing to unpack .../085-python3-aiohttp-utils_3.1.1-1+swh1~bpo10_all.deb ...
Unpacking python3-aiohttp-utils (3.1.1-1+swh1~bpo10) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../086-python3-all_3.7.3-1_amd64.deb ...
Unpacking python3-all (3.7.3-1) ...
Selecting previously unselected package python3-attr-strict.
Preparing to unpack .../087-python3-attr-strict_0.0.7-1+swh1~bpo10+1_all.deb ...
Unpacking python3-attr-strict (0.0.7-1+swh1~bpo10+1) ...
Selecting previously unselected package python3-isodate.
Preparing to unpack .../088-python3-isodate_0.6.0-1_all.deb ...
Unpacking python3-isodate (0.6.0-1) ...
Selecting previously unselected package python3-blinker.
Preparing to unpack .../089-python3-blinker_1.4+dfsg1-0.2_all.deb ...
Unpacking python3-blinker (1.4+dfsg1-0.2) ...
Selecting previously unselected package python3-oauthlib.
Preparing to unpack .../090-python3-oauthlib_2.1.0-1_all.deb ...
Unpacking python3-oauthlib (2.1.0-1) ...
Selecting previously unselected package python3-requests-oauthlib.
Preparing to unpack .../091-python3-requests-oauthlib_1.0.0-0.1_all.deb ...
Unpacking python3-requests-oauthlib (1.0.0-0.1) ...
Selecting previously unselected package python3-msrest.
Preparing to unpack .../092-python3-msrest_0.6.10-1~~swh~bpo10+1_all.deb ...
Unpacking python3-msrest (0.6.10-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-msrestazure.
Preparing to unpack .../093-python3-msrestazure_0.6.2-1~~swh~bpo10+1_all.deb ...
Unpacking python3-msrestazure (0.6.2-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-azure-cosmosdb-table.
Preparing to unpack .../094-python3-azure-cosmosdb-table_1.0.5+git20191025-5~~swh~bpo10+1_all.deb ...
Unpacking python3-azure-cosmosdb-table (1.0.5+git20191025-5~~swh~bpo10+1) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../095-python3-ply_3.11-3_all.deb ...
Unpacking python3-ply (3.11-3) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../096-python3-pycparser_2.19-1_all.deb ...
Unpacking python3-pycparser (2.19-1) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../097-python3-cffi_1.12.2-1_all.deb ...
Unpacking python3-cffi (1.12.2-1) ...
Selecting previously unselected package python3-azure-datalake-store.
Preparing to unpack .../098-python3-azure-datalake-store_0.0.48-3~~swh~bpo10+1_all.deb ...
Unpacking python3-azure-datalake-store (0.0.48-3~~swh~bpo10+1) ...
Selecting previously unselected package python3-azure-storage.
Preparing to unpack .../099-python3-azure-storage_20200130+git-3~~swh~bpo10+2_all.deb ...
Unpacking python3-azure-storage (20200130+git-3~~swh~bpo10+2) ...
Selecting previously unselected package python3-msal.
Preparing to unpack .../100-python3-msal_1.2.0-1~~swh~bpo10+1_all.deb ...
Unpacking python3-msal (1.2.0-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../101-python3-gi_3.30.4-1_amd64.deb ...
Unpacking python3-gi (3.30.4-1) ...
Selecting previously unselected package python3-portalocker.
Preparing to unpack .../102-python3-portalocker_1.3.0-1_all.deb ...
Unpacking python3-portalocker (1.3.0-1) ...
Selecting previously unselected package python3-msal-extensions.
Preparing to unpack .../103-python3-msal-extensions_0.2.2-1~~swh~bpo10+1_all.deb ...
Unpacking python3-msal-extensions (0.2.2-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-uamqp.
Preparing to unpack .../104-python3-uamqp_1.2.6-4~~swh~bpo10+1_amd64.deb ...
Unpacking python3-uamqp (1.2.6-4~~swh~bpo10+1) ...
Selecting previously unselected package python3-azure.
Preparing to unpack .../105-python3-azure_20200130+git-3~~swh~bpo10+2_all.deb ...
Unpacking python3-azure (20200130+git-3~~swh~bpo10+2) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../106-python3-click_7.0-1_all.deb ...
Unpacking python3-click (7.0-1) ...
Selecting previously unselected package python3-crypto.
Preparing to unpack .../107-python3-crypto_2.6.1-9+b1_amd64.deb ...
Unpacking python3-crypto (2.6.1-9+b1) ...
Selecting previously unselected package python3-wrapt.
Preparing to unpack .../108-python3-wrapt_1.10.11-1_amd64.deb ...
Unpacking python3-wrapt (1.10.11-1) ...
Selecting previously unselected package python3-deprecated.
Preparing to unpack .../109-python3-deprecated_1.2.5-3~bpo10+1~swh1_all.deb ...
Unpacking python3-deprecated (1.2.5-3~bpo10+1~swh1) ...
Selecting previously unselected package python3-extras.
Preparing to unpack .../110-python3-extras_1.0.0-3_all.deb ...
Unpacking python3-extras (1.0.0-3) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../111-python3-pbr_4.2.0-5_all.deb ...
Unpacking python3-pbr (4.2.0-5) ...
Selecting previously unselected package python3-linecache2.
Preparing to unpack .../112-python3-linecache2_1.0.0-3_all.deb ...
Unpacking python3-linecache2 (1.0.0-3) ...
Selecting previously unselected package python3-traceback2.
Preparing to unpack .../113-python3-traceback2_1.4.0-5_all.deb ...
Unpacking python3-traceback2 (1.4.0-5) ...
Selecting previously unselected package python3-unittest2.
Preparing to unpack .../114-python3-unittest2_1.1.0-6.1_all.deb ...
Unpacking python3-unittest2 (1.1.0-6.1) ...
Selecting previously unselected package python3-testtools.
Preparing to unpack .../115-python3-testtools_2.3.0-5_all.deb ...
Unpacking python3-testtools (2.3.0-5) ...
Selecting previously unselected package python3-fixtures.
Preparing to unpack .../116-python3-fixtures_3.0.0-2_all.deb ...
Unpacking python3-fixtures (3.0.0-2) ...
Selecting previously unselected package python3-itsdangerous.
Preparing to unpack .../117-python3-itsdangerous_0.24+dfsg1-2_all.deb ...
Unpacking python3-itsdangerous (0.24+dfsg1-2) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../118-python3-markupsafe_1.1.0-1_amd64.deb ...
Unpacking python3-markupsafe (1.1.0-1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../119-python3-jinja2_2.10-2_all.deb ...
Unpacking python3-jinja2 (2.10-2) ...
Selecting previously unselected package python3-werkzeug.
Preparing to unpack .../120-python3-werkzeug_0.14.1+dfsg1-4+deb10u1_all.deb ...
Unpacking python3-werkzeug (0.14.1+dfsg1-4+deb10u1) ...
Selecting previously unselected package python3-flask.
Preparing to unpack .../121-python3-flask_1.0.2-3_all.deb ...
Unpacking python3-flask (1.0.2-3) ...
Selecting previously unselected package python3-hypothesis.
Preparing to unpack .../122-python3-hypothesis_3.71.11-1_all.deb ...
Unpacking python3-hypothesis (3.71.11-1) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../123-python3-more-itertools_4.2.0-1_all.deb ...
Unpacking python3-more-itertools (4.2.0-1) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../124-python3-zipp_1.0.0-3~~swh~bpo10+1_all.deb ...
Unpacking python3-zipp (1.0.0-3~~swh~bpo10+1) ...
Selecting previously unselected package python3-importlib-metadata.
Preparing to unpack .../125-python3-importlib-metadata_1.6.0-2~~swh~bpo10+1_all.deb ...
Unpacking python3-importlib-metadata (1.6.0-2~~swh~bpo10+1) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../126-python3-iniconfig_1.1.1-1~~swh~bpo10+1_all.deb ...
Unpacking python3-iniconfig (1.1.1-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-iso8601.
Preparing to unpack .../127-python3-iso8601_0.1.11-1_all.deb ...
Unpacking python3-iso8601 (0.1.11-1) ...
Selecting previously unselected package python3-lockfile.
Preparing to unpack .../128-python3-lockfile_1%3a0.12.2-2_all.deb ...
Unpacking python3-lockfile (1:0.12.2-2) ...
Selecting previously unselected package python3-simplejson.
Preparing to unpack .../129-python3-simplejson_3.16.0-1_amd64.deb ...
Unpacking python3-simplejson (3.16.0-1) ...
Selecting previously unselected package python3-libcloud.
Preparing to unpack .../130-python3-libcloud_2.4.0-1_all.deb ...
Unpacking python3-libcloud (2.4.0-1) ...
Selecting previously unselected package python3-magic.
Preparing to unpack .../131-python3-magic_2%3a0.4.15-2_all.deb ...
Unpacking python3-magic (2:0.4.15-2) ...
Selecting previously unselected package python3-psutil.
Preparing to unpack .../132-python3-psutil_5.5.1-1_amd64.deb ...
Unpacking python3-psutil (5.5.1-1) ...
Selecting previously unselected package python3-mirakuru.
Preparing to unpack .../133-python3-mirakuru_2.4.2-2~~swh1~bpo10+1_all.deb ...
Unpacking python3-mirakuru (2.4.2-2~~swh1~bpo10+1) ...
Selecting previously unselected package python3-msgpack.
Preparing to unpack .../134-python3-msgpack_1.0.0-6~bpo10+1_amd64.deb ...
Unpacking python3-msgpack (1.0.0-6~bpo10+1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../135-python3-pyparsing_2.2.0+dfsg1-2_all.deb ...
Unpacking python3-pyparsing (2.2.0+dfsg1-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../136-python3-packaging_19.0-1_all.deb ...
Unpacking python3-packaging (19.0-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../137-python3-pluggy_0.13.0-6~~swh~bpo10+1_all.deb ...
Unpacking python3-pluggy (0.13.0-6~~swh~bpo10+1) ...
Selecting previously unselected package python3-port-for.
Preparing to unpack .../138-python3-port-for_0.6.1-1~~swh~bpo10+1_all.deb ...
Unpacking python3-port-for (0.6.1-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-psycopg2.
Preparing to unpack .../139-python3-psycopg2_2.8.3-2~bpo10~swh+1_amd64.deb ...
Unpacking python3-psycopg2 (2.8.3-2~bpo10~swh+1) ...
Selecting previously unselected package python3-py.
Preparing to unpack .../140-python3-py_1.7.0-2_all.deb ...
Unpacking python3-py (1.7.0-2) ...
Selecting previously unselected package python3-toml.
Preparing to unpack .../141-python3-toml_0.10.0-1_all.deb ...
Unpacking python3-toml (0.10.0-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../142-python3-pytest_6.2.5-1~bpo10~swh+2_all.deb ...
Unpacking python3-pytest (6.2.5-1~bpo10~swh+2) ...
Selecting previously unselected package python3-pytest-mock.
Preparing to unpack .../143-python3-pytest-mock_1.10.4-4~bpo10~swh+1_all.deb ...
Unpacking python3-pytest-mock (1.10.4-4~bpo10~swh+1) ...
Selecting previously unselected package python3-pytest-postgresql.
Preparing to unpack .../144-python3-pytest-postgresql_3.1.3~gh-1~~swh1~bpo10+1_all.deb ...
Unpacking python3-pytest-postgresql (3.1.3~gh-1~~swh1~bpo10+1) ...
Selecting previously unselected package python3-requests-mock.
Preparing to unpack .../145-python3-requests-mock_1.9.3-2~bpo10~swh+11_all.deb ...
Unpacking python3-requests-mock (1.9.3-2~bpo10~swh+11) ...
Selecting previously unselected package python3-requests-toolbelt.
Preparing to unpack .../146-python3-requests-toolbelt_0.8.0-1_all.deb ...
Unpacking python3-requests-toolbelt (0.8.0-1) ...
Selecting previously unselected package python3-sentry-sdk.
Preparing to unpack .../147-python3-sentry-sdk_0.13.5-1~~swh1~bpo10+1_all.deb ...
Unpacking python3-sentry-sdk (0.13.5-1~~swh1~bpo10+1) ...
Selecting previously unselected package python3-setuptools-scm.
Preparing to unpack .../148-python3-setuptools-scm_5.0.1-1~~swh~bpo10+1_all.deb ...
Unpacking python3-setuptools-scm (5.0.1-1~~swh~bpo10+1) ...
Selecting previously unselected package python3-sh.
Preparing to unpack .../149-python3-sh_1.12.14-1.1_all.deb ...
Unpacking python3-sh (1.12.14-1.1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../150-python3-typing-extensions_3.7.4.1-1~bpo10+1_all.deb ...
Unpacking python3-typing-extensions (3.7.4.1-1~bpo10+1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../151-python3-yaml_3.13-2_amd64.deb ...
Unpacking python3-yaml (3.13-2) ...
Selecting previously unselected package python3-systemd.
Preparing to unpack .../152-python3-systemd_234-2+b1_amd64.deb ...
Unpacking python3-systemd (234-2+b1) ...
Selecting previously unselected package python3-swh.core.
Preparing to unpack .../153-python3-swh.core_2.4.0-1~swh1~bpo10+1_all.deb ...
Unpacking python3-swh.core (2.4.0-1~swh1~bpo10+1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../154-python3-tz_2019.1-1_all.deb ...
Unpacking python3-tz (2019.1-1) ...
Selecting previously unselected package python3-swh.model.
Preparing to unpack .../155-python3-swh.model_6.0.1-1~swh1~bpo10+1_all.deb ...
Unpacking python3-swh.model (6.0.1-1~swh1~bpo10+1) ...
Selecting previously unselected package python3-swh.perfecthash.
Preparing to unpack .../156-python3-swh.perfecthash_0.1.2-1~swh1~bpo10+1_amd64.deb ...
Unpacking python3-swh.perfecthash (0.1.2-1~swh1~bpo10+1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../157-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libpipeline1:amd64 (1.5.1-2) ...
Setting up lsb-base (10.2019051400) ...
Setting up libcmph0 (2.0.2-1) ...
Setting up libkeyutils1:amd64 (1.6-6) ...
Setting up libc-l10n (2.28-10+deb10u1) ...
Setting up mime-support (3.62) ...
Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
Setting up libarchive-zip-perl (1.64-1) ...
Setting up libyaml-0-2:amd64 (0.2.1-1) ...
Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
No schema files found: doing nothing.
Setting up libprocps7:amd64 (2:3.3.15-2) ...
Setting up libdebhelper-perl (13.3.3~bpo10+1) ...
Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
Setting up gettext-base (0.19.8.1-9) ...
Setting up file (1:5.35-4+deb10u2) ...
Setting up locales (2.28-10+deb10u1) ...
Generating locales (this might take a while)...
Generation complete.
Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
Setting up libicu63:amd64 (63.1-6+deb10u3) ...
Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
Setting up autotools-dev (20180224.1) ...
Setting up ssl-cert (1.0.39) ...
Setting up libncurses6:amd64 (6.1+20181013-2+deb10u2) ...
Setting up libsigsegv2:amd64 (2.12-2) ...
Setting up autopoint (0.19.8.1-9) ...
Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
Setting up sensible-utils (0.0.12) ...
Setting up libuchardet0:amd64 (0.0.6-3) ...
Setting up procps (2:3.3.15-2) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
Setting up netbase (5.6) ...
Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ...
Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
Setting up libelf1:amd64 (0.176-1.1) ...
Setting up readline-common (7.0-5) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u3) ...
Setting up libreadline7:amd64 (7.0-5) ...
Setting up postgresql-client-common (200+deb10u4) ...
Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
Setting up libtool (2.4.6-9) ...
Setting up libedit2:amd64 (3.1-20181209-1) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
Setting up m4 (1.4.18-2) ...
Setting up bsdmainutils (11.1.2+b1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ...
Setting up libcroco3:amd64 (0.6.12-3) ...
Setting up ucf (3.0038+nmu1) ...
Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
Setting up autoconf (2.69-11) ...
Setting up dwz (0.13-5~bpo10+1) ...
Setting up groff-base (1.22.4-3+deb10u1) ...
Setting up libxslt1.1:amd64 (1.1.32-2.2~deb10u1) ...
Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up automake (1:1.16.1-4) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up python3.7 (3.7.3-2+deb10u3) ...
Setting up gettext (0.19.8.1-9) ...
Setting up libpq5:amd64 (11.14-0+deb10u1) ...
Setting up python3 (3.7.3-1) ...
Setting up man-db (2.8.5-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up python3-markupsafe (1.1.0-1) ...
Setting up python3-psutil (5.5.1-1) ...
Setting up python3-multidict (4.5.2-1) ...
Setting up python3-tz (2019.1-1) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up python3-async-timeout (3.0.1-1) ...
Setting up python3-six (1.12.0-1) ...
Setting up python3-simplejson (3.16.0-1) ...
Setting up python3-isodate (0.6.0-1) ...
Setting up python3-jinja2 (2.10-2) ...
Setting up python3-iso8601 (0.1.11-1) ...
Setting up python3-pyparsing (2.2.0+dfsg1-2) ...
Setting up python3-certifi (2018.8.24-1) ...
Setting up python3-linecache2 (1.0.0-3) ...
Setting up python3-werkzeug (0.14.1+dfsg1-4+deb10u1) ...
Setting up postgresql-client-11 (11.14-0+deb10u1) ...
update-alternatives: using /usr/share/postgresql/11/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up python3-port-for (0.6.1-1~~swh~bpo10+1) ...
Setting up python3-gi (3.30.4-1) ...
Setting up postgresql-common (200+deb10u4) ...

Creating config file /etc/postgresql-common/createcluster.conf with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3-idna (2.6-1) ...
Setting up python3-wrapt (1.10.11-1) ...
Setting up python3-psycopg2 (2.8.3-2~bpo10~swh+1) ...
Setting up python3-typing-extensions (3.7.4.1-1~bpo10+1) ...
Setting up postgresql-11 (11.14-0+deb10u1) ...
Creating new PostgreSQL cluster 11/main ...
/usr/lib/postgresql/11/bin/initdb -D /var/lib/postgresql/11/main --auth-local peer --auth-host md5
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "C.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/11/main ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default timezone ... Etc/UTC
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

Success. You can now start the database server using:

    pg_ctlcluster 11 main start

Ver Cluster Port Status Owner    Data directory              Log file
11  main    5433 down   postgres /var/lib/postgresql/11/main /var/log/postgresql/postgresql-11-main.log
update-alternatives: using /usr/share/postgresql/11/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3-toml (0.10.0-1) ...
Setting up python3-urllib3 (1.24.1-1) ...
Setting up python3-portalocker (1.3.0-1) ...
Setting up python3-crypto (2.6.1-9+b1) ...
Setting up python3-dateutil (2.7.3-3) ...
Setting up python3-msgpack (1.0.0-6~bpo10+1) ...
Setting up postgresql (11+200+deb10u4) ...
Setting up python3-magic (2:0.4.15-2) ...
Setting up python3-lib2to3 (3.7.3-1) ...
Setting up python3-yarl (1.3.0-1) ...
Setting up python3-asn1crypto (0.24.0-1) ...
Setting up python3-mimeparse (0.1.4-3.1) ...
Setting up python3-deprecated (1.2.5-3~bpo10+1~swh1) ...
Setting up python3-systemd (234-2+b1) ...
Setting up python3-cffi-backend (1.12.2-1) ...
Setting up python3-blinker (1.4+dfsg1-0.2) ...
Setting up python3-pkg-resources (52.0.0-4~~swh~bpo10+1) ...
Setting up python3-distutils (3.7.3-1) ...
Setting up dh-python (3.20190308) ...
Setting up python3-more-itertools (4.2.0-1) ...
Setting up python3-iniconfig (1.1.1-1~~swh~bpo10+1) ...
Setting up python3-attr (21.2.0-1~~swh~bpo10+11) ...
Setting up python3-lockfile (1:0.12.2-2) ...
Setting up python3-mirakuru (2.4.2-2~~swh1~bpo10+1) ...
Setting up python3-setuptools (52.0.0-4~~swh~bpo10+1) ...
Setting up python3-py (1.7.0-2) ...
Setting up python3-jwt (1.7.0-2) ...
Setting up python3-colorama (0.3.7-1) ...
Setting up python3-pbr (4.2.0-5) ...
update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode
Setting up po-debconf (1.0.21) ...
Setting up python3-hypothesis (3.71.11-1) ...
Setting up python3-ply (3.11-3) ...
Setting up python3-extras (1.0.0-3) ...
Setting up python3-traceback2 (1.4.0-5) ...
Setting up python3-itsdangerous (0.24+dfsg1-2) ...
Setting up python3-all (3.7.3-1) ...
Setting up python3-sh (1.12.14-1.1) ...
Setting up python3-yaml (3.13-2) ...
Setting up python3-uamqp (1.2.6-4~~swh~bpo10+1) ...
Setting up python3-zipp (1.0.0-3~~swh~bpo10+1) ...
Setting up python3-click (7.0-1) ...
Setting up python3-attr-strict (0.0.7-1+swh1~bpo10+1) ...
Setting up python3-setuptools-scm (5.0.1-1~~swh~bpo10+1) ...
Setting up python3-pycparser (2.19-1) ...
Setting up python3-packaging (19.0-1) ...
Setting up python3-chardet (3.0.4-3) ...
Setting up python3-cryptography (2.6.1-3+deb10u2) ...
Setting up python3-requests (2.25.1+dfsg-2~~swh~bpo10+1) ...
Setting up python3-sentry-sdk (0.13.5-1~~swh1~bpo10+1) ...
Setting up python3-unittest2 (1.1.0-6.1) ...
update-alternatives: using /usr/bin/python3-unit2 to provide /usr/bin/unit2 (unit2) in auto mode
Setting up python3-gunicorn (19.9.0-1) ...
Setting up python3-adal (1.2.1-1) ...
Setting up python3-requests-toolbelt (0.8.0-1) ...
Setting up python3-importlib-metadata (1.6.0-2~~swh~bpo10+1) ...
Setting up python3-flask (1.0.2-3) ...
Setting up python3-cffi (1.12.2-1) ...
Setting up python3-aiohttp (3.5.1-1+deb10u1) ...
Setting up python3-msal (1.2.0-1~~swh~bpo10+1) ...
Setting up python3-msal-extensions (0.2.2-1~~swh~bpo10+1) ...
Setting up python3-swh.model (6.0.1-1~swh1~bpo10+1) ...
Setting up python3-libcloud (2.4.0-1) ...
Setting up python3-oauthlib (2.1.0-1) ...
Setting up python3-requests-mock (1.9.3-2~bpo10~swh+11) ...
Setting up python3-pluggy (0.13.0-6~~swh~bpo10+1) ...
Setting up python3-aiohttp-utils (3.1.1-1+swh1~bpo10) ...
Setting up python3-requests-oauthlib (1.0.0-0.1) ...
Setting up python3-azure-datalake-store (0.0.48-3~~swh~bpo10+1) ...
Setting up python3-swh.perfecthash (0.1.2-1~swh1~bpo10+1) ...
Setting up python3-pytest (6.2.5-1~bpo10~swh+2) ...
Setting up python3-swh.core (2.4.0-1~swh1~bpo10+1) ...
Setting up python3-msrest (0.6.10-1~~swh~bpo10+1) ...
Setting up python3-pytest-mock (1.10.4-4~bpo10~swh+1) ...
Setting up python3-pytest-postgresql (3.1.3~gh-1~~swh1~bpo10+1) ...
Setting up python3-msrestazure (0.6.2-1~~swh~bpo10+1) ...
Setting up python3-testtools (2.3.0-5) ...
Setting up dh-autoreconf (19) ...
Setting up python3-fixtures (3.0.0-2) ...
Setting up python3-azure (20200130+git-3~~swh~bpo10+2) ...
Setting up python3-azure-cosmosdb-table (1.0.5+git20191025-5~~swh~bpo10+1) ...
Setting up debhelper (13.3.3~bpo10+1) ...
Setting up python3-azure-storage (20200130+git-3~~swh~bpo10+2) ...
Setting up dh-strip-nondeterminism (1.1.2-1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.28-10+deb10u1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) amd64 (x86_64)
Toolchain package versions: binutils_2.31.1-16 dpkg-dev_1.19.7 g++-8_8.3.0-6 gcc-8_8.3.0-6 libc6-dev_2.28-10+deb10u1 libstdc++-8-dev_8.3.0-6 libstdc++6_8.3.0-6 linux-libc-dev_4.19.235-1
Package versions: adduser_3.118 apt_1.8.2.3 apt-transport-https_1.8.2.3 aptitude_0.8.11-7 aptitude-common_0.8.11-7 autoconf_2.69-11 automake_1:1.16.1-4 autopoint_0.19.8.1-9 autotools-dev_20180224.1 base-files_10.3+deb10u12 base-passwd_3.5.46 bash_5.0-4 binutils_2.31.1-16 binutils-common_2.31.1-16 binutils-x86-64-linux-gnu_2.31.1-16 bsdmainutils_11.1.2+b1 bsdutils_1:2.33.1-0.1 build-essential_12.6 bzip2_1.0.6-9.2~deb10u1 ca-certificates_20200601~deb10u2 coreutils_8.30-3 cpp_4:8.3.0-1 cpp-8_8.3.0-6 dash_0.5.10.2-5 debconf_1.5.71+deb10u1 debhelper_13.3.3~bpo10+1 debian-archive-keyring_2019.1+deb10u1 debianutils_4.8.6.1 dh-autoreconf_19 dh-python_3.20190308 dh-strip-nondeterminism_1.1.2-1 diffutils_1:3.7-3 dpkg_1.19.7 dpkg-dev_1.19.7 dwz_0.13-5~bpo10+1 e2fsprogs_1.44.5-1+deb10u3 fakeroot_1.23-1 fdisk_2.33.1-0.1 file_1:5.35-4+deb10u2 findutils_4.6.0+git+20190209-2 g++_4:8.3.0-1 g++-8_8.3.0-6 gcc_4:8.3.0-1 gcc-8_8.3.0-6 gcc-8-base_8.3.0-6 gettext_0.19.8.1-9 gettext-base_0.19.8.1-9 gir1.2-glib-2.0_1.58.3-2 gpgv_2.2.12-1+deb10u1 grep_3.3-1 groff-base_1.22.4-3+deb10u1 gzip_1.9-3 hostname_3.21 init-system-helpers_1.56+nmu1 intltool-debian_0.35.0+20060710.5 libacl1_2.2.53-4 libapt-pkg5.0_1.8.2.3 libarchive-zip-perl_1.64-1 libasan5_8.3.0-6 libatomic1_8.3.0-6 libattr1_1:2.4.48-4 libaudit-common_1:2.8.4-3 libaudit1_1:2.8.4-3 libbinutils_2.31.1-16 libblkid1_2.33.1-0.1 libboost-iostreams1.67.0_1.67.0-13+deb10u1 libboost-system1.67.0_1.67.0-13+deb10u1 libbsd0_0.9.1-2+deb10u1 libbz2-1.0_1.0.6-9.2~deb10u1 libc-bin_2.28-10+deb10u1 libc-dev-bin_2.28-10+deb10u1 libc-l10n_2.28-10+deb10u1 libc6_2.28-10+deb10u1 libc6-dev_2.28-10+deb10u1 libcap-ng0_0.7.9-2 libcc1-0_8.3.0-6 libcmph0_2.0.2-1 libcom-err2_1.44.5-1+deb10u3 libcroco3_0.6.12-3 libcwidget3v5_0.5.17-11 libdb5.3_5.3.28+dfsg1-0.5 libdebconfclient0_0.249 libdebhelper-perl_13.3.3~bpo10+1 libdpkg-perl_1.19.7 libedit2_3.1-20181209-1 libelf1_0.176-1.1 libexpat1_2.2.6-2+deb10u4 libext2fs2_1.44.5-1+deb10u3 libfakeroot_1.23-1 libfdisk1_2.33.1-0.1 libffi6_3.2.1-9 libfile-stripnondeterminism-perl_1.1.2-1 libgcc-8-dev_8.3.0-6 libgcc1_1:8.3.0-6 libgcrypt20_1.8.4-5+deb10u1 libgdbm-compat4_1.18.1-4 libgdbm6_1.18.1-4 libgirepository-1.0-1_1.58.3-2 libglib2.0-0_2.58.3-2+deb10u3 libgmp10_2:6.1.2+dfsg-4+deb10u1 libgnutls30_3.6.7-4+deb10u7 libgomp1_8.3.0-6 libgpg-error0_1.35-1 libgssapi-krb5-2_1.17-3+deb10u3 libhogweed4_3.4.1-1+deb10u1 libicu63_63.1-6+deb10u3 libidn2-0_2.0.5-1+deb10u1 libisl19_0.20-2 libitm1_8.3.0-6 libjs-jquery_3.3.1~dfsg-3+deb10u1 libk5crypto3_1.17-3+deb10u3 libkeyutils1_1.6-6 libkrb5-3_1.17-3+deb10u3 libkrb5support0_1.17-3+deb10u3 libldap-2.4-2_2.4.47+dfsg-3+deb10u6 libldap-common_2.4.47+dfsg-3+deb10u6 libllvm7_1:7.0.1-8+deb10u2 liblsan0_8.3.0-6 liblz4-1_1.8.3-1+deb10u1 liblzma5_5.2.4-1 libmagic-mgc_1:5.35-4+deb10u2 libmagic1_1:5.35-4+deb10u2 libmount1_2.33.1-0.1 libmpc3_1.1.0-1 libmpdec2_2.4.2-2 libmpfr6_4.0.2-1 libmpx2_8.3.0-6 libncurses6_6.1+20181013-2+deb10u2 libncursesw6_6.1+20181013-2+deb10u2 libnettle6_3.4.1-1+deb10u1 libp11-kit0_0.23.15-2+deb10u1 libpam-modules_1.3.1-5 libpam-modules-bin_1.3.1-5 libpam-runtime_1.3.1-5 libpam0g_1.3.1-5 libpcre3_2:8.39-12 libperl5.28_5.28.1-6+deb10u1 libpipeline1_1.5.1-2 libpq5_11.14-0+deb10u1 libprocps7_2:3.3.15-2 libpython3-stdlib_3.7.3-1 libpython3.7-minimal_3.7.3-2+deb10u3 libpython3.7-stdlib_3.7.3-2+deb10u3 libquadmath0_8.3.0-6 libreadline7_7.0-5 libsasl2-2_2.1.27+dfsg-1+deb10u2 libsasl2-modules-db_2.1.27+dfsg-1+deb10u2 libseccomp2_2.3.3-4 libselinux1_2.8-1+b1 libsemanage-common_2.8-2 libsemanage1_2.8-2 libsepol1_2.8-1 libsigc++-2.0-0v5_2.10.1-2 libsigsegv2_2.12-2 libsmartcols1_2.33.1-0.1 libsqlite3-0_3.27.2-3+deb10u1 libss2_1.44.5-1+deb10u3 libssl1.1_1.1.1n-0+deb10u1 libstdc++-8-dev_8.3.0-6 libstdc++6_8.3.0-6 libsystemd0_241-7~deb10u8 libtasn1-6_4.13-3 libtinfo6_6.1+20181013-2+deb10u2 libtool_2.4.6-9 libtsan0_8.3.0-6 libubsan1_8.3.0-6 libuchardet0_0.0.6-3 libudev1_241-7~deb10u8 libunistring2_0.9.10-1 libuuid1_2.33.1-0.1 libxapian30_1.4.11-1 libxml2_2.9.4+dfsg1-7+deb10u3 libxslt1.1_1.1.32-2.2~deb10u1 libyaml-0-2_0.2.1-1 libzstd1_1.3.8+dfsg-3+deb10u2 linux-libc-dev_4.19.235-1 locales_2.28-10+deb10u1 login_1:4.5-1.1 lsb-base_10.2019051400 m4_1.4.18-2 make_4.2.1-1.2 man-db_2.8.5-2 mawk_1.3.3-17+b3 mime-support_3.62 mount_2.33.1-0.1 ncurses-base_6.1+20181013-2+deb10u2 ncurses-bin_6.1+20181013-2+deb10u2 netbase_5.6 openssl_1.1.1n-0+deb10u1 passwd_1:4.5-1.1 patch_2.7.6-3+deb10u1 perl_5.28.1-6+deb10u1 perl-base_5.28.1-6+deb10u1 perl-modules-5.28_5.28.1-6+deb10u1 po-debconf_1.0.21 postgresql_11+200+deb10u4 postgresql-11_11.14-0+deb10u1 postgresql-client-11_11.14-0+deb10u1 postgresql-client-common_200+deb10u4 postgresql-common_200+deb10u4 procps_2:3.3.15-2 python3_3.7.3-1 python3-adal_1.2.1-1 python3-aiohttp_3.5.1-1+deb10u1 python3-aiohttp-utils_3.1.1-1+swh1~bpo10 python3-all_3.7.3-1 python3-asn1crypto_0.24.0-1 python3-async-timeout_3.0.1-1 python3-attr_21.2.0-1~~swh~bpo10+11 python3-attr-strict_0.0.7-1+swh1~bpo10+1 python3-azure_20200130+git-3~~swh~bpo10+2 python3-azure-cosmosdb-table_1.0.5+git20191025-5~~swh~bpo10+1 python3-azure-datalake-store_0.0.48-3~~swh~bpo10+1 python3-azure-storage_20200130+git-3~~swh~bpo10+2 python3-blinker_1.4+dfsg1-0.2 python3-certifi_2018.8.24-1 python3-cffi_1.12.2-1 python3-cffi-backend_1.12.2-1 python3-chardet_3.0.4-3 python3-click_7.0-1 python3-colorama_0.3.7-1 python3-crypto_2.6.1-9+b1 python3-cryptography_2.6.1-3+deb10u2 python3-dateutil_2.7.3-3 python3-deprecated_1.2.5-3~bpo10+1~swh1 python3-distutils_3.7.3-1 python3-extras_1.0.0-3 python3-fixtures_3.0.0-2 python3-flask_1.0.2-3 python3-gi_3.30.4-1 python3-gunicorn_19.9.0-1 python3-hypothesis_3.71.11-1 python3-idna_2.6-1 python3-importlib-metadata_1.6.0-2~~swh~bpo10+1 python3-iniconfig_1.1.1-1~~swh~bpo10+1 python3-iso8601_0.1.11-1 python3-isodate_0.6.0-1 python3-itsdangerous_0.24+dfsg1-2 python3-jinja2_2.10-2 python3-jwt_1.7.0-2 python3-lib2to3_3.7.3-1 python3-libcloud_2.4.0-1 python3-linecache2_1.0.0-3 python3-lockfile_1:0.12.2-2 python3-magic_2:0.4.15-2 python3-markupsafe_1.1.0-1 python3-mimeparse_0.1.4-3.1 python3-minimal_3.7.3-1 python3-mirakuru_2.4.2-2~~swh1~bpo10+1 python3-more-itertools_4.2.0-1 python3-msal_1.2.0-1~~swh~bpo10+1 python3-msal-extensions_0.2.2-1~~swh~bpo10+1 python3-msgpack_1.0.0-6~bpo10+1 python3-msrest_0.6.10-1~~swh~bpo10+1 python3-msrestazure_0.6.2-1~~swh~bpo10+1 python3-multidict_4.5.2-1 python3-oauthlib_2.1.0-1 python3-packaging_19.0-1 python3-pbr_4.2.0-5 python3-pkg-resources_52.0.0-4~~swh~bpo10+1 python3-pluggy_0.13.0-6~~swh~bpo10+1 python3-ply_3.11-3 python3-port-for_0.6.1-1~~swh~bpo10+1 python3-portalocker_1.3.0-1 python3-psutil_5.5.1-1 python3-psycopg2_2.8.3-2~bpo10~swh+1 python3-py_1.7.0-2 python3-pycparser_2.19-1 python3-pyparsing_2.2.0+dfsg1-2 python3-pytest_6.2.5-1~bpo10~swh+2 python3-pytest-mock_1.10.4-4~bpo10~swh+1 python3-pytest-postgresql_3.1.3~gh-1~~swh1~bpo10+1 python3-requests_2.25.1+dfsg-2~~swh~bpo10+1 python3-requests-mock_1.9.3-2~bpo10~swh+11 python3-requests-oauthlib_1.0.0-0.1 python3-requests-toolbelt_0.8.0-1 python3-sentry-sdk_0.13.5-1~~swh1~bpo10+1 python3-setuptools_52.0.0-4~~swh~bpo10+1 python3-setuptools-scm_5.0.1-1~~swh~bpo10+1 python3-sh_1.12.14-1.1 python3-simplejson_3.16.0-1 python3-six_1.12.0-1 python3-swh.core_2.4.0-1~swh1~bpo10+1 python3-swh.model_6.0.1-1~swh1~bpo10+1 python3-swh.perfecthash_0.1.2-1~swh1~bpo10+1 python3-systemd_234-2+b1 python3-testtools_2.3.0-5 python3-toml_0.10.0-1 python3-traceback2_1.4.0-5 python3-typing-extensions_3.7.4.1-1~bpo10+1 python3-tz_2019.1-1 python3-uamqp_1.2.6-4~~swh~bpo10+1 python3-unittest2_1.1.0-6.1 python3-urllib3_1.24.1-1 python3-werkzeug_0.14.1+dfsg1-4+deb10u1 python3-wrapt_1.10.11-1 python3-yaml_3.13-2 python3-yarl_1.3.0-1 python3-zipp_1.0.0-3~~swh~bpo10+1 python3.7_3.7.3-2+deb10u3 python3.7-minimal_3.7.3-2+deb10u3 readline-common_7.0-5 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.7-1 sensible-utils_0.0.12 ssl-cert_1.0.39 sysvinit-utils_2.93-8 tar_1.30+dfsg-6 tzdata_2021a-0+deb10u3 ucf_3.0038+nmu1 util-linux_2.33.1-0.1 xz-utils_5.2.4-1 zlib1g_1:1.2.11.dfsg-1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

Format: 3.0 (quilt)
Source: swh-objstorage
Binary: python3-swh.objstorage, python3-swh.objstorage.cloud, python3-swh.objstorage.winery
Architecture: all
Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Homepage: https://forge.softwareheritage.org/source/swh-objstorage
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-azure-storage (>= 12.0), python3-click, python3-libcloud, python3-psycopg2, python3-pytest (<< 7.0.0), python3-pytest-mock, python3-pytest-postgresql, python3-requests, python3-requests-mock (>= 1.9), python3-requests-toolbelt, python3-setuptools, python3-setuptools-scm, python3-sh, python3-swh.core (>= 0.3), python3-swh.model (>= 0.0.27), python3-swh.perfecthash (>= 0.1.2), python3-typing-extensions (>= 3.7.4), python3-fixtures
Package-List:
 python3-swh.objstorage deb python optional arch=all
 python3-swh.objstorage.cloud deb python optional arch=all
 python3-swh.objstorage.winery deb python optional arch=all
Checksums-Sha1:
 856e029aa2a083b8f94d0956e1c0289f6fe4a0be 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 ad1ffc468b34f94317d8f9a921a2c126a568a1fb 5616 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
Checksums-Sha256:
 b7e06fafdebf49a0ae83f08c552285ab15554d45f32cb8e9b2121b2a74a47edf 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 d38ece6fdd23ce11aacf2305a8c8678460a10448699db9ee1324ceb09c7f72a8 5616 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
Files:
 c678329ee0af3977a3095d35b66f7838 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 6cf27c21a18fd5b0abc4b14fe7de7f8a 5616 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz

dpkg-source: warning: extracting unsigned source package (swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc)
dpkg-source: info: extracting swh-objstorage in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
dpkg-source: info: unpacking swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=fr_FR.UTF-8
LC_ALL=C.UTF-8
LOGNAME=anlambert
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=buster-backports-swh-amd64-sbuild
SCHROOT_CHROOT_NAME=buster-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=anlambert
SCHROOT_SESSION_ID=buster-amd64-sbuild-aa0f0a3c-4f61-42f4-b5a4-6548fe8dd72d
SCHROOT_UID=1000
SCHROOT_USER=anlambert
SHELL=/bin/sh
USER=anlambert

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -rfakeroot -sa
dpkg-buildpackage: info: source package swh-objstorage
dpkg-buildpackage: info: source version 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
dpkg-buildpackage: info: source distribution buster-backports-swh
dpkg-buildpackage: info: source changed by Antoine Lambert <anlambert@softwareheritage.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:217: python3.7 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build' (and everything under it)
'build/bdist.linux-amd64' does not exist -- can't clean it
'build/scripts-3.7' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building swh-objstorage using existing ./swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
dpkg-source: info: building swh-objstorage in swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh
copying swh/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/cli.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/exc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/interface.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
copying swh/objstorage/factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_pathslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_in_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_pathslicer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/objstorage_testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_multiplexer_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_multiplexer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_cloud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/winery_benchmark.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_striping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_azure.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_winery.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_seaweedfs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_instantiation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_random_generator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/winery_testing_helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
copying swh/objstorage/tests/test_objstorage_noop.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/azure.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/libcloud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/in_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/generator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/pathslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
copying swh/objstorage/backends/noop.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/striping_objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer
copying swh/objstorage/multiplexer/multiplexer_objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api
copying swh/objstorage/api/server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/sharedbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/roshard.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/rwshard.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
copying swh/objstorage/backends/winery/throttler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs
copying swh/objstorage/backends/seaweedfs/objstorage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/read_write_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter
copying swh/objstorage/multiplexer/filter/id_filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest file 'swh.objstorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
copying swh/objstorage/py.typed -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
no_proxy=127.0.0.1 dh_auto_test
I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build; python3.7 -m pytest -vv
============================= test session starts ==============================
platform linux -- Python 3.7.3, pytest-6.2.5, py-1.7.0, pluggy-0.13.0 -- /usr/bin/python3.7
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/.hypothesis/examples')
rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
plugins: postgresql-3.1.3, requests-mock-1.9.3, hypothesis-3.71.11, mock-1.10.4, swh.core-2.4.0
collecting ... collected 735 items

swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_check PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_contains PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_get PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_get_random PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_iter PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_can_len PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_cannot_add PASSED [  0%]
swh/objstorage/tests/test_multiplexer_filter.py::MixinTestReadFilter::test_cannot_restore PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_add PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_check PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_contains PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_get PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_get_random PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_iter PASSED [  1%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_len PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestPrefixFilter::test_restore PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_add PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_check PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_contains PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_get PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_get_random PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_iter PASSED [  2%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_len PASSED [  3%]
swh/objstorage/tests/test_multiplexer_filter.py::TestRegexFilter::test_restore PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  3%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  4%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_not_allowed SKIPPED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_not_allowed_by_default SKIPPED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  5%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_api.py::TestRemoteObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  6%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  7%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_compression PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  8%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_trailing_data_on_stored_blob PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [  9%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 10%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_compression PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 11%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 12%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_trailing_data_on_stored_blob PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageGzip::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 13%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_compression PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 14%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 15%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_trailing_data_on_stored_blob PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageZlib::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 16%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 17%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_compression PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 18%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_trailing_data_on_stored_blob PASSED [ 19%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageLzma::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 20%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_compression PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 21%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 22%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_trailing_data_on_stored_blob PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestAzureCloudObjStorageBz2::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 23%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 24%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 25%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_instantiation_inconsistent_prefixes PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_instantiation_missing_prefixes PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_prefixedazure_sharding_behavior PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::TestPrefixedAzureCloudObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 26%]
swh/objstorage/tests/test_objstorage_azure.py::test_get_container_url PASSED [ 27%]
swh/objstorage/tests/test_objstorage_azure.py::test_bwcompat_args PASSED [ 27%]
swh/objstorage/tests/test_objstorage_azure.py::test_bwcompat_args_prefixed PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 27%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_compression PASSED [ 28%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 29%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_trailing_data_on_stored_blob PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 30%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 31%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_compression PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 32%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 33%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_trailing_data_on_stored_blob PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageBz2::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 34%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_compression PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 35%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 36%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_trailing_data_on_stored_blob PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageGzip::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 37%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 38%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_compression PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 39%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_trailing_data_on_stored_blob PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageLzma::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 40%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 41%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_compression PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 42%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 43%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_trailing_data_on_stored_blob PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStorageZlib::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 44%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_compression PASSED [ 45%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 46%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_path_prefix PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_trailing_data_on_stored_blob PASSED [ 47%]
swh/objstorage/tests/test_objstorage_cloud.py::TestCloudObjStoragePrefix::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 47%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_missing PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_get_missing PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_check PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_read_only PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_objstorage_not_iterable PASSED [ 48%]
swh/objstorage/tests/test_objstorage_http.py::test_http_cannonical_url PASSED [ 48%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 48%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 49%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 50%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_in_memory.py::TestInMemoryObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 51%]
swh/objstorage/tests/test_objstorage_instantiation.py::TestObjStorageInitialization::test_pathslicing_objstorage PASSED [ 52%]
swh/objstorage/tests/test_objstorage_instantiation.py::TestObjStorageInitialization::test_remote_objstorage PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_access_readonly PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 52%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 53%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_contains PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_missing PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_delete_present PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 54%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_random_contents PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_multiplexer.py::TestMultiplexerObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_noop.py::test_instantiate_noop_objstorage PASSED [ 55%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 55%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 56%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_id_mismatch PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_not_compressed PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_ok PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 57%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_default PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_forced_off PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_fdatasync_forced_on PASSED [ 58%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_random_contents PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_iter PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_iterate_from PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_len PASSED [ 59%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 60%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_id_mismatch PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_not_compressed PASSED [ 61%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_ok PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 62%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_default PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_forced_off PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_fdatasync_forced_on PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_random_contents PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 63%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_iter PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_iterate_from PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_len PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageGzip::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 64%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 65%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_id_mismatch PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_not_compressed PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_ok PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 66%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_default PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_forced_off PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_fdatasync_forced_on PASSED [ 67%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_random_contents PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_iter PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_iterate_from PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_len PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 68%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageZlib::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 69%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_id_mismatch PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_not_compressed PASSED [ 70%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_ok PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 71%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_default PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_forced_off PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_fdatasync_forced_on PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_random_contents PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 72%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_iter PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_iterate_from PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_len PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageBz2::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 73%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 74%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_id_mismatch PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_not_compressed PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_ok PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 75%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_default PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_forced_off PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_fdatasync_forced_on PASSED [ 76%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_random_contents PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_iter PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_iterate_from PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_len PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 77%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 78%]
swh/objstorage/tests/test_objstorage_pathslicing.py::TestPathSlicingObjStorageLzma::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_get_stream PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_list_content PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_total PASSED [ 78%]
swh/objstorage/tests/test_objstorage_random_generator.py::test_random_generator_objstorage_size PASSED [ 78%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 79%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_compression PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 80%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 81%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_trailing_data_on_stored_blob PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 82%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_compression PASSED [ 83%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 84%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_trailing_data_on_stored_blob PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithCompression::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 85%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 86%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_compression PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 87%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_trailing_data_on_stored_blob PASSED [ 88%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithSmallBatch::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_get_wo_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 89%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_compression PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 90%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 91%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_list_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_trailing_data_on_stored_blob PASSED [ 92%]
swh/objstorage/tests/test_objstorage_seaweedfs.py::TestWeedObjStorageWithNoPath::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_big <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_batch <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 92%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_w_id <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_get_wo_id SKIPPED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_stream_sleep <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_striping_behavior PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_add_twice <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_config <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 93%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_check_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_contains <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_content_iterator <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_not_allowed <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_not_allowed_by_default <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_delete_present <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 94%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_batch_unexisting_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_missing <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_stream <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_get_striping_behavior PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_list_content SKIPPED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_restore_content <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_striping.py::TestStripingObjStorage::test_types <- .pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py PASSED [ 95%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_sharedbase PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_add_get PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_add_and_pack PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_delete PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_get_shard_info PASSED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_packer SKIPPED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_get_object SKIPPED [ 96%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_ceph_pool SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_work SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_real SKIPPED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bench_fake PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_leaky_bucket_tick PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_leaky_bucket_reset PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_bandwidth_calculator PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_io_throttler PASSED [ 97%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_throttler PASSED [ 98%]
swh/objstorage/tests/test_objstorage_winery.py::test_winery_stats PASSED [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer PASSED          [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_noop PASSED     [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_bad_hash PASSED [ 98%]
swh/objstorage/tests/test_pathslicer.py::test_pathslicer_check_config PASSED [ 98%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_no_configuration PASSED [ 98%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration_toplevel PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config_invalid_configuration_level2 PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[pathslicing-bw-compat] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[pathslicing] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[empty-args-bw-compat] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[empty-args] PASSED [ 99%]
swh/objstorage/tests/test_server.py::test_load_and_check_config[noop] PASSED [100%]

=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/werkzeug/datastructures.py:16
../../../../../../usr/lib/python3/dist-packages/werkzeug/datastructures.py:16
../../../../../../usr/lib/python3/dist-packages/werkzeug/datastructures.py:16
  /usr/lib/python3/dist-packages/werkzeug/datastructures.py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Container, Iterable, MutableSet

../../../../../../usr/lib/python3/dist-packages/jinja2/runtime.py:318
  /usr/lib/python3/dist-packages/jinja2/runtime.py:318: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Mapping

../../../../../../usr/lib/python3/dist-packages/libcloud/utils/py3.py:79
  /usr/lib/python3/dist-packages/libcloud/utils/py3.py:79: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    from imp import reload

.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_multiplexer_filter.py: 48 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_api.py: 21 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_azure.py: 153 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_in_memory.py: 23 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_instantiation.py: 2 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_pathslicing.py: 165 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_random_generator.py: 5 warnings
.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_striping.py: 75 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/factory.py:95: DeprecationWarning: Explicit "args" key is deprecated for objstorage initialization, use class arguments keys directly instead.
    DeprecationWarning,

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========== 726 passed, 9 skipped, 497 warnings in 84.85s (0:01:24) ============
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-swh.objstorage 
running install
running build
running build_py
running egg_info
writing swh.objstorage.egg-info/PKG-INFO
writing dependency_links to swh.objstorage.egg-info/dependency_links.txt
writing entry points to swh.objstorage.egg-info/entry_points.txt
writing requirements to swh.objstorage.egg-info/requires.txt
writing top-level names to swh.objstorage.egg-info/top_level.txt
reading manifest file 'swh.objstorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'version.txt'
warning: no previously-included files found matching 'winery-test-environment'
writing manifest file 'swh.objstorage.egg-info/SOURCES.txt'
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/__pycache__
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/cli.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/utils.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_pathslicing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_in_memory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_pathslicer.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/conftest.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/objstorage_testing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_multiplexer_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_multiplexer.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_cloud.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/winery_benchmark.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_striping.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/objstorage_testing.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_cloud.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_noop.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_winery.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_seaweedfs.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_multiplexer_filter.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_http.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_random_generator.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_server.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_azure.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_instantiation.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/winery_benchmark.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_api.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/conftest.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_striping.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_in_memory.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/winery_testing_helpers.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_pathslicer.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_multiplexer.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/__pycache__/test_objstorage_pathslicing.cpython-37-pytest-6.2.5.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_azure.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_winery.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_seaweedfs.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_api.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_instantiation.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_server.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_random_generator.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/winery_testing_helpers.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/tests/test_objstorage_noop.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/azure.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/libcloud.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/sharedbase.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/roshard.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/database.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/stats.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/rwshard.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/throttler.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/objstorage.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/database.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/roshard.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/sharedbase.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/stats.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/rwshard.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/winery/throttler.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/in_memory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/azure.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/noop.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/generator.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/libcloud.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/in_memory.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/pathslicing.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/__pycache__/http.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/generator.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs/http.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/objstorage.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs/__pycache__/http.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/seaweedfs/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/pathslicing.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/backends/noop.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__pycache__/factory.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__pycache__/objstorage.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__pycache__/exc.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__pycache__/utils.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/__pycache__/interface.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__pycache__
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/striping_objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/read_write_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/read_write_filter.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/filter.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/__pycache__/id_filter.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/filter/id_filter.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/striping_objstorage.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/__pycache__/multiplexer_objstorage.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/multiplexer/multiplexer_objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/objstorage.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/exc.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/py.typed -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/interface.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/factory.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api/__pycache__/client.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api/__pycache__/server.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api/__pycache__/__init__.cpython-37.pyc -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api/client.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.objstorage/build/swh/objstorage/api/server.py -> /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/.hypothesis
creating /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/.hypothesis/examples
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/cli.py to cli.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/utils.py to utils.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_pathslicing.py to test_objstorage_pathslicing.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_in_memory.py to test_objstorage_in_memory.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_pathslicer.py to test_pathslicer.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/conftest.py to conftest.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/objstorage_testing.py to objstorage_testing.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_multiplexer_filter.py to test_multiplexer_filter.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_multiplexer.py to test_objstorage_multiplexer.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_cloud.py to test_objstorage_cloud.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/winery_benchmark.py to winery_benchmark.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_striping.py to test_objstorage_striping.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_azure.py to test_objstorage_azure.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_winery.py to test_objstorage_winery.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_seaweedfs.py to test_objstorage_seaweedfs.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_api.py to test_objstorage_api.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_instantiation.py to test_objstorage_instantiation.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_server.py to test_server.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_http.py to test_objstorage_http.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_random_generator.py to test_objstorage_random_generator.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/winery_testing_helpers.py to winery_testing_helpers.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/tests/test_objstorage_noop.py to test_objstorage_noop.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/http.py to http.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/azure.py to azure.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/libcloud.py to libcloud.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/sharedbase.py to sharedbase.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/roshard.py to roshard.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/database.py to database.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/objstorage.py to objstorage.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/stats.py to stats.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/rwshard.py to rwshard.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/winery/throttler.py to throttler.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/in_memory.py to in_memory.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/generator.py to generator.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/http.py to http.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/seaweedfs/objstorage.py to objstorage.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/pathslicing.py to pathslicing.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/backends/noop.py to noop.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/striping_objstorage.py to striping_objstorage.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/read_write_filter.py to read_write_filter.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/filter.py to filter.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/filter/id_filter.py to id_filter.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/multiplexer/multiplexer_objstorage.py to multiplexer_objstorage.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/objstorage.py to objstorage.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/exc.py to exc.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/interface.py to interface.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/factory.py to factory.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/__init__.py to __init__.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/client.py to client.cpython-37.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/objstorage/api/server.py to server.cpython-37.pyc
running install_egg_info
Copying swh.objstorage.egg-info to /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info
Skipping SOURCES.txt
running install_scripts
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
py3versions: no X-Python3-Version in control file, using supported versions
dh_install
rm -v /<<PKGBUILDDIR>>/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
removed '/<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python3.7/dist-packages/swh/__init__.py'
set -e; for pyvers in 3.7; do \
        mkdir -p /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.cloud/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
        mv /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends/azure.py \
           /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends/libcloud.py \
           /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.cloud/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
        mkdir -p /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.winery/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
        mv /<<PKGBUILDDIR>>/debian/python3-swh.objstorage/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends/winery \
           /<<PKGBUILDDIR>>/debian/python3-swh.objstorage.winery/usr/lib/python$pyvers/dist-packages/swh/objstorage/backends ; \
done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs -O--buildsystem=pybuild
   dh_installchangelogs -O--buildsystem=pybuild
   dh_python3 -O--buildsystem=pybuild
   dh_installsystemduser -O--buildsystem=pybuild
   dh_perl -O--buildsystem=pybuild
   dh_link -O--buildsystem=pybuild
   dh_strip_nondeterminism -O--buildsystem=pybuild
   dh_compress -O--buildsystem=pybuild
   dh_fixperms -O--buildsystem=pybuild
   dh_missing -O--buildsystem=pybuild
   dh_installdeb -O--buildsystem=pybuild
   dh_gencontrol -O--buildsystem=pybuild
   dh_md5sums -O--buildsystem=pybuild
   dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'python3-swh.objstorage' in '../python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb'.
dpkg-deb: building package 'python3-swh.objstorage.cloud' in '../python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb'.
dpkg-deb: building package 'python3-swh.objstorage.winery' in '../python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb'.
 dpkg-genbuildinfo
 dpkg-genchanges -sa >../swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
--------------------------------------------------------------------------------
Build finished at 2022-04-08T13:04:39Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.changes:
---------------------------------------------------------------

Format: 1.8
Date: Fri, 08 Apr 2022 15:00:58 +0200
Source: swh-objstorage
Binary: python3-swh.objstorage python3-swh.objstorage.cloud python3-swh.objstorage.winery
Architecture: source all
Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
Distribution: buster-backports-swh
Urgency: medium
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Changed-By: Antoine Lambert <anlambert@softwareheritage.org>
Description:
 python3-swh.objstorage - Software Heritage Object Storage
 python3-swh.objstorage.cloud - Software Heritage Cloud Object Storage
 python3-swh.objstorage.winery - Software Heritage Cloud Object Storage
Changes:
 swh-objstorage (1.0.6.dev3+gdd99e5d-1~bpo10~swh+1) buster-backports-swh; urgency=medium
 .
   * Rebuild for buster-backports-swh
Checksums-Sha1:
 18454127bab5c4a004da24a237ab00b7f3f9b5a9 1736 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 856e029aa2a083b8f94d0956e1c0289f6fe4a0be 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 ad1ffc468b34f94317d8f9a921a2c126a568a1fb 5616 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
 121bcd383aa977b74781f8b2d4f782bb30d27456 12316 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 462cd9bd1783e843167d299cd622faf534d12e3d 13456 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 dfd1dc166fb4d1c5742f03e2c829dbc3e36a9fa8 42248 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 62d4f3c43e31133f34975206ada43ad3df9965ab 11247 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.buildinfo
Checksums-Sha256:
 ed406db9125966fd6c81125b80ea335081824b066c45d3673f34e9b16fbd71f2 1736 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 b7e06fafdebf49a0ae83f08c552285ab15554d45f32cb8e9b2121b2a74a47edf 87159 swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 d38ece6fdd23ce11aacf2305a8c8678460a10448699db9ee1324ceb09c7f72a8 5616 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
 d5b3087e0c089094eb7a38f30df14dab662c39fec31f14364647569baff64458 12316 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 7f19ccd39212ecda9e410d6a30dba2ba8d4300b38104730e70995eca57bbc28e 13456 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 19164c2ac28fd83892232d4fd2314518b0775ab211b5ef20b6d1a0b658cdc437 42248 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 9301631b9c344875017a8e3cd4bfecf7f0f2bf0e2b549535c3cb14006a2688ad 11247 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.buildinfo
Files:
 41bed2f456f84180cc4171a63f5de9f1 1736 python optional swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 c678329ee0af3977a3095d35b66f7838 87159 python optional swh-objstorage_1.0.6.dev3+gdd99e5d.orig.tar.gz
 6cf27c21a18fd5b0abc4b14fe7de7f8a 5616 python optional swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.debian.tar.xz
 923ad297a45512c5ff3910faa17af6e1 12316 python optional python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 aaae003d00e46c2a9ff31e578f9a7a42 13456 python optional python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 df9b699a7f3cc47871b3e6d19d639fb0 42248 python optional python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 6c4c00e0eabd3a968f0a5900b3232eb8 11247 python optional swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.buildinfo
/<<BUILDDIR>>/swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.changes.new could not be renamed to /<<BUILDDIR>>/swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_amd64.changes: Illegal seek
Distribution field may be wrong!!!
+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: swh-objstorage
Binary: python3-swh.objstorage python3-swh.objstorage.cloud python3-swh.objstorage.winery
Architecture: all source
Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
Checksums-Md5:
 41bed2f456f84180cc4171a63f5de9f1 1736 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 923ad297a45512c5ff3910faa17af6e1 12316 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 aaae003d00e46c2a9ff31e578f9a7a42 13456 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 df9b699a7f3cc47871b3e6d19d639fb0 42248 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
Checksums-Sha1:
 18454127bab5c4a004da24a237ab00b7f3f9b5a9 1736 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 121bcd383aa977b74781f8b2d4f782bb30d27456 12316 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 462cd9bd1783e843167d299cd622faf534d12e3d 13456 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 dfd1dc166fb4d1c5742f03e2c829dbc3e36a9fa8 42248 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
Checksums-Sha256:
 ed406db9125966fd6c81125b80ea335081824b066c45d3673f34e9b16fbd71f2 1736 swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
 d5b3087e0c089094eb7a38f30df14dab662c39fec31f14364647569baff64458 12316 python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 7f19ccd39212ecda9e410d6a30dba2ba8d4300b38104730e70995eca57bbc28e 13456 python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
 19164c2ac28fd83892232d4fd2314518b0775ab211b5ef20b6d1a0b658cdc437 42248 python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
Build-Origin: Debian
Build-Architecture: amd64
Build-Date: Fri, 08 Apr 2022 13:04:39 +0000
Build-Path: /<<PKGBUILDDIR>>
Installed-Build-Depends:
 adduser (= 3.118),
 autoconf (= 2.69-11),
 automake (= 1:1.16.1-4),
 autopoint (= 0.19.8.1-9),
 autotools-dev (= 20180224.1),
 base-files (= 10.3+deb10u12),
 base-passwd (= 3.5.46),
 bash (= 5.0-4),
 binutils (= 2.31.1-16),
 binutils-common (= 2.31.1-16),
 binutils-x86-64-linux-gnu (= 2.31.1-16),
 bsdmainutils (= 11.1.2+b1),
 bsdutils (= 1:2.33.1-0.1),
 build-essential (= 12.6),
 bzip2 (= 1.0.6-9.2~deb10u1),
 ca-certificates (= 20200601~deb10u2),
 coreutils (= 8.30-3),
 cpp (= 4:8.3.0-1),
 cpp-8 (= 8.3.0-6),
 dash (= 0.5.10.2-5),
 debconf (= 1.5.71+deb10u1),
 debhelper (= 13.3.3~bpo10+1),
 debianutils (= 4.8.6.1),
 dh-autoreconf (= 19),
 dh-python (= 3.20190308),
 dh-strip-nondeterminism (= 1.1.2-1),
 diffutils (= 1:3.7-3),
 dpkg (= 1.19.7),
 dpkg-dev (= 1.19.7),
 dwz (= 0.13-5~bpo10+1),
 fdisk (= 2.33.1-0.1),
 file (= 1:5.35-4+deb10u2),
 findutils (= 4.6.0+git+20190209-2),
 g++ (= 4:8.3.0-1),
 g++-8 (= 8.3.0-6),
 gcc (= 4:8.3.0-1),
 gcc-8 (= 8.3.0-6),
 gcc-8-base (= 8.3.0-6),
 gettext (= 0.19.8.1-9),
 gettext-base (= 0.19.8.1-9),
 gir1.2-glib-2.0 (= 1.58.3-2),
 grep (= 3.3-1),
 groff-base (= 1.22.4-3+deb10u1),
 gzip (= 1.9-3),
 hostname (= 3.21),
 init-system-helpers (= 1.56+nmu1),
 intltool-debian (= 0.35.0+20060710.5),
 libacl1 (= 2.2.53-4),
 libarchive-zip-perl (= 1.64-1),
 libasan5 (= 8.3.0-6),
 libatomic1 (= 8.3.0-6),
 libattr1 (= 1:2.4.48-4),
 libaudit-common (= 1:2.8.4-3),
 libaudit1 (= 1:2.8.4-3),
 libbinutils (= 2.31.1-16),
 libblkid1 (= 2.33.1-0.1),
 libbsd0 (= 0.9.1-2+deb10u1),
 libbz2-1.0 (= 1.0.6-9.2~deb10u1),
 libc-bin (= 2.28-10+deb10u1),
 libc-dev-bin (= 2.28-10+deb10u1),
 libc-l10n (= 2.28-10+deb10u1),
 libc6 (= 2.28-10+deb10u1),
 libc6-dev (= 2.28-10+deb10u1),
 libcap-ng0 (= 0.7.9-2),
 libcc1-0 (= 8.3.0-6),
 libcmph0 (= 2.0.2-1),
 libcom-err2 (= 1.44.5-1+deb10u3),
 libcroco3 (= 0.6.12-3),
 libdb5.3 (= 5.3.28+dfsg1-0.5),
 libdebconfclient0 (= 0.249),
 libdebhelper-perl (= 13.3.3~bpo10+1),
 libdpkg-perl (= 1.19.7),
 libedit2 (= 3.1-20181209-1),
 libelf1 (= 0.176-1.1),
 libexpat1 (= 2.2.6-2+deb10u4),
 libfdisk1 (= 2.33.1-0.1),
 libffi6 (= 3.2.1-9),
 libfile-stripnondeterminism-perl (= 1.1.2-1),
 libgcc-8-dev (= 8.3.0-6),
 libgcc1 (= 1:8.3.0-6),
 libgcrypt20 (= 1.8.4-5+deb10u1),
 libgdbm-compat4 (= 1.18.1-4),
 libgdbm6 (= 1.18.1-4),
 libgirepository-1.0-1 (= 1.58.3-2),
 libglib2.0-0 (= 2.58.3-2+deb10u3),
 libgmp10 (= 2:6.1.2+dfsg-4+deb10u1),
 libgnutls30 (= 3.6.7-4+deb10u7),
 libgomp1 (= 8.3.0-6),
 libgpg-error0 (= 1.35-1),
 libgssapi-krb5-2 (= 1.17-3+deb10u3),
 libhogweed4 (= 3.4.1-1+deb10u1),
 libicu63 (= 63.1-6+deb10u3),
 libidn2-0 (= 2.0.5-1+deb10u1),
 libisl19 (= 0.20-2),
 libitm1 (= 8.3.0-6),
 libjs-jquery (= 3.3.1~dfsg-3+deb10u1),
 libk5crypto3 (= 1.17-3+deb10u3),
 libkeyutils1 (= 1.6-6),
 libkrb5-3 (= 1.17-3+deb10u3),
 libkrb5support0 (= 1.17-3+deb10u3),
 libldap-2.4-2 (= 2.4.47+dfsg-3+deb10u6),
 libldap-common (= 2.4.47+dfsg-3+deb10u6),
 libllvm7 (= 1:7.0.1-8+deb10u2),
 liblsan0 (= 8.3.0-6),
 liblz4-1 (= 1.8.3-1+deb10u1),
 liblzma5 (= 5.2.4-1),
 libmagic-mgc (= 1:5.35-4+deb10u2),
 libmagic1 (= 1:5.35-4+deb10u2),
 libmount1 (= 2.33.1-0.1),
 libmpc3 (= 1.1.0-1),
 libmpdec2 (= 2.4.2-2),
 libmpfr6 (= 4.0.2-1),
 libmpx2 (= 8.3.0-6),
 libncurses6 (= 6.1+20181013-2+deb10u2),
 libncursesw6 (= 6.1+20181013-2+deb10u2),
 libnettle6 (= 3.4.1-1+deb10u1),
 libp11-kit0 (= 0.23.15-2+deb10u1),
 libpam-modules (= 1.3.1-5),
 libpam-modules-bin (= 1.3.1-5),
 libpam-runtime (= 1.3.1-5),
 libpam0g (= 1.3.1-5),
 libpcre3 (= 2:8.39-12),
 libperl5.28 (= 5.28.1-6+deb10u1),
 libpipeline1 (= 1.5.1-2),
 libpq5 (= 11.14-0+deb10u1),
 libprocps7 (= 2:3.3.15-2),
 libpython3-stdlib (= 3.7.3-1),
 libpython3.7-minimal (= 3.7.3-2+deb10u3),
 libpython3.7-stdlib (= 3.7.3-2+deb10u3),
 libquadmath0 (= 8.3.0-6),
 libreadline7 (= 7.0-5),
 libsasl2-2 (= 2.1.27+dfsg-1+deb10u2),
 libsasl2-modules-db (= 2.1.27+dfsg-1+deb10u2),
 libseccomp2 (= 2.3.3-4),
 libselinux1 (= 2.8-1+b1),
 libsemanage-common (= 2.8-2),
 libsemanage1 (= 2.8-2),
 libsepol1 (= 2.8-1),
 libsigsegv2 (= 2.12-2),
 libsmartcols1 (= 2.33.1-0.1),
 libsqlite3-0 (= 3.27.2-3+deb10u1),
 libssl1.1 (= 1.1.1n-0+deb10u1),
 libstdc++-8-dev (= 8.3.0-6),
 libstdc++6 (= 8.3.0-6),
 libsystemd0 (= 241-7~deb10u8),
 libtasn1-6 (= 4.13-3),
 libtinfo6 (= 6.1+20181013-2+deb10u2),
 libtool (= 2.4.6-9),
 libtsan0 (= 8.3.0-6),
 libubsan1 (= 8.3.0-6),
 libuchardet0 (= 0.0.6-3),
 libudev1 (= 241-7~deb10u8),
 libunistring2 (= 0.9.10-1),
 libuuid1 (= 2.33.1-0.1),
 libxml2 (= 2.9.4+dfsg1-7+deb10u3),
 libxslt1.1 (= 1.1.32-2.2~deb10u1),
 libyaml-0-2 (= 0.2.1-1),
 linux-libc-dev (= 4.19.235-1),
 locales (= 2.28-10+deb10u1),
 login (= 1:4.5-1.1),
 lsb-base (= 10.2019051400),
 m4 (= 1.4.18-2),
 make (= 4.2.1-1.2),
 man-db (= 2.8.5-2),
 mawk (= 1.3.3-17+b3),
 mime-support (= 3.62),
 ncurses-base (= 6.1+20181013-2+deb10u2),
 ncurses-bin (= 6.1+20181013-2+deb10u2),
 netbase (= 5.6),
 openssl (= 1.1.1n-0+deb10u1),
 passwd (= 1:4.5-1.1),
 patch (= 2.7.6-3+deb10u1),
 perl (= 5.28.1-6+deb10u1),
 perl-base (= 5.28.1-6+deb10u1),
 perl-modules-5.28 (= 5.28.1-6+deb10u1),
 po-debconf (= 1.0.21),
 postgresql (= 11+200+deb10u4),
 postgresql-11 (= 11.14-0+deb10u1),
 postgresql-client-11 (= 11.14-0+deb10u1),
 postgresql-client-common (= 200+deb10u4),
 postgresql-common (= 200+deb10u4),
 procps (= 2:3.3.15-2),
 python3 (= 3.7.3-1),
 python3-adal (= 1.2.1-1),
 python3-aiohttp (= 3.5.1-1+deb10u1),
 python3-aiohttp-utils (= 3.1.1-1+swh1~bpo10),
 python3-all (= 3.7.3-1),
 python3-asn1crypto (= 0.24.0-1),
 python3-async-timeout (= 3.0.1-1),
 python3-attr (= 21.2.0-1~~swh~bpo10+11),
 python3-attr-strict (= 0.0.7-1+swh1~bpo10+1),
 python3-azure (= 20200130+git-3~~swh~bpo10+2),
 python3-azure-cosmosdb-table (= 1.0.5+git20191025-5~~swh~bpo10+1),
 python3-azure-datalake-store (= 0.0.48-3~~swh~bpo10+1),
 python3-azure-storage (= 20200130+git-3~~swh~bpo10+2),
 python3-blinker (= 1.4+dfsg1-0.2),
 python3-certifi (= 2018.8.24-1),
 python3-cffi (= 1.12.2-1),
 python3-cffi-backend (= 1.12.2-1),
 python3-chardet (= 3.0.4-3),
 python3-click (= 7.0-1),
 python3-colorama (= 0.3.7-1),
 python3-crypto (= 2.6.1-9+b1),
 python3-cryptography (= 2.6.1-3+deb10u2),
 python3-dateutil (= 2.7.3-3),
 python3-deprecated (= 1.2.5-3~bpo10+1~swh1),
 python3-distutils (= 3.7.3-1),
 python3-extras (= 1.0.0-3),
 python3-fixtures (= 3.0.0-2),
 python3-flask (= 1.0.2-3),
 python3-gi (= 3.30.4-1),
 python3-gunicorn (= 19.9.0-1),
 python3-hypothesis (= 3.71.11-1),
 python3-idna (= 2.6-1),
 python3-importlib-metadata (= 1.6.0-2~~swh~bpo10+1),
 python3-iniconfig (= 1.1.1-1~~swh~bpo10+1),
 python3-iso8601 (= 0.1.11-1),
 python3-isodate (= 0.6.0-1),
 python3-itsdangerous (= 0.24+dfsg1-2),
 python3-jinja2 (= 2.10-2),
 python3-jwt (= 1.7.0-2),
 python3-lib2to3 (= 3.7.3-1),
 python3-libcloud (= 2.4.0-1),
 python3-linecache2 (= 1.0.0-3),
 python3-lockfile (= 1:0.12.2-2),
 python3-magic (= 2:0.4.15-2),
 python3-markupsafe (= 1.1.0-1),
 python3-mimeparse (= 0.1.4-3.1),
 python3-minimal (= 3.7.3-1),
 python3-mirakuru (= 2.4.2-2~~swh1~bpo10+1),
 python3-more-itertools (= 4.2.0-1),
 python3-msal (= 1.2.0-1~~swh~bpo10+1),
 python3-msal-extensions (= 0.2.2-1~~swh~bpo10+1),
 python3-msgpack (= 1.0.0-6~bpo10+1),
 python3-msrest (= 0.6.10-1~~swh~bpo10+1),
 python3-msrestazure (= 0.6.2-1~~swh~bpo10+1),
 python3-multidict (= 4.5.2-1),
 python3-oauthlib (= 2.1.0-1),
 python3-packaging (= 19.0-1),
 python3-pbr (= 4.2.0-5),
 python3-pkg-resources (= 52.0.0-4~~swh~bpo10+1),
 python3-pluggy (= 0.13.0-6~~swh~bpo10+1),
 python3-ply (= 3.11-3),
 python3-port-for (= 0.6.1-1~~swh~bpo10+1),
 python3-portalocker (= 1.3.0-1),
 python3-psutil (= 5.5.1-1),
 python3-psycopg2 (= 2.8.3-2~bpo10~swh+1),
 python3-py (= 1.7.0-2),
 python3-pycparser (= 2.19-1),
 python3-pyparsing (= 2.2.0+dfsg1-2),
 python3-pytest (= 6.2.5-1~bpo10~swh+2),
 python3-pytest-mock (= 1.10.4-4~bpo10~swh+1),
 python3-pytest-postgresql (= 3.1.3~gh-1~~swh1~bpo10+1),
 python3-requests (= 2.25.1+dfsg-2~~swh~bpo10+1),
 python3-requests-mock (= 1.9.3-2~bpo10~swh+11),
 python3-requests-oauthlib (= 1.0.0-0.1),
 python3-requests-toolbelt (= 0.8.0-1),
 python3-sentry-sdk (= 0.13.5-1~~swh1~bpo10+1),
 python3-setuptools (= 52.0.0-4~~swh~bpo10+1),
 python3-setuptools-scm (= 5.0.1-1~~swh~bpo10+1),
 python3-sh (= 1.12.14-1.1),
 python3-simplejson (= 3.16.0-1),
 python3-six (= 1.12.0-1),
 python3-swh.core (= 2.4.0-1~swh1~bpo10+1),
 python3-swh.model (= 6.0.1-1~swh1~bpo10+1),
 python3-swh.perfecthash (= 0.1.2-1~swh1~bpo10+1),
 python3-systemd (= 234-2+b1),
 python3-testtools (= 2.3.0-5),
 python3-toml (= 0.10.0-1),
 python3-traceback2 (= 1.4.0-5),
 python3-typing-extensions (= 3.7.4.1-1~bpo10+1),
 python3-tz (= 2019.1-1),
 python3-uamqp (= 1.2.6-4~~swh~bpo10+1),
 python3-unittest2 (= 1.1.0-6.1),
 python3-urllib3 (= 1.24.1-1),
 python3-werkzeug (= 0.14.1+dfsg1-4+deb10u1),
 python3-wrapt (= 1.10.11-1),
 python3-yaml (= 3.13-2),
 python3-yarl (= 1.3.0-1),
 python3-zipp (= 1.0.0-3~~swh~bpo10+1),
 python3.7 (= 3.7.3-2+deb10u3),
 python3.7-minimal (= 3.7.3-2+deb10u3),
 readline-common (= 7.0-5),
 sed (= 4.7-1),
 sensible-utils (= 0.0.12),
 ssl-cert (= 1.0.39),
 sysvinit-utils (= 2.93-8),
 tar (= 1.30+dfsg-6),
 tzdata (= 2021a-0+deb10u3),
 ucf (= 3.0038+nmu1),
 util-linux (= 2.33.1-0.1),
 xz-utils (= 5.2.4-1),
 zlib1g (= 1:1.2.11.dfsg-1)
Environment:
 DEB_BUILD_OPTIONS="parallel=8"
 LANG="fr_FR.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1649422858"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


python3-swh.objstorage.cloud_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
----------------------------------------------------------------------

 new Debian package, version 2.0.
 size 12316 bytes: control archive=1032 bytes.
     539 bytes,    12 lines      control              
     381 bytes,     4 lines      md5sums              
     282 bytes,    12 lines   *  postinst             #!/bin/sh
     431 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: python3-swh.objstorage.cloud
 Source: swh-objstorage
 Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
 Architecture: all
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Installed-Size: 45
 Depends: python3-azure-storage (>= 20200130~), python3-libcloud, python3-swh.objstorage (= 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1), python3:any
 Breaks: python3-swh.objstorage (<= 0.0.7~)
 Section: python
 Priority: optional
 Homepage: https://forge.softwareheritage.org/source/swh-objstorage
 Description: Software Heritage Cloud Object Storage

drwxr-xr-x root/root         0 2022-04-08 13:00 ./
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/backends/
-rw-r--r-- root/root     15505 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/azure.py
-rw-r--r-- root/root      8371 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/libcloud.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/doc/python3-swh.objstorage.cloud/
-rw-r--r-- root/root      4437 2022-04-08 13:00 ./usr/share/doc/python3-swh.objstorage.cloud/changelog.Debian.gz
-rw-r--r-- root/root       930 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.cloud/copyright


python3-swh.objstorage.winery_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
-----------------------------------------------------------------------

 new Debian package, version 2.0.
 size 13456 bytes: control archive=1208 bytes.
     539 bytes,    12 lines      control              
    1042 bytes,    10 lines      md5sums              
     284 bytes,    12 lines   *  postinst             #!/bin/sh
     433 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: python3-swh.objstorage.winery
 Source: swh-objstorage
 Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
 Architecture: all
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Installed-Size: 54
 Depends: python3-psycopg2, python3-sh, python3-swh.objstorage (= 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1), python3-swh.perfecthash, python3:any
 Breaks: python3-swh.objstorage (<= 0.0.7~)
 Section: python
 Priority: optional
 Homepage: https://forge.softwareheritage.org/source/swh-objstorage
 Description: Software Heritage Cloud Object Storage

drwxr-xr-x root/root         0 2022-04-08 13:00 ./
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/backends/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/
-rw-r--r-- root/root        55 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/__init__.py
-rw-r--r-- root/root      4386 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/database.py
-rw-r--r-- root/root      4960 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/objstorage.py
-rw-r--r-- root/root      2557 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/roshard.py
-rw-r--r-- root/root      2555 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/rwshard.py
-rw-r--r-- root/root      5540 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/sharedbase.py
-rw-r--r-- root/root      2685 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/stats.py
-rw-r--r-- root/root      6755 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/winery/throttler.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/doc/python3-swh.objstorage.winery/
-rw-r--r-- root/root      4437 2022-04-08 13:00 ./usr/share/doc/python3-swh.objstorage.winery/changelog.Debian.gz
-rw-r--r-- root/root       930 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage.winery/copyright


python3-swh.objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1_all.deb
----------------------------------------------------------------

 new Debian package, version 2.0.
 size 42248 bytes: control archive=2448 bytes.
     567 bytes,    12 lines      control              
    5790 bytes,    55 lines      md5sums              
     270 bytes,    12 lines   *  postinst             #!/bin/sh
     419 bytes,    12 lines   *  prerm                #!/bin/sh
 Package: python3-swh.objstorage
 Source: swh-objstorage
 Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
 Architecture: all
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Installed-Size: 230
 Depends: python3-swh.core (>= 0.0.65~), python3-swh.model (>= 0.0.27~), python3-click, python3-requests, python3-swh.perfecthash, python3-typing-extensions (>= 3.7.4), python3:any
 Breaks: python3-swh.archiver (<< 0.0.3~)
 Section: python
 Priority: optional
 Homepage: https://forge.softwareheritage.org/source/swh-objstorage
 Description: Software Heritage Object Storage

drwxr-xr-x root/root         0 2022-04-08 13:00 ./
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/
-rw-r--r-- root/root      2897 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/dependency_links.txt
-rw-r--r-- root/root        73 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/entry_points.txt
-rw-r--r-- root/root       283 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/requires.txt
-rw-r--r-- root/root         4 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh.objstorage-1.0.6.dev3+gdd99e5d.egg-info/top_level.txt
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/
-rw-r--r-- root/root        76 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/__init__.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/api/
-rw-r--r-- root/root         0 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/api/__init__.py
-rw-r--r-- root/root      1879 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/api/client.py
-rw-r--r-- root/root      5352 2022-04-08 12:36 ./usr/lib/python3/dist-packages/swh/objstorage/api/server.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/backends/
-rw-r--r-- root/root         0 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/__init__.py
-rw-r--r-- root/root      4984 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/generator.py
-rw-r--r-- root/root      2811 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/http.py
-rw-r--r-- root/root      1945 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/in_memory.py
-rw-r--r-- root/root      1120 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/noop.py
-rw-r--r-- root/root     14935 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/pathslicing.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/
-rw-r--r-- root/root        61 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/__init__.py
-rw-r--r-- root/root      3203 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/http.py
-rw-r--r-- root/root      5007 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/backends/seaweedfs/objstorage.py
-rw-r--r-- root/root      3540 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/cli.py
-rw-r--r-- root/root      1190 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/exc.py
-rw-r--r-- root/root      4579 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/factory.py
-rw-r--r-- root/root      7202 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/interface.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/
-rw-r--r-- root/root       221 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/__init__.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/
-rw-r--r-- root/root      2935 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/__init__.py
-rw-r--r-- root/root      2748 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/filter.py
-rw-r--r-- root/root      3230 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/id_filter.py
-rw-r--r-- root/root       786 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/filter/read_write_filter.py
-rw-r--r-- root/root     11016 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/multiplexer_objstorage.py
-rw-r--r-- root/root      2704 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/multiplexer/striping_objstorage.py
-rw-r--r-- root/root      3880 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/objstorage.py
-rw-r--r-- root/root        27 2020-09-01 14:04 ./usr/lib/python3/dist-packages/swh/objstorage/py.typed
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/lib/python3/dist-packages/swh/objstorage/tests/
-rw-r--r-- root/root         0 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/__init__.py
-rw-r--r-- root/root      1436 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/conftest.py
-rw-r--r-- root/root      9894 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/objstorage_testing.py
-rw-r--r-- root/root     13741 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_multiplexer_filter.py
-rw-r--r-- root/root      1484 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_api.py
-rw-r--r-- root/root      9568 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_azure.py
-rw-r--r-- root/root      5304 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_cloud.py
-rw-r--r-- root/root      3733 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_http.py
-rw-r--r-- root/root       554 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_in_memory.py
-rw-r--r-- root/root      1451 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_instantiation.py
-rw-r--r-- root/root      2562 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_multiplexer.py
-rw-r--r-- root/root       512 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_noop.py
-rw-r--r-- root/root      5978 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_pathslicing.py
-rw-r--r-- root/root      1507 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_random_generator.py
-rw-r--r-- root/root      5857 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_seaweedfs.py
-rw-r--r-- root/root      2900 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_striping.py
-rw-r--r-- root/root     11290 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_objstorage_winery.py
-rw-r--r-- root/root      2761 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_pathslicer.py
-rw-r--r-- root/root      3924 2022-04-08 12:30 ./usr/lib/python3/dist-packages/swh/objstorage/tests/test_server.py
-rw-r--r-- root/root      5593 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/winery_benchmark.py
-rw-r--r-- root/root      2121 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/tests/winery_testing_helpers.py
-rw-r--r-- root/root       541 2022-04-08 11:52 ./usr/lib/python3/dist-packages/swh/objstorage/utils.py
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-08 13:00 ./usr/share/doc/python3-swh.objstorage/
-rw-r--r-- root/root      4437 2022-04-08 13:00 ./usr/share/doc/python3-swh.objstorage/changelog.Debian.gz
-rw-r--r-- root/root       930 2022-04-08 12:54 ./usr/share/doc/python3-swh.objstorage/copyright


+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: full
Build-Space: 2660
Build-Time: 89
Distribution: buster-backports-swh
Host Architecture: amd64
Install-Time: 105
Job: /tmp/tmp.J18pRvrg73/swh-objstorage_1.0.6.dev3+gdd99e5d-1~bpo10~swh+1.dsc
Machine Architecture: amd64
Package: swh-objstorage
Package-Time: 220
Source-Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
Space: 2660
Status: successful
Version: 1.0.6.dev3+gdd99e5d-1~bpo10~swh+1
--------------------------------------------------------------------------------
Finished at 2022-04-08T13:04:39Z
Build needed 00:03:40, 2660k disk space

cool, thx for checking ;)

This revision is now accepted and ready to land.Apr 8 2022, 3:08 PM