ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#298212] [test-only] FAILED buildbot.git=3.5.0-alt1
@ 2022-04-10 19:02 Girar awaiter (obirvalger)
  2022-04-10 20:42 ` [#298212] TESTED (try 2) buildbot.git=3.5.0-alt1 Girar awaiter (obirvalger)
  2022-04-10 21:11 ` [#298212] DONE (try 3) buildbot.git=3.5.0-alt1 Girar pender (obirvalger)
  0 siblings, 2 replies; 3+ messages in thread
From: Girar awaiter (obirvalger) @ 2022-04-10 19:02 UTC (permalink / raw)
  To: Mikhail Gordeev; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/298212/logs/events.1.1.log

subtask  name      aarch64  armh  i586  ppc64le  x86_64
   #100  buildbot     1:27  2:16    54     1:42      48

2022-Apr-10 18:56:47 :: test-only task #298212 for sisyphus started by obirvalger:
#100 build 3.5.0-alt1 from /people/obirvalger/packages/buildbot.git fetched at 2022-Apr-10 18:56:46
2022-Apr-10 18:56:48 :: [armh] #100 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 18:56:48 :: [ppc64le] #100 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 18:56:48 :: [i586] #100 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 18:56:48 :: [x86_64] #100 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 18:56:48 :: [aarch64] #100 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 18:57:36 :: [x86_64] #100 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 18:57:42 :: [i586] #100 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 18:58:15 :: [aarch64] #100 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 18:58:30 :: [ppc64le] #100 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 18:59:04 :: [armh] #100 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 18:59:42 :: #100: buildbot.git 3.5.0-alt1: build check OK
2022-Apr-10 18:59:42 :: build check OK
2022-Apr-10 18:59:54 :: noarch check OK
2022-Apr-10 18:59:56 :: plan: src +1 -1 =17562, noarch +7 -7 =17812
#100 buildbot 3.4.1-alt1 -> 3.5.0-alt1
 Sun Apr 10 2022 Mikhail Gordeev <obirvalger@altlinux> 3.5.0-alt1
 - new version 3.5.0
2022-Apr-10 19:00:21 :: patched apt indices
2022-Apr-10 19:00:32 :: created next repo
2022-Apr-10 19:00:40 :: duplicate provides check OK
2022-Apr-10 19:01:13 :: dependencies check OK
warning [x86_64]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 19:01:28 :: [x86_64] #100 buildbot: install check OK
warning [i586]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 19:01:29 :: [i586] #100 buildbot: install check OK
warning [aarch64]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 19:01:40 :: [aarch64] #100 buildbot: install check OK
warning [ppc64le]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 19:01:45 :: [ppc64le] #100 buildbot: install check OK
	x86_64: buildbot-checkinstall=3.5.0-alt1 install failed:
 <13>Apr 10 19:01:36 rpmi: buildbot-checkinstall-3.5.0-alt1 sisyphus+298212.100.1.1 1649617048 installed
 Traceback (most recent call last):
   File "/usr/bin/buildbot", line 33, in <module>
     sys.exit(load_entry_point('buildbot==2022.4.10', 'console_scripts', 'buildbot')())
   File "/usr/lib/python3/site-packages/buildbot/scripts/runner.py", line 789, in run
     subcommandFunction = reflect.namedObject(subconfig.subcommandFunction)
   File "/usr/lib64/python3/site-packages/twisted/python/reflect.py", line 173, in namedObject
     module = namedModule('.'.join(classSplit[:-1]))
   File "/usr/lib64/python3/site-packages/twisted/python/reflect.py", line 159, in namedModule
     topLevel = __import__(name)
   File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 25, in <module>
     from buildbot.master import BuildMaster
   File "/usr/lib/python3/site-packages/buildbot/master.py", line 53, in <module>
     from buildbot.worker.protocols.manager.msgpack import MsgManager
   File "/usr/lib/python3/site-packages/buildbot/worker/protocols/manager/msgpack.py", line 17, in <module>
     import msgpack
 ModuleNotFoundError: No module named 'msgpack'
 mv: cannot stat 'master/master.cfg.sample': No such file or directory
 error reading '/master/buildbot.tac': No such file or directory
 invalid buildmaster directory '/master'
 mkdir /worker
 mkdir /worker/info
 Creating info/admin, you need to edit it appropriately.
 Creating info/host, you need to edit it appropriately.
 Not creating info/access_uri - add it if you wish
 Please edit the files in /worker/info appropriately.
 worker configured in /worker
 Unhandled Error
 Traceback (most recent call last):
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 674, in run
     runApp(config)
   File "/usr/lib64/python3/site-packages/twisted/scripts/twistd.py", line 25, in runApp
     runner.run()
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 381, in run
     self.application = self.createOrGetApplication()
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 453, in createOrGetApplication
     application = getApplication(self.config, passphrase)
 --- <exception caught here> ---
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 464, in getApplication
     application = service.loadApplication(filename, style, passphrase)
   File "/usr/lib64/python3/site-packages/twisted/application/service.py", line 416, in loadApplication
     application = sob.loadValueFromFile(filename, 'application')
   File "/usr/lib64/python3/site-packages/twisted/persisted/sob.py", line 177, in loadValueFromFile
     eval(codeObj, d, d)
   File "buildbot.tac", line 4, in <module>
     from buildbot_worker.bot import Worker
   File "/usr/lib/python3/site-packages/buildbot_worker/bot.py", line 19, in <module>
     from buildbot_worker.null import LocalWorker
   File "/usr/lib/python3/site-packages/buildbot_worker/null.py", line 23, in <module>
     from buildbot_worker.pb import WorkerForBuilderPbLike
   File "/usr/lib/python3/site-packages/buildbot_worker/pb.py", line 42, in <module>
     from buildbot_worker.msgpack import BuildbotWebSocketClientFactory
   File "/usr/lib/python3/site-packages/buildbot_worker/msgpack.py", line 19, in <module>
     import msgpack
 builtins.ModuleNotFoundError: No module named 'msgpack'


 Failed to load application: No module named 'msgpack'

 Following twistd.log until startup finished..
 The worker took more than 10 seconds to start and/or connect to the buildmaster,
 so we were unable to confirm that it started and connected correctly. Please
 'tail twistd.log' and look for a line that says 'message from master: attached'
 to verify correct startup. If you see a bunch of messages like 'will retry in 6
 seconds', your worker might not have the correct hostname or portnumber for the
 buildmaster, or the buildmaster might not be running. If you see messages like   'Failure: twisted.cred.error.UnauthorizedLogin'
 then your worker might be using the wrong botname or password. Please correct
 these problems and then restart the worker.
 error: %post(buildbot-checkinstall-3.5.0-alt1.noarch) scriptlet failed, exit status 1
 error: buildbot-checkinstall-3.5.0-alt1.noarch: install failed
 hsh-install: Packages installation failed.
2022-Apr-10 19:01:48 :: [x86_64] #100 buildbot-checkinstall: install check FAILED
2022-Apr-10 19:01:48 :: [x86_64] requesting cancellation of task processing
2022-Apr-10 19:01:48 :: [x86_64] #100 buildbot-worker: install check CANCELLED
	i586: buildbot-checkinstall=3.5.0-alt1 install failed:
 <13>Apr 10 19:01:38 rpmi: buildbot-checkinstall-3.5.0-alt1 sisyphus+298212.100.1.1 1649617048 installed
 Traceback (most recent call last):
   File "/usr/bin/buildbot", line 33, in <module>
     sys.exit(load_entry_point('buildbot==2022.4.10', 'console_scripts', 'buildbot')())
   File "/usr/lib/python3/site-packages/buildbot/scripts/runner.py", line 789, in run
     subcommandFunction = reflect.namedObject(subconfig.subcommandFunction)
   File "/usr/lib/python3/site-packages/twisted/python/reflect.py", line 173, in namedObject
     module = namedModule('.'.join(classSplit[:-1]))
   File "/usr/lib/python3/site-packages/twisted/python/reflect.py", line 159, in namedModule
     topLevel = __import__(name)
   File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 25, in <module>
     from buildbot.master import BuildMaster
   File "/usr/lib/python3/site-packages/buildbot/master.py", line 53, in <module>
     from buildbot.worker.protocols.manager.msgpack import MsgManager
   File "/usr/lib/python3/site-packages/buildbot/worker/protocols/manager/msgpack.py", line 17, in <module>
     import msgpack
 ModuleNotFoundError: No module named 'msgpack'
 mv: cannot stat 'master/master.cfg.sample': No such file or directory
 error reading '/master/buildbot.tac': No such file or directory
 invalid buildmaster directory '/master'
 mkdir /worker
 mkdir /worker/info
 Creating info/admin, you need to edit it appropriately.
 Creating info/host, you need to edit it appropriately.
 Not creating info/access_uri - add it if you wish
 Please edit the files in /worker/info appropriately.
 worker configured in /worker
 Unhandled Error
 Traceback (most recent call last):
   File "/usr/lib/python3/site-packages/twisted/application/app.py", line 674, in run
     runApp(config)
   File "/usr/lib/python3/site-packages/twisted/scripts/twistd.py", line 25, in runApp
     runner.run()
   File "/usr/lib/python3/site-packages/twisted/application/app.py", line 381, in run
     self.application = self.createOrGetApplication()
   File "/usr/lib/python3/site-packages/twisted/application/app.py", line 453, in createOrGetApplication
     application = getApplication(self.config, passphrase)
 --- <exception caught here> ---
   File "/usr/lib/python3/site-packages/twisted/application/app.py", line 464, in getApplication
     application = service.loadApplication(filename, style, passphrase)
   File "/usr/lib/python3/site-packages/twisted/application/service.py", line 416, in loadApplication
     application = sob.loadValueFromFile(filename, 'application')
   File "/usr/lib/python3/site-packages/twisted/persisted/sob.py", line 177, in loadValueFromFile
     eval(codeObj, d, d)
   File "buildbot.tac", line 4, in <module>
     from buildbot_worker.bot import Worker
   File "/usr/lib/python3/site-packages/buildbot_worker/bot.py", line 19, in <module>
     from buildbot_worker.null import LocalWorker
   File "/usr/lib/python3/site-packages/buildbot_worker/null.py", line 23, in <module>
     from buildbot_worker.pb import WorkerForBuilderPbLike
   File "/usr/lib/python3/site-packages/buildbot_worker/pb.py", line 42, in <module>
     from buildbot_worker.msgpack import BuildbotWebSocketClientFactory
   File "/usr/lib/python3/site-packages/buildbot_worker/msgpack.py", line 19, in <module>
     import msgpack
 builtins.ModuleNotFoundError: No module named 'msgpack'


 Failed to load application: No module named 'msgpack'

 Following twistd.log until startup finished..
 The worker took more than 10 seconds to start and/or connect to the buildmaster,
 so we were unable to confirm that it started and connected correctly. Please
 'tail twistd.log' and look for a line that says 'message from master: attached'
 to verify correct startup. If you see a bunch of messages like 'will retry in 6
 seconds', your worker might not have the correct hostname or portnumber for the
 buildmaster, or the buildmaster might not be running. If you see messages like   'Failure: twisted.cred.error.UnauthorizedLogin'
 then your worker might be using the wrong botname or password. Please correct
 these problems and then restart the worker.
 error: %post(buildbot-checkinstall-3.5.0-alt1.noarch) scriptlet failed, exit status 1
 error: buildbot-checkinstall-3.5.0-alt1.noarch: install failed
 hsh-install: Packages installation failed.
2022-Apr-10 19:01:50 :: [i586] #100 buildbot-checkinstall: install check FAILED
2022-Apr-10 19:01:50 :: [i586] #100 buildbot-worker: install check CANCELLED
warning [armh]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 19:01:55 :: [armh] #100 buildbot: install check OK
2022-Apr-10 19:01:55 :: [armh] #100 buildbot-checkinstall: install check CANCELLED
	aarch64: buildbot-checkinstall=3.5.0-alt1 install failed:
 <13>Apr 10 19:01:54 rpmi: buildbot-checkinstall-3.5.0-alt1 sisyphus+298212.100.1.1 1649617048 installed
 Traceback (most recent call last):
   File "/usr/bin/buildbot", line 33, in <module>
     sys.exit(load_entry_point('buildbot==2022.4.10', 'console_scripts', 'buildbot')())
   File "/usr/lib/python3/site-packages/buildbot/scripts/runner.py", line 789, in run
     subcommandFunction = reflect.namedObject(subconfig.subcommandFunction)
   File "/usr/lib64/python3/site-packages/twisted/python/reflect.py", line 173, in namedObject
     module = namedModule('.'.join(classSplit[:-1]))
   File "/usr/lib64/python3/site-packages/twisted/python/reflect.py", line 159, in namedModule
     topLevel = __import__(name)
   File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 25, in <module>
     from buildbot.master import BuildMaster
   File "/usr/lib/python3/site-packages/buildbot/master.py", line 53, in <module>
     from buildbot.worker.protocols.manager.msgpack import MsgManager
   File "/usr/lib/python3/site-packages/buildbot/worker/protocols/manager/msgpack.py", line 17, in <module>
     import msgpack
 ModuleNotFoundError: No module named 'msgpack'
 mv: cannot stat 'master/master.cfg.sample': No such file or directory
 error reading '/master/buildbot.tac': No such file or directory
 invalid buildmaster directory '/master'
 mkdir /worker
 mkdir /worker/info
 Creating info/admin, you need to edit it appropriately.
 Creating info/host, you need to edit it appropriately.
 Not creating info/access_uri - add it if you wish
 Please edit the files in /worker/info appropriately.
 worker configured in /worker
 Unhandled Error
 Traceback (most recent call last):
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 674, in run
     runApp(config)
   File "/usr/lib64/python3/site-packages/twisted/scripts/twistd.py", line 25, in runApp
     runner.run()
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 381, in run
     self.application = self.createOrGetApplication()
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 453, in createOrGetApplication
     application = getApplication(self.config, passphrase)
 --- <exception caught here> ---
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 464, in getApplication
     application = service.loadApplication(filename, style, passphrase)
   File "/usr/lib64/python3/site-packages/twisted/application/service.py", line 416, in loadApplication
     application = sob.loadValueFromFile(filename, 'application')
   File "/usr/lib64/python3/site-packages/twisted/persisted/sob.py", line 177, in loadValueFromFile
     eval(codeObj, d, d)
   File "buildbot.tac", line 4, in <module>
     from buildbot_worker.bot import Worker
   File "/usr/lib/python3/site-packages/buildbot_worker/bot.py", line 19, in <module>
     from buildbot_worker.null import LocalWorker
   File "/usr/lib/python3/site-packages/buildbot_worker/null.py", line 23, in <module>
     from buildbot_worker.pb import WorkerForBuilderPbLike
   File "/usr/lib/python3/site-packages/buildbot_worker/pb.py", line 42, in <module>
     from buildbot_worker.msgpack import BuildbotWebSocketClientFactory
   File "/usr/lib/python3/site-packages/buildbot_worker/msgpack.py", line 19, in <module>
     import msgpack
 builtins.ModuleNotFoundError: No module named 'msgpack'


 Failed to load application: No module named 'msgpack'

 Following twistd.log until startup finished..
 The worker took more than 10 seconds to start and/or connect to the buildmaster,
 so we were unable to confirm that it started and connected correctly. Please
 'tail twistd.log' and look for a line that says 'message from master: attached'
 to verify correct startup. If you see a bunch of messages like 'will retry in 6
 seconds', your worker might not have the correct hostname or portnumber for the
 buildmaster, or the buildmaster might not be running. If you see messages like   'Failure: twisted.cred.error.UnauthorizedLogin'
 then your worker might be using the wrong botname or password. Please correct
 these problems and then restart the worker.
 error: %post(buildbot-checkinstall-3.5.0-alt1.noarch) scriptlet failed, exit status 1
 error: buildbot-checkinstall-3.5.0-alt1.noarch: install failed
 hsh-install: Packages installation failed.
2022-Apr-10 19:02:08 :: [aarch64] #100 buildbot-checkinstall: install check FAILED
2022-Apr-10 19:02:08 :: [aarch64] #100 buildbot-worker: install check CANCELLED
	ppc64le: buildbot-checkinstall=3.5.0-alt1 install failed:
 <13>Apr 10 19:02:02 rpmi: buildbot-checkinstall-3.5.0-alt1 sisyphus+298212.100.1.1 1649617048 installed
 Traceback (most recent call last):
   File "/usr/bin/buildbot", line 33, in <module>
     sys.exit(load_entry_point('buildbot==2022.4.10', 'console_scripts', 'buildbot')())
   File "/usr/lib/python3/site-packages/buildbot/scripts/runner.py", line 789, in run
     subcommandFunction = reflect.namedObject(subconfig.subcommandFunction)
   File "/usr/lib64/python3/site-packages/twisted/python/reflect.py", line 173, in namedObject
     module = namedModule('.'.join(classSplit[:-1]))
   File "/usr/lib64/python3/site-packages/twisted/python/reflect.py", line 159, in namedModule
     topLevel = __import__(name)
   File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 25, in <module>
     from buildbot.master import BuildMaster
   File "/usr/lib/python3/site-packages/buildbot/master.py", line 53, in <module>
     from buildbot.worker.protocols.manager.msgpack import MsgManager
   File "/usr/lib/python3/site-packages/buildbot/worker/protocols/manager/msgpack.py", line 17, in <module>
     import msgpack
 ModuleNotFoundError: No module named 'msgpack'
 mv: cannot stat 'master/master.cfg.sample': No such file or directory
 error reading '/master/buildbot.tac': No such file or directory
 invalid buildmaster directory '/master'
 mkdir /worker
 mkdir /worker/info
 Creating info/admin, you need to edit it appropriately.
 Creating info/host, you need to edit it appropriately.
 Not creating info/access_uri - add it if you wish
 Please edit the files in /worker/info appropriately.
 worker configured in /worker
 Unhandled Error
 Traceback (most recent call last):
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 674, in run
     runApp(config)
   File "/usr/lib64/python3/site-packages/twisted/scripts/twistd.py", line 25, in runApp
     runner.run()
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 381, in run
     self.application = self.createOrGetApplication()
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 453, in createOrGetApplication
     application = getApplication(self.config, passphrase)
 --- <exception caught here> ---
   File "/usr/lib64/python3/site-packages/twisted/application/app.py", line 464, in getApplication
     application = service.loadApplication(filename, style, passphrase)
   File "/usr/lib64/python3/site-packages/twisted/application/service.py", line 416, in loadApplication
     application = sob.loadValueFromFile(filename, 'application')
   File "/usr/lib64/python3/site-packages/twisted/persisted/sob.py", line 177, in loadValueFromFile
     eval(codeObj, d, d)
   File "buildbot.tac", line 4, in <module>
     from buildbot_worker.bot import Worker
   File "/usr/lib/python3/site-packages/buildbot_worker/bot.py", line 19, in <module>
     from buildbot_worker.null import LocalWorker
   File "/usr/lib/python3/site-packages/buildbot_worker/null.py", line 23, in <module>
     from buildbot_worker.pb import WorkerForBuilderPbLike
   File "/usr/lib/python3/site-packages/buildbot_worker/pb.py", line 42, in <module>
     from buildbot_worker.msgpack import BuildbotWebSocketClientFactory
   File "/usr/lib/python3/site-packages/buildbot_worker/msgpack.py", line 19, in <module>
     import msgpack
 builtins.ModuleNotFoundError: No module named 'msgpack'


 Failed to load application: No module named 'msgpack'

 Following twistd.log until startup finished..
 The worker took more than 10 seconds to start and/or connect to the buildmaster,
 so we were unable to confirm that it started and connected correctly. Please
 'tail twistd.log' and look for a line that says 'message from master: attached'
 to verify correct startup. If you see a bunch of messages like 'will retry in 6
 seconds', your worker might not have the correct hostname or portnumber for the
 buildmaster, or the buildmaster might not be running. If you see messages like   'Failure: twisted.cred.error.UnauthorizedLogin'
 then your worker might be using the wrong botname or password. Please correct
 these problems and then restart the worker.
 error: %post(buildbot-checkinstall-3.5.0-alt1.noarch) scriptlet failed, exit status 1
 error: buildbot-checkinstall-3.5.0-alt1.noarch: install failed
 hsh-install: Packages installation failed.
2022-Apr-10 19:02:16 :: [ppc64le] #100 buildbot-checkinstall: install check FAILED
2022-Apr-10 19:02:16 :: [ppc64le] #100 buildbot-worker: install check CANCELLED
2022-Apr-10 19:01:48 :: [x86_64] install check FAILED
2022-Apr-10 19:01:50 :: [i586] install check FAILED
2022-Apr-10 19:01:55 :: [armh] install check FAILED
2022-Apr-10 19:02:08 :: [aarch64] install check FAILED
2022-Apr-10 19:02:16 :: [ppc64le] install check FAILED
2022-Apr-10 19:02:16 :: task #298212 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [#298212] TESTED (try 2) buildbot.git=3.5.0-alt1
  2022-04-10 19:02 [#298212] [test-only] FAILED buildbot.git=3.5.0-alt1 Girar awaiter (obirvalger)
@ 2022-04-10 20:42 ` Girar awaiter (obirvalger)
  2022-04-10 21:11 ` [#298212] DONE (try 3) buildbot.git=3.5.0-alt1 Girar pender (obirvalger)
  1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (obirvalger) @ 2022-04-10 20:42 UTC (permalink / raw)
  To: Mikhail Gordeev; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/298212/logs/events.2.1.log

subtask  name      aarch64  armh  i586  ppc64le  x86_64
    #40  buildbot     1:27  2:15    55     1:43      50

2022-Apr-10 20:34:10 :: test-only task #298212 for sisyphus resumed by obirvalger:
#40 build 3.5.0-alt1 from /people/obirvalger/packages/buildbot.git fetched at 2022-Apr-10 20:34:03
#100 removed
2022-Apr-10 20:34:10 :: [ppc64le] #40 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 20:34:10 :: [x86_64] #40 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 20:34:10 :: [aarch64] #40 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 20:34:10 :: [armh] #40 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 20:34:10 :: [i586] #40 buildbot.git 3.5.0-alt1: build start
2022-Apr-10 20:35:00 :: [x86_64] #40 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 20:35:05 :: [i586] #40 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 20:35:37 :: [aarch64] #40 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 20:35:53 :: [ppc64le] #40 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 20:36:25 :: [armh] #40 buildbot.git 3.5.0-alt1: build OK
2022-Apr-10 20:37:03 :: #40: buildbot.git 3.5.0-alt1: build check OK
2022-Apr-10 20:37:04 :: build check OK
2022-Apr-10 20:37:15 :: noarch check OK
2022-Apr-10 20:37:17 :: plan: src +1 -1 =17562, noarch +7 -7 =17812
#40 buildbot 3.4.1-alt1 -> 3.5.0-alt1
 Sun Apr 10 2022 Mikhail Gordeev <obirvalger@altlinux> 3.5.0-alt1
 - new version 3.5.0
2022-Apr-10 20:37:39 :: patched apt indices
2022-Apr-10 20:37:50 :: created next repo
2022-Apr-10 20:37:58 :: duplicate provides check OK
2022-Apr-10 20:38:31 :: dependencies check OK
warning [x86_64]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:38:47 :: [x86_64] #40 buildbot: install check OK
warning [i586]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:38:48 :: [i586] #40 buildbot: install check OK
warning [aarch64]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:38:58 :: [aarch64] #40 buildbot: install check OK
	x86_64: buildbot-checkinstall=3.5.0-alt1 post-install unowned files:
 /master
 /master/buildbot.tac
 /master/http.log
 /master/master.cfg
 /master/state.sqlite
 /master/twistd.log
 /master/twistd.pid
 /usr/lib/python3/site-packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_core.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_introspection.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_methodical.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc
 /usr/lib/python3/site-packages/future/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/iterators.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/misc.cpython-310.pyc
 /usr/lib/python3/site-packages/future/utils/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/config.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/errors.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/events.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/frame_buffer.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/settings.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/stream.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/utilities.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/windows.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/hpack.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_table.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/struct.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/table.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/flags.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/frame.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/_url.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/core.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/idnadata.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/intranges.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/package_data.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/algorithms.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwk.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jws.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwt.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/jwks_client.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/_ast_util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/ast.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/cache.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/codegen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/compat.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/filters.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/lexer.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/parsetree.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pygen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pyparser.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/runtime.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/template.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/priority.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/eoo.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/binary.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/calling.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/dateandtime.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/integer.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/octets.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/string.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/constraint.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedtype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedval.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/opentype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/rfc2459.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_compat.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/cryptography.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/client.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/content.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/multipart.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_iotype.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_unframework.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/tx.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/fields.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/queue.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/_version.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/exception.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/rawsocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/rawsocket/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/choosereactor.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/rawsocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/resource.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/wamp.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/websocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/auth.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/exception.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/interfaces.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/message.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/protocol.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/request.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/role.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/types.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/uri.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/websocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_base.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_bzip2.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_deflate.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_snappy.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/interfaces.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/protocol.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/types.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/utf8validator.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/xormasker.cpython-310.pyc
 /worker
 /worker/buildbot.tac
 /worker/info
 /worker/info/admin
 /worker/info/host
 /worker/runtests
 /worker/twistd.hostname
 /worker/twistd.log
 /worker/twistd.pid
2022-Apr-10 20:38:58 :: [x86_64] #40 buildbot-checkinstall: install check OK
warning [ppc64le]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
	i586: buildbot-checkinstall=3.5.0-alt1 post-install unowned files:
 /master
 /master/buildbot.tac
 /master/http.log
 /master/master.cfg
 /master/state.sqlite
 /master/twistd.log
 /master/twistd.pid
 /usr/lib/python3/site-packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/exception.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/rawsocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/rawsocket/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/choosereactor.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/rawsocket.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/resource.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/wamp.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/websocket.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/exception.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/message.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/protocol.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/role.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/types.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/uri.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/websocket.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_base.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_bzip2.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_deflate.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_snappy.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/protocol.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/types.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/utf8validator.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/xormasker.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_core.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_introspection.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_methodical.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc
 /usr/lib/python3/site-packages/future/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/iterators.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/misc.cpython-310.pyc
 /usr/lib/python3/site-packages/future/utils/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/config.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/errors.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/events.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/frame_buffer.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/settings.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/stream.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/utilities.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/windows.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/hpack.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_table.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/struct.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/table.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/flags.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/frame.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/_url.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/core.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/idnadata.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/intranges.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/package_data.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/algorithms.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwk.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jws.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwt.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/jwks_client.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/_ast_util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/ast.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/cache.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/codegen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/compat.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/filters.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/lexer.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/parsetree.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pygen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pyparser.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/runtime.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/template.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/priority.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/eoo.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/binary.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/calling.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/dateandtime.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/integer.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/octets.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/string.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/constraint.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedtype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedval.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/opentype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/rfc2459.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_compat.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/cryptography.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/client.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/content.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/multipart.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_iotype.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_unframework.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/tx.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/fields.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/queue.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc
 /worker
 /worker/buildbot.tac
 /worker/info
 /worker/info/admin
 /worker/info/host
 /worker/runtests
 /worker/twistd.hostname
 /worker/twistd.log
 /worker/twistd.pid
2022-Apr-10 20:39:02 :: [i586] #40 buildbot-checkinstall: install check OK
2022-Apr-10 20:39:03 :: [ppc64le] #40 buildbot: install check OK
	x86_64: buildbot-worker=3.5.0-alt1 post-install unowned files:
 /usr/share/zsh
 /usr/share/zsh/site-functions
2022-Apr-10 20:39:05 :: [x86_64] #40 buildbot-worker: install check OK
	i586: buildbot-worker=3.5.0-alt1 post-install unowned files:
 /usr/share/zsh
 /usr/share/zsh/site-functions
2022-Apr-10 20:39:10 :: [i586] #40 buildbot-worker: install check OK
warning [armh]: buildbot=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:39:13 :: [armh] #40 buildbot: install check OK
warning [x86_64]: buildbot-www=3.5.0-alt1: circular dependencies on buildbot=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:39:14 :: [x86_64] #40 buildbot-www: install check OK
	aarch64: buildbot-checkinstall=3.5.0-alt1 post-install unowned files:
 /master
 /master/buildbot.tac
 /master/http.log
 /master/master.cfg
 /master/state.sqlite
 /master/twistd.log
 /master/twistd.pid
 /usr/lib/python3/site-packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_core.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_introspection.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_methodical.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc
 /usr/lib/python3/site-packages/future/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/iterators.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/misc.cpython-310.pyc
 /usr/lib/python3/site-packages/future/utils/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/config.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/errors.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/events.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/frame_buffer.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/settings.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/stream.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/utilities.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/windows.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/hpack.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_table.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/struct.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/table.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/flags.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/frame.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/_url.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/core.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/idnadata.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/intranges.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/package_data.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/algorithms.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwk.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jws.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwt.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/jwks_client.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/_ast_util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/ast.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/cache.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/codegen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/compat.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/filters.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/lexer.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/parsetree.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pygen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pyparser.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/runtime.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/template.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/priority.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/eoo.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/binary.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/calling.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/dateandtime.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/integer.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/octets.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/string.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/constraint.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedtype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedval.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/opentype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/rfc2459.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_compat.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/cryptography.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/client.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/content.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/multipart.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_iotype.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_unframework.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/tx.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/fields.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/queue.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/_version.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/exception.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/rawsocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/rawsocket/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/choosereactor.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/rawsocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/resource.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/wamp.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/websocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/auth.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/exception.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/interfaces.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/message.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/protocol.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/request.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/role.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/types.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/uri.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/websocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_base.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_bzip2.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_deflate.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_snappy.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/interfaces.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/protocol.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/types.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/utf8validator.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/xormasker.cpython-310.pyc
 /worker
 /worker/buildbot.tac
 /worker/info
 /worker/info/admin
 /worker/info/host
 /worker/runtests
 /worker/twistd.hostname
 /worker/twistd.log
 /worker/twistd.pid
2022-Apr-10 20:39:19 :: [aarch64] #40 buildbot-checkinstall: install check OK
warning [i586]: buildbot-www=3.5.0-alt1: circular dependencies on buildbot=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:39:21 :: [i586] #40 buildbot-www: install check OK
2022-Apr-10 20:39:24 :: [x86_64] #40 buildbot-www-extra-plugins: install check OK
	ppc64le: buildbot-checkinstall=3.5.0-alt1 post-install unowned files:
 /master
 /master/buildbot.tac
 /master/http.log
 /master/master.cfg
 /master/state.sqlite
 /master/state.sqlite-shm
 /master/state.sqlite-wal
 /master/twistd.log
 /master/twistd.pid
 /usr/lib/python3/site-packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_core.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_introspection.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_methodical.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc
 /usr/lib/python3/site-packages/future/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/iterators.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/misc.cpython-310.pyc
 /usr/lib/python3/site-packages/future/utils/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/config.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/errors.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/events.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/frame_buffer.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/settings.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/stream.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/utilities.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/windows.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/hpack.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_table.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/struct.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/table.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/flags.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/frame.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/_url.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/core.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/idnadata.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/intranges.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/package_data.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/algorithms.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwk.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jws.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwt.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/jwks_client.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/_ast_util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/ast.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/cache.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/codegen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/compat.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/filters.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/lexer.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/parsetree.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pygen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pyparser.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/runtime.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/template.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/priority.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/eoo.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/binary.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/calling.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/dateandtime.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/integer.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/octets.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/string.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/constraint.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedtype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedval.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/opentype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/rfc2459.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_compat.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/cryptography.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/client.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/content.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/multipart.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_iotype.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_unframework.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/tx.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/fields.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/queue.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/_version.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/exception.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/rawsocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/rawsocket/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/choosereactor.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/rawsocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/resource.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/wamp.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/twisted/__pycache__/websocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/auth.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/exception.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/interfaces.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/message.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/protocol.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/request.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/role.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/types.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/uri.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/wamp/__pycache__/websocket.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_base.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_bzip2.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_deflate.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/compress_snappy.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/interfaces.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/protocol.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/types.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/utf8validator.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/util.cpython-310.pyc
 /usr/lib64/python3/site-packages/autobahn/websocket/__pycache__/xormasker.cpython-310.pyc
 /worker
 /worker/buildbot.tac
 /worker/info
 /worker/info/admin
 /worker/info/host
 /worker/runtests
 /worker/twistd.hostname
 /worker/twistd.log
 /worker/twistd.pid
2022-Apr-10 20:39:28 :: [ppc64le] #40 buildbot-checkinstall: install check OK
	aarch64: buildbot-worker=3.5.0-alt1 post-install unowned files:
 /usr/share/zsh
 /usr/share/zsh/site-functions
2022-Apr-10 20:39:31 :: [aarch64] #40 buildbot-worker: install check OK
warning [x86_64]: python3-module-buildbot-www=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 buildbot=3.5.0-alt1
2022-Apr-10 20:39:33 :: [i586] #40 buildbot-www-extra-plugins: install check OK
2022-Apr-10 20:39:34 :: [x86_64] #40 python3-module-buildbot-www: install check OK
	ppc64le: buildbot-worker=3.5.0-alt1 post-install unowned files:
 /usr/share/zsh
 /usr/share/zsh/site-functions
2022-Apr-10 20:39:42 :: [ppc64le] #40 buildbot-worker: install check OK
warning [i586]: python3-module-buildbot-www=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 buildbot=3.5.0-alt1
2022-Apr-10 20:39:44 :: [x86_64] #40 python3-module-buildbot-www-extra-plugins: install check OK
2022-Apr-10 20:39:44 :: [i586] #40 python3-module-buildbot-www: install check OK
warning [aarch64]: buildbot-www=3.5.0-alt1: circular dependencies on buildbot=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:39:46 :: [aarch64] #40 buildbot-www: install check OK
	armh: buildbot-checkinstall=3.5.0-alt1 post-install unowned files:
 /master
 /master/buildbot.tac
 /master/http.log
 /master/master.cfg
 /master/state.sqlite
 /master/twistd.log
 /master/twistd.pid
 /usr/lib/python3/site-packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/exception.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/rawsocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/rawsocket/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/choosereactor.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/rawsocket.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/resource.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/wamp.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/twisted/__pycache__/websocket.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/exception.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/message.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/protocol.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/role.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/types.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/uri.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/wamp/__pycache__/websocket.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_base.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_bzip2.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_deflate.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/compress_snappy.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/protocol.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/types.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/utf8validator.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/autobahn/websocket/__pycache__/xormasker.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_core.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_introspection.cpython-310.pyc
 /usr/lib/python3/site-packages/automat/__pycache__/_methodical.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc
 /usr/lib/python3/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/constantly/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc
 /usr/lib/python3/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc
 /usr/lib/python3/site-packages/future/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/iterators.cpython-310.pyc
 /usr/lib/python3/site-packages/future/builtins/__pycache__/misc.cpython-310.pyc
 /usr/lib/python3/site-packages/future/utils/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/config.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/errors.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/events.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/frame_buffer.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/settings.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/stream.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/utilities.cpython-310.pyc
 /usr/lib/python3/site-packages/h2/__pycache__/windows.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/hpack.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_constants.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/huffman_table.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/struct.cpython-310.pyc
 /usr/lib/python3/site-packages/hpack/__pycache__/table.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/flags.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperframe/__pycache__/frame.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/hyperlink/__pycache__/_url.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/core.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/idnadata.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/intranges.cpython-310.pyc
 /usr/lib/python3/site-packages/idna/__pycache__/package_data.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/incremental/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/algorithms.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwk.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jws.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/api_jwt.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/jwks_client.cpython-310.pyc
 /usr/lib/python3/site-packages/jwt/__pycache__/utils.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/_ast_util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/ast.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/cache.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/codegen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/compat.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/filters.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/lexer.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/parsetree.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pygen.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/pyparser.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/runtime.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/template.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/__pycache__/util.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/priority/__pycache__/priority.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/ber/__pycache__/eoo.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/cer/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/codec/der/__pycache__/decoder.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/binary.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/calling.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/dateandtime.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/integer.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/octets.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/compat/__pycache__/string.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/constraint.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedtype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/namedval.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/opentype.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/pyasn1_modules/__pycache__/rfc2459.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/_compat.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/cryptography.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/api.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/auth.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/client.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/content.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/multipart.cpython-310.pyc
 /usr/lib/python3/site-packages/treq/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_common.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_iotype.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_unframework.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/interfaces.cpython-310.pyc
 /usr/lib/python3/site-packages/txaio/__pycache__/tx.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/_version.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/fields.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/__pycache__/six.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/queue.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc
 /usr/lib/python3/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc
 /worker
 /worker/buildbot.tac
 /worker/info
 /worker/info/admin
 /worker/info/host
 /worker/runtests
 /worker/twistd.hostname
 /worker/twistd.log
 /worker/twistd.pid
2022-Apr-10 20:39:47 :: [armh] #40 buildbot-checkinstall: install check OK
2022-Apr-10 20:39:57 :: [i586] #40 python3-module-buildbot-www-extra-plugins: install check OK
warning [ppc64le]: buildbot-www=3.5.0-alt1: circular dependencies on buildbot=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:40:02 :: [ppc64le] #40 buildbot-www: install check OK
2022-Apr-10 20:40:04 :: [aarch64] #40 buildbot-www-extra-plugins: install check OK
	armh: buildbot-worker=3.5.0-alt1 post-install unowned files:
 /usr/share/zsh
 /usr/share/zsh/site-functions
2022-Apr-10 20:40:06 :: [armh] #40 buildbot-worker: install check OK
warning [aarch64]: python3-module-buildbot-www=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 buildbot=3.5.0-alt1
2022-Apr-10 20:40:20 :: [aarch64] #40 python3-module-buildbot-www: install check OK
2022-Apr-10 20:40:23 :: [ppc64le] #40 buildbot-www-extra-plugins: install check OK
warning [armh]: buildbot-www=3.5.0-alt1: circular dependencies on buildbot=3.5.0-alt1 python3-module-buildbot-www=3.5.0-alt1
2022-Apr-10 20:40:31 :: [armh] #40 buildbot-www: install check OK
2022-Apr-10 20:40:37 :: [aarch64] #40 python3-module-buildbot-www-extra-plugins: install check OK
warning [ppc64le]: python3-module-buildbot-www=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 buildbot=3.5.0-alt1
2022-Apr-10 20:40:43 :: [ppc64le] #40 python3-module-buildbot-www: install check OK
2022-Apr-10 20:40:59 :: [armh] #40 buildbot-www-extra-plugins: install check OK
2022-Apr-10 20:41:04 :: [ppc64le] #40 python3-module-buildbot-www-extra-plugins: install check OK
warning [armh]: python3-module-buildbot-www=3.5.0-alt1: circular dependencies on buildbot-www=3.5.0-alt1 buildbot=3.5.0-alt1
2022-Apr-10 20:41:25 :: [armh] #40 python3-module-buildbot-www: install check OK
2022-Apr-10 20:41:53 :: [armh] #40 python3-module-buildbot-www-extra-plugins: install check OK
2022-Apr-10 20:41:53 :: gears inheritance check OK
2022-Apr-10 20:41:53 :: srpm inheritance check OK
girar-check-perms: access to buildbot ALLOWED for obirvalger: project leader
check-subtask-perms: #40: buildbot: allowed for obirvalger
2022-Apr-10 20:41:53 :: acl check OK
2022-Apr-10 20:42:12 :: created contents_index files
2022-Apr-10 20:42:19 :: created hash files: noarch src
2022-Apr-10 20:42:21 :: task #298212 for sisyphus TESTED


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [#298212] DONE (try 3) buildbot.git=3.5.0-alt1
  2022-04-10 19:02 [#298212] [test-only] FAILED buildbot.git=3.5.0-alt1 Girar awaiter (obirvalger)
  2022-04-10 20:42 ` [#298212] TESTED (try 2) buildbot.git=3.5.0-alt1 Girar awaiter (obirvalger)
@ 2022-04-10 21:11 ` Girar pender (obirvalger)
  1 sibling, 0 replies; 3+ messages in thread
From: Girar pender (obirvalger) @ 2022-04-10 21:11 UTC (permalink / raw)
  To: Mikhail Gordeev; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/archive/done/_291/298212/logs/events.3.1.log

2022-Apr-10 21:11:02 :: task #298212 for sisyphus resumed by obirvalger:
girar-check-perms: access to buildbot ALLOWED for obirvalger: project leader
check-subtask-perms: #40: buildbot: allowed for obirvalger
2022-Apr-10 21:11:02 :: task is ready for commit
2022-Apr-10 21:11:07 :: repo clone OK
2022-Apr-10 21:11:07 :: packages update OK
2022-Apr-10 21:11:09 :: [noarch] update OK
2022-Apr-10 21:11:09 :: repo update OK
2022-Apr-10 21:11:19 :: repo save OK
2022-Apr-10 21:11:19 :: src index update OK
2022-Apr-10 21:11:20 :: updated /gears/b/buildbot.git branch `sisyphus'
2022-Apr-10 21:11:22 :: gears update OK
2022-Apr-10 21:11:22 :: task #298212 for sisyphus DONE


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-10 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 19:02 [#298212] [test-only] FAILED buildbot.git=3.5.0-alt1 Girar awaiter (obirvalger)
2022-04-10 20:42 ` [#298212] TESTED (try 2) buildbot.git=3.5.0-alt1 Girar awaiter (obirvalger)
2022-04-10 21:11 ` [#298212] DONE (try 3) buildbot.git=3.5.0-alt1 Girar pender (obirvalger)

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git