Created
April 19, 2012 17:18
-
-
Save leucos/2422412 to your computer and use it in GitHub Desktop.
Test failing on ansible/master
This file contains hidden or 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
| PYTHONPATH=./lib nosetests -v | |
| test_one (TestPlayBook.TestPlaybook) ... FAIL | |
| test_async (TestRunner.TestRunner) ... FAIL | |
| test_command (TestRunner.TestRunner) ... ok | |
| test_copy (TestRunner.TestRunner) ... ok | |
| test_facter (TestRunner.TestRunner) ... FAIL | |
| test_fetch (TestRunner.TestRunner) ... ok | |
| test_git (TestRunner.TestRunner) ... ok | |
| test_ping (TestRunner.TestRunner) ... ok | |
| test_service (TestRunner.TestRunner) ... ok | |
| test_setup (TestRunner.TestRunner) ... ok | |
| test_template (TestRunner.TestRunner) ... ok | |
| test_yum (TestRunner.TestRunner) ... FAIL | |
| ====================================================================== | |
| FAIL: test_one (TestPlayBook.TestPlaybook) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/vagrant/ansible/test/TestPlayBook.py", line 164, in test_one | |
| assert utils.bigjson(expected) == utils.bigjson(actual) | |
| AssertionError: | |
| -------------------- >> begin captured stdout << --------------------- | |
| **ACTUAL** | |
| { | |
| "127.0.0.2": { | |
| "changed": 5, | |
| "failures": 1, | |
| "ok": 7, | |
| "skipped": 0, | |
| "unreachable": 0 | |
| } | |
| } | |
| **EXPECTED** | |
| { | |
| "127.0.0.2": { | |
| "changed": 9, | |
| "failures": 0, | |
| "ok": 12, | |
| "skipped": 1, | |
| "unreachable": 0 | |
| } | |
| } | |
| --------------------- >> end captured stdout << ---------------------- | |
| -------------------- >> begin captured logging << -------------------- | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1735150L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.pEKJKl/setup', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.pEKJKl/setup', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.pEKJKl/setup') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.pEKJKl/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.pEKJKl/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.pEKJKl/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x17352d0L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.ZmJEmZ/setup', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.ZmJEmZ/setup', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.ZmJEmZ/setup') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.ZmJEmZ/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.ZmJEmZ/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.ZmJEmZ/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1736c10L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.tMKwuH/command', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.tMKwuH/command', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.tMKwuH/command') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.tMKwuH/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.tMKwuH/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.tMKwuH/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1778090L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 1 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 1 | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.xSyxT0/command', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.xSyxT0/command', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.xSyxT0/command') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.xSyxT0/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.xSyxT0/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.xSyxT0/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1778090L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.Af1880/command', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.Af1880/command', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.Af1880/command') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.Af1880/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.Af1880/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.Af1880/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1781810L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.5RvqeY/command', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.5RvqeY/command', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.5RvqeY/command') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.5RvqeY/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.5RvqeY/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.5RvqeY/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1735690L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.JRAfGu/sample.j2', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.JRAfGu/sample.j2', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.JRAfGu/sample.j2') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport.sftp: INFO: [chan 3] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 3] open('/tmp/ansible.JRAfGu/copy', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 3] open('/tmp/ansible.JRAfGu/copy', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 3] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 3] stat('/tmp/ansible.JRAfGu/copy') | |
| paramiko.transport.sftp: INFO: [chan 3] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport.sftp: INFO: [chan 5] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 5] open('/tmp/ansible.JRAfGu/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 5] open('/tmp/ansible.JRAfGu/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 5] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 5] stat('/tmp/ansible.JRAfGu/arguments') | |
| paramiko.transport.sftp: INFO: [chan 5] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: [chan 7] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 7] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 7 opened. | |
| paramiko.transport: DEBUG: [chan 6] EOF sent (6) | |
| paramiko.transport: DEBUG: [chan 7] Sesch channel 7 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 6 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 6 | |
| paramiko.transport.sftp: INFO: [chan 7] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 7] open('/tmp/ansible.JRAfGu/file', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 7] open('/tmp/ansible.JRAfGu/file', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 7] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 7] stat('/tmp/ansible.JRAfGu/file') | |
| paramiko.transport.sftp: INFO: [chan 7] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 7] EOF sent (7) | |
| paramiko.transport: DEBUG: [chan 7] EOF received (7) | |
| paramiko.transport: DEBUG: [chan 8] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 8] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 8 opened. | |
| paramiko.transport: DEBUG: [chan 8] Sesch channel 8 request ok | |
| paramiko.transport: DEBUG: [chan 8] EOF received (8) | |
| paramiko.transport: DEBUG: [chan 9] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 9] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 9 opened. | |
| paramiko.transport: DEBUG: [chan 8] EOF sent (8) | |
| paramiko.transport: DEBUG: [chan 9] Sesch channel 9 request ok | |
| paramiko.transport.sftp: INFO: [chan 9] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 9] open('/tmp/ansible.JRAfGu/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 9] open('/tmp/ansible.JRAfGu/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 9] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 9] stat('/tmp/ansible.JRAfGu/arguments') | |
| paramiko.transport.sftp: INFO: [chan 9] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 9] EOF sent (9) | |
| paramiko.transport: DEBUG: [chan 9] EOF received (9) | |
| paramiko.transport: DEBUG: [chan 10] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 10] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 10 opened. | |
| paramiko.transport: DEBUG: [chan 10] Sesch channel 10 request ok | |
| paramiko.transport: DEBUG: [chan 10] EOF received (10) | |
| paramiko.transport: DEBUG: [chan 11] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 11] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 11 opened. | |
| paramiko.transport: DEBUG: [chan 10] EOF sent (10) | |
| paramiko.transport: DEBUG: [chan 11] Sesch channel 11 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 10 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 10 | |
| paramiko.transport: DEBUG: [chan 11] EOF received (11) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1736dd0L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.rNDE5E/sample.j2', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.rNDE5E/sample.j2', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.rNDE5E/sample.j2') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport.sftp: INFO: [chan 3] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 3] open('/tmp/ansible.rNDE5E/template', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 3] open('/tmp/ansible.rNDE5E/template', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 3] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 3] stat('/tmp/ansible.rNDE5E/template') | |
| paramiko.transport.sftp: INFO: [chan 3] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport.sftp: INFO: [chan 5] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 5] open('/tmp/ansible.rNDE5E/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 5] open('/tmp/ansible.rNDE5E/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 5] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 5] stat('/tmp/ansible.rNDE5E/arguments') | |
| paramiko.transport.sftp: INFO: [chan 5] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: [chan 7] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 7] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 7 opened. | |
| paramiko.transport: DEBUG: [chan 6] EOF sent (6) | |
| paramiko.transport: DEBUG: [chan 7] Sesch channel 7 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 6 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 6 | |
| paramiko.transport.sftp: INFO: [chan 7] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 7] open('/tmp/ansible.rNDE5E/file', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 7] open('/tmp/ansible.rNDE5E/file', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 7] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 7] stat('/tmp/ansible.rNDE5E/file') | |
| paramiko.transport.sftp: INFO: [chan 7] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 7] EOF sent (7) | |
| paramiko.transport: DEBUG: [chan 7] EOF received (7) | |
| paramiko.transport: DEBUG: [chan 8] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 8] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 8 opened. | |
| paramiko.transport: DEBUG: [chan 8] Sesch channel 8 request ok | |
| paramiko.transport: DEBUG: [chan 8] EOF received (8) | |
| paramiko.transport: DEBUG: [chan 9] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 9] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 9 opened. | |
| paramiko.transport: DEBUG: [chan 8] EOF sent (8) | |
| paramiko.transport: DEBUG: [chan 9] Sesch channel 9 request ok | |
| paramiko.transport.sftp: INFO: [chan 9] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 9] open('/tmp/ansible.rNDE5E/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 9] open('/tmp/ansible.rNDE5E/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 9] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 9] stat('/tmp/ansible.rNDE5E/arguments') | |
| paramiko.transport.sftp: INFO: [chan 9] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 9] EOF sent (9) | |
| paramiko.transport: DEBUG: [chan 9] EOF received (9) | |
| paramiko.transport: DEBUG: [chan 10] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 10] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 10 opened. | |
| paramiko.transport: DEBUG: [chan 10] Sesch channel 10 request ok | |
| paramiko.transport: DEBUG: [chan 10] EOF received (10) | |
| paramiko.transport: DEBUG: [chan 11] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 11] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 11 opened. | |
| paramiko.transport: DEBUG: [chan 10] EOF sent (10) | |
| paramiko.transport: DEBUG: [chan 11] Sesch channel 11 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 10 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 10 | |
| paramiko.transport: DEBUG: [chan 11] EOF received (11) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| FAIL: test_async (TestRunner.TestRunner) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/vagrant/ansible/test/TestRunner.py", line 187, in test_async | |
| assert 'failed' not in result | |
| AssertionError: | |
| -------------------- >> begin captured stdout << --------------------- | |
| DEBUG: using args=/bin/sleep 3 | |
| RESULTS={'dark': {}, 'contacted': {'127.0.0.2': {u'started': 1, 'invocation': u'async_wrapper /bin/sleep 3', u'results_file': u'/home/vagrant/.ansible_async/696548536252', u'ansible_job_id': u'696548536252'}}} | |
| DEBUG: using args=jid=696548536252 | |
| RESULTS={'dark': {}, 'contacted': {'127.0.0.2': {u'ansible_job_id': u'696548536252', u'cmd': [u'/bin/sleep', u'3'], u'failed': 1, u'finished': 1, 'invocation': u'async_status jid=696548536252', u'msg': u'[Errno 2] No such file or directory'}}} | |
| --------------------- >> end captured stdout << ---------------------- | |
| -------------------- >> begin captured logging << -------------------- | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x177be90L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.O765eH/async_wrapper', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.O765eH/async_wrapper', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.O765eH/async_wrapper') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 3 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 3 | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.O765eH/command', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.O765eH/command', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.O765eH/command') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport.sftp: INFO: [chan 6] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 6] open('/tmp/ansible.O765eH/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 6] open('/tmp/ansible.O765eH/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 6] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 6] stat('/tmp/ansible.O765eH/arguments') | |
| paramiko.transport.sftp: INFO: [chan 6] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 6] EOF sent (6) | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: [chan 7] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 7] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 7 opened. | |
| paramiko.transport: DEBUG: [chan 7] Sesch channel 7 request ok | |
| paramiko.transport: DEBUG: [chan 8] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 7] EOF received (7) | |
| paramiko.transport: DEBUG: [chan 8] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 8 opened. | |
| paramiko.transport: DEBUG: [chan 7] EOF sent (7) | |
| paramiko.transport: DEBUG: [chan 8] Sesch channel 8 request ok | |
| paramiko.transport: DEBUG: [chan 8] EOF received (8) | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1775150L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.kzk6SP/async_status', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.kzk6SP/async_status', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.kzk6SP/async_status') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.kzk6SP/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.kzk6SP/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.kzk6SP/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| FAIL: test_facter (TestRunner.TestRunner) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/vagrant/ansible/test/TestRunner.py", line 78, in test_facter | |
| assert "hostname" in result | |
| AssertionError: | |
| -------------------- >> begin captured stdout << --------------------- | |
| DEBUG: using args= | |
| RESULTS={'dark': {}, 'contacted': {'127.0.0.2': {'msg': '', 'failed': True, 'parsed': False, 'invocation': u'facter '}}} | |
| --------------------- >> end captured stdout << ---------------------- | |
| -------------------- >> begin captured logging << -------------------- | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x1735950L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.yCUnVs/facter', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.yCUnVs/facter', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.yCUnVs/facter') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.yCUnVs/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.yCUnVs/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.yCUnVs/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| FAIL: test_yum (TestRunner.TestRunner) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/vagrant/ansible/test/TestRunner.py", line 202, in test_yum | |
| assert 'failed' not in result | |
| AssertionError: | |
| -------------------- >> begin captured stdout << --------------------- | |
| DEBUG: using args=list=repos | |
| RESULTS={'dark': {}, 'contacted': {'127.0.0.2': {'msg': '', 'failed': True, 'parsed': False, 'invocation': u'yum list=repos'}}} | |
| --------------------- >> end captured stdout << ---------------------- | |
| -------------------- >> begin captured logging << -------------------- | |
| paramiko.transport: DEBUG: starting thread (client mode): 0x17757d0L | |
| paramiko.transport: INFO: Connected (version 2.0, client OpenSSH_5.9) | |
| paramiko.transport: DEBUG: kex algos:['ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256'] client encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'] client mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'umac-64@openssh.com', 'hmac-sha2-256', 'hmac-sha2-256-96', 'hmac-sha2-512', 'hmac-sha2-512-96', 'hmac-ripemd160', 'hmac-ripemd160@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib@openssh.com'] server compress:['none', 'zlib@openssh.com'] client lang:[''] server lang:[''] kex follows?False | |
| paramiko.transport: DEBUG: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
| paramiko.transport: DEBUG: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
| paramiko.transport: DEBUG: Switch to new keys ... | |
| paramiko.transport: DEBUG: Adding ssh-rsa host key for 127.0.0.2: 03d324d689bd2eeaf7f98367e8cde390 | |
| paramiko.transport: DEBUG: Trying discovered key 43a2d2c1c5cb42f684520a61d160c6ad in /home/vagrant/.ssh/id_rsa | |
| paramiko.transport: DEBUG: userauth is OK | |
| paramiko.transport: INFO: Authentication (publickey) successful! | |
| paramiko.transport: DEBUG: [chan 1] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 1 opened. | |
| paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok | |
| paramiko.transport: DEBUG: [chan 2] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 1] EOF received (1) | |
| paramiko.transport: DEBUG: [chan 2] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 2 opened. | |
| paramiko.transport: DEBUG: [chan 1] EOF sent (1) | |
| paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok | |
| paramiko.transport.sftp: INFO: [chan 2] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.F3GeZj/yum', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 2] open('/tmp/ansible.F3GeZj/yum', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 2] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 2] stat('/tmp/ansible.F3GeZj/yum') | |
| paramiko.transport.sftp: INFO: [chan 2] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 2] EOF sent (2) | |
| paramiko.transport: DEBUG: [chan 2] EOF received (2) | |
| paramiko.transport: DEBUG: [chan 3] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 3] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 3 opened. | |
| paramiko.transport: DEBUG: [chan 3] Sesch channel 3 request ok | |
| paramiko.transport: DEBUG: [chan 3] EOF received (3) | |
| paramiko.transport: DEBUG: [chan 4] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 4] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 4 opened. | |
| paramiko.transport: DEBUG: [chan 3] EOF sent (3) | |
| paramiko.transport: DEBUG: [chan 4] Sesch channel 4 request ok | |
| paramiko.transport.sftp: INFO: [chan 4] Opened sftp connection (server version 3) | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.F3GeZj/arguments', 'wb') | |
| paramiko.transport.sftp: DEBUG: [chan 4] open('/tmp/ansible.F3GeZj/arguments', 'wb') -> 00000000 | |
| paramiko.transport.sftp: DEBUG: [chan 4] close(00000000) | |
| paramiko.transport.sftp: DEBUG: [chan 4] stat('/tmp/ansible.F3GeZj/arguments') | |
| paramiko.transport.sftp: INFO: [chan 4] sftp session closed. | |
| paramiko.transport: DEBUG: [chan 4] EOF sent (4) | |
| paramiko.transport: DEBUG: [chan 4] EOF received (4) | |
| paramiko.transport: DEBUG: [chan 5] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 5] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 5 opened. | |
| paramiko.transport: DEBUG: [chan 5] Sesch channel 5 request ok | |
| paramiko.transport: DEBUG: [chan 5] EOF received (5) | |
| paramiko.transport: DEBUG: [chan 6] Max packet in: 34816 bytes | |
| paramiko.transport: DEBUG: [chan 6] Max packet out: 32768 bytes | |
| paramiko.transport: INFO: Secsh channel 6 opened. | |
| paramiko.transport: DEBUG: [chan 5] EOF sent (5) | |
| paramiko.transport: DEBUG: [chan 6] Sesch channel 6 request ok | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: Ignoring message for dead channel 5 | |
| paramiko.transport: DEBUG: [chan 6] EOF received (6) | |
| paramiko.transport: DEBUG: EOF in transport thread | |
| --------------------- >> end captured logging << --------------------- | |
| ---------------------------------------------------------------------- | |
| Ran 12 tests in 42.768s | |
| FAILED (failures=4) | |
| make: *** [tests] Error 1 | |
| [vagrant@vagrant-archlinux-64 ansible]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment