Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IGNORE] Bot test #69326

Draft
wants to merge 2 commits into
base: devel
Choose a base branch
from
Draft

[IGNORE] Bot test #69326

wants to merge 2 commits into from

Conversation

mkrizek
Copy link
Contributor

@mkrizek mkrizek commented May 5, 2020

bot_skip

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 needs_info This issue requires further information. Please answer any outstanding questions. needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. needs_triage Needs a first human triage before being processed. labels May 5, 2020
@mkrizek mkrizek marked this pull request as draft May 5, 2020 08:37
@ansibot

This comment has been minimized.

@mkrizek
Copy link
Contributor Author

mkrizek commented May 5, 2020

bot_skip

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

2 similar comments
@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@ansibot

This comment has been minimized.

@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label May 5, 2020
@mkrizek mkrizek closed this Aug 11, 2020
@mkrizek mkrizek deleted the bot-test branch August 11, 2020 08:33
@ansible ansible locked and limited conversation to collaborators Sep 9, 2020
@mkrizek mkrizek restored the bot-test branch January 29, 2021 13:23
@mkrizek mkrizek reopened this Jan 29, 2021
@mkrizek mkrizek changed the title [DNM] BOT TEST [IGNORE] Bot test Jan 29, 2021
@mkrizek mkrizek self-assigned this Nov 4, 2021
@mkrizek
Copy link
Contributor Author

mkrizek commented Feb 15, 2022

/azp run

@mkrizek mkrizek added the docs_only All changes are to files within the docs/docsite/ directory label Mar 21, 2022
@ansibot
Copy link
Contributor

ansibot commented Mar 21, 2022

Thanks for your Ansible docs contribution! We talk about Ansible documentation on maxtrix at #docs:ansible.im and on libera IRC at #ansible-docs if you ever want to join us and chat about the docs! We meet there on Tuesdays (see the Ansible calendar) and welcome additions to our weekly agenda items - scroll down to find the upcoming agenda and add a comment to put something new on that agenda.

click here for bot help

@ansibot ansibot added stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. and removed needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. labels Mar 21, 2022
@mkrizek mkrizek removed the waiting_on_contributor This would be accepted but there are no plans to actively work on it. label Jul 11, 2022
@ansibot ansibot added needs_triage Needs a first human triage before being processed. and removed needs_triage Needs a first human triage before being processed. labels Nov 9, 2022
@ansibot
Copy link
Contributor

ansibot commented Nov 10, 2022

bot comment

@ansibot ansibot closed this Nov 10, 2022
@mkrizek mkrizek reopened this Nov 10, 2022
@mkrizek mkrizek added the needs_info This issue requires further information. Please answer any outstanding questions. label Nov 14, 2022
@ansibot
Copy link
Contributor

ansibot commented Nov 14, 2022

@mkrizek This PR is waiting for your response. Please respond or the PR will be closed.

click here for bot help

@ansibot ansibot added the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Nov 28, 2022
@ansible ansible deleted a comment from ansibot Nov 28, 2022
@ansible ansible deleted a comment from ansibot Nov 29, 2022
@ansible ansible deleted a comment from ansibot Nov 29, 2022
@ansibot
Copy link
Contributor

ansibot commented Nov 29, 2022

The test ansible-test sanity --test package-data [explain] failed with the error:

Command "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/bin/python /root/ansible/test/sanity/code-smell/package-data.py" returned exit status 1.
>>> Standard Error
Traceback (most recent call last):
  File "/root/ansible/test/sanity/code-smell/package-data.py", line 405, in <module>
    main()
  File "/root/ansible/test/sanity/code-smell/package-data.py", line 382, in main
    sdist_path = create_sdist(tmp_dir)
                 ^^^^^^^^^^^^^^^^^^^^^
  File "/root/ansible/test/sanity/code-smell/package-data.py", line 187, in create_sdist
    raise Exception('make snapshot failed:\n%s' % stderr)
