Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garethgreenaway/3a19b7a4a1f7d817b05d054d2887f4f7 to your computer and use it in GitHub Desktop.
Save garethgreenaway/3a19b7a4a1f7d817b05d054d2887f4f7 to your computer and use it in GitHub Desktop.
C[INFO ] MWorkerQueue under PID 20071 is closing
[INFO ] MWorkerQueue under PID 20072 is closing
[INFO ] MWorkerQueue under PID 20075 is closing
[INFO ] MWorkerQueue under PID 20073 is closing
--- Logging error ---
--- Logging error ---
[DEBUG ] MWorker received a SIGINT. Exiting
[INFO ] MWorkerQueue under PID 20075 is closing
[DEBUG ] FileserverUpdate received a SIGINT. Exiting
[DEBUG ] Engine received a SIGINT. Exiting
[DEBUG ] ZeroMQReqServerChannel received a SIGINT. Exiting
--- Logging error ---
[DEBUG ] Maintenance received a SIGINT. Exiting
Process salt.transport.zeromq.<class 'method'>.zmq_device:
[INFO ] MWorkerQueue under PID 20064 is closing
--- Logging error ---
[DEBUG ] MWorker received a SIGINT. Exiting
[DEBUG ] EventPublisher received a SIGINT. Exiting
[DEBUG ] MWorker received a SIGTERM. Exiting
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 986, in emit
stream.write(self.terminator)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 986, in emit
stream.write(self.terminator)
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'>
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'>
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 986, in emit
stream.write(self.terminator)
File "/home/gareth/code/salt/salt/transport/zeromq.py", line 721, in _handle_signals
log.debug(msg)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 986, in emit
stream.write(self.terminator)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1320, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/home/gareth/code/salt/salt/master.py", line 978, in _handle_signals
channel.close()
File "/home/gareth/code/salt/salt/log/setup.py", line 328, in _log
self, level, msg, args, exc_info=exc_info, extra=extra
File "/home/gareth/code/salt/salt/transport/zeromq.py", line 556, in close
log.info('MWorkerQueue under PID %s is closing', os.getpid())
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1468, in _log
self.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1332, in info
self._log(INFO, msg, args, **kwargs)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1478, in handle
self.callHandlers(record)
File "/home/gareth/code/salt/salt/log/setup.py", line 328, in _log
self, level, msg, args, exc_info=exc_info, extra=extra
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1540, in callHandlers
hdlr.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1468, in _log
self.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 854, in handle
self.emit(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1478, in handle
self.callHandlers(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 989, in emit
self.handleError(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1540, in callHandlers
hdlr.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 906, in handleError
sys.stderr.write('--- Logging error ---\n')
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 854, in handle
self.emit(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 989, in emit
self.handleError(record)
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'>
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 906, in handleError
sys.stderr.write('--- Logging error ---\n')
During handling of the above exception, another exception occurred:
uring handling of the above exception, another exception occurred:
Traceback (most recent call last):
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'>
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 986, in emit
stream.write(self.terminator)
Call stack:
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/home/gareth/code/salt/salt/transport/zeromq.py", line 542, in zmq_device
zmq.device(zmq.QUEUE, self.clients, self.workers)
File "zmq/backend/cython/_device.pyx", line 54, in zmq.backend.cython._device.device
File "zmq/backend/cython/_device.pyx", line 95, in zmq.backend.cython._device.proxy
File "zmq/backend/cython/checkrc.pxd", line 12, in zmq.backend.cython.checkrc._check_rc
File "/home/gareth/code/salt/salt/transport/zeromq.py", line 721, in _handle_signals
log.debug(msg)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1320, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/home/gareth/code/salt/salt/log/setup.py", line 328, in _log
self, level, msg, args, exc_info=exc_info, extra=extra
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1468, in _log
self.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1478, in handle
self.callHandlers(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1540, in callHandlers
hdlr.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 854, in handle
self.emit(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 989, in emit
self.handleError(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 906, in handleError
sys.stderr.write('--- Logging error ---\n')
File "/home/gareth/code/salt/salt/transport/zeromq.py", line 721, in _handle_signals
log.debug(msg)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1320, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/home/gareth/code/salt/salt/log/setup.py", line 328, in _log
self, level, msg, args, exc_info=exc_info, extra=extra
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1468, in _log
self.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1478, in handle
self.callHandlers(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 1540, in callHandlers
hdlr.handle(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 854, in handle
self.emit(record)
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/logging/__init__.py", line 989, in emit
self.handleError(record)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/gareth/code/salt/salt/engines/__init__.py", line 128, in run
self.engine[self.fun](**kwargs)
File "/home/gareth/code/salt/salt/engines/reactor.py", line 36, in start
salt.utils.reactor.Reactor(__opts__).run()
File "/home/gareth/code/salt/salt/utils/process.py", line 747, in _run
return self._original_run()
File "/home/gareth/code/salt/salt/utils/reactor.py", line 240, in run
for data in self.event.iter_events(full=True):
File "/home/gareth/code/salt/salt/utils/event.py", line 693, in iter_events
auto_reconnect=auto_reconnect)
File "/home/gareth/code/salt/salt/utils/event.py", line 649, in get_event
ret = self._get_event(wait, tag, match_func, no_block)
File "/home/gareth/code/salt/salt/utils/event.py", line 548, in _get_event
raw = self.subscriber.read_sync(timeout=wait)
File "/home/gareth/code/salt/salt/transport/ipc.py", line 701, in read_sync
self.io_loop.start()
File "/home/gareth/.pyenv/versions/3.7.0/lib/python3.7/site-packages/tornado/ioloop.py", line 863, in start
event_pairs = self._impl.poll(poll_timeout)
TypeError: 'int' object is not callable
[INFO ] MWorkerQueue under PID 20073 is closing
[DEBUG ] MWorker received a SIGTERM. Exiting
[DEBUG ] ReqServer received a SIGINT. Exiting
[INFO ] Some processes failed to respect the KILL signal: Process: <FileserverUpdate(FileserverUpdate-7, started)> (Pid: 20074)
[INFO ] kill_children retries left: 3
[WARNING ] Master received a SIGINT. Exiting.
[INFO ] The Salt Master is shut down
The salt master is shutdown. Master received a SIGINT. Exited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment