[#328305] [test-only] FAILED (try 3) buildbot.git=3.9.2-alt1
Girar awaiter (obirvalger)
girar-builder at altlinux.org
Mon Sep 4 14:53:52 MSK 2023
https://git.altlinux.org/tasks/328305/logs/events.3.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#20 buildbot 1:37 2:18 58 1:45 53
2023-Sep-04 11:47:19 :: test-only task #328305 for sisyphus resumed by obirvalger:
#20 build 3.9.2-alt1 from /people/obirvalger/packages/buildbot.git fetched at 2023-Sep-04 11:47:17
#40 removed
#100 removed
2023-Sep-04 11:47:21 :: [aarch64] #20 buildbot.git 3.9.2-alt1: build start
2023-Sep-04 11:47:21 :: [armh] #20 buildbot.git 3.9.2-alt1: build start
2023-Sep-04 11:47:21 :: [x86_64] #20 buildbot.git 3.9.2-alt1: build start
2023-Sep-04 11:47:21 :: [i586] #20 buildbot.git 3.9.2-alt1: build start
2023-Sep-04 11:47:21 :: [ppc64le] #20 buildbot.git 3.9.2-alt1: build start
2023-Sep-04 11:48:14 :: [x86_64] #20 buildbot.git 3.9.2-alt1: build OK
2023-Sep-04 11:48:19 :: [i586] #20 buildbot.git 3.9.2-alt1: build OK
2023-Sep-04 11:48:58 :: [aarch64] #20 buildbot.git 3.9.2-alt1: build OK
2023-Sep-04 11:49:06 :: [ppc64le] #20 buildbot.git 3.9.2-alt1: build OK
2023-Sep-04 11:49:39 :: [armh] #20 buildbot.git 3.9.2-alt1: build OK
2023-Sep-04 11:50:16 :: #20: buildbot.git 3.9.2-alt1: build check OK
2023-Sep-04 11:50:17 :: build check OK
2023-Sep-04 11:50:34 :: noarch check OK
2023-Sep-04 11:50:37 :: plan: src +1 -1 =18587, noarch +7 -7 =19276
#20 buildbot 3.6.1-alt1 -> 3.9.2-alt1
Mon Sep 04 2023 Mikhail Gordeev <obirvalger at altlinux> 3.9.2-alt1
- new version 3.9.2
2023-Sep-04 11:51:15 :: patched apt indices
2023-Sep-04 11:51:30 :: created next repo
2023-Sep-04 11:51:42 :: duplicate provides check OK
2023-Sep-04 11:52:23 :: dependencies check OK
warning [x86_64]: buildbot=3.9.2-alt1: circular dependencies on buildbot-www=3.9.2-alt1 python3-module-buildbot-www=3.9.2-alt1
2023-Sep-04 11:52:44 :: [x86_64] #20 buildbot: install check OK
warning [i586]: buildbot=3.9.2-alt1: circular dependencies on buildbot-www=3.9.2-alt1 python3-module-buildbot-www=3.9.2-alt1
2023-Sep-04 11:52:45 :: [i586] #20 buildbot: install check OK
warning [aarch64]: buildbot=3.9.2-alt1: circular dependencies on buildbot-www=3.9.2-alt1 python3-module-buildbot-www=3.9.2-alt1
2023-Sep-04 11:52:59 :: [aarch64] #20 buildbot: install check OK
warning [ppc64le]: buildbot=3.9.2-alt1: circular dependencies on buildbot-www=3.9.2-alt1 python3-module-buildbot-www=3.9.2-alt1
2023-Sep-04 11:53:05 :: [ppc64le] #20 buildbot: install check OK
x86_64: buildbot-checkinstall=3.9.2-alt1 install failed:
<13>Sep 4 11:52:57 rpmi: buildbot-checkinstall-3.9.2-alt1 sisyphus+328305.20.3.1 1693828085 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.2-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.2-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Sep-04 11:53:10 :: [x86_64] #20 buildbot-checkinstall: install check FAILED
2023-Sep-04 11:53:10 :: [x86_64] requesting cancellation of task processing
2023-Sep-04 11:53:10 :: [x86_64] #20 buildbot-worker: install check CANCELLED
i586: buildbot-checkinstall=3.9.2-alt1 install failed:
<13>Sep 4 11:53:00 rpmi: buildbot-checkinstall-3.9.2-alt1 sisyphus+328305.20.3.1 1693828085 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.2-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.2-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Sep-04 11:53:13 :: [i586] #20 buildbot-checkinstall: install check FAILED
2023-Sep-04 11:53:13 :: [i586] #20 buildbot-worker: install check CANCELLED
warning [armh]: buildbot=3.9.2-alt1: circular dependencies on buildbot-www=3.9.2-alt1 python3-module-buildbot-www=3.9.2-alt1
2023-Sep-04 11:53:18 :: [armh] #20 buildbot: install check OK
2023-Sep-04 11:53:18 :: [armh] #20 buildbot-checkinstall: install check CANCELLED
aarch64: buildbot-checkinstall=3.9.2-alt1 install failed:
<13>Sep 4 11:53:24 rpmi: buildbot-checkinstall-3.9.2-alt1 sisyphus+328305.20.3.1 1693828085 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.2-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.2-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Sep-04 11:53:40 :: [aarch64] #20 buildbot-checkinstall: install check FAILED
2023-Sep-04 11:53:40 :: [aarch64] #20 buildbot-worker: install check CANCELLED
ppc64le: buildbot-checkinstall=3.9.2-alt1 install failed:
<13>Sep 4 11:53:35 rpmi: buildbot-checkinstall-3.9.2-alt1 sisyphus+328305.20.3.1 1693828085 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.2-alt1.noarch) scriptlet failed, exit status 1
error: buildbot-checkinstall-3.9.2-alt1.noarch: install failed
hsh-install: Packages installation failed.
2023-Sep-04 11:53:51 :: [ppc64le] #20 buildbot-checkinstall: install check FAILED
2023-Sep-04 11:53:51 :: [ppc64le] #20 buildbot-worker: install check CANCELLED
2023-Sep-04 11:53:10 :: [x86_64] install check FAILED
2023-Sep-04 11:53:13 :: [i586] install check FAILED
2023-Sep-04 11:53:19 :: [armh] install check FAILED
2023-Sep-04 11:53:40 :: [aarch64] install check FAILED
2023-Sep-04 11:53:51 :: [ppc64le] install check FAILED
2023-Sep-04 11:53:51 :: task #328305 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list