* [#343835] [test-only] FAILED python3-module-typer.git=0.11.0-alt1
@ 2024-03-28 12:30 Girar awaiter (dutyrok)
2024-03-28 13:17 ` [#343835] TESTED (try 2) python3-module-typer.git=0.11.0-alt1 Girar awaiter (dutyrok)
2024-03-28 14:52 ` [#343835] DONE (try 3) python3-module-typer.git=0.11.0-alt1 Girar pender (dutyrok)
0 siblings, 2 replies; 3+ messages in thread
From: Girar awaiter (dutyrok) @ 2024-03-28 12:30 UTC (permalink / raw)
To: Alexandr Shashkin; +Cc: sisyphus-incominger, girar-builder-sisyphus
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 24617 bytes --]
https://git.altlinux.org/tasks/343835/logs/events.1.1.log
subtask name aarch64 i586 ppc64le x86_64
#100 python3-module-typer failed failed failed failed
2024-Mar-28 12:29:12 :: test-only task #343835 for sisyphus started by dutyrok:
#100 build 0.11.0-alt1 from /people/dutyrok/packages/python3-module-typer.git fetched at 2024-Mar-28 12:29:05
2024-Mar-28 12:29:14 :: [i586] #100 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 12:29:14 :: [ppc64le] #100 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 12:29:14 :: [aarch64] #100 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 12:29:14 :: [x86_64] #100 python3-module-typer.git 0.11.0-alt1: build start
[x86_64] > assert "Secondary Arguments" in result.output
[x86_64] E AssertionError: assert 'Secondary Arguments' in 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n'
[x86_64] E + where 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n' = <Result okay>.output
[x86_64] --
[x86_64] > assert "Create a new user. ✨" in result.output
[x86_64] E AssertionError: assert 'Create a new user. ✨' in 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n'
[x86_64] E + where 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n' = <Result okay>.output
[x86_64] --
[x86_64] > assert "Secondary Arguments" in result.output
[x86_64] E AssertionError: assert 'Secondary Arguments' in 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n'
[x86_64] E + where 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n' = <Result okay>.output
[x86_64] --
[x86_64] > assert "Create a new user. ✨" in result.output
[x86_64] E AssertionError: assert 'Create a new user. ✨' in 'Usage: create [OPTIONS] USERNAME\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n USERNAME [requir...llation.\n --help Show this message and exit.\n\n Made with :heart: in [blue]Venus[/blue]\n'
[x86_64] E + where 'Usage: create [OPTIONS] USERNAME\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n USERNAME [requir...llation.\n --help Show this message and exit.\n\n Made with :heart: in [blue]Venus[/blue]\n' = <Result okay>.output
[x86_64] --
[x86_64] > assert "Customization and Utils" in result.output
[x86_64] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[x86_64] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[x86_64] --
[x86_64] > assert "Customization and Utils" in result.output
[x86_64] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[x86_64] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[x86_64] --
[x86_64] assert "print(name + 3)" in result.stderr
[x86_64] assert 'TypeError: can only concatenate str (not "int") to str' in result.stderr
[x86_64] > assert "name = 'morty'" in result.stderr
[x86_64] E assert "name = 'morty'" in 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n'
[x86_64] E + where 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n' = CompletedProcess(args=['/usr/src/RPM/BUILD/python3-module-typer-0.11.0/.run_venv/bin/python3', '/usr/src/RPM/BUILD/pyt...ine 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n').stderr
[x86_64] tests/test_tutorial/test_exceptions/test_tutorial003.py:26: AssertionError
[x86_64] ======================================================= short test summary info =======================================================
[x86_64] FAILED tests/test_tutorial/test_arguments/test_help/test_tutorial007_an.py::test_help - AssertionError: assert 'Secondary Arguments'...
[x86_64] FAILED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help - AssertionError: assert 'Create a new shiny user....
2024-Mar-28 12:29:42 :: [x86_64] python3-module-typer.git 0.11.0-alt1: remote: build failed
2024-Mar-28 12:29:42 :: [x86_64] #100 python3-module-typer.git 0.11.0-alt1: build FAILED
2024-Mar-28 12:29:42 :: [x86_64] requesting cancellation of task processing
[i586] > assert "(deprecated)" in result.output
[i586] E AssertionError: assert '(deprecated)' in 'Usage: root delete [OPTIONS] USERNAME\n\n (Deprecated) Delete a user.\n\n This is deprecated and will stop being supported soon.\n\nArguments:\n USERNAME [required]\n\nOptions:\n --help Show this message and exit.\n'
[i586] E + where 'Usage: root delete [OPTIONS] USERNAME\n\n (Deprecated) Delete a user.\n\n This is deprecated and will stop being supported soon.\n\nArguments:\n USERNAME [required]\n\nOptions:\n --help Show this message and exit.\n' = <Result okay>.output
[i586] --
[i586] > assert "Create a new user. ✨" in result.output
[i586] E AssertionError: assert 'Create a new user. ✨' in 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n'
[i586] E + where 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n' = <Result okay>.output
[i586] --
[i586] > assert "Secondary Arguments" in result.output
[i586] E AssertionError: assert 'Secondary Arguments' in 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n'
[i586] E + where 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n' = <Result okay>.output
[i586] --
[i586] > assert "Customization and Utils" in result.output
[i586] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[i586] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[i586] --
[i586] > assert "Customization and Utils" in result.output
[i586] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[i586] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[i586] --
[i586] > assert "Create a new user. ✨" in result.output
[i586] E AssertionError: assert 'Create a new user. ✨' in 'Usage: create [OPTIONS] USERNAME\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n USERNAME [requir...llation.\n --help Show this message and exit.\n\n Made with :heart: in [blue]Venus[/blue]\n'
[i586] E + where 'Usage: create [OPTIONS] USERNAME\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n USERNAME [requir...llation.\n --help Show this message and exit.\n\n Made with :heart: in [blue]Venus[/blue]\n' = <Result okay>.output
[i586] --
[i586] assert "print(name + 3)" in result.stderr
[i586] assert 'TypeError: can only concatenate str (not "int") to str' in result.stderr
[i586] > assert "name = 'morty'" in result.stderr
[i586] E assert "name = 'morty'" in 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n'
[i586] E + where 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n' = CompletedProcess(args=['/usr/src/RPM/BUILD/python3-module-typer-0.11.0/.run_venv/bin/python3', '/usr/src/RPM/BUILD/pyt...ine 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n').stderr
[i586] tests/test_tutorial/test_exceptions/test_tutorial003.py:26: AssertionError
[i586] --
[i586] ======================================================= short test summary info =======================================================
[i586] FAILED tests/test_tutorial/test_arguments/test_help/test_tutorial007_an.py::test_help - AssertionError: assert 'Secondary Arguments'...
[i586] FAILED tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_help - AssertionError: assert 'Create a new shinny u...
2024-Mar-28 12:29:43 :: [i586] python3-module-typer.git 0.11.0-alt1: remote: build failed
2024-Mar-28 12:29:43 :: [i586] #100 python3-module-typer.git 0.11.0-alt1: build FAILED
[aarch64] > assert "Delete a user with USERNAME." in result.output
[aarch64] E AssertionError: assert 'Delete a user with USERNAME.' in 'Usage: root delete [OPTIONS] USERNAME\n\n [bold red]Delete[/bold red] a user with [italic]USERNAME[/italic].\n\nArgu...[/bold red] :boom:\n [default: no-force]\n --help Show this message and exit.\n'
[aarch64] E + where 'Usage: root delete [OPTIONS] USERNAME\n\n [bold red]Delete[/bold red] a user with [italic]USERNAME[/italic].\n\nArgu...[/bold red] :boom:\n [default: no-force]\n --help Show this message and exit.\n' = <Result okay>.output
[aarch64] --
[aarch64] > assert "Delete a user with USERNAME." in result.output
[aarch64] E AssertionError: assert 'Delete a user with USERNAME.' in 'Usage: root delete [OPTIONS] USERNAME\n\n **Delete** a user with *USERNAME*.\n\nArguments:\n USERNAME The username... --no-force Force the **deletion** :boom: [default: no-force]\n --help Show this message and exit.\n'
[aarch64] E + where 'Usage: root delete [OPTIONS] USERNAME\n\n **Delete** a user with *USERNAME*.\n\nArguments:\n USERNAME The username... --no-force Force the **deletion** :boom: [default: no-force]\n --help Show this message and exit.\n' = <Result okay>.output
[aarch64] --
[aarch64] > assert "Customization and Utils" in result.output
[aarch64] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[aarch64] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[aarch64] --
[aarch64] > assert "Customization and Utils" in result.output
[aarch64] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[aarch64] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[aarch64] --
[aarch64] > assert "Create a new user. ✨" in result.output
[aarch64] E AssertionError: assert 'Create a new user. ✨' in 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n'
[aarch64] E + where 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n' = <Result okay>.output
[aarch64] --
[aarch64] > assert "Secondary Arguments" in result.output
[aarch64] E AssertionError: assert 'Secondary Arguments' in 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n'
[aarch64] E + where 'Usage: root create [OPTIONS] USERNAME [LASTNAME]\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n U...r\n --favorite-color TEXT The favorite color of the new user\n --help Show this message and exit.\n' = <Result okay>.output
[aarch64] --
[aarch64] > assert "Create a new user. ✨" in result.output
[aarch64] E AssertionError: assert 'Create a new user. ✨' in 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...port [yellow]Report[/yellow] an issue.\n sync [blue]Synchronize[/blue] the system or something fancy like that.\n'
[aarch64] E + where 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...port [yellow]Report[/yellow] an issue.\n sync [blue]Synchronize[/blue] the system or something fancy like that.\n' = <Result okay>.output
[aarch64] --
[aarch64] assert "print(name + 3)" in result.stderr
[aarch64] assert 'TypeError: can only concatenate str (not "int") to str' in result.stderr
[aarch64] > assert "name = 'morty'" in result.stderr
[aarch64] E assert "name = 'morty'" in 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n'
[aarch64] E + where 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n' = CompletedProcess(args=['/usr/src/RPM/BUILD/python3-module-typer-0.11.0/.run_venv/bin/python3', '/usr/src/RPM/BUILD/pyt...ine 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n').stderr
[aarch64] tests/test_tutorial/test_exceptions/test_tutorial003.py:26: AssertionError
2024-Mar-28 12:29:59 :: [aarch64] python3-module-typer.git 0.11.0-alt1: remote: build failed
2024-Mar-28 12:29:59 :: [aarch64] #100 python3-module-typer.git 0.11.0-alt1: build FAILED
[ppc64le] E AssertionError: assert 'Create a new shiny user. ✨' in 'Usage: root create [OPTIONS] USERNAME\n\n [bold green]Create[/bold green] a new [italic]shiny[/italic] user. :sparkl... USERNAME The username to be [green]created[/green] [required]\n\nOptions:\n --help Show this message and exit.\n'
[ppc64le] E + where 'Usage: root create [OPTIONS] USERNAME\n\n [bold green]Create[/bold green] a new [italic]shiny[/italic] user. :sparkl... USERNAME The username to be [green]created[/green] [required]\n\nOptions:\n --help Show this message and exit.\n' = <Result okay>.output
[ppc64le] --
[ppc64le] > assert "Create a new shinny user. ✨" in result.output
[ppc64le] E AssertionError: assert 'Create a new shinny user. ✨' in 'Usage: root create [OPTIONS] USERNAME\n\n **Create** a new *shinny* user. :sparkles:\n\n * Create a username\n\n *...rguments:\n USERNAME The username to be **created** [required]\n\nOptions:\n --help Show this message and exit.\n'
[ppc64le] E + where 'Usage: root create [OPTIONS] USERNAME\n\n **Create** a new *shinny* user. :sparkles:\n\n * Create a username\n\n *...rguments:\n USERNAME The username to be **created** [required]\n\nOptions:\n --help Show this message and exit.\n' = <Result okay>.output
[ppc64le] --
[ppc64le] > assert "Create a new user. ✨" in result.output
[ppc64le] E AssertionError: assert 'Create a new user. ✨' in 'Usage: create [OPTIONS] USERNAME\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n USERNAME [requir...llation.\n --help Show this message and exit.\n\n Made with :heart: in [blue]Venus[/blue]\n'
[ppc64le] E + where 'Usage: create [OPTIONS] USERNAME\n\n [green]Create[/green] a new user. :sparkles:\n\nArguments:\n USERNAME [requir...llation.\n --help Show this message and exit.\n\n Made with :heart: in [blue]Venus[/blue]\n' = <Result okay>.output
[ppc64le] --
[ppc64le] > assert "Customization and Utils" in result.output
[ppc64le] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[ppc64le] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[ppc64le] --
[ppc64le] > assert "Delete a user with USERNAME." in result.output
[ppc64le] E AssertionError: assert 'Delete a user with USERNAME.' in 'Usage: root delete [OPTIONS] USERNAME\n\n [bold red]Delete[/bold red] a user with [italic]USERNAME[/italic].\n\nArgu...[/bold red] :boom:\n [default: no-force]\n --help Show this message and exit.\n'
[ppc64le] E + where 'Usage: root delete [OPTIONS] USERNAME\n\n [bold red]Delete[/bold red] a user with [italic]USERNAME[/italic].\n\nArgu...[/bold red] :boom:\n [default: no-force]\n --help Show this message and exit.\n' = <Result okay>.output
[ppc64le] --
[ppc64le] > assert "Create a new user. ✨" in result.output
[ppc64le] E AssertionError: assert 'Create a new user. ✨' in 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n'
[ppc64le] E + where 'Usage: root [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --install-completion [bash|zsh|fish|powershell|pwsh]\n ...ge and exit.\n\nCommands:\n config [blue]Configure[/blue] the system.\n create [green]Create[/green] a new user.\n' = <Result okay>.output
[ppc64le] --
[ppc64le] > assert "Customization and Utils" in result.output
[ppc64le] E AssertionError: assert 'Customization and Utils' in 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n'
[ppc64le] E + where 'Usage: main [OPTIONS] NAME\n\n Say hi to NAME, optionally with a --lastname.\n\n If --formal is used, say hi very f... copy it or customize the installation.\n --help Show this message and exit.\n' = <Result okay>.output
[ppc64le] --
[ppc64le] assert "print(name + 3)" in result.stderr
[ppc64le] assert 'TypeError: can only concatenate str (not "int") to str' in result.stderr
[ppc64le] > assert "name = 'morty'" in result.stderr
[ppc64le] E assert "name = 'morty'" in 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n'
[ppc64le] E + where 'Traceback (most recent call last):\n\n File "/usr/src/RPM/BUILD/python3-module-typer-0.11.0/docs_src/exceptions/tuto...line 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n' = CompletedProcess(args=['/usr/src/RPM/BUILD/python3-module-typer-0.11.0/.run_venv/bin/python3', '/usr/src/RPM/BUILD/pyt...ine 8, in main\n print(name + 3)\n ~~~~~^~~\n\nTypeError: can only concatenate str (not "int") to str\n\n').stderr
[ppc64le] tests/test_tutorial/test_exceptions/test_tutorial003.py:26: AssertionError
2024-Mar-28 12:30:03 :: [ppc64le] python3-module-typer.git 0.11.0-alt1: remote: build failed
2024-Mar-28 12:30:03 :: [ppc64le] #100 python3-module-typer.git 0.11.0-alt1: build FAILED
2024-Mar-28 12:29:43 :: [x86_64] build FAILED
2024-Mar-28 12:29:43 :: [i586] build FAILED
2024-Mar-28 12:30:00 :: [aarch64] build FAILED
2024-Mar-28 12:30:03 :: [ppc64le] build FAILED
2024-Mar-28 12:30:03 :: task #343835 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
* [#343835] TESTED (try 2) python3-module-typer.git=0.11.0-alt1
2024-03-28 12:30 [#343835] [test-only] FAILED python3-module-typer.git=0.11.0-alt1 Girar awaiter (dutyrok)
@ 2024-03-28 13:17 ` Girar awaiter (dutyrok)
2024-03-28 14:52 ` [#343835] DONE (try 3) python3-module-typer.git=0.11.0-alt1 Girar pender (dutyrok)
1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (dutyrok) @ 2024-03-28 13:17 UTC (permalink / raw)
To: Alexandr Shashkin; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/343835/logs/events.2.1.log
subtask name aarch64 i586 ppc64le x86_64
#200 python3-module-typer 57 37 59 36
2024-Mar-28 13:13:55 :: test-only task #343835 for sisyphus resumed by dutyrok:
#100 removed
#200 build 0.11.0-alt1 from /people/dutyrok/packages/python3-module-typer.git fetched at 2024-Mar-28 13:09:36
2024-Mar-28 13:13:57 :: [x86_64] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 13:13:57 :: [ppc64le] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 13:13:57 :: [i586] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 13:13:57 :: [aarch64] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 13:14:33 :: [x86_64] #200 python3-module-typer.git 0.11.0-alt1: build OK
2024-Mar-28 13:14:34 :: [i586] #200 python3-module-typer.git 0.11.0-alt1: build OK
2024-Mar-28 13:14:54 :: [aarch64] #200 python3-module-typer.git 0.11.0-alt1: build OK
2024-Mar-28 13:14:56 :: [ppc64le] #200 python3-module-typer.git 0.11.0-alt1: build OK
2024-Mar-28 13:15:05 :: #200: python3-module-typer.git 0.11.0-alt1: build check OK
2024-Mar-28 13:15:07 :: build check OK
2024-Mar-28 13:15:08 :: noarch check OK
2024-Mar-28 13:15:10 :: plan: src +1 -1 =19179, noarch +1 -1 =19795
#200 python3-module-typer 0.9.0-alt2 -> 0.11.0-alt1
Thu Mar 28 2024 Alexandr Shashkin <dutyrok@altlinux> 0.11.0-alt1
- 0.9.0 -> 0.11.0.
2024-Mar-28 13:15:39 :: patched apt indices
2024-Mar-28 13:15:50 :: created next repo
2024-Mar-28 13:16:00 :: duplicate provides check OK
2024-Mar-28 13:16:37 :: dependencies check OK
2024-Mar-28 13:16:51 :: [i586] #200 python3-module-typer: install check OK
2024-Mar-28 13:16:51 :: [x86_64] #200 python3-module-typer: install check OK
2024-Mar-28 13:16:59 :: [aarch64] #200 python3-module-typer: install check OK
2024-Mar-28 13:17:01 :: [ppc64le] #200 python3-module-typer: install check OK
2024-Mar-28 13:17:02 :: gears inheritance check OK
2024-Mar-28 13:17:03 :: srpm inheritance check OK
girar-check-perms: access to python3-module-typer ALLOWED for dutyrok: project leader
check-subtask-perms: #200: python3-module-typer: allowed for dutyrok
2024-Mar-28 13:17:04 :: acl check OK
2024-Mar-28 13:17:23 :: created contents_index files
2024-Mar-28 13:17:30 :: created hash files: noarch src
2024-Mar-28 13:17:34 :: task #343835 for sisyphus TESTED
^ permalink raw reply [flat|nested] 3+ messages in thread
* [#343835] DONE (try 3) python3-module-typer.git=0.11.0-alt1
2024-03-28 12:30 [#343835] [test-only] FAILED python3-module-typer.git=0.11.0-alt1 Girar awaiter (dutyrok)
2024-03-28 13:17 ` [#343835] TESTED (try 2) python3-module-typer.git=0.11.0-alt1 Girar awaiter (dutyrok)
@ 2024-03-28 14:52 ` Girar pender (dutyrok)
1 sibling, 0 replies; 3+ messages in thread
From: Girar pender (dutyrok) @ 2024-03-28 14:52 UTC (permalink / raw)
To: Alexandr Shashkin; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/archive/done/_335/343835/logs/events.3.2.log
2024-Mar-28 14:45:53 :: task #343835 for sisyphus resumed by dutyrok:
#100 removed
#200 build 0.11.0-alt1 from /people/dutyrok/packages/python3-module-typer.git fetched at 2024-Mar-28 13:09:36
2024-Mar-28 14:45:55 :: [x86_64] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 14:45:55 :: [ppc64le] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 14:45:55 :: [aarch64] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 14:45:56 :: [i586] #200 python3-module-typer.git 0.11.0-alt1: build start
2024-Mar-28 14:46:06 :: [x86_64] #200 python3-module-typer.git 0.11.0-alt1: build OK (cached)
2024-Mar-28 14:46:07 :: [i586] #200 python3-module-typer.git 0.11.0-alt1: build OK (cached)
2024-Mar-28 14:46:12 :: [aarch64] #200 python3-module-typer.git 0.11.0-alt1: build OK (cached)
2024-Mar-28 14:46:14 :: [ppc64le] #200 python3-module-typer.git 0.11.0-alt1: build OK (cached)
2024-Mar-28 14:46:24 :: #200: python3-module-typer.git 0.11.0-alt1: build check OK
2024-Mar-28 14:46:27 :: build check OK
2024-Mar-28 14:46:29 :: noarch check OK
2024-Mar-28 14:46:31 :: plan: src +1 -1 =19180, noarch +1 -1 =19795
#200 python3-module-typer 0.9.0-alt2 -> 0.11.0-alt1
Thu Mar 28 2024 Alexandr Shashkin <dutyrok@altlinux> 0.11.0-alt1
- 0.9.0 -> 0.11.0.
2024-Mar-28 14:47:15 :: patched apt indices
2024-Mar-28 14:47:35 :: created next repo
2024-Mar-28 14:47:54 :: duplicate provides check OK
2024-Mar-28 14:49:46 :: dependencies check OK
2024-Mar-28 14:49:59 :: [x86_64] #200 python3-module-typer: install check OK (cached)
2024-Mar-28 14:49:59 :: [i586] #200 python3-module-typer: install check OK (cached)
2024-Mar-28 14:50:06 :: [aarch64] #200 python3-module-typer: install check OK (cached)
2024-Mar-28 14:50:07 :: [ppc64le] #200 python3-module-typer: install check OK (cached)
2024-Mar-28 14:50:08 :: gears inheritance check OK
2024-Mar-28 14:50:09 :: srpm inheritance check OK
girar-check-perms: access to python3-module-typer ALLOWED for dutyrok: project leader
check-subtask-perms: #200: python3-module-typer: allowed for dutyrok
2024-Mar-28 14:50:10 :: acl check OK
2024-Mar-28 14:50:41 :: created contents_index files
2024-Mar-28 14:50:53 :: created hash files: noarch src
2024-Mar-28 14:50:58 :: task #343835 for sisyphus TESTED
2024-Mar-28 14:51:00 :: task is ready for commit
2024-Mar-28 14:51:10 :: repo clone OK
2024-Mar-28 14:51:10 :: packages update OK
2024-Mar-28 14:51:17 :: [noarch] update OK
2024-Mar-28 14:51:17 :: repo update OK
2024-Mar-28 14:51:34 :: repo save OK
2024-Mar-28 14:51:34 :: src index update OK
2024-Mar-28 14:51:34 :: updated /gears/p/python3-module-typer.git branch `sisyphus'
2024-Mar-28 14:52:35 :: gears update OK
2024-Mar-28 14:52:35 :: task #343835 for sisyphus DONE
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-28 14:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 12:30 [#343835] [test-only] FAILED python3-module-typer.git=0.11.0-alt1 Girar awaiter (dutyrok)
2024-03-28 13:17 ` [#343835] TESTED (try 2) python3-module-typer.git=0.11.0-alt1 Girar awaiter (dutyrok)
2024-03-28 14:52 ` [#343835] DONE (try 3) python3-module-typer.git=0.11.0-alt1 Girar pender (dutyrok)
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git