saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
14.1k stars 5.47k forks source link

salt-call hangs on ubuntu 20.04 when a state contains pkg.installed #62645

Closed thatITguy2000 closed 2 years ago

thatITguy2000 commented 2 years ago

Description of Issue

salt-call hangs on ubuntu 20.04 when a state contains pkg.installed and fails to return to the shell when using 3005.1 master and minion

Setup

Any .sls tested with salt-call state.sls on ubuntu 20.04

Steps to Reproduce Issue

Update Ubuntu 20.04 to 3005.1 and perform a salt-call state.sls of any state containing pkg.installed

Versions Report

Salt Version: Salt: 3005

Dependency Versions: cffi: Not Installed cherrypy: Not Installed dateutil: 2.7.3 docker-py: Not Installed gitdb: Not Installed gitpython: Not Installed Jinja2: 2.10.1 libgit2: Not Installed M2Crypto: Not Installed Mako: 1.1.0 msgpack: 0.6.2 msgpack-pure: Not Installed mysql-python: Not Installed pycparser: Not Installed pycrypto: 2.6.1 pycryptodome: 3.6.1 pygit2: Not Installed Python: 3.8.10 (default, Jun 22 2022, 20:18:18) python-gnupg: 0.4.5 PyYAML: 5.3.1 PyZMQ: 18.1.1 smmap: Not Installed timelib: Not Installed Tornado: 4.5.3 ZMQ: 4.3.2

System Versions: dist: ubuntu 20.04 focal locale: utf-8 machine: x86_64 release: 5.15.0-46-generic system: Linux version: Ubuntu 20.04 focal

welcome[bot] commented 2 years ago

Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:

There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!

perfecto25 commented 2 years ago

whats the verbose output of salt call run

thatITguy2000 commented 2 years ago

whats the verbose output of salt call run

