[#298212] [test-only] FAILED buildbot.git=3.5.0-alt1

Girar awaiter (obirvalger) girar-builder at altlinux.org
Sun Apr 10 22:02:16 MSK 2022


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 at 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


More information about the Sisyphus-incominger mailing list