Skip to content

Instantly share code, notes, and snippets.

View ssbarnea's full-sized avatar
🎄
Sticking packages under the pypi tree.....

Sorin Sbarnea ssbarnea

🎄
Sticking packages under the pypi tree.....
View GitHub Profile
$ tox -lav
ROOT: will run in automatically provisioned tox, host /Users/ssbarnea/.pyenv/versions/3.11-dev/bin/python is missing [requires (has)]: tox-extra>=1.0.0
ROOT: find interpreter for spec PythonSpec(path=/Users/ssbarnea/.pyenv/versions/3.11-dev/bin/python)
ROOT: proposed PythonInfo(spec=CPython3.11.0.final.0-64, exe=/Users/ssbarnea/.pyenv/versions/3.11-dev/bin/python, platform=darwin, version='3.11.0+ (heads/3.11:4cd5ea62ac, Oct 25 2022, 18:19:49) [Clang 14.0.0 (clang-1400.0.29.102)]', encoding_fs_io=utf-8-utf-8)
ROOT: will run in a automatically provisioned python environment under /Users/ssbarnea/c/a/ansible-lint/.tox/.tox/bin/python
ROOT: provision> .tox/.tox/bin/python -m tox -lav
/Users/ssbarnea/c/a/ansible-lint/.tox/.tox/bin/python: No module named tox
subprocess-tee git:(fix/pkg) ✗ packit build in-mock
2022-11-27 15:56:48.768 base_git.py INFO Using user-defined script for ActionName.post_upstream_clone: [['rm', '-rf', 'dist/*'], ['mkdir', '-p', 'dist'], ['bash', '-c', 'sed -e "s/VERSION_PLACEHOLDER/$(python3 -m setuptools_scm)/" .config/subprocess-tee.spec > dist/subprocess-tee.spec']]
2022-11-27 15:56:48.960 base_git.py INFO Using user-defined script for ActionName.get_current_version: [['python3', '-m', 'setuptools_scm']]
2022-11-27 15:56:49.114 logging.py INFO 0.4.1.dev2
2022-11-27 15:56:49.133 base_git.py INFO Using user-defined script for ActionName.create_archive: [['python3', '-m', 'build', '--sdist', '--outdir', 'dist'], ['sh', '-c', 'ls dist/subprocess-tee-*.tar.gz']]
2022-11-27 15:56:50.613 logging.py INFO running egg_info
2022-11-27 15:56:50.620 logging.py INFO writing src/subprocess_tee.egg-info/PKG-INFO
2022-11-27 15:56:50.621 logging.py INFO writing dependency_links to src/subproce
ssbarnea@m1: ~/c/a/ansible devel ⚡
$ which -a ansible
ansible not found
FAIL: 1
ssbarnea@m1: ~/c/a/ansible devel ⚡
$ pip install -e .
Obtaining file:///Users/ssbarnea/c/a/ansible
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
awcrosby.cisco_ios_test.nested_dir1.nested_dir2.ios_ping
cisco.nxos.storage.nxos_devicealias
cisco.nxos.storage.nxos_vsan
cisco.nxos.storage.nxos_zone_zoneset
community.general.cloud.alicloud.ali_instance
community.general.cloud.alicloud.ali_instance_info
community.general.cloud.atomic.atomic_container
community.general.cloud.atomic.atomic_host
community.general.cloud.atomic.atomic_image
community.general.cloud.centurylink.clc_aa_policy
@ssbarnea
ssbarnea / parallels-tools-install.log
Created October 10, 2022 15:04
Failure to update parallel tools on Ubuntu 22.04 arm64 edition
cat /var/log/parallels
parallels.log parallels-tools-install.log
root@u1:~# cat /var/log/parallels-tools-install.log
'/usr/bin/ptiagent' -> '/usr/lib/parallels-tools/installer/ptiagent-wrapper.sh'
'/usr/bin/ptiagent-cmd' -> '/usr/lib/parallels-tools/installer/ptiagent-cmd'
'/etc/xdg/autostart/ptiagent.desktop' -> '/usr/lib/parallels-tools/tools/ptiagent.desktop'
'/usr/share/gnome/autostart/ptiagent.desktop' -> '/usr/lib/parallels-tools/tools/ptiagent.desktop'
make: Entering directory '/usr/lib/parallels-tools/kmods'
Will use compiler CC="cc".
Compiler version "cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0"
Error: error getting content of manifest list or image quay.io/ansible/creator-ee:latest: error parsing manifest blob "{\"schemaVersion\":2,\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:0ad17cdf82c1b7065c03b6f6f85d46e35c3d7d2c9f7e4cfa54a331672a482217\",\"size\":11544},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar+gzip\",\"digest\":\"sha256:f0a2109a2528cd1cf5eaa3f5867a6771e4a7c28ae7179d7cc67cbcc2b29f21fc\",\"size\":85677235},{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar+gzip\",\"digest\":\"sha256:9f45cf1cd9f2cb569ccf05cdd52214665b0a635f776a8ce4e42e5dfd28f95088\",\"size\":1878},{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar+gzip\",\"digest\":\"sha256:bfd1401568a8346ffcf384bd20bdda89adb0289339936df7e882803a177f374c\",\"size\":29873978},{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar+gzip\",\"digest\":\"sha256:fee18ea417d6bd9b69cbb06f4df2dcc2582b25a4742c582cf85d5c0d21abe078\",\"size\":49499058},{\"mediaType\":\"applicati

current display

task: Available tasks for this project:
* build:        Build the project
* clean:        Clean up all files that not tracked by git
* code:         Forced install of extension in your code instance
* default:      Run most commands
* deps:         Update dependencies
* lint:         Lint the project
nodes:
apple:
orange:
after:
- orange
- cherry # <-- should not be validated as it is not defined as a node!
banana:
$ tox -vvv -e eco
ROOT: 116 D setup logging to NOTSET on pid 49870 [tox/report.py:239]
ROOT: 195 D Popen(['git', 'version'], cwd=/Users/ssbarnea/c/a/ansible-lint, universal_newlines=False, shell=None, istream=None) [git/cmd.py:870]
ROOT: 200 D Popen(['git', 'version'], cwd=/Users/ssbarnea/c/a/ansible-lint, universal_newlines=False, shell=None, istream=None) [git/cmd.py:870]
eco: 231 I find interpreter for spec PythonSpec(path=/Users/ssbarnea/.pyenv/versions/3.10.3/bin/python) [virtualenv/discovery/builtin.py:62]
eco: 231 I proposed PythonInfo(spec=CPython3.10.3.final.0-64, exe=/Users/ssbarnea/.pyenv/versions/3.10.3/bin/python, platform=darwin, version='3.10.3 (main, Apr 14 2022, 23:28:43) [Clang 13.1.6 (clang-1316.0.21.2.3)]', encoding_fs_io=utf-8-utf-8) [virtualenv/discovery/builtin.py:69]
eco: 231 D accepted PythonInfo(spec=CPython3.10.3.final.0-64, exe=/Users/ssbarnea/.pyenv/versions/3.10.3/bin/python, platform=darwin, version='3.10.3 (main, Apr 14 2022, 23:28:43) [Clang 13.1.6 (clang-1316.0.21.2.3)]', enc
$ tox -e linters
linters create: /Users/ssbarnea/c/os/ansible-collection-atmosphere/.tox/linters
linters installdeps: ansible-core, pbr, pyyaml, ansible-lint
linters installed: ansible-compat==2.0.2,ansible-core==2.12.3,ansible-lint==6.0.0,bracex==2.2.1,cffi==1.15.0,commonmark==0.9.1,cryptography==36.0.2,enrich==1.2.7,Jinja2==3.0.3,MarkupSafe==2.1.1,packaging==21.3,pathspec==0.9.0,pbr==5.8.1,pycparser==2.21,Pygments==2.11.2,pyparsing==3.0.7,PyYAML==6.0,resolvelib==0.5.4,rich==12.0.0,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,subprocess-tee==0.3.5,wcmatch==8.3,yamllint==1.26.3
linters run-test-pre: PYTHONHASHSEED='3268242209'
linters run-test-pre: commands[0] | python3 /Users/ssbarnea/c/os/ansible-collection-atmosphere/tools/generate-galaxy-yml.py
linters run-test-pre: commands[1] | ansible-galaxy collection install -f /Users/ssbarnea/c/os/ansible-collection-atmosphere
Starting galaxy collection install process
[WARNING]: Collection at '/Users/ssbarnea/.ansible/collections/ansible_collections/foo/bar' does n