Exception: make snapshot failed:
docs/man/man1/ansible-console.1.rst:46: (WARNING/2) Bullet list ends without a blank line; unexpected unindent.
ERROR! Unexpected Exception, this is probably a bug: invalid syntax (task_executor.py, line 41)
Traceback (most recent call last):
  File "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/lib/python3.11/site-packages/antsibull_changelog/cli.py", line 267, in run
    return arguments.func(arguments)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/lib/python3.11/site-packages/antsibull_changelog/cli.py", line 524, in command_release
    plugins = load_plugins(paths=paths, collection_details=collection_details,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/lib/python3.11/site-packages/antsibull_changelog/plugins.py", line 498, in load_plugins
    plugins_data = _refresh_plugin_cache(paths, collection_details, version, use_ansible_doc)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/lib/python3.11/site-packages/antsibull_changelog/plugins.py", line 453, in _refresh_plugin_cache
    _load_plugins_2_13(plugins_data, paths, 'ansible.builtin')
  File "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/lib/python3.11/site-packages/antsibull_changelog/plugins.py", line 361, in _load_plugins_2_13
    data = run_ansible_doc_metadata_dump(paths, playbook_dir, collection_name)['all']
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.package-data/3.11/b269f971/lib/python3.11/site-packages/antsibull_changelog/plugins.py", line 285, in run_ansible_doc_metadata_dump
    output = subprocess.check_output(command)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 465, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 569, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ansible-doc', '--metadata-dump', 'ansible.builtin']' returned non-zero exit status 250.
make: *** [Makefile:144: changelog] Error 1

The test ansible-test sanity --test docs-build [explain] failed with the error:

Command "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/bin/python /root/ansible/test/sanity/code-smell/docs-build.py" returned exit status 1.
>>> Standard Error
Command 'make core_singlehtmldocs' failed with status code: 2
--> Standard Output
Creating symlinks in core_structure
ln -sf ../rst/core_index.rst rst/index.rst
ln -sf ../dev_guide/core_index.rst rst/dev_guide/index.rst
ln -sf ../sphinx_conf/core_conf.py rst/conf.py
../../hacking/build-ansible.py collection-meta --template-file=../templates/collections_galaxy_meta.rst.j2 --output-dir=rst/dev_guide/  ../../lib/ansible/galaxy/data/collections_galaxy_meta.yml
../../hacking/build-ansible.py document-config --template-file=../templates/config.rst.j2 --output-dir=rst/reference_appendices/  ../../lib/ansible/config/base.yml
mkdir -p rst/cli
../../hacking/build-ansible.py generate-man --template-file=../templates/cli_rst.j2 --output-dir=rst/cli/ --output-format rst  ../../lib/ansible/cli/*.py
../../hacking/build-ansible.py document-keywords --template-dir=../templates --output-dir=rst/reference_appendices/ ../../lib/ansible/keyword_desc.yml 
../../hacking/build-ansible.py docs-build core -o rst
--> Standard Error
Traceback (most recent call last):
  File "/root/ansible/docs/docsite/../../hacking/build-ansible.py", line 103, in <module>
    main()
  File "/root/ansible/docs/docsite/../../hacking/build-ansible.py", line 92, in main
    retval = command.main(args)
             ^^^^^^^^^^^^^^^^^^
  File "/root/ansible/hacking/build_library/build_ansible/command_plugins/docs_build.py", line 251, in main
    return generate_core_docs(args)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/ansible/hacking/build_library/build_ansible/command_plugins/docs_build.py", line 135, in generate_core_docs
    return antsibull_docs.run(['antsibull-docs', 'stable', '--deps-file', modified_deps_file,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/antsibull_docs/cli/antsibull_docs.py", line 453, in run
    return ARGS_MAP[parsed_args.command]()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/antsibull_docs/cli/doc_commands/stable.py", line 511, in generate_docs
    return generate_docs_for_all_collections(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/antsibull_docs/cli/doc_commands/stable.py", line 340, in generate_docs_for_all_collections
    plugin_info, collection_metadata = asyncio_run(get_ansible_plugin_info(
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 650, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/antsibull_docs/docs_parsing/parsing.py", line 79, in get_ansible_plugin_info
    return await ansible_doc_core_213_get_ansible_plugin_info(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/antsibull_docs/docs_parsing/ansible_doc_core_213.py", line 67, in get_ansible_plugin_info
    dump_metadata_cmd = venv_ansible_doc('--metadata-dump', '--no-fail-on-errors')
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/sh.py", line 1524, in __call__
    return RunningCommand(cmd, call_args, stdin, stdout, stderr)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/sh.py", line 788, in __init__
    self.wait()
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/sh.py", line 845, in wait
    self.handle_command_exit_code(exit_code)
  File "/root/.ansible/test/venv/sanity.docs-build/3.11/1bde191b/lib/python3.11/site-packages/sh.py", line 869, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_250: 

  RAN: /tmp/tmpciif9jnt/ansible-core-venv/bin/ansible-doc -vvv --metadata-dump --no-fail-on-errors

  STDOUT:
ansible-doc [core 2.15.0.dev0]
  config file = /root/ansible/test/lib/ansible_test/_data/ansible.cfg
  configured module search path = ['/dev/null']
  ansible python module location = /tmp/tmpciif9jnt/ansible-core-venv/lib/python3.11/site-packages/ansible
  ansible collection location = /tmp/tmpciif9jnt/installed
  executable location = /tmp/tmpciif9jnt/ansible-core-venv/bin/ansible-doc
  python version = 3.11.0 (main, Oct 24 2022, 19:55:51) [GCC 9.4.0] (/tmp/tmpciif9jnt/ansible-core-venv/bin/python)
  jinja version = 3.1.2
  libyaml = True
Using /root/ansible/test/lib/ansible_test/_data/ansible.cfg as config file
the full traceback was:

Traceback (most recent call last):
  File "/tmp/tmpciif9jnt/ansible-core-venv/lib/python3.11/site-packa... (2379 more, please see e.stdout)

  STDERR:
ERROR! Unexpected Exception, this is probably a bug: invalid syntax (task_executor.py, line 41)

make: *** [Makefile:214: core_plugins] Error 1

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Command "ansible-doc -t strategy debug free host_pinned linear" returned exit status 1.
>>> Standard Error
ERROR! strategy debug missing documentation (or could not parse documentation): invalid syntax (task_executor.py, line 41)

The test ansible-test sanity --test pylint [explain] failed with 1 error:

test/units/executor/test_task_executor.py:27:0: syntax-error: Cannot import 'ansible.executor.task_executor' due to 'invalid syntax (<unknown>, line 41)'

The test ansible-test sanity --test pylint [explain] failed with 4 errors:

lib/ansible/executor/process/worker.py:29:0: syntax-error: Cannot import 'ansible.executor.task_executor' due to 'invalid syntax (<unknown>, line 41)'
lib/ansible/executor/task_executor.py:41:102: syntax-error: Parsing failed: 'invalid syntax (<unknown>, line 41)'
lib/ansible/playbook/included_file.py:26:0: syntax-error: Cannot import 'ansible.executor.task_executor' due to 'invalid syntax (<unknown>, line 41)'
test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/connection/persistent.py:30:0: syntax-error: Cannot import 'ansible.executor.task_executor' due to 'invalid syntax (<unknown>, line 41)'

The test ansible-test sanity --test import --python 3.9 [explain] failed with 8 errors:

lib/ansible/executor/process/worker.py:29:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/executor/task_executor.py:41:102: traceback: SyntaxError: invalid syntax (at test/lib/ansible_test/_util/target/sanity/import/importer.py:300:0)
lib/ansible/playbook/included_file.py:26:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/__init__.py:41:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/debug.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/free.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/host_pinned.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/linear.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)

The test ansible-test sanity --test import --python 3.11 [explain] failed with 8 errors:

lib/ansible/executor/process/worker.py:29:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/executor/task_executor.py:41:102: traceback: SyntaxError: invalid syntax (at test/lib/ansible_test/_util/target/sanity/import/importer.py:300:0)
lib/ansible/playbook/included_file.py:26:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/__init__.py:41:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/debug.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/free.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/host_pinned.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/linear.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)

The test ansible-test sanity --test import --python 3.10 [explain] failed with 8 errors:

lib/ansible/executor/process/worker.py:29:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/executor/task_executor.py:41:102: traceback: SyntaxError: invalid syntax (at test/lib/ansible_test/_util/target/sanity/import/importer.py:300:0)
lib/ansible/playbook/included_file.py:26:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/__init__.py:41:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/debug.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/free.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/host_pinned.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)
lib/ansible/plugins/strategy/linear.py:0:0: traceback: SyntaxError: invalid syntax (at lib/ansible/executor/task_executor.py:41:102)

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

lib/ansible/executor/task_executor.py:41:102: SyntaxError: RETURN_VARS = [x for x in C.MAGIC_VARIABLE_MAPPING.items() if 'become' not in x and '_pass' not in x]syntax_error

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

lib/ansible/executor/task_executor.py:41:102: SyntaxError: RETURN_VARS = [x for x in C.MAGIC_VARIABLE_MAPPING.items() if 'become' not in x and '_pass' not in x]syntax_error

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

lib/ansible/executor/task_executor.py:41:102: SyntaxError: RETURN_VARS = [x for x in C.MAGIC_VARIABLE_MAPPING.items() if 'become' not in x and '_pass' not in x]syntax_error

click here for bot help

@mkrizek
Copy link
Contributor Author

mkrizek commented Jan 3, 2023

/azp run

2 similar comments
@mkrizek
Copy link
Contributor Author

mkrizek commented Jan 3, 2023

/azp run

@mkrizek
Copy link
Contributor Author

mkrizek commented Jan 3, 2023

/azp run

@mkrizek
Copy link
Contributor Author

mkrizek commented Jan 4, 2023

bot_broken

@ansibot ansibot added the bot_broken The bot is misbehaving. NOT for failing CI. A staff member will investigate. label Jan 4, 2023
@mkrizek
Copy link
Contributor Author

mkrizek commented Jan 4, 2023

!bot_broken

@ansibot ansibot removed the bot_broken The bot is misbehaving. NOT for failing CI. A staff member will investigate. label Jan 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 docs_only All changes are to files within the docs/docsite/ directory needs_info This issue requires further information. Please answer any outstanding questions. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. small_patch stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. support:core This issue/PR relates to code supported by the Ansible Engineering Team. WIP This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants