Skip to content

New traceback with 0.2.5 - error: integer out of range for 'L' format code #557

Description

@opoplawski
  • Which version of Ansible are you running?
    ansible-2.7.8-1.el7.noarch

  • Have you tried the latest master version from Git?
    no

  • Mention your host and target OS and versions
    ansible-pull on CentOS 7.6

This is new with 0.2.5:

TASK [Gathering Facts] *********************************************************
Wednesday 06 March 2019  07:43:03 -0800 (0:00:00.248)       0:00:00.248 *******
ERROR! [pid 367380] 07:43:03.734398 E mitogen: mitogen.service.Pool(0x7f21a60d18d0, size=32, th='mitogen.service.Pool.7f21a60d18d0.worker-0'): while invoking u'get' of u'ansible_mitogen.services.ContextService'
Traceback (most recent call last):
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/service.py", line 544, in _on_service_call
return invoker.invoke(method_name, kwargs, msg)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/service.py", line 274, in invoke
response = self._invoke(method_name, kwargs, msg)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/service.py", line 260, in _invoke
ret = method(**kwargs)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/ansible_mitogen/services.py", line 467, in get
reraise(*result)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/ansible_mitogen/services.py", line 425, in _wait_or_start
response = self._connect(key, spec, via=via)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/ansible_mitogen/services.py", line 377, in _connect
context = method(via=via, unidirectional=True, **spec['kwargs'])
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 2134, in local
return self.connect(u'local', **kwargs)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 2097, in connect
**mitogen.core.Kwargs(kwargs))
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 2078, in _connect
stream.connect()
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 1380, in connect
self.pid, fd, diag_fd = self.start_child()
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 1354, in start_child
return self.create_child(args, **self.create_child_args)
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 350, in create_child
**extra
File "/root/.ansible/pull/kronos.mry.nwra.com/mitogen-0.2.5/mitogen/parent.py", line 302, in detach_popen
proc = subprocess.Popen(preexec_fn=preexec_fn, **kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
error: integer out of range for 'L' format code
An exception occurred during task execution. To see the full traceback, use -vvv. The error was:     raise child_exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions