Skip to content

Instantly share code, notes, and snippets.

@nivir
Created June 22, 2015 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivir/8ed449234ae51c366f85 to your computer and use it in GitHub Desktop.
Save nivir/8ed449234ae51c366f85 to your computer and use it in GitHub Desktop.
Debug Log
►► server_repo ►►
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git pull origin master > debug.txt
18:55:49.593874 git.c:555 trace: exec: 'git-pull' 'origin' 'master'
18:55:49.594566 run-command.c:351 trace: run_command: 'git-pull' 'origin' 'master'
18:55:49.609954 git.c:346 trace: built-in: git 'rev-parse' '--git-dir'
18:55:49.614856 git.c:346 trace: built-in: git 'rev-parse' '--is-bare-repository'
18:55:49.618121 git.c:346 trace: built-in: git 'rev-parse' '--show-toplevel'
18:55:49.622212 git.c:346 trace: built-in: git 'ls-files' '-u'
18:55:49.625890 git.c:346 trace: built-in: git 'symbolic-ref' '-q' 'HEAD'
18:55:49.633704 git.c:346 trace: built-in: git 'config' 'pull.ff'
18:55:49.637549 git.c:346 trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD'
18:55:49.641015 git.c:346 trace: built-in: git 'rev-parse' '--verify' 'HEAD'
18:55:49.645206 git.c:346 trace: built-in: git 'update-index' '-q' '--ignore-submodules' '--refresh'
18:55:49.648947 git.c:346 trace: built-in: git 'diff-files' '--quiet' '--ignore-submodules'
18:55:49.652682 git.c:346 trace: built-in: git 'diff-index' '--cached' '--quiet' '--ignore-submodules' 'HEAD' '--'
18:55:49.656721 git.c:346 trace: built-in: git 'rev-parse' '-q' '--git-dir'
18:55:49.672524 git.c:346 trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD'
18:55:49.676173 git.c:346 trace: built-in: git 'fetch' '--update-head-ok' 'origin' 'master'
18:55:49.677317 run-command.c:351 trace: run_command: 'ssh' 'git@server1.org_group.com' 'git-upload-pack '\''/server_repo/server_repo.git'\'''
debug2: ssh_connect: needpriv 0
debug1: Connecting to server1.org_group.com [83.254.85.27] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/Roy/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /Users/Roy/.ssh/id_rsa type 1
debug1: identity file /Users/Roy/.ssh/id_rsa-cert type -1
debug1: identity file /Users/Roy/.ssh/id_dsa type -1
debug1: identity file /Users/Roy/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5
debug1: match: OpenSSH_6.7p1 Debian-5 pat OpenSSH*
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "server1.org_group.com" from file "/Users/Roy/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/Roy/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-sha1-etm@openssh.com
debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com none
debug2: mac_setup: found hmac-sha1-etm@openssh.com
debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 161/320
debug2: bits set: 1032/2048
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA bb:16:a4:56:38:29:d9:53:79:ae:9a:b9:9f:0c:c6:35
debug3: load_hostkeys: loading entries for host "server1.org_group.com" from file "/Users/Roy/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/Roy/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug3: load_hostkeys: loading entries for host "83.254.85.27" from file "/Users/Roy/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/Roy/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug1: Host 'server1.org_group.com' is known and matches the RSA host key.
debug1: Found key in /Users/Roy/.ssh/known_hosts:2
debug2: bits set: 1056/2048
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /Users/Roy/.ssh/id_rsa (0x7f9a28d00160),
debug2: key: /Users/Roy/.ssh/id_dsa (0x0),
debug1: Authentications that can continue: publickey
debug3: start over, passed a different list publickey
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/Roy/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug2: input_userauth_pk_ok: fp 27:25:08:db:fc:ec:6a:3e:4d:0e:ba:a0:5e:97:0b:50
debug3: sign_and_send_pubkey: RSA 27:25:08:db:fc:ec:6a:3e:4d:0e:ba:a0:5e:97:0b:50
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
Authenticated to server1.org_group.com ([83.254.85.27]:22).
debug2: fd 5 setting O_NONBLOCK
debug2: fd 6 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: Remote: Forced command.
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Remote: Forced command.
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug2: callback start
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x08
debug2: client_session2_setup: id 0
debug1: Sending environment.
debug3: Ignored env GIT_INTERNAL_GETTEXT_SH_SCHEME
debug3: Ignored env GREP_COLOR
debug3: Ignored env TERM_PROGRAM
debug3: Ignored env TERM
debug3: Ignored env SHELL
debug3: Ignored env CLICOLOR
debug3: Ignored env TMPDIR
debug3: Ignored env Apple_PubSub_Socket_Render
debug3: Ignored env SDKROOT
debug3: Ignored env GIT_REFLOG_ACTION
debug3: Ignored env USER
debug3: Ignored env SSH_AUTH_SOCK
debug3: Ignored env __CF_USER_TEXT_ENCODING
debug3: Ignored env LSCOLORS
debug3: Ignored env NLTK_DATA
debug3: Ignored env PATH
debug3: Ignored env PWD
debug3: Ignored env JAVA_HOME
debug1: Sending env LANG = en_GB.UTF-8
debug2: channel 0: request env confirm 0
debug3: Ignored env ITERM_PROFILE
debug3: Ignored env XPC_FLAGS
debug3: Ignored env XPC_SERVICE_NAME
debug3: Ignored env HOME
debug3: Ignored env SHLVL
debug3: Ignored env GREP_OPTIONS
debug3: Ignored env DYLD_LIBRARY_PATH
debug3: Ignored env ITERM_SESSION_ID
debug3: Ignored env GIT_TRACE
debug3: Ignored env LOGNAME
debug3: Ignored env CLASSPATH
debug3: Ignored env GIT_CURL_VERBOSE
debug3: Ignored env SAGE_MATPLOTLIB_GUI
debug3: Ignored env TEXTDOMAIN
debug3: Ignored env DISPLAY
debug3: Ignored env SEMVEC_LIBDIR
debug3: Ignored env TEXTDOMAINDIR
debug3: Ignored env OLDPWD
debug3: Ignored env _
debug3: Ignored env GIT_PREFIX
debug1: Sending command: git-upload-pack '/server_repo/server_repo.git'
debug2: channel 0: request exec confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: exec request accepted on channel 0
18:55:50.258430 run-command.c:351 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet'
18:55:50.264371 run-command.c:351 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all'
18:55:50.264869 exec_cmd.c:179 trace: exec: 'git' 'rev-list' '--objects' '--stdin' '--not' '--all'
18:55:50.266997 git.c:346 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all'
From ssh://server1.org_group.com/server_repo/server_repo
* branch master -> FETCH_HEAD
debug2: channel 0: read<=0 rfd 5 len 0
debug2: channel 0: read failed
debug2: channel 0: close_read
debug2: channel 0: input open -> drain
debug2: channel 0: ibuf empty
debug2: channel 0: send eof
debug2: channel 0: input drain -> closed
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug2: channel 0: rcvd eof
debug2: channel 0: output open -> drain
debug2: channel 0: obuf empty
debug2: channel 0: close_write
debug2: channel 0: output drain -> closed
debug2: channel 0: rcvd close
debug3: channel 0: will not send data after close
debug2: channel 0: almost dead
debug2: channel 0: gc: notify user
debug2: channel 0: gc: user detached
debug2: channel 0: send close
debug2: channel 0: is dead
debug2: channel 0: garbage collecting
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 3312, received 3448 bytes, in 0.2 seconds
Bytes per second: sent 17969.7, received 18707.6
debug1: Exit status 0
18:55:50.313800 run-command.c:351 trace: run_command: 'gc' '--auto'
18:55:50.314280 exec_cmd.c:179 trace: exec: 'git' 'gc' '--auto'
18:55:50.316368 git.c:346 trace: built-in: git 'gc' '--auto'
18:55:50.320209 git.c:346 trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD'
18:55:50.331295 git.c:346 trace: built-in: git 'show-branch' '--merge-base' 'refs/heads/master' '053082a3f25fc23b0eec1712f99d1db89b4f59f0' '053082a3f25fc23b0eec1712f99d1db89b4f59f0'
18:55:50.336267 git.c:346 trace: built-in: git 'fmt-merge-msg'
18:55:50.343748 git.c:346 trace: built-in: git 'rev-parse' '--parseopt' '--stuck-long' '--' '--onto' '053082a3f25fc23b0eec1712f99d1db89b4f59f0' '053082a3f25fc23b0eec1712f99d1db89b4f59f0'
18:55:50.350737 git.c:346 trace: built-in: git 'rev-parse' '--git-dir'
18:55:50.356113 git.c:346 trace: built-in: git 'rev-parse' '--is-bare-repository'
18:55:50.359612 git.c:346 trace: built-in: git 'rev-parse' '--show-toplevel'
18:55:50.364677 git.c:346 trace: built-in: git 'config' '--bool' 'rebase.stat'
18:55:50.368475 git.c:346 trace: built-in: git 'config' '--bool' 'rebase.autostash'
18:55:50.372374 git.c:346 trace: built-in: git 'config' '--bool' 'rebase.autosquash'
18:55:50.377896 git.c:346 trace: built-in: git 'rev-parse' '--verify' '053082a3f25fc23b0eec1712f99d1db89b4f59f0^0'
18:55:50.382520 git.c:346 trace: built-in: git 'rev-parse' '--verify' '053082a3f25fc23b0eec1712f99d1db89b4f59f0^0'
18:55:50.387374 git.c:346 trace: built-in: git 'symbolic-ref' '-q' 'HEAD'
18:55:50.394232 git.c:346 trace: built-in: git 'rev-parse' '--verify' 'HEAD'
18:55:50.398913 git.c:346 trace: built-in: git 'rev-parse' '--verify' 'HEAD'
18:55:50.402449 git.c:346 trace: built-in: git 'update-index' '-q' '--ignore-submodules' '--refresh'
18:55:50.406187 git.c:346 trace: built-in: git 'diff-files' '--quiet' '--ignore-submodules'
18:55:50.409590 git.c:346 trace: built-in: git 'diff-index' '--cached' '--quiet' '--ignore-submodules' 'HEAD' '--'
18:55:50.414028 git.c:346 trace: built-in: git 'merge-base' '053082a3f25fc23b0eec1712f99d1db89b4f59f0' '30ab3cefec88af4d2738bd220e3e34a447fbd451'
18:55:50.419040 git.c:346 trace: built-in: git 'rev-list' '--parents' '053082a3f25fc23b0eec1712f99d1db89b4f59f0..30ab3cefec88af4d2738bd220e3e34a447fbd451'
18:55:50.425501 git.c:555 trace: exec: 'git-sh-i18n--envsubst' '--variables' 'Current branch $branch_name is up to date.'
18:55:50.426016 run-command.c:351 trace: run_command: 'git-sh-i18n--envsubst' '--variables' 'Current branch $branch_name is up to date.'
18:55:50.430997 git.c:555 trace: exec: 'git-sh-i18n--envsubst' 'Current branch $branch_name is up to date.'
18:55:50.431531 run-command.c:351 trace: run_command: 'git-sh-i18n--envsubst' 'Current branch $branch_name is up to date.'
18:55:50.436778 git.c:346 trace: built-in: git 'gc' '--auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment