Created
June 12, 2023 13:43
-
-
Save maroskukan/484e2bb24f9c5d2c790e57b198f0204e to your computer and use it in GitHub Desktop.
Ansible Support VS Code Initial Logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Container engine set to: 'podman' | |
[Error - 6:38:57 AM] Volume mount source path '' does not exist. Ignoring this volume mount entry. | |
check for container image with command: 'podman image inspect ghcr.io/ansible/creator-ee:latest' | |
time="2023-06-12T06:38:59-07:00" level=warning msg="\"/\" is not a shared mount, this could cause issues or missing mounts with rootless containers" | |
Error: inspecting object: ghcr.io/ansible/creator-ee:latest: image not known | |
'ghcr.io/ansible/creator-ee:latest' image inspection failed, image assumed to be corrupted or missing | |
Pulling image 'ghcr.io/ansible/creator-ee:latest' with pull-policy 'missing' and image-tag 'latest' | |
Running pull command: 'podman pull ghcr.io/ansible/creator-ee:latest' | |
Trying to pull ghcr.io/ansible/creator-ee:latest... | |
Getting image source signatures | |
Copying blob sha256:8a15a2562b01a3b98b3edc5896763b82dae0dc917d7a28055299e6039b488d68 | |
Copying blob sha256:6187171360f1c89baa94d9f5a34180f69a919b0d3976973bb96455acba735eca | |
Copying blob sha256:63441b9a901c006caf94c5997dacb1fd652022d29708a044e75b559daac40ec5 | |
Copying blob sha256:4ecc884aa117d7771f3432973d6c22d2a2b1c515a8e70db4e6a439b4296c9fd0 | |
Copying blob sha256:f98375876792b8751386225ff412c4e24cd5dc92ee6eeda386485f3d4afce920 | |
Copying blob sha256:9ab62bc3d3c571f1286c54e627b64ac5ba5c6f8c3262f2c6387214b33fcd0427 | |
Copying blob sha256:f02a42bc005e44b749584141cbdc13f1860f7950e743aaab464a10ff2505863c | |
Copying blob sha256:7dae3462cca19b9057277b5274055a763e89bdbd8870d8af74020b461b98055e | |
Copying blob sha256:46326845a88ea91312c9051476360027c0fe457e09b626959c3d35d0af0aa340 | |
Copying blob sha256:27207d7cbaf6ce1795277eb169eb702e80a36aa34176071ebc770c8fd950d4fa | |
Copying blob sha256:d65200775230f7030ad63820e62a74f628b65869d663e6bf21ea46f4017eb0d6 | |
Copying blob sha256:73e239dc11fc7e58c538dbcfe5ebac452d00216ccd21ec7ee3d91d9b84c25812 | |
Copying blob sha256:3dd6d38170ebd3d9f88b7c71960ad09ae774f87a4a7d1b1f939e15571a94cbf4 | |
Copying config sha256:f43046ebd79c9c17fabd52c919793b5cac05dbeabc873e05ba9f68c909f3daab | |
Writing manifest to image destination | |
Storing signatures | |
[Info - 6:39:44 AM] Container image 'ghcr.io/ansible/creator-ee:latest' pull successful | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_14592912-9ef8-42a8-bf79-e6946f01241b ghcr.io/ansible/creator-ee:latest command -v ansible-lint | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_c07b40c2-5be8-4321-837d-991e992ce686 ghcr.io/ansible/creator-ee:latest ansible-config dump | |
Path for lint: /usr/local/bin/ansible-lint | |
Validating using ansible-lint | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_48e7533b-a793-4530-a802-a32871b92d89 ghcr.io/ansible/creator-ee:latest ansible-lint --offline --nocolor -f codeclimate "/mnt/c/users/mk/code/maroskukan/ansible-demo/playbook.yml" | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_4e0cf69f-749e-4b88-b2b5-c4f295c2703c ghcr.io/ansible/creator-ee:latest ansible --version | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_6449e7d5-11c6-43e6-b204-23b82db5aee4 ghcr.io/ansible/creator-ee:latest python3 -c "import sys; print(sys.path, end=\"\")" | |
podman images ghcr.io/ansible/creator-ee:latest --format="{{.ID}}" | head -n 1 | |
Error: inspecting object: no such object: "ghcr_io_ansible_creator_ee_latest" | |
clean up container not required as container with name ghcr_io_ansible_creator_ee_latest does not exist | |
run container with command 'podman run --rm -it -d -e ANSIBLE_FORCE_COLOR=0 --name ghcr_io_ansible_creator_ee_latest ghcr.io/ansible/creator-ee:latest bash' | |
time="2023-06-12T06:39:54-07:00" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_bfa83bbd-d131-4953-85fe-c8da564e4501 ghcr.io/ansible/creator-ee:latest python3 --version | |
Identified plugin paths by AnsibleConfig service: | |
collections_paths: /home/runner/.ansible/collections,/usr/share/ansible/collections,,/usr/lib64/python311.zip,/usr/lib64/python3.11,/usr/lib64/python3.11/lib-dynload,/usr/local/lib64/python3.11/site-packages,/usr/local/lib/python3.11/site-packages,/usr/lib64/python3.11/site-packages,/usr/lib/python3.11/site-packages | |
module_locations: /home/runner/.ansible/plugins/modules,/usr/share/ansible/plugins/modules,/usr/local/lib/python3.11/site-packages/ansible/modules | |
[Info - 6:39:54 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /home/runner/.ansible/collections/ansible_collections | |
ls: cannot access '/home/runner/.ansible/collections/ansible_collections': No such file or directory | |
[Error - 6:39:55 AM] [object Object] | |
[Info - 6:39:55 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/share/ansible/collections/ansible_collections | |
Copying plugins from container to local cache path podman cp ghcr_io_ansible_creator_ee_latest:/usr/share/ansible/collections /home/user/.cache/ansible-language-server/ghcr_io_ansible_creator_ee_latest/f43046ebd79c/usr/share/ansible | |
[Info - 6:39:55 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/lib64/python311.zip/ansible_collections | |
ls: cannot access '/usr/lib64/python311.zip/ansible_collections': No such file or directory | |
[Error - 6:39:56 AM] [object Object] | |
[Info - 6:39:56 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/lib64/python3.11/ansible_collections | |
ls: cannot access '/usr/lib64/python3.11/ansible_collections': No such file or directory | |
[Error - 6:39:57 AM] [object Object] | |
[Info - 6:39:57 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/lib64/python3.11/lib-dynload/ansible_collections | |
ls: cannot access '/usr/lib64/python3.11/lib-dynload/ansible_collections': No such file or directory | |
[Error - 6:39:58 AM] [object Object] | |
[Info - 6:39:58 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/local/lib64/python3.11/site-packages/ansible_collections | |
ls: cannot access '/usr/local/lib64/python3.11/site-packages/ansible_collections': No such file or directory | |
[Error - 6:39:59 AM] [object Object] | |
[Info - 6:39:59 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/local/lib/python3.11/site-packages/ansible_collections | |
ls: cannot access '/usr/local/lib/python3.11/site-packages/ansible_collections': No such file or directory | |
[Error - 6:40:00 AM] [object Object] | |
[Info - 6:40:00 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/lib64/python3.11/site-packages/ansible_collections | |
ls: cannot access '/usr/lib64/python3.11/site-packages/ansible_collections': No such file or directory | |
[Error - 6:40:01 AM] [object Object] | |
[Info - 6:40:01 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/lib/python3.11/site-packages/ansible_collections | |
ls: cannot access '/usr/lib/python3.11/site-packages/ansible_collections': No such file or directory | |
[Error - 6:40:02 AM] [object Object] | |
[Info - 6:40:02 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /home/runner/.ansible/plugins/ | |
ls: cannot access '/home/runner/.ansible/plugins/': No such file or directory | |
[Error - 6:40:03 AM] [object Object] | |
[Info - 6:40:03 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/share/ansible/plugins/ | |
ls: cannot access '/usr/share/ansible/plugins/': No such file or directory | |
[Error - 6:40:04 AM] [object Object] | |
[Info - 6:40:04 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/local/lib/python3.11/site-packages/ansible/plugins/ | |
Copying plugins from container to local cache path podman cp ghcr_io_ansible_creator_ee_latest:/usr/local/lib/python3.11/site-packages/ansible/plugins /home/user/.cache/ansible-language-server/ghcr_io_ansible_creator_ee_latest/f43046ebd79c/usr/local/lib/python3.11/site-packages/ansible | |
[Info - 6:40:05 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /home/runner/.ansible/plugins/modules/ | |
ls: cannot access '/home/runner/.ansible/plugins/modules/': No such file or directory | |
[Error - 6:40:07 AM] [object Object] | |
[Info - 6:40:07 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/share/ansible/plugins/modules/ | |
ls: cannot access '/usr/share/ansible/plugins/modules/': No such file or directory | |
[Error - 6:40:08 AM] [object Object] | |
[Info - 6:40:08 AM] Executing command podman exec ghcr_io_ansible_creator_ee_latest ls /usr/local/lib/python3.11/site-packages/ansible/modules/ | |
Copying plugins from container to local cache path podman cp ghcr_io_ansible_creator_ee_latest:/usr/local/lib/python3.11/site-packages/ansible/modules /home/user/.cache/ansible-language-server/ghcr_io_ansible_creator_ee_latest/f43046ebd79c/usr/local/lib/python3.11/site-packages/ansible | |
Copied plugin paths by ExecutionEnvironment service: | |
collections_paths: /home/user/.cache/ansible-language-server/ghcr_io_ansible_creator_ee_latest/f43046ebd79c/usr/share/ansible/collections,/home/user/.cache/ansible-language-server/ghcr_io_ansible_creator_ee_latest/f43046ebd79c | |
module_locations: /home/user/.cache/ansible-language-server/ghcr_io_ansible_creator_ee_latest/f43046ebd79c/usr/local/lib/python3.11/site-packages/ansible/modules | |
time="2023-06-12T06:40:21-07:00" level=warning msg="StopSignal SIGTERM failed to stop container ghcr_io_ansible_creator_ee_latest in 10 seconds, resorting to SIGKILL" | |
Error: no container with ID or name "ghcr_io_ansible_creator_ee_latest" found: no such container | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_a4c1fed0-6f5c-4754-ac13-f6bad8365a4e ghcr.io/ansible/creator-ee:latest python3 -c "import sys; print(sys.executable)" | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_8b2530bc-ccae-45f9-a8f3-ed64860184ea ghcr.io/ansible/creator-ee:latest ansible-lint --version | |
container engine invocation: podman run --rm --workdir /mnt/c/users/mk/code/maroskukan/ansible-demo -v /mnt/c/users/mk/code/maroskukan/ansible-demo:/mnt/c/users/mk/code/maroskukan/ansible-demo -e ANSIBLE_FORCE_COLOR=0 --group-add=root --ipc=host --quiet --name als_bbf3695b-0c9a-428d-9535-afee36c05f2f ghcr.io/ansible/creator-ee:latest command -v ansible-lint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment