Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git checkout fails on a specific pr with exit code 1 #324

Closed
modosc opened this issue Aug 10, 2020 · 1 comment
Closed

git checkout fails on a specific pr with exit code 1 #324

modosc opened this issue Aug 10, 2020 · 1 comment

Comments

@modosc
Copy link

modosc commented Aug 10, 2020

prs opened by dependabot seem to work, but a specific pr opened by a user doesn't. i enabled tracing and this is the output:

2020-08-10T17:38:04.6769108Z ##[group]Run actions/checkout@v2
2020-08-10T17:38:04.6769438Z with:
2020-08-10T17:38:04.6769584Z   ref: feature/host-support
2020-08-10T17:38:04.6769725Z   repository: modosc/express-robots-txt
2020-08-10T17:38:04.6770060Z   token: ***
2020-08-10T17:38:04.6770199Z   ssh-strict: true
2020-08-10T17:38:04.6770333Z   persist-credentials: true
2020-08-10T17:38:04.6770471Z   clean: true
2020-08-10T17:38:04.6770592Z   fetch-depth: 1
2020-08-10T17:38:04.6770722Z   lfs: false
2020-08-10T17:38:04.6770851Z   submodules: false
2020-08-10T17:38:04.6770980Z env:
2020-08-10T17:38:04.6771108Z   GIT_TRACE: 1
2020-08-10T17:38:04.6771245Z   GIT_CURL_VERBOSE: 1
2020-08-10T17:38:04.6771363Z ##[endgroup]
2020-08-10T17:38:05.7704722Z Syncing repository: modosc/express-robots-txt
2020-08-10T17:38:05.7708802Z ##[group]Getting Git version info
2020-08-10T17:38:05.7709892Z Working directory is '/home/runner/work/express-robots-txt/express-robots-txt'
2020-08-10T17:38:05.7710793Z [command]/usr/bin/git version
2020-08-10T17:38:05.7711219Z 17:38:05.131682 git.c:444               trace: built-in: git version
2020-08-10T17:38:05.7711401Z git version 2.28.0
2020-08-10T17:38:05.7712336Z ##[endgroup]
2020-08-10T17:38:05.7712839Z Deleting the contents of '/home/runner/work/express-robots-txt/express-robots-txt'
2020-08-10T17:38:05.7713817Z ##[group]Initializing the repository
2020-08-10T17:38:05.7714251Z [command]/usr/bin/git init /home/runner/work/express-robots-txt/express-robots-txt
2020-08-10T17:38:05.7714672Z 17:38:05.139093 git.c:444               trace: built-in: git init /home/runner/work/express-robots-txt/express-robots-txt
2020-08-10T17:38:05.7715234Z Initialized empty Git repository in /home/runner/work/express-robots-txt/express-robots-txt/.git/
2020-08-10T17:38:05.7715810Z [command]/usr/bin/git remote add origin https://github.com/modosc/express-robots-txt
2020-08-10T17:38:05.7716437Z 17:38:05.149335 git.c:444               trace: built-in: git remote add origin https://github.com/modosc/express-robots-txt
2020-08-10T17:38:05.7716780Z ##[endgroup]
2020-08-10T17:38:05.7716978Z ##[group]Disabling automatic garbage collection
2020-08-10T17:38:05.7717334Z [command]/usr/bin/git config --local gc.auto 0
2020-08-10T17:38:05.7717704Z 17:38:05.154218 git.c:444               trace: built-in: git config --local gc.auto 0
2020-08-10T17:38:05.7717878Z ##[endgroup]
2020-08-10T17:38:05.7719335Z ##[group]Setting up auth
2020-08-10T17:38:05.7719796Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-08-10T17:38:05.7720220Z 17:38:05.158514 git.c:444               trace: built-in: git config --local --name-only --get-regexp 'core\.sshCommand'
2020-08-10T17:38:05.7720847Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-08-10T17:38:05.7721571Z 17:38:05.162095 git.c:704               trace: exec: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''core\.sshCommand'\'' && git config --local --unset-all '\''core.sshCommand'\'' || :'
2020-08-10T17:38:05.7722531Z 17:38:05.162133 run-command.c:663       trace: run_command: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''core\.sshCommand'\'' && git config --local --unset-all '\''core.sshCommand'\'' || :'
2020-08-10T17:38:05.7723089Z 17:38:05.187205 git.c:444               trace: built-in: git rev-parse --git-dir
2020-08-10T17:38:05.7723627Z 17:38:05.189762 git.c:444               trace: built-in: git rev-parse --git-path objects
2020-08-10T17:38:05.7724151Z 17:38:05.191769 git.c:444               trace: built-in: git rev-parse -q --git-dir
2020-08-10T17:38:05.7724676Z 17:38:05.194674 git.c:444               trace: built-in: git rev-parse --show-prefix
2020-08-10T17:38:05.7725201Z 17:38:05.196101 git.c:444               trace: built-in: git rev-parse --show-toplevel
2020-08-10T17:38:05.7725987Z 17:38:05.199832 git.c:444               trace: built-in: git submodule--helper foreach --recursive -- 'git config --local --name-only --get-regexp '\''core\.sshCommand'\'' && git config --local --unset-all '\''core.sshCommand'\'' || :'
2020-08-10T17:38:05.7726606Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-08-10T17:38:05.7727227Z 17:38:05.206676 git.c:444               trace: built-in: git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader'
2020-08-10T17:38:05.7728325Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-08-10T17:38:05.7729143Z 17:38:05.210188 git.c:704               trace: exec: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''http\.https\:\/\/github\.com\/\.extraheader'\'' && git config --local --unset-all '\''http.https://github.com/.extraheader'\'' || :'
2020-08-10T17:38:05.7729984Z 17:38:05.210217 run-command.c:663       trace: run_command: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''http\.https\:\/\/github\.com\/\.extraheader'\'' && git config --local --unset-all '\''http.https://github.com/.extraheader'\'' || :'
2020-08-10T17:38:05.7730601Z 17:38:05.222315 git.c:444               trace: built-in: git rev-parse --git-dir
2020-08-10T17:38:05.7731134Z 17:38:05.224568 git.c:444               trace: built-in: git rev-parse --git-path objects
2020-08-10T17:38:05.7731654Z 17:38:05.226212 git.c:444               trace: built-in: git rev-parse -q --git-dir
2020-08-10T17:38:05.7732172Z 17:38:05.229042 git.c:444               trace: built-in: git rev-parse --show-prefix
2020-08-10T17:38:05.7732693Z 17:38:05.230385 git.c:444               trace: built-in: git rev-parse --show-toplevel
2020-08-10T17:38:05.7733464Z 17:38:05.234218 git.c:444               trace: built-in: git submodule--helper foreach --recursive -- 'git config --local --name-only --get-regexp '\''http\.https\:\/\/github\.com\/\.extraheader'\'' && git config --local --unset-all '\''http.https://github.com/.extraheader'\'' || :'
2020-08-10T17:38:05.7734083Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2020-08-10T17:38:05.7734706Z 17:38:05.239522 git.c:444               trace: built-in: git config --local http.https://github.com/.extraheader 'AUTHORIZATION: basic ***'
2020-08-10T17:38:05.7735071Z ##[endgroup]
2020-08-10T17:38:05.7735277Z ##[group]Fetching the repository
2020-08-10T17:38:05.7735973Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feature/host-support*:refs/remotes/origin/feature/host-support* +refs/tags/feature/host-support*:refs/tags/feature/host-support*
2020-08-10T17:38:05.7736767Z 17:38:05.245429 git.c:444               trace: built-in: git fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin '+refs/heads/feature/host-support*:refs/remotes/origin/feature/host-support*' '+refs/tags/feature/host-support*:refs/tags/feature/host-support*'
2020-08-10T17:38:05.7737608Z 17:38:05.245638 run-command.c:663       trace: run_command: GIT_DIR=.git git-remote-https origin https://github.com/modosc/express-robots-txt
2020-08-10T17:38:05.7738194Z 17:38:05.260721 http.c:756              == Info: Couldn't find host github.com in the .netrc file; using defaults
2020-08-10T17:38:05.7738517Z 17:38:05.264134 http.c:756              == Info:   Trying 140.82.114.4...
2020-08-10T17:38:05.7738732Z 17:38:05.264154 http.c:756              == Info: TCP_NODELAY set
2020-08-10T17:38:05.7738912Z 17:38:05.289104 http.c:756              == Info: Connected to github.com (140.82.114.4) port 443 (#0)
2020-08-10T17:38:05.7739457Z 17:38:05.300148 http.c:756              == Info: found 127 certificates in /etc/ssl/certs/ca-certificates.crt
2020-08-10T17:38:05.7739993Z 17:38:05.328562 http.c:756              == Info: found 383 certificates in /etc/ssl/certs
2020-08-10T17:38:05.7740349Z 17:38:05.328616 http.c:756              == Info: ALPN, offering http/1.1
2020-08-10T17:38:05.7740643Z 17:38:05.383135 http.c:756              == Info: SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
2020-08-10T17:38:05.7740949Z 17:38:05.383806 http.c:756              == Info: 	 server certificate verification OK
2020-08-10T17:38:05.7741170Z 17:38:05.383826 http.c:756              == Info: 	 server certificate status verification SKIPPED
2020-08-10T17:38:05.7741349Z 17:38:05.383952 http.c:756              == Info: 	 common name: github.com (matched)
2020-08-10T17:38:05.7741649Z 17:38:05.383965 http.c:756              == Info: 	 server certificate expiration date OK
2020-08-10T17:38:05.7741867Z 17:38:05.383970 http.c:756              == Info: 	 server certificate activation date OK
2020-08-10T17:38:05.7742043Z 17:38:05.383980 http.c:756              == Info: 	 certificate public key: RSA
2020-08-10T17:38:05.7742341Z 17:38:05.383985 http.c:756              == Info: 	 certificate version: #3
2020-08-10T17:38:05.7742536Z 17:38:05.384016 http.c:756              == Info: 	 subject: C=US,ST=California,L=San Francisco,O=GitHub\, Inc.,CN=github.com
2020-08-10T17:38:05.7742853Z 17:38:05.384025 http.c:756              == Info: 	 start date: Tue, 05 May 2020 00:00:00 GMT
2020-08-10T17:38:05.7743086Z 17:38:05.384031 http.c:756              == Info: 	 expire date: Tue, 10 May 2022 12:00:00 GMT
2020-08-10T17:38:05.7743280Z 17:38:05.384054 http.c:756              == Info: 	 issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 High Assurance Server CA
2020-08-10T17:38:05.7743462Z 17:38:05.384059 http.c:756              == Info: 	 compression: NULL
2020-08-10T17:38:05.7743638Z 17:38:05.384074 http.c:756              == Info: ALPN, server accepted to use http/1.1
2020-08-10T17:38:05.7743945Z 17:38:05.384138 http.c:703              => Send header, 0000000365 bytes (0x0000016d)
2020-08-10T17:38:05.7744600Z 17:38:05.384153 http.c:715              => Send header: GET /modosc/express-robots-txt/info/refs?service=git-upload-pack HTTP/1.1
2020-08-10T17:38:05.7745009Z 17:38:05.384157 http.c:715              => Send header: Host: github.com
2020-08-10T17:38:05.7745475Z 17:38:05.384160 http.c:715              => Send header: User-Agent: git/2.28.0 (github-actions-checkout)
2020-08-10T17:38:05.7745659Z 17:38:05.384164 http.c:715              => Send header: Accept: */*
2020-08-10T17:38:05.7746030Z 17:38:05.384167 http.c:715              => Send header: Accept-Encoding: deflate, gzip
2020-08-10T17:38:05.7746529Z 17:38:05.384171 http.c:715              => Send header: AUTHORIZATION: basic ***
2020-08-10T17:38:05.7747079Z 17:38:05.384174 http.c:715              => Send header: Accept-Language: C, *;q=0.9
2020-08-10T17:38:05.7747594Z 17:38:05.384177 http.c:715              => Send header: Pragma: no-cache
2020-08-10T17:38:05.7748108Z 17:38:05.384180 http.c:715              => Send header: Git-Protocol: version=2
2020-08-10T17:38:05.7748430Z 17:38:05.384183 http.c:715              => Send header:
2020-08-10T17:38:05.7748643Z 17:38:05.453699 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
2020-08-10T17:38:05.7748943Z 17:38:05.453727 http.c:715              <= Recv header: HTTP/1.1 200 OK
2020-08-10T17:38:05.7749258Z 17:38:05.453734 http.c:703              <= Recv header, 0000000026 bytes (0x0000001a)
2020-08-10T17:38:05.7749424Z 17:38:05.453737 http.c:715              <= Recv header: Server: GitHub Babel 2.0
2020-08-10T17:38:05.7749721Z 17:38:05.453742 http.c:703              <= Recv header, 0000000059 bytes (0x0000003b)
2020-08-10T17:38:05.7751856Z 17:38:05.453745 http.c:715              <= Recv header: Content-Type: application/x-git-upload-pack-advertisement
2020-08-10T17:38:05.7752056Z 17:38:05.453749 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
2020-08-10T17:38:05.7752603Z 17:38:05.453753 http.c:715              <= Recv header: Transfer-Encoding: chunked
2020-08-10T17:38:05.7753047Z 17:38:05.453756 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
2020-08-10T17:38:05.7753370Z 17:38:05.453760 http.c:715              <= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT
2020-08-10T17:38:05.7753601Z 17:38:05.453764 http.c:703              <= Recv header, 0000000018 bytes (0x00000012)
2020-08-10T17:38:05.7754075Z 17:38:05.453767 http.c:715              <= Recv header: Pragma: no-cache
2020-08-10T17:38:05.7754391Z 17:38:05.453771 http.c:703              <= Recv header, 0000000053 bytes (0x00000035)
2020-08-10T17:38:05.7754856Z 17:38:05.453774 http.c:715              <= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate
2020-08-10T17:38:05.7755045Z 17:38:05.453778 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:05.7755559Z 17:38:05.453781 http.c:715              <= Recv header: Vary: Accept-Encoding
2020-08-10T17:38:05.7756023Z 17:38:05.453785 http.c:703              <= Recv header, 0000000057 bytes (0x00000039)
2020-08-10T17:38:05.7756516Z 17:38:05.453789 http.c:715              <= Recv header: X-GitHub-Request-Id: 0400:5C8D:1B5193B:2DD441A:5F3185FD
2020-08-10T17:38:05.7756845Z 17:38:05.453793 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:05.7757300Z 17:38:05.453796 http.c:715              <= Recv header: X-Frame-Options: DENY
2020-08-10T17:38:05.7757480Z 17:38:05.453800 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
2020-08-10T17:38:05.7757777Z 17:38:05.453803 http.c:715              <= Recv header:
2020-08-10T17:38:05.7758545Z 17:38:05.461134 http.c:756              == Info: Connection #0 to host github.com left intact
2020-08-10T17:38:05.7758983Z 17:38:05.461325 http.c:756              == Info: Couldn't find host github.com in the .netrc file; using defaults
2020-08-10T17:38:05.7759359Z 17:38:05.461338 http.c:756              == Info: Found bundle for host github.com: 0x55a50c5b99e0 [can pipeline]
2020-08-10T17:38:05.7759835Z 17:38:05.461347 http.c:756              == Info: Re-using existing connection! (#0) with host github.com
2020-08-10T17:38:05.7760030Z 17:38:05.461354 http.c:756              == Info: Connected to github.com (140.82.114.4) port 443 (#0)
2020-08-10T17:38:05.7760456Z 17:38:05.461389 http.c:703              => Send header, 0000000408 bytes (0x00000198)
2020-08-10T17:38:05.7760912Z 17:38:05.461396 http.c:715              => Send header: POST /modosc/express-robots-txt/git-upload-pack HTTP/1.1
2020-08-10T17:38:05.7761221Z 17:38:05.461400 http.c:715              => Send header: Host: github.com
2020-08-10T17:38:05.7761678Z 17:38:05.461403 http.c:715              => Send header: User-Agent: git/2.28.0 (github-actions-checkout)
2020-08-10T17:38:05.7762063Z 17:38:05.461406 http.c:715              => Send header: Accept-Encoding: deflate, gzip
2020-08-10T17:38:05.7762519Z 17:38:05.461409 http.c:715              => Send header: AUTHORIZATION: basic ***
2020-08-10T17:38:05.7763086Z 17:38:05.461412 http.c:715              => Send header: Content-Type: application/x-git-upload-pack-request
2020-08-10T17:38:05.7763655Z 17:38:05.461415 http.c:715              => Send header: Accept: application/x-git-upload-pack-result
2020-08-10T17:38:05.7764329Z 17:38:05.461418 http.c:715              => Send header: Git-Protocol: version=2
2020-08-10T17:38:05.7764846Z 17:38:05.461421 http.c:715              => Send header: Content-Length: 162
2020-08-10T17:38:05.7765154Z 17:38:05.461424 http.c:715              => Send header:
2020-08-10T17:38:05.7765371Z 17:38:05.461429 http.c:756              == Info: upload completely sent off: 162 out of 162 bytes
2020-08-10T17:38:05.7765551Z 17:38:05.538031 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
2020-08-10T17:38:05.7765845Z 17:38:05.538064 http.c:715              <= Recv header: HTTP/1.1 200 OK
2020-08-10T17:38:05.7766058Z 17:38:05.538071 http.c:703              <= Recv header, 0000000026 bytes (0x0000001a)
2020-08-10T17:38:05.7766345Z 17:38:05.538074 http.c:715              <= Recv header: Server: GitHub Babel 2.0
2020-08-10T17:38:05.7766670Z 17:38:05.538078 http.c:703              <= Recv header, 0000000052 bytes (0x00000034)
2020-08-10T17:38:05.7767114Z 17:38:05.538082 http.c:715              <= Recv header: Content-Type: application/x-git-upload-pack-result
2020-08-10T17:38:05.7767294Z 17:38:05.538087 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
2020-08-10T17:38:05.7767662Z 17:38:05.538090 http.c:715              <= Recv header: Transfer-Encoding: chunked
2020-08-10T17:38:05.7767844Z 17:38:05.538094 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
2020-08-10T17:38:05.7768021Z 17:38:05.538098 http.c:715              <= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT
2020-08-10T17:38:05.7768182Z 17:38:05.538101 http.c:703              <= Recv header, 0000000018 bytes (0x00000012)
2020-08-10T17:38:05.7768541Z 17:38:05.538104 http.c:715              <= Recv header: Pragma: no-cache
2020-08-10T17:38:05.7768718Z 17:38:05.538108 http.c:703              <= Recv header, 0000000053 bytes (0x00000035)
2020-08-10T17:38:05.7769170Z 17:38:05.538112 http.c:715              <= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate
2020-08-10T17:38:05.7769552Z 17:38:05.538116 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:05.7769998Z 17:38:05.538119 http.c:715              <= Recv header: Vary: Accept-Encoding
2020-08-10T17:38:05.7770311Z 17:38:05.538122 http.c:703              <= Recv header, 0000000057 bytes (0x00000039)
2020-08-10T17:38:05.7770784Z 17:38:05.538125 http.c:715              <= Recv header: X-GitHub-Request-Id: 0400:5C8D:1B51941:2DD4423:5F3185FD
2020-08-10T17:38:05.7770974Z 17:38:05.538129 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:05.7771484Z 17:38:05.538132 http.c:715              <= Recv header: X-Frame-Options: DENY
2020-08-10T17:38:05.7771789Z 17:38:05.538136 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
2020-08-10T17:38:05.7772013Z 17:38:05.538139 http.c:715              <= Recv header:
2020-08-10T17:38:05.7772190Z 17:38:05.545676 http.c:756              == Info: Connection #0 to host github.com left intact
2020-08-10T17:38:05.7772579Z 17:38:05.552817 run-command.c:663       trace: run_command: git gc --auto
2020-08-10T17:38:05.7772922Z 17:38:05.554474 git.c:444               trace: built-in: git gc --auto
2020-08-10T17:38:05.7773249Z The process '/usr/bin/git' failed with exit code 1
2020-08-10T17:38:05.7773404Z Waiting 20 seconds before trying again
2020-08-10T17:38:25.5684846Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feature/host-support*:refs/remotes/origin/feature/host-support* +refs/tags/feature/host-support*:refs/tags/feature/host-support*
2020-08-10T17:38:25.5739966Z 17:38:25.572160 git.c:444               trace: built-in: git fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin '+refs/heads/feature/host-support*:refs/remotes/origin/feature/host-support*' '+refs/tags/feature/host-support*:refs/tags/feature/host-support*'
2020-08-10T17:38:25.5760776Z 17:38:25.572386 run-command.c:663       trace: run_command: GIT_DIR=.git git-remote-https origin https://github.com/modosc/express-robots-txt
2020-08-10T17:38:25.5802890Z 17:38:25.579558 http.c:756              == Info: Couldn't find host github.com in the .netrc file; using defaults
2020-08-10T17:38:25.5811519Z 17:38:25.580759 http.c:756              == Info:   Trying 140.82.114.4...
2020-08-10T17:38:25.6063493Z 17:38:25.580776 http.c:756              == Info: TCP_NODELAY set
2020-08-10T17:38:25.6064568Z 17:38:25.605708 http.c:756              == Info: Connected to github.com (140.82.114.4) port 443 (#0)
2020-08-10T17:38:25.6159968Z 17:38:25.615604 http.c:756              == Info: found 127 certificates in /etc/ssl/certs/ca-certificates.crt
2020-08-10T17:38:25.6461313Z 17:38:25.644750 http.c:756              == Info: found 383 certificates in /etc/ssl/certs
2020-08-10T17:38:25.6462535Z 17:38:25.644803 http.c:756              == Info: ALPN, offering http/1.1
2020-08-10T17:38:25.7000971Z 17:38:25.699522 http.c:756              == Info: SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
2020-08-10T17:38:25.7019670Z 17:38:25.700131 http.c:756              == Info: 	 server certificate verification OK
2020-08-10T17:38:25.7020271Z 17:38:25.700308 http.c:756              == Info: 	 server certificate status verification SKIPPED
2020-08-10T17:38:25.7021123Z 17:38:25.700516 http.c:756              == Info: 	 common name: github.com (matched)
2020-08-10T17:38:25.7021479Z 17:38:25.700589 http.c:756              == Info: 	 server certificate expiration date OK
2020-08-10T17:38:25.7021866Z 17:38:25.700652 http.c:756              == Info: 	 server certificate activation date OK
2020-08-10T17:38:25.7022312Z 17:38:25.700716 http.c:756              == Info: 	 certificate public key: RSA
2020-08-10T17:38:25.7022686Z 17:38:25.700780 http.c:756              == Info: 	 certificate version: #3
2020-08-10T17:38:25.7023112Z 17:38:25.700865 http.c:756              == Info: 	 subject: C=US,ST=California,L=San Francisco,O=GitHub\, Inc.,CN=github.com
2020-08-10T17:38:25.7023619Z 17:38:25.700929 http.c:756              == Info: 	 start date: Tue, 05 May 2020 00:00:00 GMT
2020-08-10T17:38:25.7024064Z 17:38:25.700985 http.c:756              == Info: 	 expire date: Tue, 10 May 2022 12:00:00 GMT
2020-08-10T17:38:25.7024364Z 17:38:25.701063 http.c:756              == Info: 	 issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 High Assurance Server CA
2020-08-10T17:38:25.7024709Z 17:38:25.701118 http.c:756              == Info: 	 compression: NULL
2020-08-10T17:38:25.7025024Z 17:38:25.701186 http.c:756              == Info: ALPN, server accepted to use http/1.1
2020-08-10T17:38:25.7025302Z 17:38:25.701295 http.c:703              => Send header, 0000000365 bytes (0x0000016d)
2020-08-10T17:38:25.7027806Z 17:38:25.701360 http.c:715              => Send header: GET /modosc/express-robots-txt/info/refs?service=git-upload-pack HTTP/1.1
2020-08-10T17:38:25.7028301Z 17:38:25.701415 http.c:715              => Send header: Host: github.com
2020-08-10T17:38:25.7028935Z 17:38:25.701466 http.c:715              => Send header: User-Agent: git/2.28.0 (github-actions-checkout)
2020-08-10T17:38:25.7029211Z 17:38:25.701521 http.c:715              => Send header: Accept: */*
2020-08-10T17:38:25.7029656Z 17:38:25.701593 http.c:715              => Send header: Accept-Encoding: deflate, gzip
2020-08-10T17:38:25.7031254Z 17:38:25.701647 http.c:715              => Send header: AUTHORIZATION: basic ***
2020-08-10T17:38:25.7031767Z 17:38:25.701697 http.c:715              => Send header: Accept-Language: C, *;q=0.9
2020-08-10T17:38:25.7032179Z 17:38:25.701750 http.c:715              => Send header: Pragma: no-cache
2020-08-10T17:38:25.7035407Z 17:38:25.701808 http.c:715              => Send header: Git-Protocol: version=2
2020-08-10T17:38:25.7035614Z 17:38:25.701875 http.c:715              => Send header:
2020-08-10T17:38:25.7693600Z 17:38:25.768836 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
2020-08-10T17:38:25.7693864Z 17:38:25.768864 http.c:715              <= Recv header: HTTP/1.1 200 OK
2020-08-10T17:38:25.7694391Z 17:38:25.768871 http.c:703              <= Recv header, 0000000026 bytes (0x0000001a)
2020-08-10T17:38:25.7694594Z 17:38:25.768874 http.c:715              <= Recv header: Server: GitHub Babel 2.0
2020-08-10T17:38:25.7694789Z 17:38:25.768878 http.c:703              <= Recv header, 0000000059 bytes (0x0000003b)
2020-08-10T17:38:25.7695715Z 17:38:25.768881 http.c:715              <= Recv header: Content-Type: application/x-git-upload-pack-advertisement
2020-08-10T17:38:25.7695924Z 17:38:25.768886 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
2020-08-10T17:38:25.7696348Z 17:38:25.768889 http.c:715              <= Recv header: Transfer-Encoding: chunked
2020-08-10T17:38:25.7696542Z 17:38:25.768892 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
2020-08-10T17:38:25.7696885Z 17:38:25.768895 http.c:715              <= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT
2020-08-10T17:38:25.7697113Z 17:38:25.768899 http.c:703              <= Recv header, 0000000018 bytes (0x00000012)
2020-08-10T17:38:25.7697527Z 17:38:25.768902 http.c:715              <= Recv header: Pragma: no-cache
2020-08-10T17:38:25.7697701Z 17:38:25.768906 http.c:703              <= Recv header, 0000000053 bytes (0x00000035)
2020-08-10T17:38:25.7698148Z 17:38:25.768910 http.c:715              <= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate
2020-08-10T17:38:25.7698345Z 17:38:25.768913 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:25.7698736Z 17:38:25.768916 http.c:715              <= Recv header: Vary: Accept-Encoding
2020-08-10T17:38:25.7698929Z 17:38:25.768919 http.c:703              <= Recv header, 0000000057 bytes (0x00000039)
2020-08-10T17:38:25.7699385Z 17:38:25.768922 http.c:715              <= Recv header: X-GitHub-Request-Id: 0400:5C8D:1B51F33:2DD4D76:5F318611
2020-08-10T17:38:25.7699617Z 17:38:25.768926 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:25.7700048Z 17:38:25.768929 http.c:715              <= Recv header: X-Frame-Options: DENY
2020-08-10T17:38:25.7700234Z 17:38:25.768933 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
2020-08-10T17:38:25.7700415Z 17:38:25.768936 http.c:715              <= Recv header:
2020-08-10T17:38:25.7766372Z 17:38:25.776210 http.c:756              == Info: Connection #0 to host github.com left intact
2020-08-10T17:38:25.7767626Z 17:38:25.776403 http.c:756              == Info: Couldn't find host github.com in the .netrc file; using defaults
2020-08-10T17:38:25.7767857Z 17:38:25.776420 http.c:756              == Info: Found bundle for host github.com: 0x56471f0d89e0 [can pipeline]
2020-08-10T17:38:25.7768311Z 17:38:25.776429 http.c:756              == Info: Re-using existing connection! (#0) with host github.com
2020-08-10T17:38:25.7768581Z 17:38:25.776436 http.c:756              == Info: Connected to github.com (140.82.114.4) port 443 (#0)
2020-08-10T17:38:25.7768786Z 17:38:25.776479 http.c:703              => Send header, 0000000408 bytes (0x00000198)
2020-08-10T17:38:25.7769294Z 17:38:25.776486 http.c:715              => Send header: POST /modosc/express-robots-txt/git-upload-pack HTTP/1.1
2020-08-10T17:38:25.7769497Z 17:38:25.776489 http.c:715              => Send header: Host: github.com
2020-08-10T17:38:25.7769941Z 17:38:25.776492 http.c:715              => Send header: User-Agent: git/2.28.0 (github-actions-checkout)
2020-08-10T17:38:25.7770362Z 17:38:25.776496 http.c:715              => Send header: Accept-Encoding: deflate, gzip
2020-08-10T17:38:25.7771234Z 17:38:25.776499 http.c:715              => Send header: AUTHORIZATION: basic ***
2020-08-10T17:38:25.7771710Z 17:38:25.776502 http.c:715              => Send header: Content-Type: application/x-git-upload-pack-request
2020-08-10T17:38:25.7772338Z 17:38:25.776505 http.c:715              => Send header: Accept: application/x-git-upload-pack-result
2020-08-10T17:38:25.7772765Z 17:38:25.776508 http.c:715              => Send header: Git-Protocol: version=2
2020-08-10T17:38:25.7773704Z 17:38:25.776511 http.c:715              => Send header: Content-Length: 162
2020-08-10T17:38:25.7773890Z 17:38:25.776514 http.c:715              => Send header:
2020-08-10T17:38:25.7774081Z 17:38:25.776519 http.c:756              == Info: upload completely sent off: 162 out of 162 bytes
2020-08-10T17:38:25.8450181Z 17:38:25.844343 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
2020-08-10T17:38:25.8451551Z 17:38:25.844387 http.c:715              <= Recv header: HTTP/1.1 200 OK
2020-08-10T17:38:25.8451734Z 17:38:25.844400 http.c:703              <= Recv header, 0000000026 bytes (0x0000001a)
2020-08-10T17:38:25.8451902Z 17:38:25.844407 http.c:715              <= Recv header: Server: GitHub Babel 2.0
2020-08-10T17:38:25.8452070Z 17:38:25.844415 http.c:703              <= Recv header, 0000000052 bytes (0x00000034)
2020-08-10T17:38:25.8453150Z 17:38:25.844422 http.c:715              <= Recv header: Content-Type: application/x-git-upload-pack-result
2020-08-10T17:38:25.8453358Z 17:38:25.844431 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
2020-08-10T17:38:25.8453734Z 17:38:25.844437 http.c:715              <= Recv header: Transfer-Encoding: chunked
2020-08-10T17:38:25.8453902Z 17:38:25.844445 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
2020-08-10T17:38:25.8454070Z 17:38:25.844451 http.c:715              <= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT
2020-08-10T17:38:25.8454237Z 17:38:25.844458 http.c:703              <= Recv header, 0000000018 bytes (0x00000012)
2020-08-10T17:38:25.8454570Z 17:38:25.844464 http.c:715              <= Recv header: Pragma: no-cache
2020-08-10T17:38:25.8454717Z 17:38:25.844471 http.c:703              <= Recv header, 0000000053 bytes (0x00000035)
2020-08-10T17:38:25.8455301Z 17:38:25.844478 http.c:715              <= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate
2020-08-10T17:38:25.8455478Z 17:38:25.844485 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:25.8455844Z 17:38:25.844491 http.c:715              <= Recv header: Vary: Accept-Encoding
2020-08-10T17:38:25.8456005Z 17:38:25.844498 http.c:703              <= Recv header, 0000000057 bytes (0x00000039)
2020-08-10T17:38:25.8456392Z 17:38:25.844504 http.c:715              <= Recv header: X-GitHub-Request-Id: 0400:5C8D:1B51F39:2DD4D81:5F318611
2020-08-10T17:38:25.8456561Z 17:38:25.844511 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:25.8456896Z 17:38:25.844517 http.c:715              <= Recv header: X-Frame-Options: DENY
2020-08-10T17:38:25.8457054Z 17:38:25.844524 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
2020-08-10T17:38:25.8457208Z 17:38:25.844530 http.c:715              <= Recv header:
2020-08-10T17:38:25.8550936Z 17:38:25.854698 http.c:756              == Info: Connection #0 to host github.com left intact
2020-08-10T17:38:25.8619510Z 17:38:25.861619 run-command.c:663       trace: run_command: git gc --auto
2020-08-10T17:38:25.8640999Z 17:38:25.863156 git.c:444               trace: built-in: git gc --auto
2020-08-10T17:38:25.8648489Z The process '/usr/bin/git' failed with exit code 1
2020-08-10T17:38:25.8648667Z Waiting 14 seconds before trying again
2020-08-10T17:38:39.8700166Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feature/host-support*:refs/remotes/origin/feature/host-support* +refs/tags/feature/host-support*:refs/tags/feature/host-support*
2020-08-10T17:38:39.8730979Z 17:38:39.872523 git.c:444               trace: built-in: git fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin '+refs/heads/feature/host-support*:refs/remotes/origin/feature/host-support*' '+refs/tags/feature/host-support*:refs/tags/feature/host-support*'
2020-08-10T17:38:39.8732265Z 17:38:39.872754 run-command.c:663       trace: run_command: GIT_DIR=.git git-remote-https origin https://github.com/modosc/express-robots-txt
2020-08-10T17:38:39.8802447Z 17:38:39.879912 http.c:756              == Info: Couldn't find host github.com in the .netrc file; using defaults
2020-08-10T17:38:39.8815463Z 17:38:39.881115 http.c:756              == Info:   Trying 140.82.114.4...
2020-08-10T17:38:39.8815657Z 17:38:39.881132 http.c:756              == Info: TCP_NODELAY set
2020-08-10T17:38:39.9047283Z 17:38:39.904344 http.c:756              == Info: Connected to github.com (140.82.114.4) port 443 (#0)
2020-08-10T17:38:39.9178518Z 17:38:39.916538 http.c:756              == Info: found 127 certificates in /etc/ssl/certs/ca-certificates.crt
2020-08-10T17:38:39.9463627Z 17:38:39.944980 http.c:756              == Info: found 383 certificates in /etc/ssl/certs
2020-08-10T17:38:39.9463871Z 17:38:39.945034 http.c:756              == Info: ALPN, offering http/1.1
2020-08-10T17:38:39.9956760Z 17:38:39.995212 http.c:756              == Info: SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
2020-08-10T17:38:39.9963752Z 17:38:39.995850 http.c:756              == Info: 	 server certificate verification OK
2020-08-10T17:38:39.9966657Z 17:38:39.995868 http.c:756              == Info: 	 server certificate status verification SKIPPED
2020-08-10T17:38:39.9966871Z 17:38:39.995992 http.c:756              == Info: 	 common name: github.com (matched)
2020-08-10T17:38:39.9967070Z 17:38:39.996002 http.c:756              == Info: 	 server certificate expiration date OK
2020-08-10T17:38:39.9967266Z 17:38:39.996008 http.c:756              == Info: 	 server certificate activation date OK
2020-08-10T17:38:39.9967453Z 17:38:39.996018 http.c:756              == Info: 	 certificate public key: RSA
2020-08-10T17:38:39.9967639Z 17:38:39.996022 http.c:756              == Info: 	 certificate version: #3
2020-08-10T17:38:39.9967841Z 17:38:39.996054 http.c:756              == Info: 	 subject: C=US,ST=California,L=San Francisco,O=GitHub\, Inc.,CN=github.com
2020-08-10T17:38:39.9968062Z 17:38:39.996063 http.c:756              == Info: 	 start date: Tue, 05 May 2020 00:00:00 GMT
2020-08-10T17:38:39.9968268Z 17:38:39.996070 http.c:756              == Info: 	 expire date: Tue, 10 May 2022 12:00:00 GMT
2020-08-10T17:38:39.9968459Z 17:38:39.996092 http.c:756              == Info: 	 issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 High Assurance Server CA
2020-08-10T17:38:39.9968662Z 17:38:39.996097 http.c:756              == Info: 	 compression: NULL
2020-08-10T17:38:39.9968851Z 17:38:39.996112 http.c:756              == Info: ALPN, server accepted to use http/1.1
2020-08-10T17:38:39.9969044Z 17:38:39.996168 http.c:703              => Send header, 0000000365 bytes (0x0000016d)
2020-08-10T17:38:39.9969970Z 17:38:39.996176 http.c:715              => Send header: GET /modosc/express-robots-txt/info/refs?service=git-upload-pack HTTP/1.1
2020-08-10T17:38:39.9970173Z 17:38:39.996179 http.c:715              => Send header: Host: github.com
2020-08-10T17:38:39.9970632Z 17:38:39.996182 http.c:715              => Send header: User-Agent: git/2.28.0 (github-actions-checkout)
2020-08-10T17:38:39.9970829Z 17:38:39.996185 http.c:715              => Send header: Accept: */*
2020-08-10T17:38:39.9971236Z 17:38:39.996188 http.c:715              => Send header: Accept-Encoding: deflate, gzip
2020-08-10T17:38:39.9972252Z 17:38:39.996191 http.c:715              => Send header: AUTHORIZATION: basic ***
2020-08-10T17:38:39.9972696Z 17:38:39.996194 http.c:715              => Send header: Accept-Language: C, *;q=0.9
2020-08-10T17:38:39.9973095Z 17:38:39.996198 http.c:715              => Send header: Pragma: no-cache
2020-08-10T17:38:39.9973499Z 17:38:39.996201 http.c:715              => Send header: Git-Protocol: version=2
2020-08-10T17:38:39.9973670Z 17:38:39.996204 http.c:715              => Send header:
2020-08-10T17:38:40.0807655Z 17:38:40.080255 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
2020-08-10T17:38:40.0807923Z 17:38:40.080290 http.c:715              <= Recv header: HTTP/1.1 200 OK
2020-08-10T17:38:40.0808117Z 17:38:40.080298 http.c:703              <= Recv header, 0000000026 bytes (0x0000001a)
2020-08-10T17:38:40.0808614Z 17:38:40.080301 http.c:715              <= Recv header: Server: GitHub Babel 2.0
2020-08-10T17:38:40.0808808Z 17:38:40.080305 http.c:703              <= Recv header, 0000000059 bytes (0x0000003b)
2020-08-10T17:38:40.0809698Z 17:38:40.080309 http.c:715              <= Recv header: Content-Type: application/x-git-upload-pack-advertisement
2020-08-10T17:38:40.0809908Z 17:38:40.080313 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
2020-08-10T17:38:40.0810336Z 17:38:40.080317 http.c:715              <= Recv header: Transfer-Encoding: chunked
2020-08-10T17:38:40.0810531Z 17:38:40.080321 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
2020-08-10T17:38:40.0810730Z 17:38:40.080324 http.c:715              <= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT
2020-08-10T17:38:40.0811025Z 17:38:40.080327 http.c:703              <= Recv header, 0000000018 bytes (0x00000012)
2020-08-10T17:38:40.0811448Z 17:38:40.080331 http.c:715              <= Recv header: Pragma: no-cache
2020-08-10T17:38:40.0811636Z 17:38:40.080335 http.c:703              <= Recv header, 0000000053 bytes (0x00000035)
2020-08-10T17:38:40.0812080Z 17:38:40.080338 http.c:715              <= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate
2020-08-10T17:38:40.0812273Z 17:38:40.080341 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:40.0812669Z 17:38:40.080344 http.c:715              <= Recv header: Vary: Accept-Encoding
2020-08-10T17:38:40.0812862Z 17:38:40.080347 http.c:703              <= Recv header, 0000000057 bytes (0x00000039)
2020-08-10T17:38:40.0813308Z 17:38:40.080350 http.c:715              <= Recv header: X-GitHub-Request-Id: 0401:775A:330C006:4A5D5A3:5F31861F
2020-08-10T17:38:40.0813504Z 17:38:40.080354 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:40.0813903Z 17:38:40.080357 http.c:715              <= Recv header: X-Frame-Options: DENY
2020-08-10T17:38:40.0814096Z 17:38:40.080361 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
2020-08-10T17:38:40.0814273Z 17:38:40.080364 http.c:715              <= Recv header:
2020-08-10T17:38:40.0877371Z 17:38:40.087186 http.c:756              == Info: Connection #0 to host github.com left intact
2020-08-10T17:38:40.0878684Z 17:38:40.087389 http.c:756              == Info: Couldn't find host github.com in the .netrc file; using defaults
2020-08-10T17:38:40.0878912Z 17:38:40.087408 http.c:756              == Info: Found bundle for host github.com: 0x55a6c12b39e0 [can pipeline]
2020-08-10T17:38:40.0879378Z 17:38:40.087418 http.c:756              == Info: Re-using existing connection! (#0) with host github.com
2020-08-10T17:38:40.0879583Z 17:38:40.087425 http.c:756              == Info: Connected to github.com (140.82.114.4) port 443 (#0)
2020-08-10T17:38:40.0879806Z 17:38:40.087470 http.c:703              => Send header, 0000000408 bytes (0x00000198)
2020-08-10T17:38:40.0880270Z 17:38:40.087477 http.c:715              => Send header: POST /modosc/express-robots-txt/git-upload-pack HTTP/1.1
2020-08-10T17:38:40.0880454Z 17:38:40.087480 http.c:715              => Send header: Host: github.com
2020-08-10T17:38:40.0880894Z 17:38:40.087483 http.c:715              => Send header: User-Agent: git/2.28.0 (github-actions-checkout)
2020-08-10T17:38:40.0881315Z 17:38:40.087487 http.c:715              => Send header: Accept-Encoding: deflate, gzip
2020-08-10T17:38:40.0881754Z 17:38:40.087490 http.c:715              => Send header: AUTHORIZATION: basic ***
2020-08-10T17:38:40.0882210Z 17:38:40.087493 http.c:715              => Send header: Content-Type: application/x-git-upload-pack-request
2020-08-10T17:38:40.0882653Z 17:38:40.087496 http.c:715              => Send header: Accept: application/x-git-upload-pack-result
2020-08-10T17:38:40.0883066Z 17:38:40.087499 http.c:715              => Send header: Git-Protocol: version=2
2020-08-10T17:38:40.0883468Z 17:38:40.087502 http.c:715              => Send header: Content-Length: 162
2020-08-10T17:38:40.0883914Z 17:38:40.087505 http.c:715              => Send header:
2020-08-10T17:38:40.0884104Z 17:38:40.087510 http.c:756              == Info: upload completely sent off: 162 out of 162 bytes
2020-08-10T17:38:40.1653242Z 17:38:40.165008 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
2020-08-10T17:38:40.1653850Z 17:38:40.165044 http.c:715              <= Recv header: HTTP/1.1 200 OK
2020-08-10T17:38:40.1654202Z 17:38:40.165053 http.c:703              <= Recv header, 0000000026 bytes (0x0000001a)
2020-08-10T17:38:40.1654560Z 17:38:40.165056 http.c:715              <= Recv header: Server: GitHub Babel 2.0
2020-08-10T17:38:40.1654912Z 17:38:40.165060 http.c:703              <= Recv header, 0000000052 bytes (0x00000034)
2020-08-10T17:38:40.1656455Z 17:38:40.165064 http.c:715              <= Recv header: Content-Type: application/x-git-upload-pack-result
2020-08-10T17:38:40.1656866Z 17:38:40.165068 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
2020-08-10T17:38:40.1657500Z 17:38:40.165071 http.c:715              <= Recv header: Transfer-Encoding: chunked
2020-08-10T17:38:40.1657847Z 17:38:40.165075 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
2020-08-10T17:38:40.1658188Z 17:38:40.165078 http.c:715              <= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT
2020-08-10T17:38:40.1658513Z 17:38:40.165082 http.c:703              <= Recv header, 0000000018 bytes (0x00000012)
2020-08-10T17:38:40.1659126Z 17:38:40.165085 http.c:715              <= Recv header: Pragma: no-cache
2020-08-10T17:38:40.1659476Z 17:38:40.165088 http.c:703              <= Recv header, 0000000053 bytes (0x00000035)
2020-08-10T17:38:40.1660074Z 17:38:40.165091 http.c:715              <= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate
2020-08-10T17:38:40.1660429Z 17:38:40.165095 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:40.1660987Z 17:38:40.165098 http.c:715              <= Recv header: Vary: Accept-Encoding
2020-08-10T17:38:40.1661333Z 17:38:40.165101 http.c:703              <= Recv header, 0000000057 bytes (0x00000039)
2020-08-10T17:38:40.1661952Z 17:38:40.165104 http.c:715              <= Recv header: X-GitHub-Request-Id: 0401:775A:330C013:4A5D5B0:5F318620
2020-08-10T17:38:40.1662299Z 17:38:40.165107 http.c:703              <= Recv header, 0000000023 bytes (0x00000017)
2020-08-10T17:38:40.1662849Z 17:38:40.165110 http.c:715              <= Recv header: X-Frame-Options: DENY
2020-08-10T17:38:40.1663190Z 17:38:40.165114 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
2020-08-10T17:38:40.1663507Z 17:38:40.165117 http.c:715              <= Recv header:
2020-08-10T17:38:40.1726295Z 17:38:40.172343 http.c:756              == Info: Connection #0 to host github.com left intact
2020-08-10T17:38:40.1793003Z 17:38:40.178954 run-command.c:663       trace: run_command: git gc --auto
2020-08-10T17:38:40.1806256Z 17:38:40.180405 git.c:444               trace: built-in: git gc --auto
2020-08-10T17:38:40.1821972Z ##[error]The process '/usr/bin/git' failed with exit code 1
2020-08-10T17:38:40.1939776Z Post job cleanup.
2020-08-10T17:38:40.3907563Z [command]/usr/bin/git version
2020-08-10T17:38:40.3948292Z 17:38:40.305676 git.c:444               trace: built-in: git version
2020-08-10T17:38:40.3948540Z git version 2.28.0
2020-08-10T17:38:40.3951445Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-08-10T17:38:40.3952373Z 17:38:40.313431 git.c:444               trace: built-in: git config --local --name-only --get-regexp 'core\.sshCommand'
2020-08-10T17:38:40.3952987Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-08-10T17:38:40.3953665Z 17:38:40.317575 git.c:704               trace: exec: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''core\.sshCommand'\'' && git config --local --unset-all '\''core.sshCommand'\'' || :'
2020-08-10T17:38:40.3954632Z 17:38:40.317619 run-command.c:663       trace: run_command: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''core\.sshCommand'\'' && git config --local --unset-all '\''core.sshCommand'\'' || :'
2020-08-10T17:38:40.3958515Z 17:38:40.329909 git.c:444               trace: built-in: git rev-parse --git-dir
2020-08-10T17:38:40.3959035Z 17:38:40.331649 git.c:444               trace: built-in: git rev-parse --git-path objects
2020-08-10T17:38:40.3959536Z 17:38:40.333269 git.c:444               trace: built-in: git rev-parse -q --git-dir
2020-08-10T17:38:40.3960037Z 17:38:40.335988 git.c:444               trace: built-in: git rev-parse --show-prefix
2020-08-10T17:38:40.3960524Z 17:38:40.337375 git.c:444               trace: built-in: git rev-parse --show-toplevel
2020-08-10T17:38:40.3961195Z 17:38:40.341375 git.c:444               trace: built-in: git submodule--helper foreach --recursive -- 'git config --local --name-only --get-regexp '\''core\.sshCommand'\'' && git config --local --unset-all '\''core.sshCommand'\'' || :'
2020-08-10T17:38:40.3961766Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-08-10T17:38:40.3962346Z 17:38:40.346434 git.c:444               trace: built-in: git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader'
2020-08-10T17:38:40.3962668Z http.https://github.com/.extraheader
2020-08-10T17:38:40.3963180Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2020-08-10T17:38:40.3963737Z 17:38:40.350076 git.c:444               trace: built-in: git config --local --unset-all http.https://github.com/.extraheader
2020-08-10T17:38:40.3964414Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-08-10T17:38:40.3965191Z 17:38:40.353809 git.c:704               trace: exec: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''http\.https\:\/\/github\.com\/\.extraheader'\'' && git config --local --unset-all '\''http.https://github.com/.extraheader'\'' || :'
2020-08-10T17:38:40.3965969Z 17:38:40.353850 run-command.c:663       trace: run_command: git-submodule foreach --recursive 'git config --local --name-only --get-regexp '\''http\.https\:\/\/github\.com\/\.extraheader'\'' && git config --local --unset-all '\''http.https://github.com/.extraheader'\'' || :'
2020-08-10T17:38:40.3966531Z 17:38:40.368059 git.c:444               trace: built-in: git rev-parse --git-dir
2020-08-10T17:38:40.3967011Z 17:38:40.369718 git.c:444               trace: built-in: git rev-parse --git-path objects
2020-08-10T17:38:40.3967491Z 17:38:40.371132 git.c:444               trace: built-in: git rev-parse -q --git-dir
2020-08-10T17:38:40.3967969Z 17:38:40.373960 git.c:444               trace: built-in: git rev-parse --show-prefix
2020-08-10T17:38:40.3968646Z 17:38:40.375332 git.c:444               trace: built-in: git rev-parse --show-toplevel
2020-08-10T17:38:40.3969416Z 17:38:40.378942 git.c:444               trace: built-in: git submodule--helper foreach --recursive -- 'git config --local --name-only --get-regexp '\''http\.https\:\/\/github\.com\/\.extraheader'\'' && git config --local --unset-all '\''http.https://github.com/.extraheader'\'' || :'
2020-08-10T17:38:40.3975626Z Cleaning up orphan processes
@modosc modosc closed this as completed Aug 19, 2020
@modosc
Copy link
Author

modosc commented Aug 19, 2020

works on other branches, shrug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant