D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/buildbot-4.0.2-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LRfLvs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + test -d /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WRZOih + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + rm -rf buildbot-4.0.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_worker-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_www-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_waterfall_view-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_grid_view-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_grid_view-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_console_view-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot_pkg-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/buildbot-4.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd buildbot-4.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/sqlalchemy2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.C0mD99 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + cd buildbot-4.0.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py creating build creating build/lib creating build/lib/buildbot copying buildbot/asyncio.py -> build/lib/buildbot copying buildbot/buildbot_net_usage_data.py -> build/lib/buildbot copying buildbot/scheduler.py -> build/lib/buildbot copying buildbot/manhole.py -> build/lib/buildbot copying buildbot/interfaces.py -> build/lib/buildbot copying buildbot/revlinks.py -> build/lib/buildbot copying buildbot/locks.py -> build/lib/buildbot copying buildbot/pbutil.py -> build/lib/buildbot copying buildbot/warnings.py -> build/lib/buildbot copying buildbot/__init__.py -> build/lib/buildbot copying buildbot/buildrequest.py -> build/lib/buildbot copying buildbot/errors.py -> build/lib/buildbot copying buildbot/master.py -> build/lib/buildbot creating build/lib/buildbot/configurators copying buildbot/configurators/__init__.py -> build/lib/buildbot/configurators copying buildbot/configurators/janitor.py -> build/lib/buildbot/configurators creating build/lib/buildbot/worker copying buildbot/worker/libvirt.py -> build/lib/buildbot/worker copying buildbot/worker/ec2.py -> build/lib/buildbot/worker copying buildbot/worker/manager.py -> build/lib/buildbot/worker copying buildbot/worker/kubernetes.py -> build/lib/buildbot/worker copying buildbot/worker/docker.py -> build/lib/buildbot/worker copying buildbot/worker/openstack.py -> build/lib/buildbot/worker copying buildbot/worker/latent.py -> build/lib/buildbot/worker copying buildbot/worker/local.py -> build/lib/buildbot/worker copying buildbot/worker/upcloud.py -> build/lib/buildbot/worker copying buildbot/worker/__init__.py -> build/lib/buildbot/worker copying buildbot/worker/base.py -> build/lib/buildbot/worker copying buildbot/worker/marathon.py -> build/lib/buildbot/worker creating build/lib/buildbot/worker/protocols copying buildbot/worker/protocols/null.py -> build/lib/buildbot/worker/protocols copying buildbot/worker/protocols/pb.py -> build/lib/buildbot/worker/protocols copying buildbot/worker/protocols/msgpack.py -> build/lib/buildbot/worker/protocols copying buildbot/worker/protocols/__init__.py -> build/lib/buildbot/worker/protocols copying buildbot/worker/protocols/base.py -> build/lib/buildbot/worker/protocols creating build/lib/buildbot/worker/protocols/manager copying buildbot/worker/protocols/manager/pb.py -> build/lib/buildbot/worker/protocols/manager copying buildbot/worker/protocols/manager/msgpack.py -> build/lib/buildbot/worker/protocols/manager copying buildbot/worker/protocols/manager/__init__.py -> build/lib/buildbot/worker/protocols/manager copying buildbot/worker/protocols/manager/base.py -> build/lib/buildbot/worker/protocols/manager creating build/lib/buildbot/changes copying buildbot/changes/gerritchangesource.py -> build/lib/buildbot/changes copying buildbot/changes/manager.py -> build/lib/buildbot/changes copying buildbot/changes/svnpoller.py -> build/lib/buildbot/changes copying buildbot/changes/bitbucket.py -> build/lib/buildbot/changes copying buildbot/changes/p4poller.py -> build/lib/buildbot/changes copying buildbot/changes/pb.py -> build/lib/buildbot/changes copying buildbot/changes/github.py -> build/lib/buildbot/changes copying buildbot/changes/mail.py -> build/lib/buildbot/changes copying buildbot/changes/changes.py -> build/lib/buildbot/changes copying buildbot/changes/__init__.py -> build/lib/buildbot/changes copying buildbot/changes/base.py -> build/lib/buildbot/changes copying buildbot/changes/hgpoller.py -> build/lib/buildbot/changes copying buildbot/changes/gitpoller.py -> build/lib/buildbot/changes copying buildbot/changes/filter.py -> build/lib/buildbot/changes creating build/lib/buildbot/clients copying buildbot/clients/tryclient.py -> build/lib/buildbot/clients copying buildbot/clients/sendchange.py -> build/lib/buildbot/clients copying buildbot/clients/usersclient.py -> build/lib/buildbot/clients copying buildbot/clients/__init__.py -> build/lib/buildbot/clients creating build/lib/buildbot/config copying buildbot/config/builder.py -> build/lib/buildbot/config copying buildbot/config/__init__.py -> build/lib/buildbot/config copying buildbot/config/errors.py -> build/lib/buildbot/config copying buildbot/config/checks.py -> build/lib/buildbot/config copying buildbot/config/master.py -> build/lib/buildbot/config creating build/lib/buildbot/data copying buildbot/data/projects.py -> build/lib/buildbot/data copying buildbot/data/build_data.py -> build/lib/buildbot/data copying buildbot/data/exceptions.py -> build/lib/buildbot/data copying buildbot/data/resultspec.py -> build/lib/buildbot/data copying buildbot/data/types.py -> build/lib/buildbot/data copying buildbot/data/logs.py -> build/lib/buildbot/data copying buildbot/data/sourcestamps.py -> build/lib/buildbot/data copying buildbot/data/patches.py -> build/lib/buildbot/data copying buildbot/data/logchunks.py -> build/lib/buildbot/data copying buildbot/data/changesources.py -> build/lib/buildbot/data copying buildbot/data/connector.py -> build/lib/buildbot/data copying buildbot/data/builds.py -> build/lib/buildbot/data copying buildbot/data/test_results.py -> build/lib/buildbot/data copying buildbot/data/schedulers.py -> build/lib/buildbot/data copying buildbot/data/buildrequests.py -> build/lib/buildbot/data copying buildbot/data/workers.py -> build/lib/buildbot/data copying buildbot/data/masters.py -> build/lib/buildbot/data copying buildbot/data/forceschedulers.py -> build/lib/buildbot/data copying buildbot/data/changes.py -> build/lib/buildbot/data copying buildbot/data/buildsets.py -> build/lib/buildbot/data copying buildbot/data/__init__.py -> build/lib/buildbot/data copying buildbot/data/steps.py -> build/lib/buildbot/data copying buildbot/data/graphql.py -> build/lib/buildbot/data copying buildbot/data/builders.py -> build/lib/buildbot/data copying buildbot/data/root.py -> build/lib/buildbot/data copying buildbot/data/base.py -> build/lib/buildbot/data copying buildbot/data/test_result_sets.py -> build/lib/buildbot/data copying buildbot/data/properties.py -> build/lib/buildbot/data creating build/lib/buildbot/db copying buildbot/db/projects.py -> build/lib/buildbot/db copying buildbot/db/build_data.py -> build/lib/buildbot/db copying buildbot/db/migrate_utils.py -> build/lib/buildbot/db copying buildbot/db/exceptions.py -> build/lib/buildbot/db copying buildbot/db/tags.py -> build/lib/buildbot/db copying buildbot/db/model.py -> build/lib/buildbot/db copying buildbot/db/pool.py -> build/lib/buildbot/db copying buildbot/db/logs.py -> build/lib/buildbot/db copying buildbot/db/sourcestamps.py -> build/lib/buildbot/db copying buildbot/db/changesources.py -> build/lib/buildbot/db copying buildbot/db/connector.py -> build/lib/buildbot/db copying buildbot/db/builds.py -> build/lib/buildbot/db copying buildbot/db/test_results.py -> build/lib/buildbot/db copying buildbot/db/schedulers.py -> build/lib/buildbot/db copying buildbot/db/buildrequests.py -> build/lib/buildbot/db copying buildbot/db/dbconfig.py -> build/lib/buildbot/db copying buildbot/db/workers.py -> build/lib/buildbot/db copying buildbot/db/masters.py -> build/lib/buildbot/db copying buildbot/db/users.py -> build/lib/buildbot/db copying buildbot/db/changes.py -> build/lib/buildbot/db copying buildbot/db/buildsets.py -> build/lib/buildbot/db copying buildbot/db/__init__.py -> build/lib/buildbot/db copying buildbot/db/steps.py -> build/lib/buildbot/db copying buildbot/db/builders.py -> build/lib/buildbot/db copying buildbot/db/enginestrategy.py -> build/lib/buildbot/db copying buildbot/db/base.py -> build/lib/buildbot/db copying buildbot/db/test_result_sets.py -> build/lib/buildbot/db copying buildbot/db/state.py -> build/lib/buildbot/db creating build/lib/buildbot/db/migrations copying buildbot/db/migrations/env.py -> build/lib/buildbot/db/migrations creating build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/059_v3.4_alembic_initial.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/__init__.py -> build/lib/buildbot/db/migrations/versions copying buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py -> build/lib/buildbot/db/migrations/versions creating build/lib/buildbot/db/types copying buildbot/db/types/__init__.py -> build/lib/buildbot/db/types copying buildbot/db/types/json.py -> build/lib/buildbot/db/types creating build/lib/buildbot/machine copying buildbot/machine/manager.py -> build/lib/buildbot/machine copying buildbot/machine/generic.py -> build/lib/buildbot/machine copying buildbot/machine/latent.py -> build/lib/buildbot/machine copying buildbot/machine/__init__.py -> build/lib/buildbot/machine copying buildbot/machine/base.py -> build/lib/buildbot/machine creating build/lib/buildbot/monkeypatches copying buildbot/monkeypatches/decorators.py -> build/lib/buildbot/monkeypatches copying buildbot/monkeypatches/__init__.py -> build/lib/buildbot/monkeypatches copying buildbot/monkeypatches/servicechecks.py -> build/lib/buildbot/monkeypatches creating build/lib/buildbot/mq copying buildbot/mq/connector.py -> build/lib/buildbot/mq copying buildbot/mq/simple.py -> build/lib/buildbot/mq copying buildbot/mq/wamp.py -> build/lib/buildbot/mq copying buildbot/mq/__init__.py -> build/lib/buildbot/mq copying buildbot/mq/base.py -> build/lib/buildbot/mq creating build/lib/buildbot/plugins copying buildbot/plugins/__init__.py -> build/lib/buildbot/plugins copying buildbot/plugins/db.py -> build/lib/buildbot/plugins creating build/lib/buildbot/process copying buildbot/process/botmaster.py -> build/lib/buildbot/process copying buildbot/process/results.py -> build/lib/buildbot/process copying buildbot/process/buildstep.py -> build/lib/buildbot/process copying buildbot/process/remotetransfer.py -> build/lib/buildbot/process copying buildbot/process/metrics.py -> build/lib/buildbot/process copying buildbot/process/project.py -> build/lib/buildbot/process copying buildbot/process/locks.py -> build/lib/buildbot/process copying buildbot/process/debug.py -> build/lib/buildbot/process copying buildbot/process/logobserver.py -> build/lib/buildbot/process copying buildbot/process/buildrequestdistributor.py -> build/lib/buildbot/process copying buildbot/process/builder.py -> build/lib/buildbot/process copying buildbot/process/build.py -> build/lib/buildbot/process copying buildbot/process/__init__.py -> build/lib/buildbot/process copying buildbot/process/remotecommand.py -> build/lib/buildbot/process copying buildbot/process/buildrequest.py -> build/lib/buildbot/process copying buildbot/process/measured_service.py -> build/lib/buildbot/process copying buildbot/process/workerforbuilder.py -> build/lib/buildbot/process copying buildbot/process/log.py -> build/lib/buildbot/process copying buildbot/process/base.py -> build/lib/buildbot/process copying buildbot/process/subunitlogobserver.py -> build/lib/buildbot/process copying buildbot/process/cache.py -> build/lib/buildbot/process copying buildbot/process/properties.py -> build/lib/buildbot/process copying buildbot/process/factory.py -> build/lib/buildbot/process creating build/lib/buildbot/process/users copying buildbot/process/users/manager.py -> build/lib/buildbot/process/users copying buildbot/process/users/manual.py -> build/lib/buildbot/process/users copying buildbot/process/users/users.py -> build/lib/buildbot/process/users copying buildbot/process/users/__init__.py -> build/lib/buildbot/process/users creating build/lib/buildbot/reporters copying buildbot/reporters/pushjet.py -> build/lib/buildbot/reporters copying buildbot/reporters/gerrit.py -> build/lib/buildbot/reporters copying buildbot/reporters/bitbucket.py -> build/lib/buildbot/reporters copying buildbot/reporters/words.py -> build/lib/buildbot/reporters copying buildbot/reporters/github.py -> build/lib/buildbot/reporters copying buildbot/reporters/mail.py -> build/lib/buildbot/reporters copying buildbot/reporters/message.py -> build/lib/buildbot/reporters copying buildbot/reporters/http.py -> build/lib/buildbot/reporters copying buildbot/reporters/zulip.py -> build/lib/buildbot/reporters copying buildbot/reporters/__init__.py -> build/lib/buildbot/reporters copying buildbot/reporters/bitbucketserver.py -> build/lib/buildbot/reporters copying buildbot/reporters/pushover.py -> build/lib/buildbot/reporters copying buildbot/reporters/irc.py -> build/lib/buildbot/reporters copying buildbot/reporters/telegram.py -> build/lib/buildbot/reporters copying buildbot/reporters/gerrit_verify_status.py -> build/lib/buildbot/reporters copying buildbot/reporters/base.py -> build/lib/buildbot/reporters copying buildbot/reporters/gitlab.py -> build/lib/buildbot/reporters copying buildbot/reporters/utils.py -> build/lib/buildbot/reporters creating build/lib/buildbot/reporters/generators copying buildbot/reporters/generators/worker.py -> build/lib/buildbot/reporters/generators copying buildbot/reporters/generators/buildset.py -> build/lib/buildbot/reporters/generators copying buildbot/reporters/generators/build.py -> build/lib/buildbot/reporters/generators copying buildbot/reporters/generators/__init__.py -> build/lib/buildbot/reporters/generators copying buildbot/reporters/generators/buildrequest.py -> build/lib/buildbot/reporters/generators copying buildbot/reporters/generators/utils.py -> build/lib/buildbot/reporters/generators creating build/lib/buildbot/schedulers copying buildbot/schedulers/manager.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/forcesched.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/dependent.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/canceller.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/triggerable.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/__init__.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/basic.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/canceller_buildset.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/base.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/timed.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/trysched.py -> build/lib/buildbot/schedulers copying buildbot/schedulers/filter.py -> build/lib/buildbot/schedulers creating build/lib/buildbot/scripts copying buildbot/scripts/tryserver.py -> build/lib/buildbot/scripts copying buildbot/scripts/create_master.py -> build/lib/buildbot/scripts copying buildbot/scripts/runner.py -> build/lib/buildbot/scripts copying buildbot/scripts/checkconfig.py -> build/lib/buildbot/scripts copying buildbot/scripts/sendchange.py -> build/lib/buildbot/scripts copying buildbot/scripts/reconfig.py -> build/lib/buildbot/scripts copying buildbot/scripts/windows_service.py -> build/lib/buildbot/scripts copying buildbot/scripts/stop.py -> build/lib/buildbot/scripts copying buildbot/scripts/dataspec.py -> build/lib/buildbot/scripts copying buildbot/scripts/cleanupdb.py -> build/lib/buildbot/scripts copying buildbot/scripts/start.py -> build/lib/buildbot/scripts copying buildbot/scripts/gengraphql.py -> build/lib/buildbot/scripts copying buildbot/scripts/upgrade_master.py -> build/lib/buildbot/scripts copying buildbot/scripts/__init__.py -> build/lib/buildbot/scripts copying buildbot/scripts/restart.py -> build/lib/buildbot/scripts copying buildbot/scripts/copydb.py -> build/lib/buildbot/scripts copying buildbot/scripts/devproxy.py -> build/lib/buildbot/scripts copying buildbot/scripts/base.py -> build/lib/buildbot/scripts copying buildbot/scripts/logwatcher.py -> build/lib/buildbot/scripts copying buildbot/scripts/user.py -> build/lib/buildbot/scripts copying buildbot/scripts/trycmd.py -> build/lib/buildbot/scripts creating build/lib/buildbot/secrets copying buildbot/secrets/manager.py -> build/lib/buildbot/secrets copying buildbot/secrets/__init__.py -> build/lib/buildbot/secrets copying buildbot/secrets/secret.py -> build/lib/buildbot/secrets creating build/lib/buildbot/secrets/providers copying buildbot/secrets/providers/vault_hvac.py -> build/lib/buildbot/secrets/providers copying buildbot/secrets/providers/__init__.py -> build/lib/buildbot/secrets/providers copying buildbot/secrets/providers/passwordstore.py -> build/lib/buildbot/secrets/providers copying buildbot/secrets/providers/base.py -> build/lib/buildbot/secrets/providers copying buildbot/secrets/providers/file.py -> build/lib/buildbot/secrets/providers creating build/lib/buildbot/spec copying buildbot/spec/indent.py -> build/lib/buildbot/spec creating build/lib/buildbot/statistics copying buildbot/statistics/stats_service.py -> build/lib/buildbot/statistics copying buildbot/statistics/__init__.py -> build/lib/buildbot/statistics copying buildbot/statistics/capture.py -> build/lib/buildbot/statistics creating build/lib/buildbot/statistics/storage_backends copying buildbot/statistics/storage_backends/influxdb_client.py -> build/lib/buildbot/statistics/storage_backends copying buildbot/statistics/storage_backends/__init__.py -> build/lib/buildbot/statistics/storage_backends copying buildbot/statistics/storage_backends/base.py -> build/lib/buildbot/statistics/storage_backends creating build/lib/buildbot/steps copying buildbot/steps/trigger.py -> build/lib/buildbot/steps copying buildbot/steps/worker.py -> build/lib/buildbot/steps copying buildbot/steps/transfer.py -> build/lib/buildbot/steps copying buildbot/steps/shellsequence.py -> build/lib/buildbot/steps copying buildbot/steps/cppcheck.py -> build/lib/buildbot/steps copying buildbot/steps/python.py -> build/lib/buildbot/steps copying buildbot/steps/vstudio.py -> build/lib/buildbot/steps copying buildbot/steps/maxq.py -> build/lib/buildbot/steps copying buildbot/steps/shell.py -> build/lib/buildbot/steps copying buildbot/steps/gitdiffinfo.py -> build/lib/buildbot/steps copying buildbot/steps/python_twisted.py -> build/lib/buildbot/steps copying buildbot/steps/cmake.py -> build/lib/buildbot/steps copying buildbot/steps/http.py -> build/lib/buildbot/steps copying buildbot/steps/__init__.py -> build/lib/buildbot/steps copying buildbot/steps/mswin.py -> build/lib/buildbot/steps copying buildbot/steps/download_secret_to_worker.py -> build/lib/buildbot/steps copying buildbot/steps/subunit.py -> build/lib/buildbot/steps copying buildbot/steps/master.py -> build/lib/buildbot/steps creating build/lib/buildbot/steps/package copying buildbot/steps/package/__init__.py -> build/lib/buildbot/steps/package copying buildbot/steps/package/util.py -> build/lib/buildbot/steps/package creating build/lib/buildbot/steps/package/deb copying buildbot/steps/package/deb/lintian.py -> build/lib/buildbot/steps/package/deb copying buildbot/steps/package/deb/pbuilder.py -> build/lib/buildbot/steps/package/deb copying buildbot/steps/package/deb/__init__.py -> build/lib/buildbot/steps/package/deb creating build/lib/buildbot/steps/package/rpm copying buildbot/steps/package/rpm/mock.py -> build/lib/buildbot/steps/package/rpm copying buildbot/steps/package/rpm/rpmbuild.py -> build/lib/buildbot/steps/package/rpm copying buildbot/steps/package/rpm/rpmlint.py -> build/lib/buildbot/steps/package/rpm copying buildbot/steps/package/rpm/__init__.py -> build/lib/buildbot/steps/package/rpm creating build/lib/buildbot/steps/source copying buildbot/steps/source/svn.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/p4.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/cvs.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/gerrit.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/repo.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/mercurial.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/github.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/mtn.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/bzr.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/git.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/__init__.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/base.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/gitlab.py -> build/lib/buildbot/steps/source copying buildbot/steps/source/darcs.py -> build/lib/buildbot/steps/source creating build/lib/buildbot/util copying buildbot/util/ssfilter.py -> build/lib/buildbot/util copying buildbot/util/sautils.py -> build/lib/buildbot/util copying buildbot/util/maildir.py -> build/lib/buildbot/util copying buildbot/util/pullrequest.py -> build/lib/buildbot/util copying buildbot/util/private_tempdir.py -> build/lib/buildbot/util copying buildbot/util/test_result_submitter.py -> build/lib/buildbot/util copying buildbot/util/watchdog.py -> build/lib/buildbot/util copying buildbot/util/httpclientservice.py -> build/lib/buildbot/util copying buildbot/util/importlib_compat.py -> build/lib/buildbot/util copying buildbot/util/render_description.py -> build/lib/buildbot/util copying buildbot/util/codebase.py -> build/lib/buildbot/util copying buildbot/util/subscription.py -> build/lib/buildbot/util copying buildbot/util/latent.py -> build/lib/buildbot/util copying buildbot/util/queue.py -> build/lib/buildbot/util copying buildbot/util/giturlparse.py -> build/lib/buildbot/util copying buildbot/util/poll.py -> build/lib/buildbot/util copying buildbot/util/lru.py -> build/lib/buildbot/util copying buildbot/util/eventual.py -> build/lib/buildbot/util copying buildbot/util/service.py -> build/lib/buildbot/util copying buildbot/util/netstrings.py -> build/lib/buildbot/util copying buildbot/util/identifiers.py -> build/lib/buildbot/util copying buildbot/util/misc.py -> build/lib/buildbot/util copying buildbot/util/raml.py -> build/lib/buildbot/util copying buildbot/util/runprocess.py -> build/lib/buildbot/util copying buildbot/util/config.py -> build/lib/buildbot/util copying buildbot/util/deferwaiter.py -> build/lib/buildbot/util copying buildbot/util/bbcollections.py -> build/lib/buildbot/util copying buildbot/util/path_expand_user.py -> build/lib/buildbot/util copying buildbot/util/git.py -> build/lib/buildbot/util copying buildbot/util/__init__.py -> build/lib/buildbot/util copying buildbot/util/kubeclientservice.py -> build/lib/buildbot/util copying buildbot/util/protocol.py -> build/lib/buildbot/util copying buildbot/util/backoff.py -> build/lib/buildbot/util copying buildbot/util/lineboundaries.py -> build/lib/buildbot/util copying buildbot/util/async_sort.py -> build/lib/buildbot/util copying buildbot/util/twisted.py -> build/lib/buildbot/util copying buildbot/util/debounce.py -> build/lib/buildbot/util copying buildbot/util/pathmatch.py -> build/lib/buildbot/util copying buildbot/util/tuplematch.py -> build/lib/buildbot/util copying buildbot/util/state.py -> build/lib/buildbot/util copying buildbot/util/_notifier.py -> build/lib/buildbot/util copying buildbot/util/ssl.py -> build/lib/buildbot/util creating build/lib/buildbot/wamp copying buildbot/wamp/connector.py -> build/lib/buildbot/wamp copying buildbot/wamp/__init__.py -> build/lib/buildbot/wamp creating build/lib/buildbot/www copying buildbot/www/oauth2.py -> build/lib/buildbot/www copying buildbot/www/auth.py -> build/lib/buildbot/www copying buildbot/www/ws.py -> build/lib/buildbot/www copying buildbot/www/resource.py -> build/lib/buildbot/www copying buildbot/www/rest.py -> build/lib/buildbot/www copying buildbot/www/service.py -> build/lib/buildbot/www copying buildbot/www/ldapuserinfo.py -> build/lib/buildbot/www copying buildbot/www/config.py -> build/lib/buildbot/www copying buildbot/www/sse.py -> build/lib/buildbot/www copying buildbot/www/__init__.py -> build/lib/buildbot/www copying buildbot/www/graphql.py -> build/lib/buildbot/www copying buildbot/www/avatar.py -> build/lib/buildbot/www copying buildbot/www/change_hook.py -> build/lib/buildbot/www copying buildbot/www/plugin.py -> build/lib/buildbot/www creating build/lib/buildbot/www/hooks copying buildbot/www/hooks/gitorious.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/bitbucket.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/github.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/__init__.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/bitbucketcloud.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/bitbucketserver.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/poller.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/base.py -> build/lib/buildbot/www/hooks copying buildbot/www/hooks/gitlab.py -> build/lib/buildbot/www/hooks creating build/lib/buildbot/www/authz copying buildbot/www/authz/endpointmatchers.py -> build/lib/buildbot/www/authz copying buildbot/www/authz/roles.py -> build/lib/buildbot/www/authz copying buildbot/www/authz/__init__.py -> build/lib/buildbot/www/authz copying buildbot/www/authz/authz.py -> build/lib/buildbot/www/authz creating build/lib/buildbot/test copying buildbot/test/test_extra_coverage.py -> build/lib/buildbot/test copying buildbot/test/runprocess.py -> build/lib/buildbot/test copying buildbot/test/__init__.py -> build/lib/buildbot/test copying buildbot/test/steps.py -> build/lib/buildbot/test copying buildbot/test/reactor.py -> build/lib/buildbot/test creating build/lib/buildbot/test/util copying buildbot/test/util/querylog.py -> build/lib/buildbot/test/util copying buildbot/test/util/changesource.py -> build/lib/buildbot/test/util copying buildbot/test/util/patch_delay.py -> build/lib/buildbot/test/util copying buildbot/test/util/scheduler.py -> build/lib/buildbot/test/util copying buildbot/test/util/configurators.py -> build/lib/buildbot/test/util copying buildbot/test/util/connector_component.py -> build/lib/buildbot/test/util copying buildbot/test/util/dirs.py -> build/lib/buildbot/test/util copying buildbot/test/util/reporter.py -> build/lib/buildbot/test/util copying buildbot/test/util/endpoint.py -> build/lib/buildbot/test/util copying buildbot/test/util/interfaces.py -> build/lib/buildbot/test/util copying buildbot/test/util/sourcesteps.py -> build/lib/buildbot/test/util copying buildbot/test/util/migration.py -> build/lib/buildbot/test/util copying buildbot/test/util/fuzz.py -> build/lib/buildbot/test/util copying buildbot/test/util/logging.py -> build/lib/buildbot/test/util copying buildbot/test/util/www.py -> build/lib/buildbot/test/util copying buildbot/test/util/site.py -> build/lib/buildbot/test/util copying buildbot/test/util/protocols.py -> build/lib/buildbot/test/util copying buildbot/test/util/sandboxed_worker.py -> build/lib/buildbot/test/util copying buildbot/test/util/misc.py -> build/lib/buildbot/test/util copying buildbot/test/util/integration.py -> build/lib/buildbot/test/util copying buildbot/test/util/pbmanager.py -> build/lib/buildbot/test/util copying buildbot/test/util/config.py -> build/lib/buildbot/test/util copying buildbot/test/util/tuplematching.py -> build/lib/buildbot/test/util copying buildbot/test/util/decorators.py -> build/lib/buildbot/test/util copying buildbot/test/util/warnings.py -> build/lib/buildbot/test/util copying buildbot/test/util/__init__.py -> build/lib/buildbot/test/util copying buildbot/test/util/validation.py -> build/lib/buildbot/test/util copying buildbot/test/util/db.py -> build/lib/buildbot/test/util copying buildbot/test/util/properties.py -> build/lib/buildbot/test/util creating build/lib/buildbot/test/fake copying buildbot/test/fake/secrets.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/libvirt.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/botmaster.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/web.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/fakemaster.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/worker.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/change.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/msgmanager.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/private_tempdir.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/httpclientservice.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/fakebuild.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/endpoint.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/docker.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/openstack.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/fakedata.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/fakestats.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/latent.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/pbmanager.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/fakeprotocol.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/logfile.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/fakemq.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/step.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/__init__.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/connection.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/reactor.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/bworkermanager.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/state.py -> build/lib/buildbot/test/fake copying buildbot/test/fake/machine.py -> build/lib/buildbot/test/fake creating build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/projects.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/build_data.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/row.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/tags.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/logs.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/sourcestamps.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/changesources.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/connector.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/builds.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/test_results.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/schedulers.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/buildrequests.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/workers.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/masters.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/users.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/changes.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/buildsets.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/__init__.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/steps.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/builders.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/base.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/test_result_sets.py -> build/lib/buildbot/test/fakedb copying buildbot/test/fakedb/state.py -> build/lib/buildbot/test/fakedb creating build/lib/buildbot/test/fuzz copying buildbot/test/fuzz/test_lru.py -> build/lib/buildbot/test/fuzz copying buildbot/test/fuzz/__init__.py -> build/lib/buildbot/test/fuzz creating build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_kubernetes.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_stop_trigger.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_custom_buildstep.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_customservices.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_integration_force_with_patch.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_integration_scheduler_reconfigure.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_locks.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_process_botmaster.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_setup_entrypoints.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_www.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_integration_secrets_with_vault_hvac.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_upcloud.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_configs.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_proxy.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_master.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_graphql.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_URLs.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_usePty.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_latent.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_upgrade.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_try_client_e2e.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_notifier.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_log_finish.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_trigger.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_marathon.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_workerside.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_integration_template.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_download_secret_to_worker.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_telegram_bot.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/__init__.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_stop_build.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_virtual_builder.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_try_client.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_integration_with_secrets.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_worker_comm.py -> build/lib/buildbot/test/integration copying buildbot/test/integration/test_integration_mastershell.py -> build/lib/buildbot/test/integration creating build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_interruptcommand.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_setpropertyfromcommand.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_compositestepmixin.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_commandmixin.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_worker_reconnect.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_integration_secrets.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/test_transfer.py -> build/lib/buildbot/test/integration/interop copying buildbot/test/integration/interop/__init__.py -> build/lib/buildbot/test/integration/interop creating build/lib/buildbot/test/regressions copying buildbot/test/regressions/test_oldpaths.py -> build/lib/buildbot/test/regressions copying buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py -> build/lib/buildbot/test/regressions copying buildbot/test/regressions/test_bad_change_properties_rows.py -> build/lib/buildbot/test/regressions copying buildbot/test/regressions/__init__.py -> build/lib/buildbot/test/regressions creating build/lib/buildbot/test/unit copying buildbot/test/unit/test_secret_rendered_service.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_machine_generic.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_mq_simple.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_steps_git_diffinfo.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_fake_httpclientservice.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_version.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_configurator_base.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_locks.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_util.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_fake_secrets_manager.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_janitor_configurator.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_interpolate_secrets.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_master.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_buildbot_net_usage_data.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_secret_in_passwordstore.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_mq.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_test_util_warnings.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_mq_base.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_clients_tryclient.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_test_util_validation.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_util_queue.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_secret_in_hvac.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_clients_sendchange.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_secret_in_file.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_download_secret_to_worker.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_stats_service.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_plugins.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_mq_connector.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/__init__.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_contrib_buildbot_cvs_mail.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_revlinks.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_asyncio.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_clients_usersclient.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_mq_wamp.py -> build/lib/buildbot/test/unit copying buildbot/test/unit/test_wamp_connector.py -> build/lib/buildbot/test/unit copying buildbot/VERSION -> build/lib/buildbot copying buildbot/db/migrations/alembic.ini -> build/lib/buildbot/db/migrations copying buildbot/db/migrations/README -> build/lib/buildbot/db/migrations copying buildbot/scripts/sample.cfg -> build/lib/buildbot/scripts copying buildbot/scripts/buildbot_tac.tmpl -> build/lib/buildbot/scripts copying buildbot/spec/api.raml -> build/lib/buildbot/spec creating build/lib/buildbot/spec/types copying buildbot/spec/types/change.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/test_result.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/builder.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/buildset.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/build_data.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/spec.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/build.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/test_result_set.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/rootlink.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/master.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/forcescheduler.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/sourcestamp.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/patch.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/logchunk.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/identifier.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/step.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/changesource.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/scheduler.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/sourcedproperties.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/buildrequest.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/worker.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/project.raml -> build/lib/buildbot/spec/types copying buildbot/spec/types/log.raml -> build/lib/buildbot/spec/types creating build/lib/buildbot/test/integration/pki copying buildbot/test/integration/pki/127.0.0.1.key -> build/lib/buildbot/test/integration/pki copying buildbot/test/integration/pki/127.0.0.1.crt -> build/lib/buildbot/test/integration/pki creating build/lib/buildbot/test/integration/pki/ca copying buildbot/test/integration/pki/ca/ca.crt -> build/lib/buildbot/test/integration/pki/ca creating build/lib/buildbot/test/unit/test_templates_dir copying buildbot/test/unit/test_templates_dir/builds.html -> build/lib/buildbot/test/unit/test_templates_dir creating build/lib/buildbot/test/unit/test_templates_dir/plugin copying buildbot/test/unit/test_templates_dir/plugin/plugin.jade -> build/lib/buildbot/test/unit/test_templates_dir/plugin + pushd ../buildbot_worker-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_worker-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py creating build creating build/lib creating build/lib/buildbot_worker copying buildbot_worker/null.py -> build/lib/buildbot_worker copying buildbot_worker/exceptions.py -> build/lib/buildbot_worker copying buildbot_worker/interfaces.py -> build/lib/buildbot_worker copying buildbot_worker/tunnel.py -> build/lib/buildbot_worker copying buildbot_worker/compat.py -> build/lib/buildbot_worker copying buildbot_worker/pb.py -> build/lib/buildbot_worker copying buildbot_worker/pbutil.py -> build/lib/buildbot_worker copying buildbot_worker/bot.py -> build/lib/buildbot_worker copying buildbot_worker/runprocess.py -> build/lib/buildbot_worker copying buildbot_worker/msgpack.py -> build/lib/buildbot_worker copying buildbot_worker/__init__.py -> build/lib/buildbot_worker copying buildbot_worker/base.py -> build/lib/buildbot_worker creating build/lib/buildbot_worker/util copying buildbot_worker/util/_hangcheck.py -> build/lib/buildbot_worker/util copying buildbot_worker/util/buffer_manager.py -> build/lib/buildbot_worker/util copying buildbot_worker/util/deferwaiter.py -> build/lib/buildbot_worker/util copying buildbot_worker/util/__init__.py -> build/lib/buildbot_worker/util copying buildbot_worker/util/lineboundaries.py -> build/lib/buildbot_worker/util copying buildbot_worker/util/_notifier.py -> build/lib/buildbot_worker/util creating build/lib/buildbot_worker/commands copying buildbot_worker/commands/fs.py -> build/lib/buildbot_worker/commands copying buildbot_worker/commands/transfer.py -> build/lib/buildbot_worker/commands copying buildbot_worker/commands/shell.py -> build/lib/buildbot_worker/commands copying buildbot_worker/commands/registry.py -> build/lib/buildbot_worker/commands copying buildbot_worker/commands/__init__.py -> build/lib/buildbot_worker/commands copying buildbot_worker/commands/base.py -> build/lib/buildbot_worker/commands copying buildbot_worker/commands/utils.py -> build/lib/buildbot_worker/commands creating build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/runner.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/windows_service.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/stop.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/create_worker.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/start.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/__init__.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/restart.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/base.py -> build/lib/buildbot_worker/scripts copying buildbot_worker/scripts/logwatcher.py -> build/lib/buildbot_worker/scripts creating build/lib/buildbot_worker/monkeypatches copying buildbot_worker/monkeypatches/testcase_assert.py -> build/lib/buildbot_worker/monkeypatches copying buildbot_worker/monkeypatches/__init__.py -> build/lib/buildbot_worker/monkeypatches creating build/lib/buildbot_worker/test copying buildbot_worker/test/test_util_hangcheck.py -> build/lib/buildbot_worker/test copying buildbot_worker/test/test_extra_coverage.py -> build/lib/buildbot_worker/test copying buildbot_worker/test/__init__.py -> build/lib/buildbot_worker/test copying buildbot_worker/test/reactor.py -> build/lib/buildbot_worker/test creating build/lib/buildbot_worker/test/fake copying buildbot_worker/test/fake/protocolcommand.py -> build/lib/buildbot_worker/test/fake copying buildbot_worker/test/fake/remote.py -> build/lib/buildbot_worker/test/fake copying buildbot_worker/test/fake/runprocess.py -> build/lib/buildbot_worker/test/fake copying buildbot_worker/test/fake/__init__.py -> build/lib/buildbot_worker/test/fake copying buildbot_worker/test/fake/reactor.py -> build/lib/buildbot_worker/test/fake creating build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_bot.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/runprocess-scripts.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_scripts_create_worker.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_commands_transfer.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_util.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_scripts_stop.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_scripts_base.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_bot_Worker.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_scripts_start.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_commands_utils.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_commands_base.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_commands_shell.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_commands_registry.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/__init__.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_commands_fs.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_msgpack.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_runprocess.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_scripts_restart.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_util_deferwaiter.py -> build/lib/buildbot_worker/test/unit copying buildbot_worker/test/unit/test_scripts_runner.py -> build/lib/buildbot_worker/test/unit creating build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/sourcecommand.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/test_buffer_manager.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/compat.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/site.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/command.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/misc.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/__init__.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/test/util/test_lineboundaries.py -> build/lib/buildbot_worker/test/util copying buildbot_worker/VERSION -> build/lib/buildbot_worker + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + export BUILDBOT_VERSION=4.0.2 + BUILDBOT_VERSION=4.0.2 + export PYTHONPATH=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/build/lib:/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_pkg-4.0.2/build/lib + PYTHONPATH=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/build/lib:/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_pkg-4.0.2/build/lib + bbweb_components=(pkg www waterfall_view grid_view console_view) + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_pkg-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_pkg-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + sed -e 's/^ setup_requires=.*$//' -i setup.py + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py creating build creating build/lib copying buildbot_pkg.py -> build/lib + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_www-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_www-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + sed -e 's/^ setup_requires=.*$//' -i setup.py + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py running build_js creating build creating build/lib creating build/lib/buildbot_www creating build/lib/buildbot_www/static copying buildbot_www/static/robots.txt -> build/lib/buildbot_www/static copying buildbot_www/static/manifest.json -> build/lib/buildbot_www/static creating build/lib/buildbot_www/static/assets copying buildbot_www/static/assets/index-c14161c8.js -> build/lib/buildbot_www/static/assets copying buildbot_www/static/assets/index-53647e06.css -> build/lib/buildbot_www/static/assets copying buildbot_www/static/browser-warning.css -> build/lib/buildbot_www/static copying buildbot_www/static/browser-warning-list.js -> build/lib/buildbot_www/static copying buildbot_www/static/icon.png -> build/lib/buildbot_www/static copying buildbot_www/static/index.html -> build/lib/buildbot_www/static copying buildbot_www/static/browser-warning.js -> build/lib/buildbot_www/static copying buildbot_www/static/icon.svg -> build/lib/buildbot_www/static copying buildbot_www/__init__.py -> build/lib/buildbot_www + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_waterfall_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_waterfall_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + sed -e 's/^ setup_requires=.*$//' -i setup.py + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py running build_js creating build creating build/lib creating build/lib/buildbot_waterfall_view creating build/lib/buildbot_waterfall_view/static copying buildbot_waterfall_view/static/scripts.js -> build/lib/buildbot_waterfall_view/static copying buildbot_waterfall_view/static/styles.css -> build/lib/buildbot_waterfall_view/static copying buildbot_waterfall_view/__init__.py -> build/lib/buildbot_waterfall_view + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_grid_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_grid_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + sed -e 's/^ setup_requires=.*$//' -i setup.py + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py running build_js creating build creating build/lib creating build/lib/buildbot_grid_view creating build/lib/buildbot_grid_view/static copying buildbot_grid_view/static/scripts.js -> build/lib/buildbot_grid_view/static copying buildbot_grid_view/__init__.py -> build/lib/buildbot_grid_view + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_console_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_console_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + sed -e 's/^ setup_requires=.*$//' -i setup.py + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py running build_js creating build creating build/lib creating build/lib/buildbot_console_view creating build/lib/buildbot_console_view/static copying buildbot_console_view/static/scripts.js -> build/lib/buildbot_console_view/static copying buildbot_console_view/static/styles.css -> build/lib/buildbot_console_view/static copying buildbot_console_view/__init__.py -> build/lib/buildbot_console_view + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oNoGUb + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + mkdir /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT + cd buildbot-4.0.2 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT --prefix /usr running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12 creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot copying build/lib/buildbot/asyncio.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot copying build/lib/buildbot/buildbot_net_usage_data.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/plugins copying build/lib/buildbot/plugins/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/plugins copying build/lib/buildbot/plugins/db.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/plugins copying build/lib/buildbot/scheduler.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq copying build/lib/buildbot/mq/connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq copying build/lib/buildbot/mq/simple.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq copying build/lib/buildbot/mq/wamp.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq copying build/lib/buildbot/mq/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq copying build/lib/buildbot/mq/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/forcesched.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/dependent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/canceller.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/triggerable.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/basic.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/canceller_buildset.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/timed.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/trysched.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers copying build/lib/buildbot/schedulers/filter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/trigger.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/transfer.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/shellsequence.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/cppcheck.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/python.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/vstudio.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb copying build/lib/buildbot/steps/package/deb/lintian.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb copying build/lib/buildbot/steps/package/deb/pbuilder.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb copying build/lib/buildbot/steps/package/deb/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb copying build/lib/buildbot/steps/package/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm copying build/lib/buildbot/steps/package/rpm/mock.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm copying build/lib/buildbot/steps/package/rpm/rpmbuild.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm copying build/lib/buildbot/steps/package/rpm/rpmlint.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm copying build/lib/buildbot/steps/package/rpm/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm copying build/lib/buildbot/steps/package/util.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package copying build/lib/buildbot/steps/maxq.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/shell.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/gitdiffinfo.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/python_twisted.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/cmake.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/http.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/mswin.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/download_secret_to_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/subunit.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps copying build/lib/buildbot/steps/master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/svn.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/p4.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/cvs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/gerrit.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/repo.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/mercurial.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/github.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/mtn.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/bzr.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/git.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/gitlab.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source copying build/lib/buildbot/steps/source/darcs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_secret_rendered_service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_machine_generic.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_mq_simple.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_steps_git_diffinfo.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_fake_httpclientservice.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_version.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_configurator_base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_locks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_util.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_fake_secrets_manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_janitor_configurator.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_interpolate_secrets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_buildbot_net_usage_data.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_secret_in_passwordstore.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_mq.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_test_util_warnings.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_mq_base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_clients_tryclient.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_test_util_validation.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_util_queue.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_secret_in_hvac.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_clients_sendchange.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_secret_in_file.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_download_secret_to_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_stats_service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_plugins.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_mq_connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_revlinks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_asyncio.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_clients_usersclient.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit copying build/lib/buildbot/test/unit/test_mq_wamp.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_templates_dir copying build/lib/buildbot/test/unit/test_templates_dir/builds.html -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_templates_dir creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_templates_dir/plugin copying build/lib/buildbot/test/unit/test_templates_dir/plugin/plugin.jade -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_templates_dir/plugin copying build/lib/buildbot/test/unit/test_wamp_connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/projects.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/build_data.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/row.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/tags.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/logs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/sourcestamps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/changesources.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/builds.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/test_results.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/schedulers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/buildrequests.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/workers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/masters.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/users.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/changes.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/buildsets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/steps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/builders.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/test_result_sets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb copying build/lib/buildbot/test/fakedb/state.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_kubernetes.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_stop_trigger.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_custom_buildstep.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_customservices.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_integration_force_with_patch.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_integration_scheduler_reconfigure.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_locks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_process_botmaster.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_setup_entrypoints.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_www.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_integration_secrets_with_vault_hvac.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_upcloud.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_configs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_proxy.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_graphql.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_URLs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_usePty.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_latent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_interruptcommand.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_setpropertyfromcommand.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_compositestepmixin.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_commandmixin.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_worker_reconnect.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_integration_secrets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/test_transfer.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/interop/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop copying build/lib/buildbot/test/integration/test_upgrade.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_try_client_e2e.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_notifier.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_log_finish.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_trigger.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_marathon.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_workerside.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_integration_template.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/pki creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/pki/ca copying build/lib/buildbot/test/integration/pki/ca/ca.crt -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/pki/ca copying build/lib/buildbot/test/integration/pki/127.0.0.1.key -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/pki copying build/lib/buildbot/test/integration/pki/127.0.0.1.crt -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/pki copying build/lib/buildbot/test/integration/test_download_secret_to_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_telegram_bot.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_stop_build.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_virtual_builder.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_try_client.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_integration_with_secrets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_worker_comm.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration copying build/lib/buildbot/test/integration/test_integration_mastershell.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/secrets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/libvirt.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/botmaster.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/web.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/fakemaster.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/change.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/msgmanager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/private_tempdir.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/httpclientservice.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/fakebuild.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/endpoint.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/docker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/openstack.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/fakedata.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/fakestats.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/latent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/pbmanager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/fakeprotocol.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/logfile.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/fakemq.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/step.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/connection.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/reactor.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/bworkermanager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/state.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake copying build/lib/buildbot/test/fake/machine.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions copying build/lib/buildbot/test/regressions/test_oldpaths.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions copying build/lib/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions copying build/lib/buildbot/test/regressions/test_bad_change_properties_rows.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions copying build/lib/buildbot/test/regressions/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions copying build/lib/buildbot/test/test_extra_coverage.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test copying build/lib/buildbot/test/runprocess.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test copying build/lib/buildbot/test/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test copying build/lib/buildbot/test/steps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fuzz copying build/lib/buildbot/test/fuzz/test_lru.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fuzz copying build/lib/buildbot/test/fuzz/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fuzz copying build/lib/buildbot/test/reactor.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/querylog.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/changesource.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/patch_delay.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/scheduler.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/configurators.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/connector_component.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/dirs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/reporter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/endpoint.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/interfaces.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/sourcesteps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/migration.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/fuzz.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/logging.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/www.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/site.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/protocols.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/sandboxed_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/misc.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/integration.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/pbmanager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/config.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/tuplematching.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/decorators.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/warnings.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/validation.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/db.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/test/util/properties.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util copying build/lib/buildbot/manhole.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/pushjet.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/gerrit.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/bitbucket.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/words.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/github.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/mail.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/message.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/http.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/zulip.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/bitbucketserver.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/pushover.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/irc.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/telegram.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/gerrit_verify_status.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/reporters/gitlab.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/generators/worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/generators/buildset.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/generators/build.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/generators/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/generators/buildrequest.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/generators/utils.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators copying build/lib/buildbot/reporters/utils.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters copying build/lib/buildbot/interfaces.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients copying build/lib/buildbot/clients/tryclient.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients copying build/lib/buildbot/clients/sendchange.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients copying build/lib/buildbot/clients/usersclient.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients copying build/lib/buildbot/clients/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients copying build/lib/buildbot/revlinks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends copying build/lib/buildbot/statistics/storage_backends/influxdb_client.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends copying build/lib/buildbot/statistics/storage_backends/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends copying build/lib/buildbot/statistics/storage_backends/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends copying build/lib/buildbot/statistics/stats_service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics copying build/lib/buildbot/statistics/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics copying build/lib/buildbot/statistics/capture.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/configurators copying build/lib/buildbot/configurators/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/configurators copying build/lib/buildbot/configurators/janitor.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/configurators creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/wamp copying build/lib/buildbot/wamp/connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/wamp copying build/lib/buildbot/wamp/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/wamp copying build/lib/buildbot/locks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/gerritchangesource.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/svnpoller.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/bitbucket.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/p4poller.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/pb.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/github.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/mail.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/changes.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/hgpoller.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/gitpoller.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes copying build/lib/buildbot/changes/filter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches copying build/lib/buildbot/monkeypatches/decorators.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches copying build/lib/buildbot/monkeypatches/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches copying build/lib/buildbot/monkeypatches/servicechecks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/botmaster.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users copying build/lib/buildbot/process/users/manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users copying build/lib/buildbot/process/users/manual.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users copying build/lib/buildbot/process/users/users.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users copying build/lib/buildbot/process/users/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users copying build/lib/buildbot/process/results.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/buildstep.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/remotetransfer.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/metrics.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/project.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/locks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/debug.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/logobserver.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/buildrequestdistributor.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/builder.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/build.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/remotecommand.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/buildrequest.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/measured_service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/workerforbuilder.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/log.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/subunitlogobserver.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/cache.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/properties.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/process/factory.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process copying build/lib/buildbot/pbutil.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets copying build/lib/buildbot/secrets/manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers copying build/lib/buildbot/secrets/providers/vault_hvac.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers copying build/lib/buildbot/secrets/providers/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers copying build/lib/buildbot/secrets/providers/passwordstore.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers copying build/lib/buildbot/secrets/providers/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers copying build/lib/buildbot/secrets/providers/file.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers copying build/lib/buildbot/secrets/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets copying build/lib/buildbot/secrets/secret.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets copying build/lib/buildbot/warnings.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/projects.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/build_data.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/exceptions.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/resultspec.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/types.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/logs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/sourcestamps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/patches.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/logchunks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/changesources.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/builds.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/test_results.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/schedulers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/buildrequests.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/workers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/masters.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/forceschedulers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/changes.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/buildsets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/steps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/graphql.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/builders.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/root.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/test_result_sets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data copying build/lib/buildbot/data/properties.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/projects.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/build_data.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/migrate_utils.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/exceptions.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/tags.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/model.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/pool.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/logs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/sourcestamps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/types copying build/lib/buildbot/db/types/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/types copying build/lib/buildbot/db/types/json.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/types copying build/lib/buildbot/db/changesources.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/connector.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/builds.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/test_results.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/schedulers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/buildrequests.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/dbconfig.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/workers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/masters.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/users.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/changes.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/buildsets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/steps.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations copying build/lib/buildbot/db/migrations/env.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/059_v3.4_alembic_initial.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions copying build/lib/buildbot/db/migrations/README -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations copying build/lib/buildbot/db/migrations/alembic.ini -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations copying build/lib/buildbot/db/builders.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/enginestrategy.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/test_result_sets.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/db/state.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db copying build/lib/buildbot/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config copying build/lib/buildbot/config/builder.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config copying build/lib/buildbot/config/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config copying build/lib/buildbot/config/errors.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config copying build/lib/buildbot/config/checks.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config copying build/lib/buildbot/config/master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config copying build/lib/buildbot/VERSION -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/libvirt.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/ec2.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/kubernetes.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/docker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/openstack.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/latent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/local.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/upcloud.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols copying build/lib/buildbot/worker/protocols/null.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols copying build/lib/buildbot/worker/protocols/pb.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager copying build/lib/buildbot/worker/protocols/manager/pb.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager copying build/lib/buildbot/worker/protocols/manager/msgpack.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager copying build/lib/buildbot/worker/protocols/manager/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager copying build/lib/buildbot/worker/protocols/manager/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager copying build/lib/buildbot/worker/protocols/msgpack.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols copying build/lib/buildbot/worker/protocols/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols copying build/lib/buildbot/worker/protocols/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols copying build/lib/buildbot/worker/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker copying build/lib/buildbot/worker/marathon.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/tryserver.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/create_master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/runner.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/checkconfig.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/buildbot_tac.tmpl -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/sendchange.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/reconfig.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/windows_service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/stop.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/dataspec.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/cleanupdb.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/start.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/gengraphql.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/upgrade_master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/sample.cfg -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/restart.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/copydb.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/devproxy.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/logwatcher.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/user.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/scripts/trycmd.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts copying build/lib/buildbot/buildrequest.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot copying build/lib/buildbot/errors.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/oauth2.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/auth.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/ws.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/resource.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/gitorious.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/bitbucket.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/github.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/bitbucketcloud.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/bitbucketserver.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/poller.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/hooks/gitlab.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks copying build/lib/buildbot/www/rest.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/ldapuserinfo.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/config.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/sse.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/graphql.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/avatar.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/change_hook.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www copying build/lib/buildbot/www/plugin.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz copying build/lib/buildbot/www/authz/endpointmatchers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz copying build/lib/buildbot/www/authz/roles.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz copying build/lib/buildbot/www/authz/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz copying build/lib/buildbot/www/authz/authz.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz copying build/lib/buildbot/master.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec copying build/lib/buildbot/spec/indent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/change.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/test_result.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/builder.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/buildset.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/build_data.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/spec.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/build.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/test_result_set.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/rootlink.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/master.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/forcescheduler.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/sourcestamp.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/patch.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/logchunk.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/identifier.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/step.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/changesource.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/scheduler.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/sourcedproperties.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/buildrequest.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/worker.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/project.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/types/log.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/types copying build/lib/buildbot/spec/api.raml -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/ssfilter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/sautils.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/maildir.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/pullrequest.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/private_tempdir.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/test_result_submitter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/watchdog.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/httpclientservice.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/importlib_compat.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/render_description.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/codebase.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/subscription.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/latent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/queue.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/giturlparse.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/poll.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/lru.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/eventual.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/netstrings.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/identifiers.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/misc.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/raml.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/runprocess.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/config.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/deferwaiter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/bbcollections.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/path_expand_user.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/git.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/kubeclientservice.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/protocol.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/backoff.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/lineboundaries.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/async_sort.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/twisted.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/debounce.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/pathmatch.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/tuplematch.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/state.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/_notifier.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util copying build/lib/buildbot/util/ssl.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine copying build/lib/buildbot/machine/manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine copying build/lib/buildbot/machine/generic.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine copying build/lib/buildbot/machine/latent.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine copying build/lib/buildbot/machine/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine copying build/lib/buildbot/machine/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/asyncio.py to asyncio.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/buildbot_net_usage_data.py to buildbot_net_usage_data.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/plugins/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/plugins/db.py to db.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scheduler.py to scheduler.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq/connector.py to connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq/simple.py to simple.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq/wamp.py to wamp.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/mq/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/manager.py to manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/forcesched.py to forcesched.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/dependent.py to dependent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/canceller.py to canceller.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/triggerable.py to triggerable.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/basic.py to basic.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/canceller_buildset.py to canceller_buildset.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/timed.py to timed.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/trysched.py to trysched.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/schedulers/filter.py to filter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/trigger.py to trigger.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/worker.py to worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/transfer.py to transfer.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/shellsequence.py to shellsequence.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/cppcheck.py to cppcheck.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/python.py to python.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/vstudio.py to vstudio.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb/lintian.py to lintian.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb/pbuilder.py to pbuilder.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/deb/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm/mock.py to mock.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm/rpmbuild.py to rpmbuild.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm/rpmlint.py to rpmlint.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/rpm/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/package/util.py to util.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/maxq.py to maxq.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/shell.py to shell.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/gitdiffinfo.py to gitdiffinfo.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/python_twisted.py to python_twisted.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/cmake.py to cmake.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/http.py to http.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/mswin.py to mswin.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/download_secret_to_worker.py to download_secret_to_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/subunit.py to subunit.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/master.py to master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/svn.py to svn.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/p4.py to p4.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/cvs.py to cvs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/gerrit.py to gerrit.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/repo.py to repo.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/mercurial.py to mercurial.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/github.py to github.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/mtn.py to mtn.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/bzr.py to bzr.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/git.py to git.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/gitlab.py to gitlab.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/steps/source/darcs.py to darcs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_secret_rendered_service.py to test_secret_rendered_service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_machine_generic.py to test_machine_generic.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_mq_simple.py to test_mq_simple.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_steps_git_diffinfo.py to test_steps_git_diffinfo.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_fake_httpclientservice.py to test_fake_httpclientservice.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_version.py to test_version.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_configurator_base.py to test_configurator_base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_locks.py to test_locks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_util.py to test_util.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_fake_secrets_manager.py to test_fake_secrets_manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_janitor_configurator.py to test_janitor_configurator.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_interpolate_secrets.py to test_interpolate_secrets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_master.py to test_master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_buildbot_net_usage_data.py to test_buildbot_net_usage_data.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_secret_in_passwordstore.py to test_secret_in_passwordstore.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_mq.py to test_mq.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_test_util_warnings.py to test_test_util_warnings.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_mq_base.py to test_mq_base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_clients_tryclient.py to test_clients_tryclient.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_test_util_validation.py to test_test_util_validation.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_util_queue.py to test_util_queue.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_secret_in_hvac.py to test_secret_in_hvac.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_clients_sendchange.py to test_clients_sendchange.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_secret_in_file.py to test_secret_in_file.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_download_secret_to_worker.py to test_download_secret_to_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_stats_service.py to test_stats_service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_plugins.py to test_plugins.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_mq_connector.py to test_mq_connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py to test_contrib_buildbot_cvs_mail.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_revlinks.py to test_revlinks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_asyncio.py to test_asyncio.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_clients_usersclient.py to test_clients_usersclient.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_mq_wamp.py to test_mq_wamp.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/unit/test_wamp_connector.py to test_wamp_connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/projects.py to projects.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/build_data.py to build_data.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/row.py to row.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/tags.py to tags.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/logs.py to logs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/sourcestamps.py to sourcestamps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/changesources.py to changesources.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/connector.py to connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/builds.py to builds.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/test_results.py to test_results.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/schedulers.py to schedulers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/buildrequests.py to buildrequests.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/workers.py to workers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/masters.py to masters.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/users.py to users.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/changes.py to changes.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/buildsets.py to buildsets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/steps.py to steps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/builders.py to builders.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/test_result_sets.py to test_result_sets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fakedb/state.py to state.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_kubernetes.py to test_worker_kubernetes.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_stop_trigger.py to test_stop_trigger.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_custom_buildstep.py to test_custom_buildstep.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_customservices.py to test_customservices.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_integration_force_with_patch.py to test_integration_force_with_patch.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_integration_scheduler_reconfigure.py to test_integration_scheduler_reconfigure.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_locks.py to test_locks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_process_botmaster.py to test_process_botmaster.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_setup_entrypoints.py to test_setup_entrypoints.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker.py to test_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_www.py to test_www.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_integration_secrets_with_vault_hvac.py to test_integration_secrets_with_vault_hvac.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_upcloud.py to test_worker_upcloud.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_configs.py to test_configs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_proxy.py to test_worker_proxy.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_master.py to test_master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_graphql.py to test_graphql.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_URLs.py to test_URLs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_usePty.py to test_usePty.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_latent.py to test_worker_latent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_interruptcommand.py to test_interruptcommand.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_setpropertyfromcommand.py to test_setpropertyfromcommand.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_compositestepmixin.py to test_compositestepmixin.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_commandmixin.py to test_commandmixin.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_worker_reconnect.py to test_worker_reconnect.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_integration_secrets.py to test_integration_secrets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/test_transfer.py to test_transfer.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/interop/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_upgrade.py to test_upgrade.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_try_client_e2e.py to test_try_client_e2e.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_notifier.py to test_notifier.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_log_finish.py to test_log_finish.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_trigger.py to test_trigger.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_marathon.py to test_worker_marathon.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_workerside.py to test_worker_workerside.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_integration_template.py to test_integration_template.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_download_secret_to_worker.py to test_download_secret_to_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_telegram_bot.py to test_telegram_bot.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_stop_build.py to test_stop_build.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_virtual_builder.py to test_virtual_builder.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_try_client.py to test_try_client.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_integration_with_secrets.py to test_integration_with_secrets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_worker_comm.py to test_worker_comm.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/integration/test_integration_mastershell.py to test_integration_mastershell.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/secrets.py to secrets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/libvirt.py to libvirt.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/botmaster.py to botmaster.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/web.py to web.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/fakemaster.py to fakemaster.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/worker.py to worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/change.py to change.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/msgmanager.py to msgmanager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/private_tempdir.py to private_tempdir.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/httpclientservice.py to httpclientservice.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/fakebuild.py to fakebuild.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/endpoint.py to endpoint.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/docker.py to docker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/openstack.py to openstack.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/fakedata.py to fakedata.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/fakestats.py to fakestats.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/latent.py to latent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/pbmanager.py to pbmanager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/fakeprotocol.py to fakeprotocol.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/logfile.py to logfile.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/fakemq.py to fakemq.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/step.py to step.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/connection.py to connection.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/reactor.py to reactor.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/bworkermanager.py to bworkermanager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/state.py to state.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fake/machine.py to machine.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions/test_oldpaths.py to test_oldpaths.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py to test_steps_shell_WarningCountingShellCommand.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions/test_bad_change_properties_rows.py to test_bad_change_properties_rows.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/regressions/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/test_extra_coverage.py to test_extra_coverage.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/runprocess.py to runprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/steps.py to steps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fuzz/test_lru.py to test_lru.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/fuzz/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/reactor.py to reactor.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/querylog.py to querylog.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/changesource.py to changesource.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/patch_delay.py to patch_delay.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/scheduler.py to scheduler.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/configurators.py to configurators.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/connector_component.py to connector_component.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/dirs.py to dirs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/reporter.py to reporter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/endpoint.py to endpoint.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/interfaces.py to interfaces.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/sourcesteps.py to sourcesteps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/migration.py to migration.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/fuzz.py to fuzz.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/logging.py to logging.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/www.py to www.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/site.py to site.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/protocols.py to protocols.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/sandboxed_worker.py to sandboxed_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/misc.py to misc.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/integration.py to integration.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/pbmanager.py to pbmanager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/config.py to config.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/tuplematching.py to tuplematching.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/decorators.py to decorators.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/warnings.py to warnings.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/validation.py to validation.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/db.py to db.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/test/util/properties.py to properties.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/manhole.py to manhole.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/pushjet.py to pushjet.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/gerrit.py to gerrit.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/bitbucket.py to bitbucket.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/words.py to words.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/github.py to github.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/mail.py to mail.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/message.py to message.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/http.py to http.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/zulip.py to zulip.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/bitbucketserver.py to bitbucketserver.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/pushover.py to pushover.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/irc.py to irc.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/telegram.py to telegram.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/gerrit_verify_status.py to gerrit_verify_status.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/gitlab.py to gitlab.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators/worker.py to worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators/buildset.py to buildset.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators/build.py to build.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators/buildrequest.py to buildrequest.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/generators/utils.py to utils.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/reporters/utils.py to utils.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/interfaces.py to interfaces.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients/tryclient.py to tryclient.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients/sendchange.py to sendchange.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients/usersclient.py to usersclient.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/clients/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/revlinks.py to revlinks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends/influxdb_client.py to influxdb_client.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/storage_backends/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/stats_service.py to stats_service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/statistics/capture.py to capture.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/configurators/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/configurators/janitor.py to janitor.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/wamp/connector.py to connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/wamp/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/locks.py to locks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/gerritchangesource.py to gerritchangesource.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/manager.py to manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/svnpoller.py to svnpoller.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/bitbucket.py to bitbucket.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/p4poller.py to p4poller.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/pb.py to pb.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/github.py to github.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/mail.py to mail.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/changes.py to changes.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/hgpoller.py to hgpoller.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/gitpoller.py to gitpoller.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/changes/filter.py to filter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches/decorators.py to decorators.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/monkeypatches/servicechecks.py to servicechecks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/botmaster.py to botmaster.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users/manager.py to manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users/manual.py to manual.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users/users.py to users.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/users/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/results.py to results.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/buildstep.py to buildstep.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/remotetransfer.py to remotetransfer.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/metrics.py to metrics.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/project.py to project.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/locks.py to locks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/debug.py to debug.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/logobserver.py to logobserver.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/buildrequestdistributor.py to buildrequestdistributor.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/builder.py to builder.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/build.py to build.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/remotecommand.py to remotecommand.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/buildrequest.py to buildrequest.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/measured_service.py to measured_service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/workerforbuilder.py to workerforbuilder.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/log.py to log.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/subunitlogobserver.py to subunitlogobserver.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/cache.py to cache.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/properties.py to properties.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/process/factory.py to factory.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/pbutil.py to pbutil.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/manager.py to manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers/vault_hvac.py to vault_hvac.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers/passwordstore.py to passwordstore.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/providers/file.py to file.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/secrets/secret.py to secret.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/warnings.py to warnings.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/projects.py to projects.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/build_data.py to build_data.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/resultspec.py to resultspec.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/types.py to types.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/logs.py to logs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/sourcestamps.py to sourcestamps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/patches.py to patches.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/logchunks.py to logchunks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/changesources.py to changesources.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/connector.py to connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/builds.py to builds.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/test_results.py to test_results.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/schedulers.py to schedulers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/buildrequests.py to buildrequests.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/workers.py to workers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/masters.py to masters.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/forceschedulers.py to forceschedulers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/changes.py to changes.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/buildsets.py to buildsets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/steps.py to steps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/graphql.py to graphql.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/builders.py to builders.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/root.py to root.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/test_result_sets.py to test_result_sets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/data/properties.py to properties.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/projects.py to projects.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/build_data.py to build_data.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrate_utils.py to migrate_utils.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/tags.py to tags.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/model.py to model.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/pool.py to pool.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/logs.py to logs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/sourcestamps.py to sourcestamps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/types/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/types/json.py to json.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/changesources.py to changesources.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/connector.py to connector.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/builds.py to builds.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/test_results.py to test_results.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/schedulers.py to schedulers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/buildrequests.py to buildrequests.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/dbconfig.py to dbconfig.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/workers.py to workers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/masters.py to masters.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/users.py to users.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/changes.py to changes.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/buildsets.py to buildsets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/steps.py to steps.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/env.py to env.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py to 062_v3.9_add_project_description_format.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py to 060_v3.9_add_builder_projects.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py to 066_v4.0_add_build_locks_duration_s.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py to 064_v3.10_add_worker_pause_reason.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py to 063_v3.10_add_steps_locks_acquired_at.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/059_v3.4_alembic_initial.py to 059_v3.4_alembic_initial.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py to 061_v3.9_add_builder_description_format.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py to 065_v4.0_add_buildsets_rebuilt_buildid.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/builders.py to builders.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/enginestrategy.py to enginestrategy.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/test_result_sets.py to test_result_sets.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/db/state.py to state.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config/builder.py to builder.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config/errors.py to errors.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config/checks.py to checks.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/config/master.py to master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/libvirt.py to libvirt.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/ec2.py to ec2.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/manager.py to manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/kubernetes.py to kubernetes.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/docker.py to docker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/openstack.py to openstack.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/latent.py to latent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/local.py to local.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/upcloud.py to upcloud.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/null.py to null.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/pb.py to pb.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager/pb.py to pb.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager/msgpack.py to msgpack.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/manager/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/msgpack.py to msgpack.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/protocols/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/worker/marathon.py to marathon.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/tryserver.py to tryserver.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/create_master.py to create_master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/runner.py to runner.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/checkconfig.py to checkconfig.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/sendchange.py to sendchange.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/reconfig.py to reconfig.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/windows_service.py to windows_service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/stop.py to stop.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/dataspec.py to dataspec.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/cleanupdb.py to cleanupdb.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/start.py to start.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/gengraphql.py to gengraphql.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/upgrade_master.py to upgrade_master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/restart.py to restart.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/copydb.py to copydb.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/devproxy.py to devproxy.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/logwatcher.py to logwatcher.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/user.py to user.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/scripts/trycmd.py to trycmd.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/buildrequest.py to buildrequest.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/errors.py to errors.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/oauth2.py to oauth2.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/auth.py to auth.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/ws.py to ws.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/resource.py to resource.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/gitorious.py to gitorious.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/bitbucket.py to bitbucket.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/github.py to github.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/bitbucketcloud.py to bitbucketcloud.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/bitbucketserver.py to bitbucketserver.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/poller.py to poller.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/hooks/gitlab.py to gitlab.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/rest.py to rest.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/service.py to service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/ldapuserinfo.py to ldapuserinfo.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/config.py to config.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/sse.py to sse.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/graphql.py to graphql.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/avatar.py to avatar.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/change_hook.py to change_hook.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/plugin.py to plugin.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz/endpointmatchers.py to endpointmatchers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz/roles.py to roles.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/www/authz/authz.py to authz.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/master.py to master.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/spec/indent.py to indent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/ssfilter.py to ssfilter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/sautils.py to sautils.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/maildir.py to maildir.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/pullrequest.py to pullrequest.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/private_tempdir.py to private_tempdir.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/test_result_submitter.py to test_result_submitter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/watchdog.py to watchdog.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/httpclientservice.py to httpclientservice.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/importlib_compat.py to importlib_compat.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/render_description.py to render_description.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/codebase.py to codebase.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/subscription.py to subscription.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/latent.py to latent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/queue.py to queue.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/giturlparse.py to giturlparse.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/poll.py to poll.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/lru.py to lru.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/eventual.py to eventual.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/service.py to service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/netstrings.py to netstrings.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/identifiers.py to identifiers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/misc.py to misc.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/raml.py to raml.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/runprocess.py to runprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/config.py to config.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/deferwaiter.py to deferwaiter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/bbcollections.py to bbcollections.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/path_expand_user.py to path_expand_user.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/git.py to git.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/kubeclientservice.py to kubeclientservice.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/protocol.py to protocol.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/backoff.py to backoff.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/lineboundaries.py to lineboundaries.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/async_sort.py to async_sort.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/twisted.py to twisted.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/debounce.py to debounce.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/pathmatch.py to pathmatch.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/tuplematch.py to tuplematch.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/state.py to state.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/_notifier.py to _notifier.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/util/ssl.py to ssl.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine/manager.py to manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine/generic.py to generic.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine/latent.py to latent.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot/machine/base.py to base.cpython-312.pyc writing byte-compilation script '/tmp/tmp8p__h9c1.py' /usr/bin/python3 /tmp/tmp8p__h9c1.py removing /tmp/tmp8p__h9c1.py running install_data running install_egg_info running egg_info writing buildbot.egg-info/PKG-INFO writing dependency_links to buildbot.egg-info/dependency_links.txt writing entry points to buildbot.egg-info/entry_points.txt writing requirements to buildbot.egg-info/requires.txt writing top-level names to buildbot.egg-info/top_level.txt reading manifest file 'buildbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'docs/manual/_images/*.svg' warning: no files found matching 'docs/manual/_images/*.png' warning: no files found matching 'docs/manual/_images/*.txt' warning: no files found matching 'docs/manual/_images/icon.blend' warning: no files found matching 'docs/manual/_images/Makefile' warning: no files found matching 'buildbot/reporters/templates/*.txt' warning: no files found matching 'include' warning: no files found matching 'contrib/*' warning: no files found matching 'contrib/windows/*' warning: no files found matching 'contrib/os-x/*' warning: no files found matching 'contrib/css/*' warning: no files found matching 'contrib/libvirt/*' warning: no files found matching 'contrib/trac/*' warning: no files found matching 'contrib/trac/bbwatcher/*' warning: no files found matching 'contrib/trac/bbwatcher/templates/*' warning: no files found matching 'contrib/init-scripts/*' warning: no files found matching 'contrib/bash/*' warning: no files found matching 'contrib/zsh/*' adding license file 'COPYING' writing manifest file 'buildbot.egg-info/SOURCES.txt' Copying buildbot.egg-info to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot-4.0.2-py3.12.egg-info running install_scripts Installing buildbot script to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin Installing buildbot_windows_service script to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin + rm -rfv /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/__pycache__ + mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/buildbot/ /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/man/man1/ /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-4.0.2 + export BUILDBOT_VERSION=4.0.2 + BUILDBOT_VERSION=4.0.2 + export PYTHONPATH=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/build/lib:/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_pkg-4.0.2/build/lib + PYTHONPATH=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/build/lib:/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_pkg-4.0.2/build/lib + bbweb_components=(www waterfall_view grid_view console_view) + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_www-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_www-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT --prefix /usr running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/robots.txt -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/manifest.json -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static/assets copying build/lib/buildbot_www/static/assets/index-c14161c8.js -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static/assets copying build/lib/buildbot_www/static/assets/index-53647e06.css -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static/assets copying build/lib/buildbot_www/static/browser-warning.css -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/browser-warning-list.js -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/icon.png -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/index.html -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/browser-warning.js -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/static/icon.svg -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/static copying build/lib/buildbot_www/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www copying build/lib/buildbot_www/VERSION -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpojrv40lz.py' /usr/bin/python3 /tmp/tmpojrv40lz.py removing /tmp/tmpojrv40lz.py running install_egg_info running egg_info running build_js creating build creating build/lib creating build/lib/buildbot_www creating build/lib/buildbot_www/static copying buildbot_www/static/robots.txt -> build/lib/buildbot_www/static copying buildbot_www/static/manifest.json -> build/lib/buildbot_www/static creating build/lib/buildbot_www/static/assets copying buildbot_www/static/assets/index-c14161c8.js -> build/lib/buildbot_www/static/assets copying buildbot_www/static/assets/index-53647e06.css -> build/lib/buildbot_www/static/assets copying buildbot_www/static/browser-warning.css -> build/lib/buildbot_www/static copying buildbot_www/static/browser-warning-list.js -> build/lib/buildbot_www/static copying buildbot_www/static/icon.png -> build/lib/buildbot_www/static copying buildbot_www/static/index.html -> build/lib/buildbot_www/static copying buildbot_www/static/browser-warning.js -> build/lib/buildbot_www/static copying buildbot_www/static/icon.svg -> build/lib/buildbot_www/static writing buildbot_www.egg-info/PKG-INFO writing dependency_links to buildbot_www.egg-info/dependency_links.txt writing entry points to buildbot_www.egg-info/entry_points.txt writing requirements to buildbot_www.egg-info/requires.txt writing top-level names to buildbot_www.egg-info/top_level.txt reading manifest file 'buildbot_www.egg-info/SOURCES.txt' writing manifest file 'buildbot_www.egg-info/SOURCES.txt' Copying buildbot_www.egg-info to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_www-4.0.2-py3.12.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/__pycache__ + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_waterfall_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_waterfall_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT --prefix /usr running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view/static copying build/lib/buildbot_waterfall_view/static/scripts.js -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view/static copying build/lib/buildbot_waterfall_view/static/styles.css -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view/static copying build/lib/buildbot_waterfall_view/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view copying build/lib/buildbot_waterfall_view/VERSION -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpn_og0s1u.py' /usr/bin/python3 /tmp/tmpn_og0s1u.py removing /tmp/tmpn_og0s1u.py running install_egg_info running egg_info running build_js creating build creating build/lib creating build/lib/buildbot_waterfall_view creating build/lib/buildbot_waterfall_view/static copying buildbot_waterfall_view/static/scripts.js -> build/lib/buildbot_waterfall_view/static copying buildbot_waterfall_view/static/styles.css -> build/lib/buildbot_waterfall_view/static writing buildbot_waterfall_view.egg-info/PKG-INFO writing dependency_links to buildbot_waterfall_view.egg-info/dependency_links.txt writing entry points to buildbot_waterfall_view.egg-info/entry_points.txt writing top-level names to buildbot_waterfall_view.egg-info/top_level.txt reading manifest file 'buildbot_waterfall_view.egg-info/SOURCES.txt' writing manifest file 'buildbot_waterfall_view.egg-info/SOURCES.txt' Copying buildbot_waterfall_view.egg-info to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_waterfall_view-4.0.2-py3.12.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/__pycache__ + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_grid_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_grid_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT --prefix /usr running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view/static copying build/lib/buildbot_grid_view/static/scripts.js -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view/static copying build/lib/buildbot_grid_view/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view copying build/lib/buildbot_grid_view/VERSION -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpu545s4e1.py' /usr/bin/python3 /tmp/tmpu545s4e1.py removing /tmp/tmpu545s4e1.py running install_egg_info running egg_info running build_js creating build creating build/lib creating build/lib/buildbot_grid_view creating build/lib/buildbot_grid_view/static copying buildbot_grid_view/static/scripts.js -> build/lib/buildbot_grid_view/static writing buildbot_grid_view.egg-info/PKG-INFO writing dependency_links to buildbot_grid_view.egg-info/dependency_links.txt writing entry points to buildbot_grid_view.egg-info/entry_points.txt writing top-level names to buildbot_grid_view.egg-info/top_level.txt reading manifest file 'buildbot_grid_view.egg-info/SOURCES.txt' writing manifest file 'buildbot_grid_view.egg-info/SOURCES.txt' Copying buildbot_grid_view.egg-info to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_grid_view-4.0.2-py3.12.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/__pycache__ + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + for bbweb_component in ${bbweb_components[@]} + pushd ../buildbot_console_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_console_view-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT --prefix /usr running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view/static copying build/lib/buildbot_console_view/static/scripts.js -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view/static copying build/lib/buildbot_console_view/static/styles.css -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view/static copying build/lib/buildbot_console_view/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view copying build/lib/buildbot_console_view/VERSION -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpbk9w1e6m.py' /usr/bin/python3 /tmp/tmpbk9w1e6m.py removing /tmp/tmpbk9w1e6m.py running install_egg_info running egg_info running build_js creating build creating build/lib creating build/lib/buildbot_console_view creating build/lib/buildbot_console_view/static copying buildbot_console_view/static/scripts.js -> build/lib/buildbot_console_view/static copying buildbot_console_view/static/styles.css -> build/lib/buildbot_console_view/static writing buildbot_console_view.egg-info/PKG-INFO writing dependency_links to buildbot_console_view.egg-info/dependency_links.txt writing entry points to buildbot_console_view.egg-info/entry_points.txt writing top-level names to buildbot_console_view.egg-info/top_level.txt reading manifest file 'buildbot_console_view.egg-info/SOURCES.txt' writing manifest file 'buildbot_console_view.egg-info/SOURCES.txt' Copying buildbot_console_view.egg-info to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_console_view-4.0.2-py3.12.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/__pycache__ + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + install -Dpm0644 -t /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/man/man1 docs/buildbot.1 + pushd ../buildbot_worker-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot_worker-4.0.2 ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT --prefix /usr running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/null.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/exceptions.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/fs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/transfer.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/shell.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/registry.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands copying build/lib/buildbot_worker/commands/utils.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_bot.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/runprocess-scripts.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_scripts_create_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_commands_transfer.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_util.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_scripts_stop.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_scripts_base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_bot_Worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_scripts_start.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_commands_utils.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_commands_base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_commands_shell.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_commands_registry.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_commands_fs.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_msgpack.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_runprocess.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_scripts_restart.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_util_deferwaiter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/unit/test_scripts_runner.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit copying build/lib/buildbot_worker/test/test_util_hangcheck.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake copying build/lib/buildbot_worker/test/fake/protocolcommand.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake copying build/lib/buildbot_worker/test/fake/remote.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake copying build/lib/buildbot_worker/test/fake/runprocess.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake copying build/lib/buildbot_worker/test/fake/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake copying build/lib/buildbot_worker/test/fake/reactor.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake copying build/lib/buildbot_worker/test/test_extra_coverage.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test copying build/lib/buildbot_worker/test/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test copying build/lib/buildbot_worker/test/reactor.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/sourcecommand.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/test_buffer_manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/compat.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/site.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/command.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/misc.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/test/util/test_lineboundaries.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util copying build/lib/buildbot_worker/interfaces.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/tunnel.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/compat.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/pb.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/monkeypatches copying build/lib/buildbot_worker/monkeypatches/testcase_assert.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/monkeypatches copying build/lib/buildbot_worker/monkeypatches/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/monkeypatches copying build/lib/buildbot_worker/pbutil.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/bot.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/runprocess.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/msgpack.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker copying build/lib/buildbot_worker/VERSION -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/runner.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/windows_service.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/stop.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/create_worker.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/start.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/restart.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/scripts/logwatcher.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts copying build/lib/buildbot_worker/base.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker creating /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util copying build/lib/buildbot_worker/util/_hangcheck.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util copying build/lib/buildbot_worker/util/buffer_manager.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util copying build/lib/buildbot_worker/util/deferwaiter.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util copying build/lib/buildbot_worker/util/__init__.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util copying build/lib/buildbot_worker/util/lineboundaries.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util copying build/lib/buildbot_worker/util/_notifier.py -> /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/null.py to null.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/fs.py to fs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/transfer.py to transfer.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/shell.py to shell.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/registry.py to registry.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/commands/utils.py to utils.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_bot.py to test_bot.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/runprocess-scripts.py to runprocess-scripts.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_scripts_create_worker.py to test_scripts_create_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_commands_transfer.py to test_commands_transfer.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_util.py to test_util.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_scripts_stop.py to test_scripts_stop.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_scripts_base.py to test_scripts_base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_bot_Worker.py to test_bot_Worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_scripts_start.py to test_scripts_start.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_commands_utils.py to test_commands_utils.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_commands_base.py to test_commands_base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_commands_shell.py to test_commands_shell.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_commands_registry.py to test_commands_registry.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_commands_fs.py to test_commands_fs.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_msgpack.py to test_msgpack.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_runprocess.py to test_runprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_scripts_restart.py to test_scripts_restart.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_util_deferwaiter.py to test_util_deferwaiter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/unit/test_scripts_runner.py to test_scripts_runner.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/test_util_hangcheck.py to test_util_hangcheck.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake/protocolcommand.py to protocolcommand.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake/remote.py to remote.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake/runprocess.py to runprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/fake/reactor.py to reactor.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/test_extra_coverage.py to test_extra_coverage.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/reactor.py to reactor.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/sourcecommand.py to sourcecommand.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/test_buffer_manager.py to test_buffer_manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/compat.py to compat.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/site.py to site.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/command.py to command.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/misc.py to misc.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/test/util/test_lineboundaries.py to test_lineboundaries.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/interfaces.py to interfaces.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/tunnel.py to tunnel.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/compat.py to compat.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/pb.py to pb.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/monkeypatches/testcase_assert.py to testcase_assert.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/monkeypatches/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/pbutil.py to pbutil.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/bot.py to bot.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/runprocess.py to runprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/msgpack.py to msgpack.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/runner.py to runner.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/windows_service.py to windows_service.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/stop.py to stop.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/create_worker.py to create_worker.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/start.py to start.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/restart.py to restart.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/scripts/logwatcher.py to logwatcher.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/base.py to base.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util/_hangcheck.py to _hangcheck.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util/buffer_manager.py to buffer_manager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util/deferwaiter.py to deferwaiter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util/lineboundaries.py to lineboundaries.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker/util/_notifier.py to _notifier.cpython-312.pyc writing byte-compilation script '/tmp/tmp93tbeynz.py' /usr/bin/python3 /tmp/tmp93tbeynz.py removing /tmp/tmp93tbeynz.py running install_data running install_egg_info running egg_info writing buildbot_worker.egg-info/PKG-INFO writing dependency_links to buildbot_worker.egg-info/dependency_links.txt writing entry points to buildbot_worker.egg-info/entry_points.txt writing requirements to buildbot_worker.egg-info/requires.txt writing top-level names to buildbot_worker.egg-info/top_level.txt reading manifest file 'buildbot_worker.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'bin/buildbot-worker' warning: no files found matching 'contrib/windows/*' warning: no files found matching 'contrib/os-x/*' warning: no files found matching 'contrib/init-scripts/*' warning: no files found matching 'contrib/zsh/*' warning: no files found matching 'contrib/bash/*' adding license file 'COPYING' writing manifest file 'buildbot_worker.egg-info/SOURCES.txt' Copying buildbot_worker.egg-info to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12/site-packages/buildbot_worker-4.0.2-py3.12.egg-info running install_scripts Installing buildbot-worker script to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin Installing buildbot_worker_windows_service script to /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin + rm -rfv /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/__pycache__ + install -Dpm0644 -t /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/man/man1 docs/buildbot-worker.1 + popd ~/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2 + rm -vf /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/buildbot_windows_service /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/buildbot_worker_windows_service removed '/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/buildbot_windows_service' removed '/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/bin/buildbot_worker_windows_service' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/lib/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: buildbot-4.0.2-1.mga10.noarch Processing files: buildbot-master-4.0.2-1.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dzsmV0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + cd buildbot-4.0.2 + DOCDIR=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-master + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-master + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/COPYING /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-master + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/CREDITS /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-master + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/NEWS /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-master + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/UPGRADING /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-master + RPM_EC=0 ++ jobs -p + exit 0 Provides: buildbot-master = 4.0.2-1.mga10 python3.12dist(buildbot) = 4.0.2 python3dist(buildbot) = 4.0.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.12 python3.12dist(alembic) >= 1.6 python3.12dist(autobahn) >= 0.16 python3.12dist(croniter) >= 1.3 python3.12dist(jinja2) >= 2.1 python3.12dist(msgpack) >= 0.6 python3.12dist(packaging) python3.12dist(pyjwt) python3.12dist(python-dateutil) >= 1.5 python3.12dist(pyyaml) python3.12dist(setuptools) >= 8 python3.12dist(sqlalchemy) >= 1.4 python3.12dist(twisted) >= 18.7 python3.12dist(txaio) >= 2.2.2 python3.12dist(unidiff) >= 0.7.5 python3.12dist(zope-interface) >= 4.1.1 Recommends: buildbot-doc Processing files: buildbot-worker-4.0.2-1.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aVArQ0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + cd buildbot-4.0.2 + DOCDIR=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-worker + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-worker + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/NEWS /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-worker + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/UPGRADING /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/doc/buildbot-worker + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iGXeI0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + cd buildbot-4.0.2 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/licenses/buildbot-worker + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/licenses/buildbot-worker + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/COPYING /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/licenses/buildbot-worker + RPM_EC=0 ++ jobs -p + exit 0 Provides: buildbot-slave = 4.0.2-1.mga10 buildbot-worker = 4.0.2-1.mga10 python3.12dist(buildbot-worker) = 4.0.2 python3dist(buildbot-worker) = 4.0.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.12 python3.12dist(autobahn) >= 0.16 python3.12dist(future) python3.12dist(msgpack) >= 0.6 python3.12dist(twisted) >= 18.7 Obsoletes: buildbot-doc < 4.0.2-1.mga10 buildbot-slave < 0.9.0 Processing files: buildbot-www-4.0.2-1.mga10.noarch Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.plckSp + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + cd buildbot-4.0.2 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/licenses/buildbot-www + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/licenses/buildbot-www + cp -pr /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/buildbot-4.0.2/COPYING /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT/usr/share/licenses/buildbot-www + RPM_EC=0 ++ jobs -p + exit 0 Provides: buildbot-www = 4.0.2-1.mga10 bundled(guanlecoja) = 0.8.0 bundled(guanlecoja) = 0.8.3 bundled(gulp) = 3.9.0 bundled(gulp) = 3.9.1 bundled(gulp-shell) = 0.4.1 bundled(http-proxy) = 1.11.1 bundled(minimist) = 1.1.1 bundled(shelljs) = 0.5.3 python3.12dist(buildbot-console-view) = 4.0.2 python3.12dist(buildbot-grid-view) = 4.0.2 python3.12dist(buildbot-waterfall-view) = 4.0.2 python3.12dist(buildbot-www) = 4.0.2 python3dist(buildbot-console-view) = 4.0.2 python3dist(buildbot-grid-view) = 4.0.2 python3dist(buildbot-waterfall-view) = 4.0.2 python3dist(buildbot-www) = 4.0.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.12 python3.12dist(buildbot) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/buildbot-4.0.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/buildbot-worker-4.0.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/buildbot-www-4.0.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/buildbot-master-4.0.2-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lbYyxe + umask 022 + cd /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + test -d /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/buildbot-4.0.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!