[#413492] FAILED python3-module-FormEncode.git=2.1.1-alt1.2 ...

Girar awaiter (grenka) girar-builder at altlinux.org
Mon Mar 30 02:39:41 MSK 2026


https://git.altlinux.org/tasks/413492/logs/events.1.2.log
https://packages.altlinux.org/tasks/413492

subtask  name                                   aarch64    i586  x86_64
   #100  python3-module-FormEncode                   59      23      23
   #200  python3-module-textual                    1:57  failed  failed
   #300  python3-module-zope.i18n                  1:10      24      25
   #400  python3-module-protobuf                   1:08      35      34
   #500  python3-module-frozenlist                   53      25      25
   #600  python3-module-s3transfer                 1:58    1:01    1:04
   #700  python3-module-testfixtures                 49      23      24
  #1000  python3-module-holidays                   2:23    1:08    1:01
  #1100  python3-module-QtAwesome                  1:13      46      46
  #1200  python3-module-home-assistant-intents       58      26      26

2026-Mar-29 23:36:42 :: task #413492 for sisyphus started by grenka:
#100 build 2.1.1-alt1.2 from /people/grenka/packages/python3-module-FormEncode.git fetched at 2026-Mar-29 20:55:29
#200 build 8.1.1-alt1.1 from /people/grenka/packages/python3-module-textual.git fetched at 2026-Mar-29 20:55:35
#300 build 6.0-alt1.1 from /people/grenka/packages/python3-module-zope.i18n.git fetched at 2026-Mar-29 20:55:37
#400 build 7.34.0-alt1.1 from /people/grenka/packages/python3-module-protobuf.git fetched at 2026-Mar-29 20:55:38
#500 build 1.8.0-alt1.1 from /people/grenka/packages/python3-module-frozenlist.git fetched at 2026-Mar-29 20:55:39
#600 build 0.16.0-alt1.2 from /people/grenka/packages/python3-module-s3transfer.git fetched at 2026-Mar-29 20:55:40
#700 build 11.0.0-alt1.1 from /people/grenka/packages/python3-module-testfixtures.git fetched at 2026-Mar-29 20:55:42
#1000 build 0.90-alt1.1 from /people/grenka/packages/python3-module-holidays.git fetched at 2026-Mar-29 20:55:45
#1100 build 1.4.1-alt1.1 from /people/grenka/packages/python3-module-QtAwesome.git fetched at 2026-Mar-29 20:55:46
#1200 build 2026.1.28-alt1.1 from /people/grenka/packages/python3-module-home-assistant-intents.git fetched at 2026-Mar-29 20:55:49
2026-Mar-29 23:36:42 :: created build repo
2026-Mar-29 23:36:43 :: [x86_64] #100 python3-module-FormEncode.git 2.1.1-alt1.2: build start
2026-Mar-29 23:36:43 :: [aarch64] #100 python3-module-FormEncode.git 2.1.1-alt1.2: build start
2026-Mar-29 23:36:43 :: [i586] #100 python3-module-FormEncode.git 2.1.1-alt1.2: build start
2026-Mar-29 23:37:06 :: [i586] #100 python3-module-FormEncode.git 2.1.1-alt1.2: build OK
2026-Mar-29 23:37:06 :: [i586] #200 python3-module-textual.git 8.1.1-alt1.1: build start
2026-Mar-29 23:37:06 :: [x86_64] #100 python3-module-FormEncode.git 2.1.1-alt1.2: build OK
2026-Mar-29 23:37:06 :: [x86_64] #200 python3-module-textual.git 8.1.1-alt1.1: build start
2026-Mar-29 23:37:42 :: [aarch64] #100 python3-module-FormEncode.git 2.1.1-alt1.2: build OK
2026-Mar-29 23:37:43 :: [aarch64] #200 python3-module-textual.git 8.1.1-alt1.1: build start
[x86_64]         Raises:
[x86_64]             NoActiveAppError: if no active app could be found for the current asyncio context
[x86_64]         try:
[x86_64] >           return active_app.get()
[x86_64] E           LookupError: <ContextVar name='active_app' at 0x7fc49b414a90>
[x86_64] .run_venv/lib64/python3/site-packages/textual/message_pump.py:257: LookupError
[x86_64] --
[x86_64]         Raises:
[x86_64]             NoActiveAppError: if no active app could be found for the current asyncio context
[x86_64]         try:
[x86_64]             return active_app.get()
[x86_64]         except LookupError:
[x86_64]             from textual.app import App
[x86_64] --
[x86_64] =========================== short test summary info ============================
[x86_64] FAILED tests/test_arrange.py::test_arrange_dock_left - textual._context.NoAct...
[x86_64] ============= 1 failed, 2918 passed, 1 skipped, 4 xfailed in 8.32s =============
[x86_64] INFO     : Command's result: FAILURE
[x86_64] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-n', 'auto', '--ignore=tests/snapshot_tests/test_snapshots.py', '--ignore=tests/test_slug.py', '--ignore=tests/text_area/test_languages.py', '-k', 'not textual_env_var']' returned non-zero exit status 1.
2026-Mar-29 23:37:52 :: [x86_64] python3-module-textual.git 8.1.1-alt1.1: remote: build failed
2026-Mar-29 23:37:53 :: [x86_64] #200 python3-module-textual.git 8.1.1-alt1.1: build FAILED
2026-Mar-29 23:37:53 :: [x86_64] requesting cancellation of task processing
[i586]         Raises:
[i586]             NoActiveAppError: if no active app could be found for the current asyncio context
[i586]         try:
[i586] >           return active_app.get()
[i586] E           LookupError: <ContextVar name='active_app' at 0xf5baa328>
[i586] .run_venv/lib/python3/site-packages/textual/message_pump.py:257: LookupError
[i586] --
[i586]         Raises:
[i586]             NoActiveAppError: if no active app could be found for the current asyncio context
[i586]         try:
[i586]             return active_app.get()
[i586]         except LookupError:
[i586]             from textual.app import App
[i586] --
[i586] =========================== short test summary info ============================
[i586] FAILED tests/test_arrange.py::test_arrange_dock_left - textual._context.NoAct...
[i586] ============= 1 failed, 2918 passed, 1 skipped, 4 xfailed in 8.79s =============
[i586] INFO     : Command's result: FAILURE
[i586] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-n', 'auto', '--ignore=tests/snapshot_tests/test_snapshots.py', '--ignore=tests/test_slug.py', '--ignore=tests/text_area/test_languages.py', '-k', 'not textual_env_var']' returned non-zero exit status 1.
2026-Mar-29 23:37:53 :: [i586] python3-module-textual.git 8.1.1-alt1.1: remote: build failed
2026-Mar-29 23:37:53 :: [i586] #200 python3-module-textual.git 8.1.1-alt1.1: build FAILED
2026-Mar-29 23:39:40 :: [aarch64] #200 python3-module-textual.git 8.1.1-alt1.1: build OK
2026-Mar-29 23:39:40 :: [aarch64] task processing CANCELLED
2026-Mar-29 23:37:53 :: [x86_64] build FAILED
2026-Mar-29 23:37:53 :: [i586] build FAILED
2026-Mar-29 23:39:40 :: [aarch64] build FAILED
2026-Mar-29 23:39:40 :: task #413492 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list