buildbot-4.3.0
default.checks.treefmt
· build #41
· raw
1tribuchet: hub connection lost (hub closed event stream without a result); reconnecting2tribuchet: building on jamie3Sourcing python-remove-tests-dir-hook4Sourcing python-catch-conflicts-hook.sh5Sourcing python-remove-bin-bytecode-hook.sh6Sourcing pypa-build-hook7Using pypaBuildPhase8Sourcing python-runtime-deps-check-hook9Using pythonRuntimeDepsCheckHook10Sourcing pypa-install-hook11Using pypaInstallPhase12Sourcing python-imports-check-hook.sh13Using pythonImportsCheckPhase14Sourcing python-metadata-check-hook.sh15Using pythonMetadataCheckPhase16Sourcing python-namespaces-hook17Sourcing python-catch-conflicts-hook.sh
unpackPhase
18unpacking source archive /nix/store/75qyd12d3b287lh7bzhkrww10ww0n8s7-source19source root is source20setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/www/wsgi_dashboards/yarn.lock"patchPhase
21applying patch /nix/store/wanzk6nvff0gniq9wnzf3czr24hxhxn2-skip_test_linux_distro.patch22patching file master/buildbot/test/unit/test_buildbot_net_usage_data.py23Hunk #1 succeeded at 161 (offset 14 lines).24substituteStream() in derivation buildbot-4.3.0: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'buildbot/scripts/logwatcher.py')configurePhase
25no configure script, doing nothingbuildPhase
26Executing pypaBuildPhase27Creating a wheel...28pypa build flags: --no-isolation --outdir dist/ --wheel29* Getting build dependencies for wheel...30/nix/store/xv8alksljvbyk0mrbf9xvl16ygx27ajn-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/_distutils/dist.py:288: UserWarning: Unknown distribution option: 'tests_require'31 warnings.warn(msg)32/nix/store/xv8alksljvbyk0mrbf9xvl16ygx27ajn-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.33!!3435 ********************************************************************************36 Please consider removing the following classifiers in favor of a SPDX license expression:3738 License :: OSI Approved :: GNU General Public License v2 (GPLv2)3940 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.41 ********************************************************************************4243!!44 self._finalize_license_expression()45running egg_info46creating buildbot.egg-info47writing buildbot.egg-info/PKG-INFO48writing dependency_links to buildbot.egg-info/dependency_links.txt49writing entry points to buildbot.egg-info/entry_points.txt50writing requirements to buildbot.egg-info/requires.txt51writing top-level names to buildbot.egg-info/top_level.txt52writing manifest file 'buildbot.egg-info/SOURCES.txt'53reading manifest file 'buildbot.egg-info/SOURCES.txt'54reading manifest template 'MANIFEST.in'55warning: no files found matching 'docs/manual/_images/*.svg'56warning: no files found matching 'docs/manual/_images/*.png'57warning: no files found matching 'docs/manual/_images/*.txt'58warning: no files found matching 'docs/manual/_images/icon.blend'59warning: no files found matching 'docs/manual/_images/Makefile'60warning: no files found matching 'buildbot/reporters/templates/*.txt'61warning: no files found matching 'include'62warning: no files found matching 'contrib/windows/*'63warning: no files found matching 'contrib/css/*'64warning: no files found matching 'contrib/trac/*'65warning: no files found matching 'contrib/trac/bbwatcher/*'66warning: no files found matching 'contrib/trac/bbwatcher/templates/*'67adding license file 'COPYING'68writing manifest file 'buildbot.egg-info/SOURCES.txt'69* Building wheel...70/nix/store/xv8alksljvbyk0mrbf9xvl16ygx27ajn-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/_distutils/dist.py:288: UserWarning: Unknown distribution option: 'tests_require'71 warnings.warn(msg)72/nix/store/xv8alksljvbyk0mrbf9xvl16ygx27ajn-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.73!!7475 ********************************************************************************76 Please consider removing the following classifiers in favor of a SPDX license expression:7778 License :: OSI Approved :: GNU General Public License v2 (GPLv2)7980 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.81 ********************************************************************************8283!!84 self._finalize_license_expression()85running bdist_wheel86running build87running build_py88creating build/lib/buildbot89copying buildbot/interfaces.py -> build/lib/buildbot90copying buildbot/scheduler.py -> build/lib/buildbot91copying buildbot/warnings.py -> build/lib/buildbot92copying buildbot/revlinks.py -> build/lib/buildbot93copying buildbot/__init__.py -> build/lib/buildbot94copying buildbot/manhole.py -> build/lib/buildbot95copying buildbot/buildbot_net_usage_data.py -> build/lib/buildbot96copying buildbot/master.py -> build/lib/buildbot97copying buildbot/pbutil.py -> build/lib/buildbot98copying buildbot/errors.py -> build/lib/buildbot99copying buildbot/locks.py -> build/lib/buildbot100copying buildbot/buildrequest.py -> build/lib/buildbot101creating build/lib/buildbot/configurators102copying buildbot/configurators/janitor.py -> build/lib/buildbot/configurators103copying buildbot/configurators/__init__.py -> build/lib/buildbot/configurators104creating build/lib/buildbot/worker105copying buildbot/worker/kubernetes.py -> build/lib/buildbot/worker106copying buildbot/worker/ec2.py -> build/lib/buildbot/worker107copying buildbot/worker/docker.py -> build/lib/buildbot/worker108copying buildbot/worker/libvirt.py -> build/lib/buildbot/worker109copying buildbot/worker/upcloud.py -> build/lib/buildbot/worker110copying buildbot/worker/base.py -> build/lib/buildbot/worker111copying buildbot/worker/marathon.py -> build/lib/buildbot/worker112copying buildbot/worker/local.py -> build/lib/buildbot/worker113copying buildbot/worker/openstack.py -> build/lib/buildbot/worker114copying buildbot/worker/latent.py -> build/lib/buildbot/worker115copying buildbot/worker/manager.py -> build/lib/buildbot/worker116copying buildbot/worker/__init__.py -> build/lib/buildbot/worker117creating build/lib/buildbot/worker/protocols118copying buildbot/worker/protocols/pb.py -> build/lib/buildbot/worker/protocols119copying buildbot/worker/protocols/base.py -> build/lib/buildbot/worker/protocols120copying buildbot/worker/protocols/null.py -> build/lib/buildbot/worker/protocols121copying buildbot/worker/protocols/msgpack.py -> build/lib/buildbot/worker/protocols122copying buildbot/worker/protocols/__init__.py -> build/lib/buildbot/worker/protocols123creating build/lib/buildbot/worker/protocols/manager124copying buildbot/worker/protocols/manager/msgpack.py -> build/lib/buildbot/worker/protocols/manager125copying buildbot/worker/protocols/manager/__init__.py -> build/lib/buildbot/worker/protocols/manager126copying buildbot/worker/protocols/manager/base.py -> build/lib/buildbot/worker/protocols/manager127copying buildbot/worker/protocols/manager/pb.py -> build/lib/buildbot/worker/protocols/manager128creating build/lib/buildbot/changes129copying buildbot/changes/__init__.py -> build/lib/buildbot/changes130copying buildbot/changes/manager.py -> build/lib/buildbot/changes131copying buildbot/changes/pb.py -> build/lib/buildbot/changes132copying buildbot/changes/hgpoller.py -> build/lib/buildbot/changes133copying buildbot/changes/filter.py -> build/lib/buildbot/changes134copying buildbot/changes/mail.py -> build/lib/buildbot/changes135copying buildbot/changes/changes.py -> build/lib/buildbot/changes136copying buildbot/changes/github.py -> build/lib/buildbot/changes137copying buildbot/changes/p4poller.py -> build/lib/buildbot/changes138copying buildbot/changes/base.py -> build/lib/buildbot/changes139copying buildbot/changes/svnpoller.py -> build/lib/buildbot/changes140copying buildbot/changes/bitbucket.py -> build/lib/buildbot/changes141copying buildbot/changes/gerritchangesource.py -> build/lib/buildbot/changes142copying buildbot/changes/gitpoller.py -> build/lib/buildbot/changes143creating build/lib/buildbot/clients144copying buildbot/clients/sendchange.py -> build/lib/buildbot/clients145copying buildbot/clients/__init__.py -> build/lib/buildbot/clients146copying buildbot/clients/tryclient.py -> build/lib/buildbot/clients147copying buildbot/clients/usersclient.py -> build/lib/buildbot/clients148creating build/lib/buildbot/config149copying buildbot/config/__init__.py -> build/lib/buildbot/config150copying buildbot/config/builder.py -> build/lib/buildbot/config151copying buildbot/config/master.py -> build/lib/buildbot/config152copying buildbot/config/errors.py -> build/lib/buildbot/config153copying buildbot/config/checks.py -> build/lib/buildbot/config154creating build/lib/buildbot/data155copying buildbot/data/builds.py -> build/lib/buildbot/data156copying buildbot/data/changesources.py -> build/lib/buildbot/data157copying buildbot/data/schedulers.py -> build/lib/buildbot/data158copying buildbot/data/test_results.py -> build/lib/buildbot/data159copying buildbot/data/codebase_commits.py -> build/lib/buildbot/data160copying buildbot/data/workers.py -> build/lib/buildbot/data161copying buildbot/data/types.py -> build/lib/buildbot/data162copying buildbot/data/buildsets.py -> build/lib/buildbot/data163copying buildbot/data/sourcestamps.py -> build/lib/buildbot/data164copying buildbot/data/properties.py -> build/lib/buildbot/data165copying buildbot/data/test_result_sets.py -> build/lib/buildbot/data166copying buildbot/data/base.py -> build/lib/buildbot/data167copying buildbot/data/codebase_branches.py -> build/lib/buildbot/data168copying buildbot/data/resultspec.py -> build/lib/buildbot/data169copying buildbot/data/codebases.py -> build/lib/buildbot/data170copying buildbot/data/root.py -> build/lib/buildbot/data171copying buildbot/data/buildrequests.py -> build/lib/buildbot/data172copying buildbot/data/logchunks.py -> build/lib/buildbot/data173copying buildbot/data/masters.py -> build/lib/buildbot/data174copying buildbot/data/projects.py -> build/lib/buildbot/data175copying buildbot/data/forceschedulers.py -> build/lib/buildbot/data176copying buildbot/data/build_data.py -> build/lib/buildbot/data177copying buildbot/data/exceptions.py -> build/lib/buildbot/data178copying buildbot/data/logs.py -> build/lib/buildbot/data179copying buildbot/data/patches.py -> build/lib/buildbot/data180copying buildbot/data/__init__.py -> build/lib/buildbot/data181copying buildbot/data/builders.py -> build/lib/buildbot/data182copying buildbot/data/steps.py -> build/lib/buildbot/data183copying buildbot/data/connector.py -> build/lib/buildbot/data184copying buildbot/data/changes.py -> build/lib/buildbot/data185creating build/lib/buildbot/db186copying buildbot/db/steps.py -> build/lib/buildbot/db187copying buildbot/db/test_results.py -> build/lib/buildbot/db188copying buildbot/db/masters.py -> build/lib/buildbot/db189copying buildbot/db/__init__.py -> build/lib/buildbot/db190copying buildbot/db/base.py -> build/lib/buildbot/db191copying buildbot/db/workers.py -> build/lib/buildbot/db192copying buildbot/db/enginestrategy.py -> build/lib/buildbot/db193copying buildbot/db/tags.py -> build/lib/buildbot/db194copying buildbot/db/connector.py -> build/lib/buildbot/db195copying buildbot/db/users.py -> build/lib/buildbot/db196copying buildbot/db/changesources.py -> build/lib/buildbot/db197copying buildbot/db/builders.py -> build/lib/buildbot/db198copying buildbot/db/schedulers.py -> build/lib/buildbot/db199copying buildbot/db/buildrequests.py -> build/lib/buildbot/db200copying buildbot/db/sourcestamps.py -> build/lib/buildbot/db201copying buildbot/db/model_config.py -> build/lib/buildbot/db202copying buildbot/db/dbconfig.py -> build/lib/buildbot/db203copying buildbot/db/buildsets.py -> build/lib/buildbot/db204copying buildbot/db/changes.py -> build/lib/buildbot/db205copying buildbot/db/codebases.py -> build/lib/buildbot/db206copying buildbot/db/model.py -> build/lib/buildbot/db207copying buildbot/db/builds.py -> build/lib/buildbot/db208copying buildbot/db/migrate_utils.py -> build/lib/buildbot/db209copying buildbot/db/test_result_sets.py -> build/lib/buildbot/db210copying buildbot/db/build_data.py -> build/lib/buildbot/db211copying buildbot/db/exceptions.py -> build/lib/buildbot/db212copying buildbot/db/logs.py -> build/lib/buildbot/db213copying buildbot/db/codebase_commits.py -> build/lib/buildbot/db214copying buildbot/db/projects.py -> build/lib/buildbot/db215copying buildbot/db/pool.py -> build/lib/buildbot/db216copying buildbot/db/codebase_branches.py -> build/lib/buildbot/db217copying buildbot/db/state.py -> build/lib/buildbot/db218creating build/lib/buildbot/db/compression219copying buildbot/db/compression/brotli.py -> build/lib/buildbot/db/compression220copying buildbot/db/compression/__init__.py -> build/lib/buildbot/db/compression221copying buildbot/db/compression/lz4.py -> build/lib/buildbot/db/compression222copying buildbot/db/compression/zstd.py -> build/lib/buildbot/db/compression223copying buildbot/db/compression/native.py -> build/lib/buildbot/db/compression224copying buildbot/db/compression/protocol.py -> build/lib/buildbot/db/compression225creating build/lib/buildbot/db/migrations226copying buildbot/db/migrations/env.py -> build/lib/buildbot/db/migrations227creating build/lib/buildbot/db/migrations/versions228copying buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py -> build/lib/buildbot/db/migrations/versions229copying buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py -> build/lib/buildbot/db/migrations/versions230copying buildbot/db/migrations/versions/067_v4.3_add_codebase_data.py -> build/lib/buildbot/db/migrations/versions231copying buildbot/db/migrations/versions/059_v3.4_alembic_initial.py -> build/lib/buildbot/db/migrations/versions232copying buildbot/db/migrations/versions/__init__.py -> build/lib/buildbot/db/migrations/versions233copying buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py -> build/lib/buildbot/db/migrations/versions234copying buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py -> build/lib/buildbot/db/migrations/versions235copying buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py -> build/lib/buildbot/db/migrations/versions236copying buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py -> build/lib/buildbot/db/migrations/versions237copying buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py -> build/lib/buildbot/db/migrations/versions238creating build/lib/buildbot/db/types239copying buildbot/db/types/json.py -> build/lib/buildbot/db/types240copying buildbot/db/types/__init__.py -> build/lib/buildbot/db/types241creating build/lib/buildbot/machine242copying buildbot/machine/__init__.py -> build/lib/buildbot/machine243copying buildbot/machine/manager.py -> build/lib/buildbot/machine244copying buildbot/machine/latent.py -> build/lib/buildbot/machine245copying buildbot/machine/generic.py -> build/lib/buildbot/machine246copying buildbot/machine/base.py -> build/lib/buildbot/machine247creating build/lib/buildbot/monkeypatches248copying buildbot/monkeypatches/decorators.py -> build/lib/buildbot/monkeypatches249copying buildbot/monkeypatches/servicechecks.py -> build/lib/buildbot/monkeypatches250copying buildbot/monkeypatches/__init__.py -> build/lib/buildbot/monkeypatches251creating build/lib/buildbot/mq252copying buildbot/mq/wamp.py -> build/lib/buildbot/mq253copying buildbot/mq/simple.py -> build/lib/buildbot/mq254copying buildbot/mq/__init__.py -> build/lib/buildbot/mq255copying buildbot/mq/connector.py -> build/lib/buildbot/mq256copying buildbot/mq/base.py -> build/lib/buildbot/mq257creating build/lib/buildbot/plugins258copying buildbot/plugins/db.py -> build/lib/buildbot/plugins259copying buildbot/plugins/__init__.py -> build/lib/buildbot/plugins260creating build/lib/buildbot/process261copying buildbot/process/results.py -> build/lib/buildbot/process262copying buildbot/process/debug.py -> build/lib/buildbot/process263copying buildbot/process/cache.py -> build/lib/buildbot/process264copying buildbot/process/factory.py -> build/lib/buildbot/process265copying buildbot/process/project.py -> build/lib/buildbot/process266copying buildbot/process/botmaster.py -> build/lib/buildbot/process267copying buildbot/process/properties.py -> build/lib/buildbot/process268copying buildbot/process/buildrequest.py -> build/lib/buildbot/process269copying buildbot/process/subunitlogobserver.py -> build/lib/buildbot/process270copying buildbot/process/remotecommand.py -> build/lib/buildbot/process271copying buildbot/process/buildrequestdistributor.py -> build/lib/buildbot/process272copying buildbot/process/workerforbuilder.py -> build/lib/buildbot/process273copying buildbot/process/locks.py -> build/lib/buildbot/process274copying buildbot/process/logobserver.py -> build/lib/buildbot/process275copying buildbot/process/codebase.py -> build/lib/buildbot/process276copying buildbot/process/buildstep.py -> build/lib/buildbot/process277copying buildbot/process/__init__.py -> build/lib/buildbot/process278copying buildbot/process/measured_service.py -> build/lib/buildbot/process279copying buildbot/process/builder.py -> build/lib/buildbot/process280copying buildbot/process/base.py -> build/lib/buildbot/process281copying buildbot/process/remotetransfer.py -> build/lib/buildbot/process282copying buildbot/process/metrics.py -> build/lib/buildbot/process283copying buildbot/process/log.py -> build/lib/buildbot/process284copying buildbot/process/build.py -> build/lib/buildbot/process285creating build/lib/buildbot/process/users286copying buildbot/process/users/users.py -> build/lib/buildbot/process/users287copying buildbot/process/users/manual.py -> build/lib/buildbot/process/users288copying buildbot/process/users/manager.py -> build/lib/buildbot/process/users289copying buildbot/process/users/__init__.py -> build/lib/buildbot/process/users290creating build/lib/buildbot/reporters291copying buildbot/reporters/bitbucketserver.py -> build/lib/buildbot/reporters292copying buildbot/reporters/gerrit_verify_status.py -> build/lib/buildbot/reporters293copying buildbot/reporters/words.py -> build/lib/buildbot/reporters294copying buildbot/reporters/__init__.py -> build/lib/buildbot/reporters295copying buildbot/reporters/gerrit.py -> build/lib/buildbot/reporters296copying buildbot/reporters/irc.py -> build/lib/buildbot/reporters297copying buildbot/reporters/mail.py -> build/lib/buildbot/reporters298copying buildbot/reporters/zulip.py -> build/lib/buildbot/reporters299copying buildbot/reporters/pushjet.py -> build/lib/buildbot/reporters300copying buildbot/reporters/http.py -> build/lib/buildbot/reporters301copying buildbot/reporters/gitlab.py -> build/lib/buildbot/reporters302copying buildbot/reporters/pushover.py -> build/lib/buildbot/reporters303copying buildbot/reporters/utils.py -> build/lib/buildbot/reporters304copying buildbot/reporters/message.py -> build/lib/buildbot/reporters305copying buildbot/reporters/base.py -> build/lib/buildbot/reporters306copying buildbot/reporters/telegram.py -> build/lib/buildbot/reporters307copying buildbot/reporters/bitbucket.py -> build/lib/buildbot/reporters308copying buildbot/reporters/github.py -> build/lib/buildbot/reporters309creating build/lib/buildbot/reporters/generators310copying buildbot/reporters/generators/worker.py -> build/lib/buildbot/reporters/generators311copying buildbot/reporters/generators/utils.py -> build/lib/buildbot/reporters/generators312copying buildbot/reporters/generators/buildrequest.py -> build/lib/buildbot/reporters/generators313copying buildbot/reporters/generators/build.py -> build/lib/buildbot/reporters/generators314copying buildbot/reporters/generators/__init__.py -> build/lib/buildbot/reporters/generators315copying buildbot/reporters/generators/buildset.py -> build/lib/buildbot/reporters/generators316creating build/lib/buildbot/schedulers317copying buildbot/schedulers/basic.py -> build/lib/buildbot/schedulers318copying buildbot/schedulers/forcesched.py -> build/lib/buildbot/schedulers319copying buildbot/schedulers/timed.py -> build/lib/buildbot/schedulers320copying buildbot/schedulers/dependent.py -> build/lib/buildbot/schedulers321copying buildbot/schedulers/base.py -> build/lib/buildbot/schedulers322copying buildbot/schedulers/triggerable.py -> build/lib/buildbot/schedulers323copying buildbot/schedulers/canceller_buildset.py -> build/lib/buildbot/schedulers324copying buildbot/schedulers/filter.py -> build/lib/buildbot/schedulers325copying buildbot/schedulers/trysched.py -> build/lib/buildbot/schedulers326copying buildbot/schedulers/manager.py -> build/lib/buildbot/schedulers327copying buildbot/schedulers/__init__.py -> build/lib/buildbot/schedulers328copying buildbot/schedulers/canceller.py -> build/lib/buildbot/schedulers329creating build/lib/buildbot/scripts330copying buildbot/scripts/devproxy.py -> build/lib/buildbot/scripts331copying buildbot/scripts/copydb.py -> build/lib/buildbot/scripts332copying buildbot/scripts/start.py -> build/lib/buildbot/scripts333copying buildbot/scripts/create_master.py -> build/lib/buildbot/scripts334copying buildbot/scripts/__init__.py -> build/lib/buildbot/scripts335copying buildbot/scripts/dataspec.py -> build/lib/buildbot/scripts336copying buildbot/scripts/stop.py -> build/lib/buildbot/scripts337copying buildbot/scripts/trycmd.py -> build/lib/buildbot/scripts338copying buildbot/scripts/runner.py -> build/lib/buildbot/scripts339copying buildbot/scripts/checkconfig.py -> build/lib/buildbot/scripts340copying buildbot/scripts/logwatcher.py -> build/lib/buildbot/scripts341copying buildbot/scripts/upgrade_master.py -> build/lib/buildbot/scripts342copying buildbot/scripts/reconfig.py -> build/lib/buildbot/scripts343copying buildbot/scripts/tryserver.py -> build/lib/buildbot/scripts344copying buildbot/scripts/cleanupdb.py -> build/lib/buildbot/scripts345copying buildbot/scripts/base.py -> build/lib/buildbot/scripts346copying buildbot/scripts/sendchange.py -> build/lib/buildbot/scripts347copying buildbot/scripts/user.py -> build/lib/buildbot/scripts348copying buildbot/scripts/windows_service.py -> build/lib/buildbot/scripts349copying buildbot/scripts/restart.py -> build/lib/buildbot/scripts350creating build/lib/buildbot/secrets351copying buildbot/secrets/secret.py -> build/lib/buildbot/secrets352copying buildbot/secrets/manager.py -> build/lib/buildbot/secrets353copying buildbot/secrets/__init__.py -> build/lib/buildbot/secrets354creating build/lib/buildbot/secrets/providers355copying buildbot/secrets/providers/passwordstore.py -> build/lib/buildbot/secrets/providers356copying buildbot/secrets/providers/__init__.py -> build/lib/buildbot/secrets/providers357copying buildbot/secrets/providers/vault_hvac.py -> build/lib/buildbot/secrets/providers358copying buildbot/secrets/providers/base.py -> build/lib/buildbot/secrets/providers359copying buildbot/secrets/providers/file.py -> build/lib/buildbot/secrets/providers360creating build/lib/buildbot/spec361copying buildbot/spec/indent.py -> build/lib/buildbot/spec362creating build/lib/buildbot/statistics363copying buildbot/statistics/capture.py -> build/lib/buildbot/statistics364copying buildbot/statistics/__init__.py -> build/lib/buildbot/statistics365copying buildbot/statistics/stats_service.py -> build/lib/buildbot/statistics366creating build/lib/buildbot/statistics/storage_backends367copying buildbot/statistics/storage_backends/base.py -> build/lib/buildbot/statistics/storage_backends368copying buildbot/statistics/storage_backends/__init__.py -> build/lib/buildbot/statistics/storage_backends369copying buildbot/statistics/storage_backends/influxdb_client.py -> build/lib/buildbot/statistics/storage_backends370creating build/lib/buildbot/steps371copying buildbot/steps/trigger.py -> build/lib/buildbot/steps372copying buildbot/steps/python_twisted.py -> build/lib/buildbot/steps373copying buildbot/steps/configurable.py -> build/lib/buildbot/steps374copying buildbot/steps/gitdiffinfo.py -> build/lib/buildbot/steps375copying buildbot/steps/cmake.py -> build/lib/buildbot/steps376copying buildbot/steps/shellsequence.py -> build/lib/buildbot/steps377copying buildbot/steps/http.py -> build/lib/buildbot/steps378copying buildbot/steps/download_secret_to_worker.py -> build/lib/buildbot/steps379copying buildbot/steps/vstudio.py -> build/lib/buildbot/steps380copying buildbot/steps/maxq.py -> build/lib/buildbot/steps381copying buildbot/steps/__init__.py -> build/lib/buildbot/steps382copying buildbot/steps/master.py -> build/lib/buildbot/steps383copying buildbot/steps/cppcheck.py -> build/lib/buildbot/steps384copying buildbot/steps/subunit.py -> build/lib/buildbot/steps385copying buildbot/steps/mswin.py -> build/lib/buildbot/steps386copying buildbot/steps/python.py -> build/lib/buildbot/steps387copying buildbot/steps/worker.py -> build/lib/buildbot/steps388copying buildbot/steps/shell.py -> build/lib/buildbot/steps389copying buildbot/steps/transfer.py -> build/lib/buildbot/steps390creating build/lib/buildbot/steps/package391copying buildbot/steps/package/util.py -> build/lib/buildbot/steps/package392copying buildbot/steps/package/__init__.py -> build/lib/buildbot/steps/package393creating build/lib/buildbot/steps/package/deb394copying buildbot/steps/package/deb/pbuilder.py -> build/lib/buildbot/steps/package/deb395copying buildbot/steps/package/deb/lintian.py -> build/lib/buildbot/steps/package/deb396copying buildbot/steps/package/deb/__init__.py -> build/lib/buildbot/steps/package/deb397creating build/lib/buildbot/steps/package/rpm398copying buildbot/steps/package/rpm/mock.py -> build/lib/buildbot/steps/package/rpm399copying buildbot/steps/package/rpm/__init__.py -> build/lib/buildbot/steps/package/rpm400copying buildbot/steps/package/rpm/rpmlint.py -> build/lib/buildbot/steps/package/rpm401copying buildbot/steps/package/rpm/rpmbuild.py -> build/lib/buildbot/steps/package/rpm402creating build/lib/buildbot/steps/source403copying buildbot/steps/source/cvs.py -> build/lib/buildbot/steps/source404copying buildbot/steps/source/gerrit.py -> build/lib/buildbot/steps/source405copying buildbot/steps/source/__init__.py -> build/lib/buildbot/steps/source406copying buildbot/steps/source/base.py -> build/lib/buildbot/steps/source407copying buildbot/steps/source/p4.py -> build/lib/buildbot/steps/source408copying buildbot/steps/source/github.py -> build/lib/buildbot/steps/source409copying buildbot/steps/source/mtn.py -> build/lib/buildbot/steps/source410copying buildbot/steps/source/svn.py -> build/lib/buildbot/steps/source411copying buildbot/steps/source/git.py -> build/lib/buildbot/steps/source412copying buildbot/steps/source/bzr.py -> build/lib/buildbot/steps/source413copying buildbot/steps/source/repo.py -> build/lib/buildbot/steps/source414copying buildbot/steps/source/gitlab.py -> build/lib/buildbot/steps/source415copying buildbot/steps/source/darcs.py -> build/lib/buildbot/steps/source416copying buildbot/steps/source/mercurial.py -> build/lib/buildbot/steps/source417creating build/lib/buildbot/util418copying buildbot/util/importlib_compat.py -> build/lib/buildbot/util419copying buildbot/util/twisted.py -> build/lib/buildbot/util420copying buildbot/util/eventual.py -> build/lib/buildbot/util421copying buildbot/util/state.py -> build/lib/buildbot/util422copying buildbot/util/httpclientservice.py -> build/lib/buildbot/util423copying buildbot/util/runprocess.py -> build/lib/buildbot/util424copying buildbot/util/pathmatch.py -> build/lib/buildbot/util425copying buildbot/util/deferwaiter.py -> build/lib/buildbot/util426copying buildbot/util/git.py -> build/lib/buildbot/util427copying buildbot/util/latent.py -> build/lib/buildbot/util428copying buildbot/util/async_sort.py -> build/lib/buildbot/util429copying buildbot/util/private_tempdir.py -> build/lib/buildbot/util430copying buildbot/util/protocol.py -> build/lib/buildbot/util431copying buildbot/util/queue.py -> build/lib/buildbot/util432copying buildbot/util/ssfilter.py -> build/lib/buildbot/util433copying buildbot/util/_notifier.py -> build/lib/buildbot/util434copying buildbot/util/backoff.py -> build/lib/buildbot/util435copying buildbot/util/sautils.py -> build/lib/buildbot/util436copying buildbot/util/git_credential.py -> build/lib/buildbot/util437copying buildbot/util/raml.py -> build/lib/buildbot/util438copying buildbot/util/debounce.py -> build/lib/buildbot/util439copying buildbot/util/netstrings.py -> build/lib/buildbot/util440copying buildbot/util/ssl.py -> build/lib/buildbot/util441copying buildbot/util/render_description.py -> build/lib/buildbot/util442copying buildbot/util/lineboundaries.py -> build/lib/buildbot/util443copying buildbot/util/poll.py -> build/lib/buildbot/util444copying buildbot/util/giturlparse.py -> build/lib/buildbot/util445copying buildbot/util/lru.py -> build/lib/buildbot/util446copying buildbot/util/misc.py -> build/lib/buildbot/util447copying buildbot/util/kubeclientservice.py -> build/lib/buildbot/util448copying buildbot/util/subscription.py -> build/lib/buildbot/util449copying buildbot/util/test_result_submitter.py -> build/lib/buildbot/util450copying buildbot/util/path_expand_user.py -> build/lib/buildbot/util451copying buildbot/util/service.py -> build/lib/buildbot/util452copying buildbot/util/pullrequest.py -> build/lib/buildbot/util453copying buildbot/util/identifiers.py -> build/lib/buildbot/util454copying buildbot/util/watchdog.py -> build/lib/buildbot/util455copying buildbot/util/__init__.py -> build/lib/buildbot/util456copying buildbot/util/maildir.py -> build/lib/buildbot/util457copying buildbot/util/codebase.py -> build/lib/buildbot/util458copying buildbot/util/bbcollections.py -> build/lib/buildbot/util459copying buildbot/util/config.py -> build/lib/buildbot/util460copying buildbot/util/tuplematch.py -> build/lib/buildbot/util461creating build/lib/buildbot/wamp462copying buildbot/wamp/__init__.py -> build/lib/buildbot/wamp463copying buildbot/wamp/connector.py -> build/lib/buildbot/wamp464creating build/lib/buildbot/www465copying buildbot/www/ldapuserinfo.py -> build/lib/buildbot/www466copying buildbot/www/oauth2.py -> build/lib/buildbot/www467copying buildbot/www/auth.py -> build/lib/buildbot/www468copying buildbot/www/encoding.py -> build/lib/buildbot/www469copying buildbot/www/rest.py -> build/lib/buildbot/www470copying buildbot/www/avatar.py -> build/lib/buildbot/www471copying buildbot/www/change_hook.py -> build/lib/buildbot/www472copying buildbot/www/sse.py -> build/lib/buildbot/www473copying buildbot/www/service.py -> build/lib/buildbot/www474copying buildbot/www/plugin.py -> build/lib/buildbot/www475copying buildbot/www/__init__.py -> build/lib/buildbot/www476copying buildbot/www/config.py -> build/lib/buildbot/www477copying buildbot/www/resource.py -> build/lib/buildbot/www478copying buildbot/www/ws.py -> build/lib/buildbot/www479creating build/lib/buildbot/www/hooks480copying buildbot/www/hooks/poller.py -> build/lib/buildbot/www/hooks481copying buildbot/www/hooks/bitbucketserver.py -> build/lib/buildbot/www/hooks482copying buildbot/www/hooks/github.py -> build/lib/buildbot/www/hooks483copying buildbot/www/hooks/bitbucket.py -> build/lib/buildbot/www/hooks484copying buildbot/www/hooks/__init__.py -> build/lib/buildbot/www/hooks485copying buildbot/www/hooks/bitbucketcloud.py -> build/lib/buildbot/www/hooks486copying buildbot/www/hooks/gitlab.py -> build/lib/buildbot/www/hooks487copying buildbot/www/hooks/gitorious.py -> build/lib/buildbot/www/hooks488copying buildbot/www/hooks/base.py -> build/lib/buildbot/www/hooks489creating build/lib/buildbot/www/authz490copying buildbot/www/authz/__init__.py -> build/lib/buildbot/www/authz491copying buildbot/www/authz/endpointmatchers.py -> build/lib/buildbot/www/authz492copying buildbot/www/authz/roles.py -> build/lib/buildbot/www/authz493copying buildbot/www/authz/authz.py -> build/lib/buildbot/www/authz494creating build/lib/buildbot/test495copying buildbot/test/runprocess.py -> build/lib/buildbot/test496copying buildbot/test/test_extra_coverage.py -> build/lib/buildbot/test497copying buildbot/test/reactor.py -> build/lib/buildbot/test498copying buildbot/test/steps.py -> build/lib/buildbot/test499copying buildbot/test/__init__.py -> build/lib/buildbot/test500creating build/lib/buildbot/test/util501copying buildbot/test/util/git_repository.py -> build/lib/buildbot/test/util502copying buildbot/test/util/integration.py -> build/lib/buildbot/test/util503copying buildbot/test/util/endpoint.py -> build/lib/buildbot/test/util504copying buildbot/test/util/logging.py -> build/lib/buildbot/test/util505copying buildbot/test/util/config.py -> build/lib/buildbot/test/util506copying buildbot/test/util/warnings.py -> build/lib/buildbot/test/util507copying buildbot/test/util/protocols.py -> build/lib/buildbot/test/util508copying buildbot/test/util/migration.py -> build/lib/buildbot/test/util509copying buildbot/test/util/configurators.py -> build/lib/buildbot/test/util510copying buildbot/test/util/sandboxed_worker.py -> build/lib/buildbot/test/util511copying buildbot/test/util/__init__.py -> build/lib/buildbot/test/util512copying buildbot/test/util/fuzz.py -> build/lib/buildbot/test/util513copying buildbot/test/util/misc.py -> build/lib/buildbot/test/util514copying buildbot/test/util/state.py -> build/lib/buildbot/test/util515copying buildbot/test/util/interfaces.py -> build/lib/buildbot/test/util516copying buildbot/test/util/querylog.py -> build/lib/buildbot/test/util517copying buildbot/test/util/decorators.py -> build/lib/buildbot/test/util518copying buildbot/test/util/changesource.py -> build/lib/buildbot/test/util519copying buildbot/test/util/tuplematching.py -> build/lib/buildbot/test/util520copying buildbot/test/util/validation.py -> build/lib/buildbot/test/util521copying buildbot/test/util/properties.py -> build/lib/buildbot/test/util522copying buildbot/test/util/patch_delay.py -> build/lib/buildbot/test/util523copying buildbot/test/util/reporter.py -> build/lib/buildbot/test/util524copying buildbot/test/util/pbmanager.py -> build/lib/buildbot/test/util525copying buildbot/test/util/scheduler.py -> build/lib/buildbot/test/util526copying buildbot/test/util/db.py -> build/lib/buildbot/test/util527copying buildbot/test/util/www.py -> build/lib/buildbot/test/util528copying buildbot/test/util/dirs.py -> build/lib/buildbot/test/util529copying buildbot/test/util/sourcesteps.py -> build/lib/buildbot/test/util530copying buildbot/test/util/site.py -> build/lib/buildbot/test/util531creating build/lib/buildbot/test/fake532copying buildbot/test/fake/fakebuild.py -> build/lib/buildbot/test/fake533copying buildbot/test/fake/private_tempdir.py -> build/lib/buildbot/test/fake534copying buildbot/test/fake/reactor.py -> build/lib/buildbot/test/fake535copying buildbot/test/fake/web.py -> build/lib/buildbot/test/fake536copying buildbot/test/fake/step.py -> build/lib/buildbot/test/fake537copying buildbot/test/fake/bworkermanager.py -> build/lib/buildbot/test/fake538copying buildbot/test/fake/fakemaster.py -> build/lib/buildbot/test/fake539copying buildbot/test/fake/state.py -> build/lib/buildbot/test/fake540copying buildbot/test/fake/change.py -> build/lib/buildbot/test/fake541copying buildbot/test/fake/latent.py -> build/lib/buildbot/test/fake542copying buildbot/test/fake/pbmanager.py -> build/lib/buildbot/test/fake543copying buildbot/test/fake/fakestats.py -> build/lib/buildbot/test/fake544copying buildbot/test/fake/fakeprotocol.py -> build/lib/buildbot/test/fake545copying buildbot/test/fake/botmaster.py -> build/lib/buildbot/test/fake546copying buildbot/test/fake/__init__.py -> build/lib/buildbot/test/fake547copying buildbot/test/fake/httpclientservice.py -> build/lib/buildbot/test/fake548copying buildbot/test/fake/connection.py -> build/lib/buildbot/test/fake549copying buildbot/test/fake/openstack.py -> build/lib/buildbot/test/fake550copying buildbot/test/fake/logfile.py -> build/lib/buildbot/test/fake551copying buildbot/test/fake/secrets.py -> build/lib/buildbot/test/fake552copying buildbot/test/fake/endpoint.py -> build/lib/buildbot/test/fake553copying buildbot/test/fake/fakemq.py -> build/lib/buildbot/test/fake554copying buildbot/test/fake/machine.py -> build/lib/buildbot/test/fake555copying buildbot/test/fake/fakedata.py -> build/lib/buildbot/test/fake556copying buildbot/test/fake/docker.py -> build/lib/buildbot/test/fake557copying buildbot/test/fake/msgmanager.py -> build/lib/buildbot/test/fake558copying buildbot/test/fake/worker.py -> build/lib/buildbot/test/fake559copying buildbot/test/fake/libvirt.py -> build/lib/buildbot/test/fake560creating build/lib/buildbot/test/fakedb561copying buildbot/test/fakedb/state.py -> build/lib/buildbot/test/fakedb562copying buildbot/test/fakedb/connector.py -> build/lib/buildbot/test/fakedb563copying buildbot/test/fakedb/builders.py -> build/lib/buildbot/test/fakedb564copying buildbot/test/fakedb/__init__.py -> build/lib/buildbot/test/fakedb565copying buildbot/test/fakedb/masters.py -> build/lib/buildbot/test/fakedb566copying buildbot/test/fakedb/test_result_sets.py -> build/lib/buildbot/test/fakedb567copying buildbot/test/fakedb/build_data.py -> build/lib/buildbot/test/fakedb568copying buildbot/test/fakedb/workers.py -> build/lib/buildbot/test/fakedb569copying buildbot/test/fakedb/tags.py -> build/lib/buildbot/test/fakedb570copying buildbot/test/fakedb/sourcestamps.py -> build/lib/buildbot/test/fakedb571copying buildbot/test/fakedb/projects.py -> build/lib/buildbot/test/fakedb572copying buildbot/test/fakedb/logs.py -> build/lib/buildbot/test/fakedb573copying buildbot/test/fakedb/codebases.py -> build/lib/buildbot/test/fakedb574copying buildbot/test/fakedb/changesources.py -> build/lib/buildbot/test/fakedb575copying buildbot/test/fakedb/buildsets.py -> build/lib/buildbot/test/fakedb576copying buildbot/test/fakedb/builds.py -> build/lib/buildbot/test/fakedb577copying buildbot/test/fakedb/users.py -> build/lib/buildbot/test/fakedb578copying buildbot/test/fakedb/row.py -> build/lib/buildbot/test/fakedb579copying buildbot/test/fakedb/buildrequests.py -> build/lib/buildbot/test/fakedb580copying buildbot/test/fakedb/changes.py -> build/lib/buildbot/test/fakedb581copying buildbot/test/fakedb/schedulers.py -> build/lib/buildbot/test/fakedb582copying buildbot/test/fakedb/steps.py -> build/lib/buildbot/test/fakedb583copying buildbot/test/fakedb/test_results.py -> build/lib/buildbot/test/fakedb584copying buildbot/py.typed -> build/lib/buildbot585copying buildbot/db/migrations/alembic.ini -> build/lib/buildbot/db/migrations586copying buildbot/db/migrations/README -> build/lib/buildbot/db/migrations587copying buildbot/scripts/sample.cfg -> build/lib/buildbot/scripts588copying buildbot/scripts/buildbot_tac.tmpl -> build/lib/buildbot/scripts589copying buildbot/spec/api.raml -> build/lib/buildbot/spec590creating build/lib/buildbot/spec/types591copying buildbot/spec/types/scheduler.raml -> build/lib/buildbot/spec/types592copying buildbot/spec/types/buildrequest.raml -> build/lib/buildbot/spec/types593copying buildbot/spec/types/codebase.raml -> build/lib/buildbot/spec/types594copying buildbot/spec/types/logchunk.raml -> build/lib/buildbot/spec/types595copying buildbot/spec/types/sourcestamp.raml -> build/lib/buildbot/spec/types596copying buildbot/spec/types/test_result.raml -> build/lib/buildbot/spec/types597copying buildbot/spec/types/patch.raml -> build/lib/buildbot/spec/types598copying buildbot/spec/types/test_result_set.raml -> build/lib/buildbot/spec/types599copying buildbot/spec/types/build.raml -> build/lib/buildbot/spec/types600copying buildbot/spec/types/forcescheduler.raml -> build/lib/buildbot/spec/types601copying buildbot/spec/types/step.raml -> build/lib/buildbot/spec/types602copying buildbot/spec/types/codebase_commit.raml -> build/lib/buildbot/spec/types603copying buildbot/spec/types/builder.raml -> build/lib/buildbot/spec/types604copying buildbot/spec/types/identifier.raml -> build/lib/buildbot/spec/types605copying buildbot/spec/types/rootlink.raml -> build/lib/buildbot/spec/types606copying buildbot/spec/types/log.raml -> build/lib/buildbot/spec/types607copying buildbot/spec/types/sourcedproperties.raml -> build/lib/buildbot/spec/types608copying buildbot/spec/types/change.raml -> build/lib/buildbot/spec/types609copying buildbot/spec/types/worker.raml -> build/lib/buildbot/spec/types610copying buildbot/spec/types/project.raml -> build/lib/buildbot/spec/types611copying buildbot/spec/types/master.raml -> build/lib/buildbot/spec/types612copying buildbot/spec/types/buildset.raml -> build/lib/buildbot/spec/types613copying buildbot/spec/types/build_data.raml -> build/lib/buildbot/spec/types614copying buildbot/spec/types/changesource.raml -> build/lib/buildbot/spec/types615copying buildbot/spec/types/codebase_branch.raml -> build/lib/buildbot/spec/types616copying buildbot/spec/types/spec.raml -> build/lib/buildbot/spec/types617creating build/lib/buildbot/test/integration/pki618copying buildbot/test/integration/pki/127.0.0.1.crt -> build/lib/buildbot/test/integration/pki619copying buildbot/test/integration/pki/127.0.0.1.key -> build/lib/buildbot/test/integration/pki620creating build/lib/buildbot/test/integration/pki/ca621copying buildbot/test/integration/pki/ca/ca.crt -> build/lib/buildbot/test/integration/pki/ca622creating build/lib/buildbot/test/unit/test_templates_dir623copying buildbot/test/unit/test_templates_dir/builds.html -> build/lib/buildbot/test/unit/test_templates_dir624creating build/lib/buildbot/test/unit/test_templates_dir/plugin625copying buildbot/test/unit/test_templates_dir/plugin/plugin.jade -> build/lib/buildbot/test/unit/test_templates_dir/plugin626installing to build/bdist.linux-x86_64/wheel627running install628running install_lib629creating build/bdist.linux-x86_64/wheel630creating build/bdist.linux-x86_64/wheel/buildbot631creating build/bdist.linux-x86_64/wheel/buildbot/data632copying build/lib/buildbot/data/builders.py -> build/bdist.linux-x86_64/wheel/./buildbot/data633copying build/lib/buildbot/data/resultspec.py -> build/bdist.linux-x86_64/wheel/./buildbot/data634copying build/lib/buildbot/data/logs.py -> build/bdist.linux-x86_64/wheel/./buildbot/data635copying build/lib/buildbot/data/properties.py -> build/bdist.linux-x86_64/wheel/./buildbot/data636copying build/lib/buildbot/data/patches.py -> build/bdist.linux-x86_64/wheel/./buildbot/data637copying build/lib/buildbot/data/test_results.py -> build/bdist.linux-x86_64/wheel/./buildbot/data638copying build/lib/buildbot/data/buildrequests.py -> build/bdist.linux-x86_64/wheel/./buildbot/data639copying build/lib/buildbot/data/buildsets.py -> build/bdist.linux-x86_64/wheel/./buildbot/data640copying build/lib/buildbot/data/sourcestamps.py -> build/bdist.linux-x86_64/wheel/./buildbot/data641copying build/lib/buildbot/data/builds.py -> build/bdist.linux-x86_64/wheel/./buildbot/data642copying build/lib/buildbot/data/changesources.py -> build/bdist.linux-x86_64/wheel/./buildbot/data643copying build/lib/buildbot/data/types.py -> build/bdist.linux-x86_64/wheel/./buildbot/data644copying build/lib/buildbot/data/schedulers.py -> build/bdist.linux-x86_64/wheel/./buildbot/data645copying build/lib/buildbot/data/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/data646copying build/lib/buildbot/data/changes.py -> build/bdist.linux-x86_64/wheel/./buildbot/data647copying build/lib/buildbot/data/codebases.py -> build/bdist.linux-x86_64/wheel/./buildbot/data648copying build/lib/buildbot/data/logchunks.py -> build/bdist.linux-x86_64/wheel/./buildbot/data649copying build/lib/buildbot/data/codebase_commits.py -> build/bdist.linux-x86_64/wheel/./buildbot/data650copying build/lib/buildbot/data/test_result_sets.py -> build/bdist.linux-x86_64/wheel/./buildbot/data651copying build/lib/buildbot/data/projects.py -> build/bdist.linux-x86_64/wheel/./buildbot/data652copying build/lib/buildbot/data/forceschedulers.py -> build/bdist.linux-x86_64/wheel/./buildbot/data653copying build/lib/buildbot/data/steps.py -> build/bdist.linux-x86_64/wheel/./buildbot/data654copying build/lib/buildbot/data/workers.py -> build/bdist.linux-x86_64/wheel/./buildbot/data655copying build/lib/buildbot/data/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/data656copying build/lib/buildbot/data/build_data.py -> build/bdist.linux-x86_64/wheel/./buildbot/data657copying build/lib/buildbot/data/masters.py -> build/bdist.linux-x86_64/wheel/./buildbot/data658copying build/lib/buildbot/data/exceptions.py -> build/bdist.linux-x86_64/wheel/./buildbot/data659copying build/lib/buildbot/data/codebase_branches.py -> build/bdist.linux-x86_64/wheel/./buildbot/data660copying build/lib/buildbot/data/root.py -> build/bdist.linux-x86_64/wheel/./buildbot/data661copying build/lib/buildbot/data/connector.py -> build/bdist.linux-x86_64/wheel/./buildbot/data662copying build/lib/buildbot/locks.py -> build/bdist.linux-x86_64/wheel/./buildbot663copying build/lib/buildbot/py.typed -> build/bdist.linux-x86_64/wheel/./buildbot664copying build/lib/buildbot/errors.py -> build/bdist.linux-x86_64/wheel/./buildbot665creating build/bdist.linux-x86_64/wheel/buildbot/process666copying build/lib/buildbot/process/log.py -> build/bdist.linux-x86_64/wheel/./buildbot/process667creating build/bdist.linux-x86_64/wheel/buildbot/process/users668copying build/lib/buildbot/process/users/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/process/users669copying build/lib/buildbot/process/users/users.py -> build/bdist.linux-x86_64/wheel/./buildbot/process/users670copying build/lib/buildbot/process/users/manager.py -> build/bdist.linux-x86_64/wheel/./buildbot/process/users671copying build/lib/buildbot/process/users/manual.py -> build/bdist.linux-x86_64/wheel/./buildbot/process/users672copying build/lib/buildbot/process/cache.py -> build/bdist.linux-x86_64/wheel/./buildbot/process673copying build/lib/buildbot/process/factory.py -> build/bdist.linux-x86_64/wheel/./buildbot/process674copying build/lib/buildbot/process/project.py -> build/bdist.linux-x86_64/wheel/./buildbot/process675copying build/lib/buildbot/process/results.py -> build/bdist.linux-x86_64/wheel/./buildbot/process676copying build/lib/buildbot/process/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/process677copying build/lib/buildbot/process/botmaster.py -> build/bdist.linux-x86_64/wheel/./buildbot/process678copying build/lib/buildbot/process/debug.py -> build/bdist.linux-x86_64/wheel/./buildbot/process679copying build/lib/buildbot/process/remotetransfer.py -> build/bdist.linux-x86_64/wheel/./buildbot/process680copying build/lib/buildbot/process/buildrequestdistributor.py -> build/bdist.linux-x86_64/wheel/./buildbot/process681copying build/lib/buildbot/process/locks.py -> build/bdist.linux-x86_64/wheel/./buildbot/process682copying build/lib/buildbot/process/buildrequest.py -> build/bdist.linux-x86_64/wheel/./buildbot/process683copying build/lib/buildbot/process/subunitlogobserver.py -> build/bdist.linux-x86_64/wheel/./buildbot/process684copying build/lib/buildbot/process/builder.py -> build/bdist.linux-x86_64/wheel/./buildbot/process685copying build/lib/buildbot/process/remotecommand.py -> build/bdist.linux-x86_64/wheel/./buildbot/process686copying build/lib/buildbot/process/measured_service.py -> build/bdist.linux-x86_64/wheel/./buildbot/process687copying build/lib/buildbot/process/workerforbuilder.py -> build/bdist.linux-x86_64/wheel/./buildbot/process688copying build/lib/buildbot/process/buildstep.py -> build/bdist.linux-x86_64/wheel/./buildbot/process689copying build/lib/buildbot/process/build.py -> build/bdist.linux-x86_64/wheel/./buildbot/process690copying build/lib/buildbot/process/codebase.py -> build/bdist.linux-x86_64/wheel/./buildbot/process691copying build/lib/buildbot/process/logobserver.py -> build/bdist.linux-x86_64/wheel/./buildbot/process692copying build/lib/buildbot/process/metrics.py -> build/bdist.linux-x86_64/wheel/./buildbot/process693copying build/lib/buildbot/process/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/process694copying build/lib/buildbot/process/properties.py -> build/bdist.linux-x86_64/wheel/./buildbot/process695copying build/lib/buildbot/buildrequest.py -> build/bdist.linux-x86_64/wheel/./buildbot696creating build/bdist.linux-x86_64/wheel/buildbot/test697creating build/bdist.linux-x86_64/wheel/buildbot/test/fake698copying build/lib/buildbot/test/fake/msgmanager.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake699copying build/lib/buildbot/test/fake/httpclientservice.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake700copying build/lib/buildbot/test/fake/private_tempdir.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake701copying build/lib/buildbot/test/fake/docker.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake702copying build/lib/buildbot/test/fake/state.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake703copying build/lib/buildbot/test/fake/worker.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake704copying build/lib/buildbot/test/fake/openstack.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake705copying build/lib/buildbot/test/fake/connection.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake706copying build/lib/buildbot/test/fake/fakestats.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake707copying build/lib/buildbot/test/fake/step.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake708copying build/lib/buildbot/test/fake/botmaster.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake709copying build/lib/buildbot/test/fake/reactor.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake710copying build/lib/buildbot/test/fake/fakemq.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake711copying build/lib/buildbot/test/fake/fakeprotocol.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake712copying build/lib/buildbot/test/fake/secrets.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake713copying build/lib/buildbot/test/fake/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake714copying build/lib/buildbot/test/fake/logfile.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake715copying build/lib/buildbot/test/fake/pbmanager.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake716copying build/lib/buildbot/test/fake/machine.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake717copying build/lib/buildbot/test/fake/bworkermanager.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake718copying build/lib/buildbot/test/fake/libvirt.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake719copying build/lib/buildbot/test/fake/fakemaster.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake720copying build/lib/buildbot/test/fake/change.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake721copying build/lib/buildbot/test/fake/latent.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake722copying build/lib/buildbot/test/fake/endpoint.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake723copying build/lib/buildbot/test/fake/web.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake724copying build/lib/buildbot/test/fake/fakedata.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake725copying build/lib/buildbot/test/fake/fakebuild.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fake726creating build/bdist.linux-x86_64/wheel/buildbot/test/integration727creating build/bdist.linux-x86_64/wheel/buildbot/test/integration/pki728copying build/lib/buildbot/test/integration/pki/127.0.0.1.crt -> build/bdist.linux-x86_64/wheel/./buildbot/test/integration/pki729copying build/lib/buildbot/test/integration/pki/127.0.0.1.key -> build/bdist.linux-x86_64/wheel/./buildbot/test/integration/pki730creating build/bdist.linux-x86_64/wheel/buildbot/test/integration/pki/ca731copying build/lib/buildbot/test/integration/pki/ca/ca.crt -> build/bdist.linux-x86_64/wheel/./buildbot/test/integration/pki/ca732creating build/bdist.linux-x86_64/wheel/buildbot/test/fakedb733copying build/lib/buildbot/test/fakedb/users.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb734copying build/lib/buildbot/test/fakedb/test_result_sets.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb735copying build/lib/buildbot/test/fakedb/test_results.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb736copying build/lib/buildbot/test/fakedb/workers.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb737copying build/lib/buildbot/test/fakedb/row.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb738copying build/lib/buildbot/test/fakedb/masters.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb739copying build/lib/buildbot/test/fakedb/projects.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb740copying build/lib/buildbot/test/fakedb/steps.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb741copying build/lib/buildbot/test/fakedb/builds.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb742copying build/lib/buildbot/test/fakedb/schedulers.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb743copying build/lib/buildbot/test/fakedb/codebases.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb744copying build/lib/buildbot/test/fakedb/logs.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb745copying build/lib/buildbot/test/fakedb/buildsets.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb746copying build/lib/buildbot/test/fakedb/sourcestamps.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb747copying build/lib/buildbot/test/fakedb/tags.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb748copying build/lib/buildbot/test/fakedb/builders.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb749copying build/lib/buildbot/test/fakedb/buildrequests.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb750copying build/lib/buildbot/test/fakedb/changes.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb751copying build/lib/buildbot/test/fakedb/connector.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb752copying build/lib/buildbot/test/fakedb/state.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb753copying build/lib/buildbot/test/fakedb/build_data.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb754copying build/lib/buildbot/test/fakedb/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb755copying build/lib/buildbot/test/fakedb/changesources.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/fakedb756creating build/bdist.linux-x86_64/wheel/buildbot/test/util757copying build/lib/buildbot/test/util/state.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util758copying build/lib/buildbot/test/util/interfaces.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util759copying build/lib/buildbot/test/util/querylog.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util760copying build/lib/buildbot/test/util/changesource.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util761copying build/lib/buildbot/test/util/decorators.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util762copying build/lib/buildbot/test/util/protocols.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util763copying build/lib/buildbot/test/util/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util764copying build/lib/buildbot/test/util/logging.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util765copying build/lib/buildbot/test/util/www.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util766copying build/lib/buildbot/test/util/warnings.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util767copying build/lib/buildbot/test/util/fuzz.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util768copying build/lib/buildbot/test/util/configurators.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util769copying build/lib/buildbot/test/util/integration.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util770copying build/lib/buildbot/test/util/misc.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util771copying build/lib/buildbot/test/util/migration.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util772copying build/lib/buildbot/test/util/endpoint.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util773copying build/lib/buildbot/test/util/git_repository.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util774copying build/lib/buildbot/test/util/tuplematching.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util775copying build/lib/buildbot/test/util/sandboxed_worker.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util776copying build/lib/buildbot/test/util/sourcesteps.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util777copying build/lib/buildbot/test/util/reporter.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util778copying build/lib/buildbot/test/util/dirs.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util779copying build/lib/buildbot/test/util/patch_delay.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util780copying build/lib/buildbot/test/util/validation.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util781copying build/lib/buildbot/test/util/pbmanager.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util782copying build/lib/buildbot/test/util/scheduler.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util783copying build/lib/buildbot/test/util/properties.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util784copying build/lib/buildbot/test/util/config.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util785copying build/lib/buildbot/test/util/site.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util786copying build/lib/buildbot/test/util/db.py -> build/bdist.linux-x86_64/wheel/./buildbot/test/util787copying build/lib/buildbot/test/steps.py -> build/bdist.linux-x86_64/wheel/./buildbot/test788copying build/lib/buildbot/test/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/test789creating build/bdist.linux-x86_64/wheel/buildbot/test/unit790creating build/bdist.linux-x86_64/wheel/buildbot/test/unit/test_templates_dir791copying build/lib/buildbot/test/unit/test_templates_dir/builds.html -> build/bdist.linux-x86_64/wheel/./buildbot/test/unit/test_templates_dir792creating build/bdist.linux-x86_64/wheel/buildbot/test/unit/test_templates_dir/plugin793copying build/lib/buildbot/test/unit/test_templates_dir/plugin/plugin.jade -> build/bdist.linux-x86_64/wheel/./buildbot/test/unit/test_templates_dir/plugin794copying build/lib/buildbot/test/reactor.py -> build/bdist.linux-x86_64/wheel/./buildbot/test795copying build/lib/buildbot/test/test_extra_coverage.py -> build/bdist.linux-x86_64/wheel/./buildbot/test796copying build/lib/buildbot/test/runprocess.py -> build/bdist.linux-x86_64/wheel/./buildbot/test797copying build/lib/buildbot/pbutil.py -> build/bdist.linux-x86_64/wheel/./buildbot798creating build/bdist.linux-x86_64/wheel/buildbot/configurators799copying build/lib/buildbot/configurators/janitor.py -> build/bdist.linux-x86_64/wheel/./buildbot/configurators800copying build/lib/buildbot/configurators/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/configurators801copying build/lib/buildbot/master.py -> build/bdist.linux-x86_64/wheel/./buildbot802copying build/lib/buildbot/scheduler.py -> build/bdist.linux-x86_64/wheel/./buildbot803copying build/lib/buildbot/buildbot_net_usage_data.py -> build/bdist.linux-x86_64/wheel/./buildbot804copying build/lib/buildbot/interfaces.py -> build/bdist.linux-x86_64/wheel/./buildbot805creating build/bdist.linux-x86_64/wheel/buildbot/schedulers806copying build/lib/buildbot/schedulers/canceller_buildset.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers807copying build/lib/buildbot/schedulers/forcesched.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers808copying build/lib/buildbot/schedulers/manager.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers809copying build/lib/buildbot/schedulers/basic.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers810copying build/lib/buildbot/schedulers/timed.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers811copying build/lib/buildbot/schedulers/canceller.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers812copying build/lib/buildbot/schedulers/triggerable.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers813copying build/lib/buildbot/schedulers/trysched.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers814copying build/lib/buildbot/schedulers/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers815copying build/lib/buildbot/schedulers/filter.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers816copying build/lib/buildbot/schedulers/dependent.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers817copying build/lib/buildbot/schedulers/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/schedulers818creating build/bdist.linux-x86_64/wheel/buildbot/secrets819creating build/bdist.linux-x86_64/wheel/buildbot/secrets/providers820copying build/lib/buildbot/secrets/providers/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets/providers821copying build/lib/buildbot/secrets/providers/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets/providers822copying build/lib/buildbot/secrets/providers/vault_hvac.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets/providers823copying build/lib/buildbot/secrets/providers/file.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets/providers824copying build/lib/buildbot/secrets/providers/passwordstore.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets/providers825copying build/lib/buildbot/secrets/secret.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets826copying build/lib/buildbot/secrets/manager.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets827copying build/lib/buildbot/secrets/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/secrets828creating build/bdist.linux-x86_64/wheel/buildbot/clients829copying build/lib/buildbot/clients/usersclient.py -> build/bdist.linux-x86_64/wheel/./buildbot/clients830copying build/lib/buildbot/clients/sendchange.py -> build/bdist.linux-x86_64/wheel/./buildbot/clients831copying build/lib/buildbot/clients/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/clients832copying build/lib/buildbot/clients/tryclient.py -> build/bdist.linux-x86_64/wheel/./buildbot/clients833creating build/bdist.linux-x86_64/wheel/buildbot/statistics834creating build/bdist.linux-x86_64/wheel/buildbot/statistics/storage_backends835copying build/lib/buildbot/statistics/storage_backends/influxdb_client.py -> build/bdist.linux-x86_64/wheel/./buildbot/statistics/storage_backends836copying build/lib/buildbot/statistics/storage_backends/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/statistics/storage_backends837copying build/lib/buildbot/statistics/storage_backends/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/statistics/storage_backends838copying build/lib/buildbot/statistics/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/statistics839copying build/lib/buildbot/statistics/capture.py -> build/bdist.linux-x86_64/wheel/./buildbot/statistics840copying build/lib/buildbot/statistics/stats_service.py -> build/bdist.linux-x86_64/wheel/./buildbot/statistics841creating build/bdist.linux-x86_64/wheel/buildbot/reporters842creating build/bdist.linux-x86_64/wheel/buildbot/reporters/generators843copying build/lib/buildbot/reporters/generators/utils.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters/generators844copying build/lib/buildbot/reporters/generators/build.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters/generators845copying build/lib/buildbot/reporters/generators/worker.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters/generators846copying build/lib/buildbot/reporters/generators/buildrequest.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters/generators847copying build/lib/buildbot/reporters/generators/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters/generators848copying build/lib/buildbot/reporters/generators/buildset.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters/generators849copying build/lib/buildbot/reporters/utils.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters850copying build/lib/buildbot/reporters/bitbucketserver.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters851copying build/lib/buildbot/reporters/pushover.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters852copying build/lib/buildbot/reporters/gerrit.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters853copying build/lib/buildbot/reporters/telegram.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters854copying build/lib/buildbot/reporters/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters855copying build/lib/buildbot/reporters/message.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters856copying build/lib/buildbot/reporters/github.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters857copying build/lib/buildbot/reporters/pushjet.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters858copying build/lib/buildbot/reporters/gerrit_verify_status.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters859copying build/lib/buildbot/reporters/irc.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters860copying build/lib/buildbot/reporters/bitbucket.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters861copying build/lib/buildbot/reporters/http.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters862copying build/lib/buildbot/reporters/mail.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters863copying build/lib/buildbot/reporters/zulip.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters864copying build/lib/buildbot/reporters/gitlab.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters865copying build/lib/buildbot/reporters/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters866copying build/lib/buildbot/reporters/words.py -> build/bdist.linux-x86_64/wheel/./buildbot/reporters867creating build/bdist.linux-x86_64/wheel/buildbot/spec868copying build/lib/buildbot/spec/api.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec869creating build/bdist.linux-x86_64/wheel/buildbot/spec/types870copying build/lib/buildbot/spec/types/log.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types871copying build/lib/buildbot/spec/types/step.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types872copying build/lib/buildbot/spec/types/worker.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types873copying build/lib/buildbot/spec/types/change.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types874copying build/lib/buildbot/spec/types/builder.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types875copying build/lib/buildbot/spec/types/changesource.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types876copying build/lib/buildbot/spec/types/identifier.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types877copying build/lib/buildbot/spec/types/buildset.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types878copying build/lib/buildbot/spec/types/master.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types879copying build/lib/buildbot/spec/types/codebase_branch.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types880copying build/lib/buildbot/spec/types/build.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types881copying build/lib/buildbot/spec/types/patch.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types882copying build/lib/buildbot/spec/types/test_result_set.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types883copying build/lib/buildbot/spec/types/spec.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types884copying build/lib/buildbot/spec/types/codebase.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types885copying build/lib/buildbot/spec/types/sourcedproperties.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types886copying build/lib/buildbot/spec/types/logchunk.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types887copying build/lib/buildbot/spec/types/scheduler.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types888copying build/lib/buildbot/spec/types/buildrequest.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types889copying build/lib/buildbot/spec/types/project.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types890copying build/lib/buildbot/spec/types/rootlink.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types891copying build/lib/buildbot/spec/types/test_result.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types892copying build/lib/buildbot/spec/types/build_data.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types893copying build/lib/buildbot/spec/types/sourcestamp.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types894copying build/lib/buildbot/spec/types/codebase_commit.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types895copying build/lib/buildbot/spec/types/forcescheduler.raml -> build/bdist.linux-x86_64/wheel/./buildbot/spec/types896copying build/lib/buildbot/spec/indent.py -> build/bdist.linux-x86_64/wheel/./buildbot/spec897creating build/bdist.linux-x86_64/wheel/buildbot/plugins898copying build/lib/buildbot/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/plugins899copying build/lib/buildbot/plugins/db.py -> build/bdist.linux-x86_64/wheel/./buildbot/plugins900creating build/bdist.linux-x86_64/wheel/buildbot/mq901copying build/lib/buildbot/mq/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/mq902copying build/lib/buildbot/mq/wamp.py -> build/bdist.linux-x86_64/wheel/./buildbot/mq903copying build/lib/buildbot/mq/simple.py -> build/bdist.linux-x86_64/wheel/./buildbot/mq904copying build/lib/buildbot/mq/connector.py -> build/bdist.linux-x86_64/wheel/./buildbot/mq905copying build/lib/buildbot/mq/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/mq906creating build/bdist.linux-x86_64/wheel/buildbot/steps907copying build/lib/buildbot/steps/worker.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps908copying build/lib/buildbot/steps/mswin.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps909copying build/lib/buildbot/steps/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps910creating build/bdist.linux-x86_64/wheel/buildbot/steps/source911copying build/lib/buildbot/steps/source/darcs.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source912copying build/lib/buildbot/steps/source/repo.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source913copying build/lib/buildbot/steps/source/github.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source914copying build/lib/buildbot/steps/source/cvs.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source915copying build/lib/buildbot/steps/source/gitlab.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source916copying build/lib/buildbot/steps/source/gerrit.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source917copying build/lib/buildbot/steps/source/p4.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source918copying build/lib/buildbot/steps/source/bzr.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source919copying build/lib/buildbot/steps/source/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source920copying build/lib/buildbot/steps/source/svn.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source921copying build/lib/buildbot/steps/source/mtn.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source922copying build/lib/buildbot/steps/source/mercurial.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source923copying build/lib/buildbot/steps/source/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source924copying build/lib/buildbot/steps/source/git.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/source925copying build/lib/buildbot/steps/gitdiffinfo.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps926copying build/lib/buildbot/steps/configurable.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps927copying build/lib/buildbot/steps/python_twisted.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps928copying build/lib/buildbot/steps/shell.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps929copying build/lib/buildbot/steps/python.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps930copying build/lib/buildbot/steps/subunit.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps931copying build/lib/buildbot/steps/download_secret_to_worker.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps932copying build/lib/buildbot/steps/http.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps933copying build/lib/buildbot/steps/vstudio.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps934copying build/lib/buildbot/steps/maxq.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps935copying build/lib/buildbot/steps/transfer.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps936copying build/lib/buildbot/steps/cmake.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps937copying build/lib/buildbot/steps/shellsequence.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps938copying build/lib/buildbot/steps/trigger.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps939creating build/bdist.linux-x86_64/wheel/buildbot/steps/package940copying build/lib/buildbot/steps/package/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package941creating build/bdist.linux-x86_64/wheel/buildbot/steps/package/deb942copying build/lib/buildbot/steps/package/deb/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/deb943copying build/lib/buildbot/steps/package/deb/pbuilder.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/deb944copying build/lib/buildbot/steps/package/deb/lintian.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/deb945copying build/lib/buildbot/steps/package/util.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package946creating build/bdist.linux-x86_64/wheel/buildbot/steps/package/rpm947copying build/lib/buildbot/steps/package/rpm/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/rpm948copying build/lib/buildbot/steps/package/rpm/rpmbuild.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/rpm949copying build/lib/buildbot/steps/package/rpm/rpmlint.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/rpm950copying build/lib/buildbot/steps/package/rpm/mock.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps/package/rpm951copying build/lib/buildbot/steps/master.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps952copying build/lib/buildbot/steps/cppcheck.py -> build/bdist.linux-x86_64/wheel/./buildbot/steps953copying build/lib/buildbot/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot954copying build/lib/buildbot/revlinks.py -> build/bdist.linux-x86_64/wheel/./buildbot955creating build/bdist.linux-x86_64/wheel/buildbot/worker956copying build/lib/buildbot/worker/docker.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker957copying build/lib/buildbot/worker/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker958copying build/lib/buildbot/worker/local.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker959copying build/lib/buildbot/worker/upcloud.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker960copying build/lib/buildbot/worker/libvirt.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker961creating build/bdist.linux-x86_64/wheel/buildbot/worker/protocols962copying build/lib/buildbot/worker/protocols/msgpack.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols963copying build/lib/buildbot/worker/protocols/pb.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols964copying build/lib/buildbot/worker/protocols/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols965copying build/lib/buildbot/worker/protocols/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols966copying build/lib/buildbot/worker/protocols/null.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols967creating build/bdist.linux-x86_64/wheel/buildbot/worker/protocols/manager968copying build/lib/buildbot/worker/protocols/manager/pb.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols/manager969copying build/lib/buildbot/worker/protocols/manager/msgpack.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols/manager970copying build/lib/buildbot/worker/protocols/manager/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols/manager971copying build/lib/buildbot/worker/protocols/manager/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker/protocols/manager972copying build/lib/buildbot/worker/ec2.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker973copying build/lib/buildbot/worker/latent.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker974copying build/lib/buildbot/worker/manager.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker975copying build/lib/buildbot/worker/kubernetes.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker976copying build/lib/buildbot/worker/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker977copying build/lib/buildbot/worker/marathon.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker978copying build/lib/buildbot/worker/openstack.py -> build/bdist.linux-x86_64/wheel/./buildbot/worker979copying build/lib/buildbot/manhole.py -> build/bdist.linux-x86_64/wheel/./buildbot980creating build/bdist.linux-x86_64/wheel/buildbot/scripts981copying build/lib/buildbot/scripts/stop.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts982copying build/lib/buildbot/scripts/create_master.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts983copying build/lib/buildbot/scripts/checkconfig.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts984copying build/lib/buildbot/scripts/sample.cfg -> build/bdist.linux-x86_64/wheel/./buildbot/scripts985copying build/lib/buildbot/scripts/upgrade_master.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts986copying build/lib/buildbot/scripts/copydb.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts987copying build/lib/buildbot/scripts/windows_service.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts988copying build/lib/buildbot/scripts/tryserver.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts989copying build/lib/buildbot/scripts/reconfig.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts990copying build/lib/buildbot/scripts/buildbot_tac.tmpl -> build/bdist.linux-x86_64/wheel/./buildbot/scripts991copying build/lib/buildbot/scripts/cleanupdb.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts992copying build/lib/buildbot/scripts/runner.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts993copying build/lib/buildbot/scripts/trycmd.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts994copying build/lib/buildbot/scripts/start.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts995copying build/lib/buildbot/scripts/dataspec.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts996copying build/lib/buildbot/scripts/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts997copying build/lib/buildbot/scripts/user.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts998copying build/lib/buildbot/scripts/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts999copying build/lib/buildbot/scripts/logwatcher.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts1000copying build/lib/buildbot/scripts/devproxy.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts1001copying build/lib/buildbot/scripts/restart.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts1002copying build/lib/buildbot/scripts/sendchange.py -> build/bdist.linux-x86_64/wheel/./buildbot/scripts1003copying build/lib/buildbot/warnings.py -> build/bdist.linux-x86_64/wheel/./buildbot1004creating build/bdist.linux-x86_64/wheel/buildbot/wamp1005copying build/lib/buildbot/wamp/connector.py -> build/bdist.linux-x86_64/wheel/./buildbot/wamp1006copying build/lib/buildbot/wamp/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/wamp1007creating build/bdist.linux-x86_64/wheel/buildbot/changes1008copying build/lib/buildbot/changes/p4poller.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1009copying build/lib/buildbot/changes/gitpoller.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1010copying build/lib/buildbot/changes/mail.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1011copying build/lib/buildbot/changes/bitbucket.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1012copying build/lib/buildbot/changes/svnpoller.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1013copying build/lib/buildbot/changes/filter.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1014copying build/lib/buildbot/changes/pb.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1015copying build/lib/buildbot/changes/changes.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1016copying build/lib/buildbot/changes/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1017copying build/lib/buildbot/changes/github.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1018copying build/lib/buildbot/changes/hgpoller.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1019copying build/lib/buildbot/changes/gerritchangesource.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1020copying build/lib/buildbot/changes/manager.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1021copying build/lib/buildbot/changes/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/changes1022creating build/bdist.linux-x86_64/wheel/buildbot/machine1023copying build/lib/buildbot/machine/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/machine1024copying build/lib/buildbot/machine/generic.py -> build/bdist.linux-x86_64/wheel/./buildbot/machine1025copying build/lib/buildbot/machine/latent.py -> build/bdist.linux-x86_64/wheel/./buildbot/machine1026copying build/lib/buildbot/machine/manager.py -> build/bdist.linux-x86_64/wheel/./buildbot/machine1027copying build/lib/buildbot/machine/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/machine1028creating build/bdist.linux-x86_64/wheel/buildbot/www1029copying build/lib/buildbot/www/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1030copying build/lib/buildbot/www/resource.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1031copying build/lib/buildbot/www/config.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1032creating build/bdist.linux-x86_64/wheel/buildbot/www/hooks1033copying build/lib/buildbot/www/hooks/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1034copying build/lib/buildbot/www/hooks/gitlab.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1035copying build/lib/buildbot/www/hooks/gitorious.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1036copying build/lib/buildbot/www/hooks/poller.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1037copying build/lib/buildbot/www/hooks/github.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1038copying build/lib/buildbot/www/hooks/bitbucketserver.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1039copying build/lib/buildbot/www/hooks/bitbucketcloud.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1040copying build/lib/buildbot/www/hooks/bitbucket.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1041copying build/lib/buildbot/www/hooks/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/hooks1042copying build/lib/buildbot/www/ldapuserinfo.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1043copying build/lib/buildbot/www/sse.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1044copying build/lib/buildbot/www/change_hook.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1045copying build/lib/buildbot/www/avatar.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1046copying build/lib/buildbot/www/plugin.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1047copying build/lib/buildbot/www/ws.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1048copying build/lib/buildbot/www/auth.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1049copying build/lib/buildbot/www/rest.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1050creating build/bdist.linux-x86_64/wheel/buildbot/www/authz1051copying build/lib/buildbot/www/authz/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/authz1052copying build/lib/buildbot/www/authz/roles.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/authz1053copying build/lib/buildbot/www/authz/authz.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/authz1054copying build/lib/buildbot/www/authz/endpointmatchers.py -> build/bdist.linux-x86_64/wheel/./buildbot/www/authz1055copying build/lib/buildbot/www/oauth2.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1056copying build/lib/buildbot/www/encoding.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1057copying build/lib/buildbot/www/service.py -> build/bdist.linux-x86_64/wheel/./buildbot/www1058creating build/bdist.linux-x86_64/wheel/buildbot/util1059copying build/lib/buildbot/util/path_expand_user.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1060copying build/lib/buildbot/util/maildir.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1061copying build/lib/buildbot/util/async_sort.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1062copying build/lib/buildbot/util/poll.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1063copying build/lib/buildbot/util/queue.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1064copying build/lib/buildbot/util/lineboundaries.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1065copying build/lib/buildbot/util/service.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1066copying build/lib/buildbot/util/render_description.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1067copying build/lib/buildbot/util/runprocess.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1068copying build/lib/buildbot/util/giturlparse.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1069copying build/lib/buildbot/util/misc.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1070copying build/lib/buildbot/util/httpclientservice.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1071copying build/lib/buildbot/util/codebase.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1072copying build/lib/buildbot/util/state.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1073copying build/lib/buildbot/util/pullrequest.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1074copying build/lib/buildbot/util/git.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1075copying build/lib/buildbot/util/identifiers.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1076copying build/lib/buildbot/util/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1077copying build/lib/buildbot/util/watchdog.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1078copying build/lib/buildbot/util/latent.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1079copying build/lib/buildbot/util/private_tempdir.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1080copying build/lib/buildbot/util/deferwaiter.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1081copying build/lib/buildbot/util/eventual.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1082copying build/lib/buildbot/util/sautils.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1083copying build/lib/buildbot/util/test_result_submitter.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1084copying build/lib/buildbot/util/subscription.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1085copying build/lib/buildbot/util/netstrings.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1086copying build/lib/buildbot/util/backoff.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1087copying build/lib/buildbot/util/config.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1088copying build/lib/buildbot/util/pathmatch.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1089copying build/lib/buildbot/util/git_credential.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1090copying build/lib/buildbot/util/ssfilter.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1091copying build/lib/buildbot/util/protocol.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1092copying build/lib/buildbot/util/tuplematch.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1093copying build/lib/buildbot/util/ssl.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1094copying build/lib/buildbot/util/importlib_compat.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1095copying build/lib/buildbot/util/debounce.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1096copying build/lib/buildbot/util/kubeclientservice.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1097copying build/lib/buildbot/util/twisted.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1098copying build/lib/buildbot/util/_notifier.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1099copying build/lib/buildbot/util/bbcollections.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1100copying build/lib/buildbot/util/lru.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1101copying build/lib/buildbot/util/raml.py -> build/bdist.linux-x86_64/wheel/./buildbot/util1102creating build/bdist.linux-x86_64/wheel/buildbot/monkeypatches1103copying build/lib/buildbot/monkeypatches/servicechecks.py -> build/bdist.linux-x86_64/wheel/./buildbot/monkeypatches1104copying build/lib/buildbot/monkeypatches/decorators.py -> build/bdist.linux-x86_64/wheel/./buildbot/monkeypatches1105copying build/lib/buildbot/monkeypatches/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/monkeypatches1106creating build/bdist.linux-x86_64/wheel/buildbot/db1107copying build/lib/buildbot/db/enginestrategy.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1108copying build/lib/buildbot/db/state.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1109creating build/bdist.linux-x86_64/wheel/buildbot/db/types1110copying build/lib/buildbot/db/types/json.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/types1111copying build/lib/buildbot/db/types/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/types1112copying build/lib/buildbot/db/buildrequests.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1113copying build/lib/buildbot/db/connector.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1114copying build/lib/buildbot/db/codebase_branches.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1115copying build/lib/buildbot/db/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1116copying build/lib/buildbot/db/workers.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1117copying build/lib/buildbot/db/base.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1118copying build/lib/buildbot/db/changesources.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1119copying build/lib/buildbot/db/tags.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1120copying build/lib/buildbot/db/builders.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1121copying build/lib/buildbot/db/dbconfig.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1122creating build/bdist.linux-x86_64/wheel/buildbot/db/compression1123copying build/lib/buildbot/db/compression/zstd.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/compression1124copying build/lib/buildbot/db/compression/brotli.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/compression1125copying build/lib/buildbot/db/compression/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/compression1126copying build/lib/buildbot/db/compression/native.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/compression1127copying build/lib/buildbot/db/compression/protocol.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/compression1128copying build/lib/buildbot/db/compression/lz4.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/compression1129copying build/lib/buildbot/db/model.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1130copying build/lib/buildbot/db/build_data.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1131copying build/lib/buildbot/db/masters.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1132copying build/lib/buildbot/db/exceptions.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1133copying build/lib/buildbot/db/test_results.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1134copying build/lib/buildbot/db/pool.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1135copying build/lib/buildbot/db/buildsets.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1136creating build/bdist.linux-x86_64/wheel/buildbot/db/migrations1137copying build/lib/buildbot/db/migrations/alembic.ini -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations1138creating build/bdist.linux-x86_64/wheel/buildbot/db/migrations/versions1139copying build/lib/buildbot/db/migrations/versions/059_v3.4_alembic_initial.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1140copying build/lib/buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1141copying build/lib/buildbot/db/migrations/versions/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1142copying build/lib/buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1143copying build/lib/buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1144copying build/lib/buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1145copying build/lib/buildbot/db/migrations/versions/067_v4.3_add_codebase_data.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1146copying build/lib/buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1147copying build/lib/buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1148copying build/lib/buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations/versions1149copying build/lib/buildbot/db/migrations/env.py -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations1150copying build/lib/buildbot/db/migrations/README -> build/bdist.linux-x86_64/wheel/./buildbot/db/migrations1151copying build/lib/buildbot/db/codebases.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1152copying build/lib/buildbot/db/logs.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1153copying build/lib/buildbot/db/builds.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1154copying build/lib/buildbot/db/steps.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1155copying build/lib/buildbot/db/migrate_utils.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1156copying build/lib/buildbot/db/codebase_commits.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1157copying build/lib/buildbot/db/model_config.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1158copying build/lib/buildbot/db/users.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1159copying build/lib/buildbot/db/changes.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1160copying build/lib/buildbot/db/test_result_sets.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1161copying build/lib/buildbot/db/projects.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1162copying build/lib/buildbot/db/sourcestamps.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1163copying build/lib/buildbot/db/schedulers.py -> build/bdist.linux-x86_64/wheel/./buildbot/db1164creating build/bdist.linux-x86_64/wheel/buildbot/config1165copying build/lib/buildbot/config/checks.py -> build/bdist.linux-x86_64/wheel/./buildbot/config1166copying build/lib/buildbot/config/__init__.py -> build/bdist.linux-x86_64/wheel/./buildbot/config1167copying build/lib/buildbot/config/master.py -> build/bdist.linux-x86_64/wheel/./buildbot/config1168copying build/lib/buildbot/config/errors.py -> build/bdist.linux-x86_64/wheel/./buildbot/config1169copying build/lib/buildbot/config/builder.py -> build/bdist.linux-x86_64/wheel/./buildbot/config1170running install_data1171running install_egg_info1172running egg_info1173writing buildbot.egg-info/PKG-INFO1174writing dependency_links to buildbot.egg-info/dependency_links.txt1175writing entry points to buildbot.egg-info/entry_points.txt1176writing requirements to buildbot.egg-info/requires.txt1177writing top-level names to buildbot.egg-info/top_level.txt1178reading manifest file 'buildbot.egg-info/SOURCES.txt'1179reading manifest template 'MANIFEST.in'1180warning: no files found matching 'docs/manual/_images/*.svg'1181warning: no files found matching 'docs/manual/_images/*.png'1182warning: no files found matching 'docs/manual/_images/*.txt'1183warning: no files found matching 'docs/manual/_images/icon.blend'1184warning: no files found matching 'docs/manual/_images/Makefile'1185warning: no files found matching 'buildbot/reporters/templates/*.txt'1186warning: no files found matching 'include'1187warning: no files found matching 'contrib/windows/*'1188warning: no files found matching 'contrib/css/*'1189warning: no files found matching 'contrib/trac/*'1190warning: no files found matching 'contrib/trac/bbwatcher/*'1191warning: no files found matching 'contrib/trac/bbwatcher/templates/*'1192adding license file 'COPYING'1193writing manifest file 'buildbot.egg-info/SOURCES.txt'1194Copying buildbot.egg-info to build/bdist.linux-x86_64/wheel/./buildbot-4.3.0-py3.14.egg-info1195running install_scripts1196creating build/bdist.linux-x86_64/wheel/buildbot-4.3.0.dist-info/WHEEL1197creating '/build/source/master/dist/.tmp-4uo6eaeg/buildbot-4.3.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it1198adding 'buildbot/VERSION'1199adding 'buildbot/__init__.py'1200adding 'buildbot/buildbot_net_usage_data.py'1201adding 'buildbot/buildrequest.py'1202adding 'buildbot/errors.py'1203adding 'buildbot/interfaces.py'1204adding 'buildbot/locks.py'1205adding 'buildbot/manhole.py'1206adding 'buildbot/master.py'1207adding 'buildbot/pbutil.py'1208adding 'buildbot/py.typed'1209adding 'buildbot/revlinks.py'1210adding 'buildbot/scheduler.py'1211adding 'buildbot/warnings.py'1212adding 'buildbot/changes/__init__.py'1213adding 'buildbot/changes/base.py'1214adding 'buildbot/changes/bitbucket.py'1215adding 'buildbot/changes/changes.py'1216adding 'buildbot/changes/filter.py'1217adding 'buildbot/changes/gerritchangesource.py'1218adding 'buildbot/changes/github.py'1219adding 'buildbot/changes/gitpoller.py'1220adding 'buildbot/changes/hgpoller.py'1221adding 'buildbot/changes/mail.py'1222adding 'buildbot/changes/manager.py'1223adding 'buildbot/changes/p4poller.py'1224adding 'buildbot/changes/pb.py'1225adding 'buildbot/changes/svnpoller.py'1226adding 'buildbot/clients/__init__.py'1227adding 'buildbot/clients/sendchange.py'1228adding 'buildbot/clients/tryclient.py'1229adding 'buildbot/clients/usersclient.py'1230adding 'buildbot/config/__init__.py'1231adding 'buildbot/config/builder.py'1232adding 'buildbot/config/checks.py'1233adding 'buildbot/config/errors.py'1234adding 'buildbot/config/master.py'1235adding 'buildbot/configurators/__init__.py'1236adding 'buildbot/configurators/janitor.py'1237adding 'buildbot/data/__init__.py'1238adding 'buildbot/data/base.py'1239adding 'buildbot/data/build_data.py'1240adding 'buildbot/data/builders.py'1241adding 'buildbot/data/buildrequests.py'1242adding 'buildbot/data/builds.py'1243adding 'buildbot/data/buildsets.py'1244adding 'buildbot/data/changes.py'1245adding 'buildbot/data/changesources.py'1246adding 'buildbot/data/codebase_branches.py'1247adding 'buildbot/data/codebase_commits.py'1248adding 'buildbot/data/codebases.py'1249adding 'buildbot/data/connector.py'1250adding 'buildbot/data/exceptions.py'1251adding 'buildbot/data/forceschedulers.py'1252adding 'buildbot/data/logchunks.py'1253adding 'buildbot/data/logs.py'1254adding 'buildbot/data/masters.py'1255adding 'buildbot/data/patches.py'1256adding 'buildbot/data/projects.py'1257adding 'buildbot/data/properties.py'1258adding 'buildbot/data/resultspec.py'1259adding 'buildbot/data/root.py'1260adding 'buildbot/data/schedulers.py'1261adding 'buildbot/data/sourcestamps.py'1262adding 'buildbot/data/steps.py'1263adding 'buildbot/data/test_result_sets.py'1264adding 'buildbot/data/test_results.py'1265adding 'buildbot/data/types.py'1266adding 'buildbot/data/workers.py'1267adding 'buildbot/db/__init__.py'1268adding 'buildbot/db/base.py'1269adding 'buildbot/db/build_data.py'1270adding 'buildbot/db/builders.py'1271adding 'buildbot/db/buildrequests.py'1272adding 'buildbot/db/builds.py'1273adding 'buildbot/db/buildsets.py'1274adding 'buildbot/db/changes.py'1275adding 'buildbot/db/changesources.py'1276adding 'buildbot/db/codebase_branches.py'1277adding 'buildbot/db/codebase_commits.py'1278adding 'buildbot/db/codebases.py'1279adding 'buildbot/db/connector.py'1280adding 'buildbot/db/dbconfig.py'1281adding 'buildbot/db/enginestrategy.py'1282adding 'buildbot/db/exceptions.py'1283adding 'buildbot/db/logs.py'1284adding 'buildbot/db/masters.py'1285adding 'buildbot/db/migrate_utils.py'1286adding 'buildbot/db/model.py'1287adding 'buildbot/db/model_config.py'1288adding 'buildbot/db/pool.py'1289adding 'buildbot/db/projects.py'1290adding 'buildbot/db/schedulers.py'1291adding 'buildbot/db/sourcestamps.py'1292adding 'buildbot/db/state.py'1293adding 'buildbot/db/steps.py'1294adding 'buildbot/db/tags.py'1295adding 'buildbot/db/test_result_sets.py'1296adding 'buildbot/db/test_results.py'1297adding 'buildbot/db/users.py'1298adding 'buildbot/db/workers.py'1299adding 'buildbot/db/compression/__init__.py'1300adding 'buildbot/db/compression/brotli.py'1301adding 'buildbot/db/compression/lz4.py'1302adding 'buildbot/db/compression/native.py'1303adding 'buildbot/db/compression/protocol.py'1304adding 'buildbot/db/compression/zstd.py'1305adding 'buildbot/db/migrations/README'1306adding 'buildbot/db/migrations/alembic.ini'1307adding 'buildbot/db/migrations/env.py'1308adding 'buildbot/db/migrations/versions/059_v3.4_alembic_initial.py'1309adding 'buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py'1310adding 'buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py'1311adding 'buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py'1312adding 'buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py'1313adding 'buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py'1314adding 'buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py'1315adding 'buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py'1316adding 'buildbot/db/migrations/versions/067_v4.3_add_codebase_data.py'1317adding 'buildbot/db/migrations/versions/__init__.py'1318adding 'buildbot/db/types/__init__.py'1319adding 'buildbot/db/types/json.py'1320adding 'buildbot/machine/__init__.py'1321adding 'buildbot/machine/base.py'1322adding 'buildbot/machine/generic.py'1323adding 'buildbot/machine/latent.py'1324adding 'buildbot/machine/manager.py'1325adding 'buildbot/monkeypatches/__init__.py'1326adding 'buildbot/monkeypatches/decorators.py'1327adding 'buildbot/monkeypatches/servicechecks.py'1328adding 'buildbot/mq/__init__.py'1329adding 'buildbot/mq/base.py'1330adding 'buildbot/mq/connector.py'1331adding 'buildbot/mq/simple.py'1332adding 'buildbot/mq/wamp.py'1333adding 'buildbot/plugins/__init__.py'1334adding 'buildbot/plugins/db.py'1335adding 'buildbot/process/__init__.py'1336adding 'buildbot/process/base.py'1337adding 'buildbot/process/botmaster.py'1338adding 'buildbot/process/build.py'1339adding 'buildbot/process/builder.py'1340adding 'buildbot/process/buildrequest.py'1341adding 'buildbot/process/buildrequestdistributor.py'1342adding 'buildbot/process/buildstep.py'1343adding 'buildbot/process/cache.py'1344adding 'buildbot/process/codebase.py'1345adding 'buildbot/process/debug.py'1346adding 'buildbot/process/factory.py'1347adding 'buildbot/process/locks.py'1348adding 'buildbot/process/log.py'1349adding 'buildbot/process/logobserver.py'1350adding 'buildbot/process/measured_service.py'1351adding 'buildbot/process/metrics.py'1352adding 'buildbot/process/project.py'1353adding 'buildbot/process/properties.py'1354adding 'buildbot/process/remotecommand.py'1355adding 'buildbot/process/remotetransfer.py'1356adding 'buildbot/process/results.py'1357adding 'buildbot/process/subunitlogobserver.py'1358adding 'buildbot/process/workerforbuilder.py'1359adding 'buildbot/process/users/__init__.py'1360adding 'buildbot/process/users/manager.py'1361adding 'buildbot/process/users/manual.py'1362adding 'buildbot/process/users/users.py'1363adding 'buildbot/reporters/__init__.py'1364adding 'buildbot/reporters/base.py'1365adding 'buildbot/reporters/bitbucket.py'1366adding 'buildbot/reporters/bitbucketserver.py'1367adding 'buildbot/reporters/gerrit.py'1368adding 'buildbot/reporters/gerrit_verify_status.py'1369adding 'buildbot/reporters/github.py'1370adding 'buildbot/reporters/gitlab.py'1371adding 'buildbot/reporters/http.py'1372adding 'buildbot/reporters/irc.py'1373adding 'buildbot/reporters/mail.py'1374adding 'buildbot/reporters/message.py'1375adding 'buildbot/reporters/pushjet.py'1376adding 'buildbot/reporters/pushover.py'1377adding 'buildbot/reporters/telegram.py'1378adding 'buildbot/reporters/utils.py'1379adding 'buildbot/reporters/words.py'1380adding 'buildbot/reporters/zulip.py'1381adding 'buildbot/reporters/generators/__init__.py'1382adding 'buildbot/reporters/generators/build.py'1383adding 'buildbot/reporters/generators/buildrequest.py'1384adding 'buildbot/reporters/generators/buildset.py'1385adding 'buildbot/reporters/generators/utils.py'1386adding 'buildbot/reporters/generators/worker.py'1387adding 'buildbot/schedulers/__init__.py'1388adding 'buildbot/schedulers/base.py'1389adding 'buildbot/schedulers/basic.py'1390adding 'buildbot/schedulers/canceller.py'1391adding 'buildbot/schedulers/canceller_buildset.py'1392adding 'buildbot/schedulers/dependent.py'1393adding 'buildbot/schedulers/filter.py'1394adding 'buildbot/schedulers/forcesched.py'1395adding 'buildbot/schedulers/manager.py'1396adding 'buildbot/schedulers/timed.py'1397adding 'buildbot/schedulers/triggerable.py'1398adding 'buildbot/schedulers/trysched.py'1399adding 'buildbot/scripts/__init__.py'1400adding 'buildbot/scripts/base.py'1401adding 'buildbot/scripts/buildbot_tac.tmpl'1402adding 'buildbot/scripts/checkconfig.py'1403adding 'buildbot/scripts/cleanupdb.py'1404adding 'buildbot/scripts/copydb.py'1405adding 'buildbot/scripts/create_master.py'1406adding 'buildbot/scripts/dataspec.py'1407adding 'buildbot/scripts/devproxy.py'1408adding 'buildbot/scripts/logwatcher.py'1409adding 'buildbot/scripts/reconfig.py'1410adding 'buildbot/scripts/restart.py'1411adding 'buildbot/scripts/runner.py'1412adding 'buildbot/scripts/sample.cfg'1413adding 'buildbot/scripts/sendchange.py'1414adding 'buildbot/scripts/start.py'1415adding 'buildbot/scripts/stop.py'1416adding 'buildbot/scripts/trycmd.py'1417adding 'buildbot/scripts/tryserver.py'1418adding 'buildbot/scripts/upgrade_master.py'1419adding 'buildbot/scripts/user.py'1420adding 'buildbot/scripts/windows_service.py'1421adding 'buildbot/secrets/__init__.py'1422adding 'buildbot/secrets/manager.py'1423adding 'buildbot/secrets/secret.py'1424adding 'buildbot/secrets/providers/__init__.py'1425adding 'buildbot/secrets/providers/base.py'1426adding 'buildbot/secrets/providers/file.py'1427adding 'buildbot/secrets/providers/passwordstore.py'1428adding 'buildbot/secrets/providers/vault_hvac.py'1429adding 'buildbot/spec/api.raml'1430adding 'buildbot/spec/indent.py'1431adding 'buildbot/spec/types/build.raml'1432adding 'buildbot/spec/types/build_data.raml'1433adding 'buildbot/spec/types/builder.raml'1434adding 'buildbot/spec/types/buildrequest.raml'1435adding 'buildbot/spec/types/buildset.raml'1436adding 'buildbot/spec/types/change.raml'1437adding 'buildbot/spec/types/changesource.raml'1438adding 'buildbot/spec/types/codebase.raml'1439adding 'buildbot/spec/types/codebase_branch.raml'1440adding 'buildbot/spec/types/codebase_commit.raml'1441adding 'buildbot/spec/types/forcescheduler.raml'1442adding 'buildbot/spec/types/identifier.raml'1443adding 'buildbot/spec/types/log.raml'1444adding 'buildbot/spec/types/logchunk.raml'1445adding 'buildbot/spec/types/master.raml'1446adding 'buildbot/spec/types/patch.raml'1447adding 'buildbot/spec/types/project.raml'1448adding 'buildbot/spec/types/rootlink.raml'1449adding 'buildbot/spec/types/scheduler.raml'1450adding 'buildbot/spec/types/sourcedproperties.raml'1451adding 'buildbot/spec/types/sourcestamp.raml'1452adding 'buildbot/spec/types/spec.raml'1453adding 'buildbot/spec/types/step.raml'1454adding 'buildbot/spec/types/test_result.raml'1455adding 'buildbot/spec/types/test_result_set.raml'1456adding 'buildbot/spec/types/worker.raml'1457adding 'buildbot/statistics/__init__.py'1458adding 'buildbot/statistics/capture.py'1459adding 'buildbot/statistics/stats_service.py'1460adding 'buildbot/statistics/storage_backends/__init__.py'1461adding 'buildbot/statistics/storage_backends/base.py'1462adding 'buildbot/statistics/storage_backends/influxdb_client.py'1463adding 'buildbot/steps/__init__.py'1464adding 'buildbot/steps/cmake.py'1465adding 'buildbot/steps/configurable.py'1466adding 'buildbot/steps/cppcheck.py'1467adding 'buildbot/steps/download_secret_to_worker.py'1468adding 'buildbot/steps/gitdiffinfo.py'1469adding 'buildbot/steps/http.py'1470adding 'buildbot/steps/master.py'1471adding 'buildbot/steps/maxq.py'1472adding 'buildbot/steps/mswin.py'1473adding 'buildbot/steps/python.py'1474adding 'buildbot/steps/python_twisted.py'1475adding 'buildbot/steps/shell.py'1476adding 'buildbot/steps/shellsequence.py'1477adding 'buildbot/steps/subunit.py'1478adding 'buildbot/steps/transfer.py'1479adding 'buildbot/steps/trigger.py'1480adding 'buildbot/steps/vstudio.py'1481adding 'buildbot/steps/worker.py'1482adding 'buildbot/steps/package/__init__.py'1483adding 'buildbot/steps/package/util.py'1484adding 'buildbot/steps/package/deb/__init__.py'1485adding 'buildbot/steps/package/deb/lintian.py'1486adding 'buildbot/steps/package/deb/pbuilder.py'1487adding 'buildbot/steps/package/rpm/__init__.py'1488adding 'buildbot/steps/package/rpm/mock.py'1489adding 'buildbot/steps/package/rpm/rpmbuild.py'1490adding 'buildbot/steps/package/rpm/rpmlint.py'1491adding 'buildbot/steps/source/__init__.py'1492adding 'buildbot/steps/source/base.py'1493adding 'buildbot/steps/source/bzr.py'1494adding 'buildbot/steps/source/cvs.py'1495adding 'buildbot/steps/source/darcs.py'1496adding 'buildbot/steps/source/gerrit.py'1497adding 'buildbot/steps/source/git.py'1498adding 'buildbot/steps/source/github.py'1499adding 'buildbot/steps/source/gitlab.py'1500adding 'buildbot/steps/source/mercurial.py'1501adding 'buildbot/steps/source/mtn.py'1502adding 'buildbot/steps/source/p4.py'1503adding 'buildbot/steps/source/repo.py'1504adding 'buildbot/steps/source/svn.py'1505adding 'buildbot/test/__init__.py'1506adding 'buildbot/test/reactor.py'1507adding 'buildbot/test/runprocess.py'1508adding 'buildbot/test/steps.py'1509adding 'buildbot/test/test_extra_coverage.py'1510adding 'buildbot/test/fake/__init__.py'1511adding 'buildbot/test/fake/botmaster.py'1512adding 'buildbot/test/fake/bworkermanager.py'1513adding 'buildbot/test/fake/change.py'1514adding 'buildbot/test/fake/connection.py'1515adding 'buildbot/test/fake/docker.py'1516adding 'buildbot/test/fake/endpoint.py'1517adding 'buildbot/test/fake/fakebuild.py'1518adding 'buildbot/test/fake/fakedata.py'1519adding 'buildbot/test/fake/fakemaster.py'1520adding 'buildbot/test/fake/fakemq.py'1521adding 'buildbot/test/fake/fakeprotocol.py'1522adding 'buildbot/test/fake/fakestats.py'1523adding 'buildbot/test/fake/httpclientservice.py'1524adding 'buildbot/test/fake/latent.py'1525adding 'buildbot/test/fake/libvirt.py'1526adding 'buildbot/test/fake/logfile.py'1527adding 'buildbot/test/fake/machine.py'1528adding 'buildbot/test/fake/msgmanager.py'1529adding 'buildbot/test/fake/openstack.py'1530adding 'buildbot/test/fake/pbmanager.py'1531adding 'buildbot/test/fake/private_tempdir.py'1532adding 'buildbot/test/fake/reactor.py'1533adding 'buildbot/test/fake/secrets.py'1534adding 'buildbot/test/fake/state.py'1535adding 'buildbot/test/fake/step.py'1536adding 'buildbot/test/fake/web.py'1537adding 'buildbot/test/fake/worker.py'1538adding 'buildbot/test/fakedb/__init__.py'1539adding 'buildbot/test/fakedb/build_data.py'1540adding 'buildbot/test/fakedb/builders.py'1541adding 'buildbot/test/fakedb/buildrequests.py'1542adding 'buildbot/test/fakedb/builds.py'1543adding 'buildbot/test/fakedb/buildsets.py'1544adding 'buildbot/test/fakedb/changes.py'1545adding 'buildbot/test/fakedb/changesources.py'1546adding 'buildbot/test/fakedb/codebases.py'1547adding 'buildbot/test/fakedb/connector.py'1548adding 'buildbot/test/fakedb/logs.py'1549adding 'buildbot/test/fakedb/masters.py'1550adding 'buildbot/test/fakedb/projects.py'1551adding 'buildbot/test/fakedb/row.py'1552adding 'buildbot/test/fakedb/schedulers.py'1553adding 'buildbot/test/fakedb/sourcestamps.py'1554adding 'buildbot/test/fakedb/state.py'1555adding 'buildbot/test/fakedb/steps.py'1556adding 'buildbot/test/fakedb/tags.py'1557adding 'buildbot/test/fakedb/test_result_sets.py'1558adding 'buildbot/test/fakedb/test_results.py'1559adding 'buildbot/test/fakedb/users.py'1560adding 'buildbot/test/fakedb/workers.py'1561adding 'buildbot/test/integration/pki/127.0.0.1.crt'1562adding 'buildbot/test/integration/pki/127.0.0.1.key'1563adding 'buildbot/test/integration/pki/ca/ca.crt'1564adding 'buildbot/test/unit/test_templates_dir/builds.html'1565adding 'buildbot/test/unit/test_templates_dir/plugin/plugin.jade'1566adding 'buildbot/test/util/__init__.py'1567adding 'buildbot/test/util/changesource.py'1568adding 'buildbot/test/util/config.py'1569adding 'buildbot/test/util/configurators.py'1570adding 'buildbot/test/util/db.py'1571adding 'buildbot/test/util/decorators.py'1572adding 'buildbot/test/util/dirs.py'1573adding 'buildbot/test/util/endpoint.py'1574adding 'buildbot/test/util/fuzz.py'1575adding 'buildbot/test/util/git_repository.py'1576adding 'buildbot/test/util/integration.py'1577adding 'buildbot/test/util/interfaces.py'1578adding 'buildbot/test/util/logging.py'1579adding 'buildbot/test/util/migration.py'1580adding 'buildbot/test/util/misc.py'1581adding 'buildbot/test/util/patch_delay.py'1582adding 'buildbot/test/util/pbmanager.py'1583adding 'buildbot/test/util/properties.py'1584adding 'buildbot/test/util/protocols.py'1585adding 'buildbot/test/util/querylog.py'1586adding 'buildbot/test/util/reporter.py'1587adding 'buildbot/test/util/sandboxed_worker.py'1588adding 'buildbot/test/util/scheduler.py'1589adding 'buildbot/test/util/site.py'1590adding 'buildbot/test/util/sourcesteps.py'1591adding 'buildbot/test/util/state.py'1592adding 'buildbot/test/util/tuplematching.py'1593adding 'buildbot/test/util/validation.py'1594adding 'buildbot/test/util/warnings.py'1595adding 'buildbot/test/util/www.py'1596adding 'buildbot/util/__init__.py'1597adding 'buildbot/util/_notifier.py'1598adding 'buildbot/util/async_sort.py'1599adding 'buildbot/util/backoff.py'1600adding 'buildbot/util/bbcollections.py'1601adding 'buildbot/util/codebase.py'1602adding 'buildbot/util/config.py'1603adding 'buildbot/util/debounce.py'1604adding 'buildbot/util/deferwaiter.py'1605adding 'buildbot/util/eventual.py'1606adding 'buildbot/util/git.py'1607adding 'buildbot/util/git_credential.py'1608adding 'buildbot/util/giturlparse.py'1609adding 'buildbot/util/httpclientservice.py'1610adding 'buildbot/util/identifiers.py'1611adding 'buildbot/util/importlib_compat.py'1612adding 'buildbot/util/kubeclientservice.py'1613adding 'buildbot/util/latent.py'1614adding 'buildbot/util/lineboundaries.py'1615adding 'buildbot/util/lru.py'1616adding 'buildbot/util/maildir.py'1617adding 'buildbot/util/misc.py'1618adding 'buildbot/util/netstrings.py'1619adding 'buildbot/util/path_expand_user.py'1620adding 'buildbot/util/pathmatch.py'1621adding 'buildbot/util/poll.py'1622adding 'buildbot/util/private_tempdir.py'1623adding 'buildbot/util/protocol.py'1624adding 'buildbot/util/pullrequest.py'1625adding 'buildbot/util/queue.py'1626adding 'buildbot/util/raml.py'1627adding 'buildbot/util/render_description.py'1628adding 'buildbot/util/runprocess.py'1629adding 'buildbot/util/sautils.py'1630adding 'buildbot/util/service.py'1631adding 'buildbot/util/ssfilter.py'1632adding 'buildbot/util/ssl.py'1633adding 'buildbot/util/state.py'1634adding 'buildbot/util/subscription.py'1635adding 'buildbot/util/test_result_submitter.py'1636adding 'buildbot/util/tuplematch.py'1637adding 'buildbot/util/twisted.py'1638adding 'buildbot/util/watchdog.py'1639adding 'buildbot/wamp/__init__.py'1640adding 'buildbot/wamp/connector.py'1641adding 'buildbot/worker/__init__.py'1642adding 'buildbot/worker/base.py'1643adding 'buildbot/worker/docker.py'1644adding 'buildbot/worker/ec2.py'1645adding 'buildbot/worker/kubernetes.py'1646adding 'buildbot/worker/latent.py'1647adding 'buildbot/worker/libvirt.py'1648adding 'buildbot/worker/local.py'1649adding 'buildbot/worker/manager.py'1650adding 'buildbot/worker/marathon.py'1651adding 'buildbot/worker/openstack.py'1652adding 'buildbot/worker/upcloud.py'1653adding 'buildbot/worker/protocols/__init__.py'1654adding 'buildbot/worker/protocols/base.py'1655adding 'buildbot/worker/protocols/msgpack.py'1656adding 'buildbot/worker/protocols/null.py'1657adding 'buildbot/worker/protocols/pb.py'1658adding 'buildbot/worker/protocols/manager/__init__.py'1659adding 'buildbot/worker/protocols/manager/base.py'1660adding 'buildbot/worker/protocols/manager/msgpack.py'1661adding 'buildbot/worker/protocols/manager/pb.py'1662adding 'buildbot/www/__init__.py'1663adding 'buildbot/www/auth.py'1664adding 'buildbot/www/avatar.py'1665adding 'buildbot/www/change_hook.py'1666adding 'buildbot/www/config.py'1667adding 'buildbot/www/encoding.py'1668adding 'buildbot/www/ldapuserinfo.py'1669adding 'buildbot/www/oauth2.py'1670adding 'buildbot/www/plugin.py'1671adding 'buildbot/www/resource.py'1672adding 'buildbot/www/rest.py'1673adding 'buildbot/www/service.py'1674adding 'buildbot/www/sse.py'1675adding 'buildbot/www/ws.py'1676adding 'buildbot/www/authz/__init__.py'1677adding 'buildbot/www/authz/authz.py'1678adding 'buildbot/www/authz/endpointmatchers.py'1679adding 'buildbot/www/authz/roles.py'1680adding 'buildbot/www/hooks/__init__.py'1681adding 'buildbot/www/hooks/base.py'1682adding 'buildbot/www/hooks/bitbucket.py'1683adding 'buildbot/www/hooks/bitbucketcloud.py'1684adding 'buildbot/www/hooks/bitbucketserver.py'1685adding 'buildbot/www/hooks/github.py'1686adding 'buildbot/www/hooks/gitlab.py'1687adding 'buildbot/www/hooks/gitorious.py'1688adding 'buildbot/www/hooks/poller.py'1689adding 'buildbot-4.3.0.dist-info/licenses/COPYING'1690adding 'buildbot-4.3.0.dist-info/METADATA'1691adding 'buildbot-4.3.0.dist-info/WHEEL'1692adding 'buildbot-4.3.0.dist-info/entry_points.txt'1693adding 'buildbot-4.3.0.dist-info/top_level.txt'1694adding 'buildbot-4.3.0.dist-info/RECORD'1695removing build/bdist.linux-x86_64/wheel1696Successfully built buildbot-4.3.0-py3-none-any.whl1697Finished creating a wheel...1698/build/source/master/dist /build/source/master1699Unpacking to: unpacked/buildbot-4.3.0...OK1700Repacking wheel as ./buildbot-4.3.0-py3-none-any.whl...OK1701/build/source/master1702Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
1703Executing pythonRuntimeDepsCheck1704Checking runtime dependencies for buildbot-4.3.0-py3-none-any.whl1705Finished executing pythonRuntimeDepsCheckinstallPhase
1706Executing pypaInstallPhase1707Successfully installed buildbot-4.3.0-py3-none-any.whl1708Finished executing pypaInstallPhasepythonOutputDistPhase
1709Executing pythonOutputDistPhase1710Finished executing pythonOutputDistPhasefixupPhase
1711shrinking RPATHs of ELF executables and libraries in /nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.01712checking for references to /build/ in /nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.0...1713patching script interpreter paths in /nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.01714stripping (with command strip and flags -S -p) in /nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.0/lib /nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.0/bin1715shrinking RPATHs of ELF executables and libraries in /nix/store/afky04yvyw2pxqsrfiksh5pdm7ykx5cw-buildbot-4.3.0-dist1716checking for references to /build/ in /nix/store/afky04yvyw2pxqsrfiksh5pdm7ykx5cw-buildbot-4.3.0-dist...1717patching script interpreter paths in /nix/store/afky04yvyw2pxqsrfiksh5pdm7ykx5cw-buildbot-4.3.0-dist1718Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.61719wrapping `/nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.0/bin/buildbot'...1720Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.61721wrapping `/nix/store/wwwdxrsazbscqb85bxia5ffnadx0zkb7-buildbot-4.3.0/bin/buildbot_windows_service'...1722Executing pythonRemoveTestsDir1723Finished executing pythonRemoveTestsDirinstallCheckPhase
1724no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
1725Executing pythonImportsCheckPhasepythonMetadataCheckPhase
1726Executing pythonMetadataCheckPhase