salt-call -l debug state.sls ub_autofs_configure [DEBUG ] Reading configuration from /etc/salt/minion [DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf' [DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf [DEBUG ] Using cached minion ID from /etc/salt/minion_id: myhost.mydomain.com [WARNING ] Insecure logging configuration detected! Sensitive data may be logged. [DEBUG ] Configuration file path: /etc/salt/minion [DEBUG ] Grains refresh requested. Refreshing grains. [DEBUG ] Reading configuration from /etc/salt/minion [DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf' [DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf [DEBUG ] The functions from module 'core' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'disks' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'extra' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'lvm' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mdadm' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'minion_process' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'opts' are being loaded by dir() on the loaded module [DEBUG ] Override utils: <module 'salt.loaded.int.grains.zfs' from '/usr/lib/python3/dist-packages/salt/grains/zfs.py'> [DEBUG ] The functions from module 'zfs' are being loaded by dir() on the loaded module [DEBUG ] Elapsed time getting FQDNs: 0.03057575225830078 seconds [DEBUG ] Loading static grains from /etc/salt/grains [DEBUG ] The functions from module 'zfs' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded zfs.is_supported [DEBUG ] Connecting to master. Attempt 1 of 1 [DEBUG ] "mymaster.mydomain.com" Not an IP address? Assuming it is a hostname. [DEBUG ] Master URI: tcp://obfuscated:4506 [DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'myhost.mydomain.com', 'tcp://obfuscated:4506') [DEBUG ] Generated random reconnect delay between '1000ms' and '11000ms' (6303) [DEBUG ] Setting zmq_reconnect_ivl to '6303ms' [DEBUG ] Setting zmq_reconnect_ivl_max to '11000ms' [DEBUG ] salt.crypt.get_rsa_key: Loading private key [DEBUG ] salt.crypt._get_key_with_evict: Loading private key [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem [DEBUG ] SaltEvent PUB socket URI: /var/run/salt/minion/minion_event_4748522595_pub.ipc [DEBUG ] SaltEvent PULL socket URI: /var/run/salt/minion/minion_event_4748522595_pull.ipc [DEBUG ] salt.crypt.get_rsa_pub_key: Loading public key [DEBUG ] Decrypting the current master AES key [DEBUG ] salt.crypt.get_rsa_key: Loading private key [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem [DEBUG ] salt.crypt.get_rsa_pub_key: Loading public key [DEBUG ] salt.crypt.verify_signature: Loading public key [DEBUG ] salt.crypt.get_rsa_pub_key: Loading public key [DEBUG ] salt.crypt.verify_signature: Verifying signature [DEBUG ] <salt.crypt.AsyncAuth object at 0x7f095c45b0d0> Got new master aes key. [DEBUG ] Closing AsyncReqChannel instance [DEBUG ] Connecting the Minion to the Master publish port, using the URI: tcp://obfuscated:4505 [DEBUG ] <salt.transport.zeromq.PublishClient object at 0x7f095c45b220> connecting to tcp://obfuscated:4505 [DEBUG ] Sending event: tag = master_connected; data = {'master': 'mymaster.mydomain.com', '_stamp': '2022-09-08T18:29:51.573960'} [DEBUG ] salt.crypt.get_rsa_key: Loading private key [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem [DEBUG ] Closing IPCMessageClient instance [DEBUG ] Determining pillar cache [DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'myhost.mydomain.com', 'tcp://obfuscated:4506') [DEBUG ] salt.crypt.get_rsa_key: Loading private key [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem [DEBUG ] salt.crypt.verify_signature: Loading public key [DEBUG ] salt.crypt.get_rsa_pub_key: Loading public key [DEBUG ] salt.crypt.verify_signature: Verifying signature [DEBUG ] Closing AsyncReqChannel instance [DEBUG ] The functions from module 'jinja' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded jinja.render [DEBUG ] The functions from module 'yaml' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded yaml.render [DEBUG ] The functions from module 'state' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded state.sls [DEBUG ] The functions from module 'direct_call' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded direct_call.execute [DEBUG ] The functions from module 'saltutil' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded saltutil.is_running [DEBUG ] Override grains__: <module 'salt.loaded.int.module.grains' from '/usr/lib/python3/dist-packages/salt/modules/grains.py'> [DEBUG ] The functions from module 'grains' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded grains.get [DEBUG ] The functions from module 'config' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded config.get [DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'myhost.mydomain.com', 'tcp://obfuscated:4506') [DEBUG ] Gathering pillar data for state run [DEBUG ] Finished gathering pillar data for state run [INFO ] Loading fresh modules for state activity [DEBUG ] The functions from module 'jinja' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded jinja.render [DEBUG ] The functions from module 'yaml' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded yaml.render [DEBUG ] In saltenv 'base', looking at rel_path 'ub_autofs_configure.sls' to resolve 'salt://ub_autofs_configure.sls' [DEBUG ] In saltenv 'base', considering path '/var/cache/salt/minion/files/base/ub_autofs_configure.sls' to resolve 'salt://ub_autofs_configure.sls' [DEBUG ] Fetching file from saltenv 'base', attempting 'salt://ub_autofs_configure.sls' [DEBUG ] No dest file found [INFO ] Fetching file from saltenv 'base', done 'ub_autofs_configure.sls' [DEBUG ] compile template: /var/cache/salt/minion/files/base/ub_autofs_configure.sls [DEBUG ] Jinja search path: ['/var/cache/salt/minion/files/base'] [DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'myhost.mydomain.com', 'tcp://obfuscated:4506') [DEBUG ] The functions from module 'cmd' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded cmd.shell [INFO ] Executing command 'nslookup' in directory '/root' [DEBUG ] stdout: lab [DEBUG ] output: lab [PROFILE ] Time (in seconds) to render '/var/cache/salt/minion/files/base/ub_autofs_configure.sls' using 'jinja' renderer: 0.039565324783325195 [DEBUG ] Rendered data from file: /var/cache/salt/minion/files/base/ub_autofs_configure.sls:

autofs configuration for Ubuntu systems

#

ub_install_autofs_X_Domain: pkg.installed:

[PROFILE ] Time (in seconds) to render '/var/cache/salt/minion/files/base/ub_autofs_configure.sls' using 'yaml' renderer: 0.001375436782836914 [DEBUG ] The functions from module 'config' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded config.option [DEBUG ] The functions from module 'pkg' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded pkg.install [DEBUG ] The functions from module 'pkg' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded pkg.installed [DEBUG ] The functions from module 'lowpkg' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'kernelpkg' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pkg_resource' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'aliases' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'alternatives' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'archive' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'artifactory' are being loaded by dir() on the loaded module [DEBUG ] Reading configuration from /etc/salt/minion [DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf' [DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf [DEBUG ] Using cached minion ID from /etc/salt/minion_id: myhost.mydomain.com [DEBUG ] The functions from module 'baredoc' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'beacons' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'bigip' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'btrfs' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'path' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded path.which [DEBUG ] The functions from module 'chroot' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cloud' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'composer' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'consul' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'container_resource' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cp' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cpan' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cron' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cryptdev' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'data' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ddns' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'debconf' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ip' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'defaults' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'devinfo' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'devmap' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dig' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'disk' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'django' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dnsmasq' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dnsutil' are being loaded by dir() on the loaded module [DEBUG ] Override salt: <module 'salt.loaded.int.module.dracr' from '/usr/lib/python3/dist-packages/salt/modules/dracr.py'> [DEBUG ] The functions from module 'drbd' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'environ' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ethtool' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'event' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'extfs' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'file' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'freezer' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'gem' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'genesis' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'glassfish' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'gnome' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'google_chat' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'gpg' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'grafana4' are being loaded by dir() on the loaded module [DEBUG ] Override grains: <module 'salt.loaded.int.module.grains' from '/usr/lib/python3/dist-packages/salt/modules/grains.py'> [DEBUG ] The functions from module 'grains' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'group' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'hashutil' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'helm' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'highstate_doc' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'hosts' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'http' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'aggregation' are being loaded from the provided all attribute [DEBUG ] The functions from module 'args' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'asynchronous' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'atomicfile' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'aws' are being loaded by dir() on the loaded module [DEBUG ] Reading configuration from /etc/salt/minion [DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf' [DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf [DEBUG ] Using cached minion ID from /etc/salt/minion_id: myhost.mydomain.com [DEBUG ] The functions from module 'beacons' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'boto_elb_tag' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cache' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'channel' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'cloud' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'color' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'compat' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'configcomparer' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'configparser' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'context' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'crypt' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ctx' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'data' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dateutils' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'debug' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'decorators' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dictdiffer' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dicttrim' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dictupdate' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'dns' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'doc' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'entrypoints' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'environment' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'error' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'etcd_util' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'event' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'extend' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'extmods' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'filebuffer' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'files' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'find' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'fsutils' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'functools' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'gitfs' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'github' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'gzip_util' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'hashutils' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'http' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'iam' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'icinga2' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'immutabletypes' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'itertools' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'jid' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'jinja' are being loaded from the provided all attribute [DEBUG ] The functions from module 'job' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'json' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'kickstart' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'kinds' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'lazy' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'listdiffer' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'locales' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mako' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'master' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mattermost' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'migrations' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mine' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'minion' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'minions' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mount' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'msazure' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'msgpack' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'namecheap' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'napalm' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nb_popen' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'network' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nxos' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nxos_api' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'odict' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'openstack' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'oset' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pagerduty' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'parsers' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pkg' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'platform' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'powershell' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'preseed' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'process' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'profile' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'proxy' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'psutil_compat' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pushover' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pycrypto' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pydsl' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pyinstaller' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pyobjects' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'reactor' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'reclass' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'roster_matcher' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'rsax931' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 's3' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'saltclass' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sanitizers' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'schedule' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'schema' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sdb' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'slack' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'smb' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'smtp' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ssdp' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ssh' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'state' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'stringio' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'stringutils' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'systemd' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'templates' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'textformat' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'thin' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'timed_subprocess' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'timeout' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'timeutil' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'url' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'user' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'validate' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'value' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'vault' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'verify' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'versions' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'virt' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'virtualbox' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'vt' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'vt_helper' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'xdg' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'xmlutil' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'yaml' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'yamldumper' are being loaded from the provided all attribute [DEBUG ] The functions from module 'yamlencoding' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'yamllint' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'yamlloader' are being loaded from the provided all attribute [DEBUG ] The functions from module 'yamlloader_old' are being loaded from the provided all attribute [DEBUG ] The functions from module 'yast' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'zeromq' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'zfs' are being loaded by dir() on the loaded module [DEBUG ] Could not LazyLoad idem.hub: 'idem' virtual returned False: No module named 'pop' [DEBUG ] The functions from module 'incron' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ini' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'inspectlib' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'inspector' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'introspect' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'iosconfig' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'iptables' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'iwtools' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'jboss7' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'jboss7_cli' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'jinja' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'k8s' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'key' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'keyboard' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'kmod' are being loaded by dir() on the loaded module [DEBUG ] Override salt: <module 'salt.loaded.int.module.kubeadm' from '/usr/lib/python3/dist-packages/salt/modules/kubeadm.py'> [DEBUG ] The functions from module 'kubeadm' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'acl' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'shadow' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sysctl' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'locale' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'locate' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'log' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'logrotate' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mandrill' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'match' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mattermost' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mine' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'minion' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'random' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'modjk' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'mount' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'msteams' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nagios' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nagios_rpc' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'namecheap_domains' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'namecheap_domains_dns' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'namecheap_domains_ns' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'namecheap_ssl' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'namecheap_users' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'network' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nexus' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nfs3' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nova' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nspawn' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nxos' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nxos_api' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'nxos' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'openscap' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'openstack_config' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'opsgenie' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'out' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pagerduty' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pagerduty_util' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pam' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'parallels' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'partition' are being loaded by dir() on the loaded module [INFO ] Executing command 'pdbedit' in directory '/root' [DEBUG ] stdout: Version 4.13.17-Ubuntu [DEBUG ] output: Version 4.13.17-Ubuntu [DEBUG ] The functions from module 'pdbedit' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'peeringdb' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'hue' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pillar' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pip' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'postfix' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ps' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'publish' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pushover' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'pyenv' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'random_org' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'rbenv' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'rest_sample_utils' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'restartcheck' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ret' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'rsync' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'rvm' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 's3' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 's6' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'salt_proxy' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'salt_version' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'saltcheck' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'saltutil' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'schedule' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'scsi' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sdb' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'seed' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'serverdensity_device' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'slack' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'slsutil' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'smbios' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'smtp' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'solrcloud' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sqlite3' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'ssh' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'state' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'status' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'statuspage' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'supervisord' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'svn' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sysfs' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'syslog_ng' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'sys' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'system' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'service' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'telegram' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'telemetry' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'temp' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'test' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'timezone' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'tls' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'travisci' are being loaded by dir() on the loaded module [DEBUG ] Override salt: <module 'salt.loaded.int.module.udev' from '/usr/lib/python3/dist-packages/salt/modules/udev.py'> [DEBUG ] The functions from module 'udev' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'uptime' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'user' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'vault' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'vbox_guest' are being loaded by dir() on the loaded module [DEBUG ] Override pillar: <module 'salt.loaded.int.module.virtualenv_mod' from '/usr/lib/python3/dist-packages/salt/modules/virtualenv_mod.py'> [DEBUG ] The functions from module 'virtualenv' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'vsphere' are being loaded by dir() on the loaded module [DEBUG ] DSC: Only available on Windows systems [DEBUG ] Module PSGet: Only available on Windows systems [DEBUG ] Shortcut module only available on Windows systems [DEBUG ] The functions from module 'xfs' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'xml' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'zabbix' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'buildout' are being loaded by dir() on the loaded module [DEBUG ] The functions from module 'zenoss' are being loaded by dir() on the loaded module [DEBUG ] Could not LazyLoad pkg.ex_mod_init: 'pkg.ex_mod_init' is not available. [INFO ] Running state [ub_install_autofs_X_Domain] at time 13:29:54.367728 [INFO ] Executing state pkg.installed for [ub_install_autofs_X_Domain] [DEBUG ] Could not LazyLoad pkg.resolve_capabilities: 'pkg.resolve_capabilities' is not available. [INFO ] Executing command dpkg-query in directory '/root' [INFO ] All specified packages are already installed [INFO ] Completed state [ub_install_autofs_X_Domain] at time 13:29:54.398850 (duration_in_ms=31.123) [DEBUG ] The functions from module 'file' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded file.managed [INFO ] Running state [/etc/auto.master] at time 13:29:54.400765 [INFO ] Executing state file.managed for [/etc/auto.master] [DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'myhost.mydomain.com', 'tcp://obfuscated:4506') [DEBUG ] In saltenv 'base', looking at rel_path 'AUTOFS/ub-auto.master' to resolve 'salt://AUTOFS/ub-auto.master' [DEBUG ] In saltenv 'base', considering path '/var/cache/salt/minion/files/base/AUTOFS/ub-auto.master' to resolve 'salt://AUTOFS/ub-auto.master' [INFO ] File /etc/auto.master is in the correct state [INFO ] Completed state [/etc/auto.master] at time 13:29:54.420136 (duration_in_ms=19.371) [INFO ] Running state [/etc/nsswitch.conf] at time 13:29:54.420231 [INFO ] Executing state file.managed for [/etc/nsswitch.conf] [DEBUG ] In saltenv 'base', looking at rel_path 'NSS/ub-nsswitch.conf_X_Domain' to resolve 'salt://NSS/ub-nsswitch.conf_X_Domain' [DEBUG ] In saltenv 'base', considering path '/var/cache/salt/minion/files/base/NSS/ub-nsswitch.conf_X_Domain' to resolve 'salt://NSS/ub-nsswitch.conf_X_Domain' [INFO ] File /etc/nsswitch.conf is in the correct state [INFO ] Completed state [/etc/nsswitch.conf] at time 13:29:54.435050 (duration_in_ms=14.818) [DEBUG ] File /var/cache/salt/minion/accumulator/139678177449632 does not exist, no need to cleanup [DEBUG ] Closing AsyncReqChannel instance [DEBUG ] The functions from module 'state' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded state.check_result [DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'myhost.mydomain.com', 'tcp://obfuscated:4506') [DEBUG ] Closing AsyncReqChannel instance [DEBUG ] The functions from module 'highstate' are being loaded by dir() on the loaded module [DEBUG ] LazyLoaded highstate.output local:

      ID: ub_install_autofs_X_Domain
Function: pkg.installed
  Result: True
 Comment: All specified packages are already installed
 Started: 13:29:54.367727
Duration: 31.123 ms
 Changes:

      ID: ub-/etc/auto.master_X_Domain
Function: file.managed
    Name: /etc/auto.master
  Result: True
 Comment: File /etc/auto.master is in the correct state
 Started: 13:29:54.400765
Duration: 19.371 ms
 Changes:

      ID: ub-/etc/nsswitch.conf_X_Domain
Function: file.managed
    Name: /etc/nsswitch.conf
  Result: True
 Comment: File /etc/nsswitch.conf is in the correct state
 Started: 13:29:54.420232
Duration: 14.818 ms
 Changes:

Summary for local

Succeeded: 3 Failed: 0

Total states run: 3 Total run time: 65.312 ms

perfecto25 commented 2 years ago

this is weird syntax

pkg.installed:
- pkgs:
- autofs

try

pkg.installed:
  - name: autofs

also can try "salt-call xxxx -t 600" timeout 10min

OrangeDog commented 2 years ago

PyZMQ: 18.1.1

Duplicates #62550. Fix has already been released.