[#327923] [test-only] FAILED buildbot.git=3.9.0-alt1
Girar awaiter (geochip)
girar-builder at altlinux.org
Fri Aug 25 18:11:32 MSK 2023
https://git.altlinux.org/tasks/327923/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 buildbot 1:32 2:21 56 1:45 53
2023-Aug-25 15:04:55 :: test-only task #327923 for sisyphus started by geochip:
#100 build 3.9.0-alt1 from /people/geochip/packages/buildbot.git fetched at 2023-Aug-25 15:04:53
2023-Aug-25 15:04:57 :: [aarch64] #100 buildbot.git 3.9.0-alt1: build start
2023-Aug-25 15:04:57 :: [i586] #100 buildbot.git 3.9.0-alt1: build start
2023-Aug-25 15:04:57 :: [armh] #100 buildbot.git 3.9.0-alt1: build start
2023-Aug-25 15:04:57 :: [x86_64] #100 buildbot.git 3.9.0-alt1: build start
2023-Aug-25 15:04:57 :: [ppc64le] #100 buildbot.git 3.9.0-alt1: build start
2023-Aug-25 15:05:50 :: [x86_64] #100 buildbot.git 3.9.0-alt1: build OK
2023-Aug-25 15:05:53 :: [i586] #100 buildbot.git 3.9.0-alt1: build OK
2023-Aug-25 15:06:29 :: [aarch64] #100 buildbot.git 3.9.0-alt1: build OK
2023-Aug-25 15:06:42 :: [ppc64le] #100 buildbot.git 3.9.0-alt1: build OK
2023-Aug-25 15:07:18 :: [armh] #100 buildbot.git 3.9.0-alt1: build OK
2023-Aug-25 15:07:56 :: #100: buildbot.git 3.9.0-alt1: build check OK
2023-Aug-25 15:07:58 :: build check OK
2023-Aug-25 15:08:11 :: noarch check OK
2023-Aug-25 15:08:13 :: plan: src +1 -1 =18569, noarch +7 -7 =19266
#100 buildbot 3.6.1-alt1 -> 3.9.0-alt1
Fri Aug 25 2023 Alexander Stepchenko <geochip at altlinux> 3.9.0-alt1
- new version 3.9.0
2023-Aug-25 15:08:47 :: patched apt indices
2023-Aug-25 15:09:03 :: created next repo
2023-Aug-25 15:09:19 :: duplicate provides check OK
2023-Aug-25 15:10:03 :: dependencies check OK
warning [x86_64]: buildbot=3.9.0-alt1: circular dependencies on buildbot-www=3.9.0-alt1 python3-module-buildbot-www=3.9.0-alt1
2023-Aug-25 15:10:24 :: [x86_64] #100 buildbot: install check OK
warning [i586]: buildbot=3.9.0-alt1: circular dependencies on buildbot-www=3.9.0-alt1 python3-module-buildbot-www=3.9.0-alt1
2023-Aug-25 15:10:25 :: [i586] #100 buildbot: install check OK
warning [aarch64]: buildbot=3.9.0-alt1: circular dependencies on buildbot-www=3.9.0-alt1 python3-module-buildbot-www=3.9.0-alt1
2023-Aug-25 15:10:39 :: [aarch64] #100 buildbot: install check OK
warning [ppc64le]: buildbot=3.9.0-alt1: circular dependencies on buildbot-www=3.9.0-alt1 python3-module-buildbot-www=3.9.0-alt1
2023-Aug-25 15:10:45 :: [ppc64le] #100 buildbot: install check OK
x86_64: buildbot-checkinstall=3.9.0-alt1 install failed:
<13>Aug 25 15:10:37 rpmi: buildbot-checkinstall-3.9.0-alt1 sisyphus+327923.100.1.1 1692975940 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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 735, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 798, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1792, in gotResult
_inlineCallbacks(r, gen, status, context)
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 99, in createMaster
yield createDB(config)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 90, in createDB
yield db.model.upgrade()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1138, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, 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 244, in inContext
result = inContext.theWork() # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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.9.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Aug-25 15:10:50 :: [x86_64] #100 buildbot-checkinstall: install check FAILED
2023-Aug-25 15:10:50 :: [x86_64] requesting cancellation of task processing
2023-Aug-25 15:10:50 :: [x86_64] #100 buildbot-worker: install check CANCELLED
i586: buildbot-checkinstall=3.9.0-alt1 install failed:
<13>Aug 25 15:10:41 rpmi: buildbot-checkinstall-3.9.0-alt1 sisyphus+327923.100.1.1 1692975940 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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 735, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 798, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1792, in gotResult
_inlineCallbacks(r, gen, status, context)
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 99, in createMaster
yield createDB(config)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 90, in createDB
yield db.model.upgrade()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1138, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, 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 244, in inContext
result = inContext.theWork() # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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.9.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Aug-25 15:10:53 :: [i586] #100 buildbot-checkinstall: install check FAILED
2023-Aug-25 15:10:54 :: [i586] #100 buildbot-worker: install check CANCELLED
warning [armh]: buildbot=3.9.0-alt1: circular dependencies on buildbot-www=3.9.0-alt1 python3-module-buildbot-www=3.9.0-alt1
2023-Aug-25 15:10:59 :: [armh] #100 buildbot: install check OK
2023-Aug-25 15:10:59 :: [armh] #100 buildbot-checkinstall: install check CANCELLED
aarch64: buildbot-checkinstall=3.9.0-alt1 install failed:
<13>Aug 25 15:11:04 rpmi: buildbot-checkinstall-3.9.0-alt1 sisyphus+327923.100.1.1 1692975940 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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 735, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 798, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1792, in gotResult
_inlineCallbacks(r, gen, status, context)
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 99, in createMaster
yield createDB(config)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 90, in createDB
yield db.model.upgrade()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1138, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, 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 244, in inContext
result = inContext.theWork() # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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.9.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Aug-25 15:11:20 :: [aarch64] #100 buildbot-checkinstall: install check FAILED
2023-Aug-25 15:11:20 :: [aarch64] #100 buildbot-worker: install check CANCELLED
ppc64le: buildbot-checkinstall=3.9.0-alt1 install failed:
<13>Aug 25 15:11:15 rpmi: buildbot-checkinstall-3.9.0-alt1 sisyphus+327923.100.1.1 1692975940 installed
Got fatal Exception on DB
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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 735, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 798, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1792, in gotResult
_inlineCallbacks(r, gen, status, context)
--- <exception caught here> ---
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 99, in createMaster
yield createDB(config)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/scripts/create_master.py", line 90, in createDB
yield db.model.upgrade()
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python3/site-packages/buildbot/db/model.py", line 1138, in upgrade
yield self.db.pool.do(thd)
File "/usr/lib/python3/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks
result = context.run(
File "/usr/lib/python3/site-packages/twisted/python/failure.py", line 518, 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 244, in inContext
result = inContext.theWork() # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/threadpool.py", line 260, in <lambda>
inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 117, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python3/site-packages/twisted/python/context.py", line 82, 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 1112, 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.9.0-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.0-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Aug-25 15:11:31 :: [ppc64le] #100 buildbot-checkinstall: install check FAILED
2023-Aug-25 15:11:31 :: [ppc64le] #100 buildbot-worker: install check CANCELLED
2023-Aug-25 15:10:50 :: [x86_64] install check FAILED
2023-Aug-25 15:10:54 :: [i586] install check FAILED
2023-Aug-25 15:11:00 :: [armh] install check FAILED
2023-Aug-25 15:11:20 :: [aarch64] install check FAILED
2023-Aug-25 15:11:31 :: [ppc64le] install check FAILED
2023-Aug-25 15:11:32 :: task #327923 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list