[#318429] [test-only] FAILED buildbot.git=3.7.0-alt1
Girar awaiter (obirvalger)
girar-builder at altlinux.org
Thu Apr 13 03:31:42 MSK 2023
https://git.altlinux.org/tasks/318429/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 buildbot 1:28 2:19 56 1:44 55
2023-Apr-13 00:26:01 :: test-only task #318429 for sisyphus started by obirvalger:
#100 build 3.7.0-alt1 from /people/obirvalger/packages/buildbot.git fetched at 2023-Apr-13 00:25:59
2023-Apr-13 00:26:02 :: [aarch64] #100 buildbot.git 3.7.0-alt1: build start
2023-Apr-13 00:26:02 :: [x86_64] #100 buildbot.git 3.7.0-alt1: build start
2023-Apr-13 00:26:02 :: [i586] #100 buildbot.git 3.7.0-alt1: build start
2023-Apr-13 00:26:02 :: [ppc64le] #100 buildbot.git 3.7.0-alt1: build start
2023-Apr-13 00:26:02 :: [armh] #100 buildbot.git 3.7.0-alt1: build start
2023-Apr-13 00:26:57 :: [x86_64] #100 buildbot.git 3.7.0-alt1: build OK
2023-Apr-13 00:26:58 :: [i586] #100 buildbot.git 3.7.0-alt1: build OK
2023-Apr-13 00:27:30 :: [aarch64] #100 buildbot.git 3.7.0-alt1: build OK
2023-Apr-13 00:27:46 :: [ppc64le] #100 buildbot.git 3.7.0-alt1: build OK
2023-Apr-13 00:28:21 :: [armh] #100 buildbot.git 3.7.0-alt1: build OK
2023-Apr-13 00:28:55 :: #100: buildbot.git 3.7.0-alt1: build check OK
2023-Apr-13 00:28:57 :: build check OK
2023-Apr-13 00:29:08 :: noarch check OK
2023-Apr-13 00:29:10 :: plan: src +1 -1 =18313, noarch +7 -7 =19100
#100 buildbot 3.6.1-alt1 -> 3.7.0-alt1
Thu Apr 13 2023 Mikhail Gordeev <obirvalger at altlinux> 3.7.0-alt1
- new version 3.7.0
2023-Apr-13 00:29:36 :: patched apt indices
2023-Apr-13 00:29:48 :: created next repo
2023-Apr-13 00:29:57 :: duplicate provides check OK
2023-Apr-13 00:30:33 :: dependencies check OK
warning [x86_64]: buildbot=3.7.0-alt1: circular dependencies on buildbot-www=3.7.0-alt1 python3-module-buildbot-www=3.7.0-alt1
warning [i586]: buildbot=3.7.0-alt1: circular dependencies on buildbot-www=3.7.0-alt1 python3-module-buildbot-www=3.7.0-alt1
2023-Apr-13 00:30:52 :: [i586] #100 buildbot: install check OK
2023-Apr-13 00:30:52 :: [x86_64] #100 buildbot: install check OK
warning [aarch64]: buildbot=3.7.0-alt1: circular dependencies on buildbot-www=3.7.0-alt1 python3-module-buildbot-www=3.7.0-alt1
2023-Apr-13 00:31:02 :: [aarch64] #100 buildbot: install check OK
warning [ppc64le]: buildbot=3.7.0-alt1: circular dependencies on buildbot-www=3.7.0-alt1 python3-module-buildbot-www=3.7.0-alt1
2023-Apr-13 00:31:08 :: [ppc64le] #100 buildbot: install check OK
i586: buildbot-checkinstall=3.7.0-alt1 install failed:
<13>Apr 13 00:31:02 rpmi: buildbot-checkinstall-3.7.0-alt1 sisyphus+318429.100.1.1 1681345608 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 234, in __thd
log.err(e, 'Got fatal Exception on DB')
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 501, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1475, in gotResult
_inlineCallbacks(r, g, status)
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 104, in createMaster
yield createDB(config)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 95, in createDB
yield db.model.upgrade()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1102, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 244, in do
ret = yield threads.deferToThreadPool(self.reactor, self._pool,
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 250, in inContext
result = inContext.theWork()
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
mkdir /master
creating /master/master.cfg.sample
creating database (sqlite:///state.sqlite)
Following twistd.log until startup finished..
The buildmaster startup failed. Please see 'twistd.log' for possible reason.
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
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.7.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.7.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Apr-13 00:31:15 :: [i586] #100 buildbot-checkinstall: install check FAILED
2023-Apr-13 00:31:15 :: [i586] requesting cancellation of task processing
2023-Apr-13 00:31:15 :: [i586] #100 buildbot-worker: install check CANCELLED
x86_64: buildbot-checkinstall=3.7.0-alt1 install failed:
<13>Apr 13 00:31:03 rpmi: buildbot-checkinstall-3.7.0-alt1 sisyphus+318429.100.1.1 1681345608 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 234, in __thd
log.err(e, 'Got fatal Exception on DB')
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
Traceback (most recent call last):
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 501, in errback
self._startRunCallbacks(fail)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1475, in gotResult
_inlineCallbacks(r, g, status)
--- <exception caught here> ---
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 104, in createMaster
yield createDB(config)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 95, in createDB
yield db.model.upgrade()
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1102, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 244, in do
ret = yield threads.deferToThreadPool(self.reactor, self._pool,
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 250, in inContext
result = inContext.theWork()
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
mkdir /master
creating /master/master.cfg.sample
creating database (sqlite:///state.sqlite)
Following twistd.log until startup finished..
The buildmaster startup failed. Please see 'twistd.log' for possible reason.
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
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.7.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.7.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Apr-13 00:31:16 :: [x86_64] #100 buildbot-checkinstall: install check FAILED
2023-Apr-13 00:31:16 :: [x86_64] #100 buildbot-worker: install check CANCELLED
warning [armh]: buildbot=3.7.0-alt1: circular dependencies on buildbot-www=3.7.0-alt1 python3-module-buildbot-www=3.7.0-alt1
2023-Apr-13 00:31:19 :: [armh] #100 buildbot: install check OK
2023-Apr-13 00:31:19 :: [armh] #100 buildbot-checkinstall: install check CANCELLED
aarch64: buildbot-checkinstall=3.7.0-alt1 install failed:
<13>Apr 13 00:31:18 rpmi: buildbot-checkinstall-3.7.0-alt1 sisyphus+318429.100.1.1 1681345608 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 234, in __thd
log.err(e, 'Got fatal Exception on DB')
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
Traceback (most recent call last):
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 501, in errback
self._startRunCallbacks(fail)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1475, in gotResult
_inlineCallbacks(r, g, status)
--- <exception caught here> ---
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 104, in createMaster
yield createDB(config)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 95, in createDB
yield db.model.upgrade()
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1102, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 244, in do
ret = yield threads.deferToThreadPool(self.reactor, self._pool,
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 250, in inContext
result = inContext.theWork()
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
mkdir /master
creating /master/master.cfg.sample
creating database (sqlite:///state.sqlite)
Following twistd.log until startup finished..
The buildmaster startup failed. Please see 'twistd.log' for possible reason.
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
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.7.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.7.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Apr-13 00:31:32 :: [aarch64] #100 buildbot-checkinstall: install check FAILED
2023-Apr-13 00:31:32 :: [aarch64] #100 buildbot-worker: install check CANCELLED
ppc64le: buildbot-checkinstall=3.7.0-alt1 install failed:
<13>Apr 13 00:31:26 rpmi: buildbot-checkinstall-3.7.0-alt1 sisyphus+318429.100.1.1 1681345608 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 234, in __thd
log.err(e, 'Got fatal Exception on DB')
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
Traceback (most recent call last):
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 501, in errback
self._startRunCallbacks(fail)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1475, in gotResult
_inlineCallbacks(r, g, status)
--- <exception caught here> ---
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 104, in createMaster
yield createDB(config)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 95, in createDB
yield db.model.upgrade()
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1102, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib64/python3/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib64/python3/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 244, in do
ret = yield threads.deferToThreadPool(self.reactor, self._pool,
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 250, in inContext
result = inContext.theWork()
File "/usr/lib64/python3/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python3/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "/usr/lib/python3/site-packages/buildbot/db/pool.py", line 207, in __thd
rv = callable(arg, *args, **kwargs)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1082, in thd
test_unicode(conn)
File "/usr/lib/python3/site-packages/buildbot/db/migrate_utils.py", line 33, in test_unicode
test_unicode.create()
builtins.TypeError: Table.create() missing 1 required positional argument: 'bind'
mkdir /master
creating /master/master.cfg.sample
creating database (sqlite:///state.sqlite)
Following twistd.log until startup finished..
The buildmaster startup failed. Please see 'twistd.log' for possible reason.
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
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.7.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.7.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Apr-13 00:31:41 :: [ppc64le] #100 buildbot-checkinstall: install check FAILED
2023-Apr-13 00:31:41 :: [ppc64le] #100 buildbot-worker: install check CANCELLED
2023-Apr-13 00:31:15 :: [i586] install check FAILED
2023-Apr-13 00:31:16 :: [x86_64] install check FAILED
2023-Apr-13 00:31:20 :: [armh] install check FAILED
2023-Apr-13 00:31:33 :: [aarch64] install check FAILED
2023-Apr-13 00:31:42 :: [ppc64le] install check FAILED
2023-Apr-13 00:31:42 :: task #318429 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list